HomeSort by: relevance | last modified time | path
    Searched refs:Time (Results 1 - 25 of 89) sorted by relevancy

1 2 3 4

  /src/external/mpl/bind/dist/bin/tests/system/dnssec/
ntadiff.pl 15 use Time::Piece;
16 use Time::Seconds;
20 my $actual = Time::Piece->strptime($ARGV[0], '%d-%b-%Y %H:%M:%S.000 %z');
21 my $expected = Time::Piece->strptime($ARGV[1], '%s') + ONE_WEEK;
  /src/external/cddl/dtracetoolkit/dist/Bin/
intoncpu.d 11 * value Time interrupt thread was on-cpu, ns
12 * count Number of occurrences of at least this time
59 @Time[self->name, this->inst] = quantize(vtimestamp - self->ts);
65 printa("%s%d\n%@d", @Time);
  /src/external/cddl/dtracetoolkit/dist/Cpu/
intoncpu.d 11 * value Time interrupt thread was on-cpu, ns
12 * count Number of occurrences of at least this time
59 @Time[self->name, this->inst] = quantize(vtimestamp - self->ts);
65 printa("%s%d\n%@d", @Time);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/Windows/
WindowsSupport.h 201 inline std::chrono::nanoseconds toDuration(FILETIME Time) {
203 TimeInteger.LowPart = Time.dwLowDateTime;
204 TimeInteger.HighPart = Time.dwHighDateTime;
210 inline TimePoint<> toTimePoint(FILETIME Time) {
212 TimeInteger.LowPart = Time.dwLowDateTime;
213 TimeInteger.HighPart = Time.dwHighDateTime;
227 FILETIME Time;
228 Time.dwLowDateTime = TimeInteger.LowPart;
229 Time.dwHighDateTime = TimeInteger.HighPart;
230 return Time;
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Timer.h 27 double WallTime; ///< Wall clock time elapsed in seconds.
28 double UserTime; ///< User time elapsed.
29 double SystemTime; ///< System time elapsed.
37 /// Get the current time and memory usage. If Start is true we get the memory
38 /// usage before the time, otherwise we get time before memory usage. This
39 /// matters if the time to get the memory usage is significant and shouldn't
51 // Sort by Wall Time elapsed, as it is the only thing really accurate
70 /// Print the current time record to \p OS, with a breakdown showing
71 /// contributions to the \p Total time record
    [all...]
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osunixxf.c 58 #include <sys/time.h>
881 struct timespec Time;
953 * The interface to sem_timedwait is an absolute time, so we need to
954 * get the current time, then add in the millisecond Timeout value.
956 if (clock_gettime (CLOCK_REALTIME, &Time) == -1)
962 Time.tv_sec += (MsecTimeout / ACPI_MSEC_PER_SEC);
963 Time.tv_nsec += ((MsecTimeout % ACPI_MSEC_PER_SEC) * ACPI_NSEC_PER_MSEC);
967 if (Time.tv_nsec >= ACPI_NSEC_PER_SEC)
969 Time.tv_sec += (Time.tv_nsec / ACPI_NSEC_PER_SEC)
1192 struct timeval time; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Timer.cpp 43 // causing havoc to ensue. We "fix" this by creating the string the first time
57 TrackSpace("track-memory", cl::desc("Enable -time-passes memory "
68 "in wall clock time order"),
80 // each time -stats or -time-passes wants to print output to it. To
175 Time += TimeRecord::getCurrentTime(false);
176 Time -= StartTime;
182 Time = StartTime = TimeRecord();
303 TimersToPrint.emplace_back(T.Time, T.Name, T.Description);
333 // Perhaps sort the timers in descending order by amount of time taken
    [all...]
CachePruning.cpp 31 sys::TimePoint<> Time;
38 return std::tie(Time, Other.Size, Path) <
39 std::tie(Other.Time, Size, Other.Path);
143 /// Prune the cache of files that haven't been accessed in a long time.
185 // Check whether the time stamp is older than our pruning interval.
198 // notice at the same time that the timestamp is out-of-date.
203 // Order by time of last use so that recently used files are preserved.
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
package.d 6 Phobos provides the following functionality for time:
13 $(TD Points in Time)
33 $(TD Intervals and Ranges of Time)
41 $(TD Durations of Time)
43 $(REF_ALTTEXT Duration, Duration, core, time)$(NBSP)
44 $(REF_ALTTEXT weeks, weeks, core, time)$(NBSP)
45 $(REF_ALTTEXT days, days, core, time)$(NBSP)
46 $(REF_ALTTEXT hours, hours, core, time)$(NBSP)
47 $(REF_ALTTEXT minutes, minutes, core, time)$(NBSP)
48 $(REF_ALTTEXT seconds, seconds, core, time)$(NBSP
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/
tconversion.pl 16 use Time::Piece;
201 return Time::Piece->strptime(
212 return Time::Piece->strptime(
  /src/sys/arch/mac68k/mac68k/
macrom.h 54 extern u_long Time; /* ticks since startup */
  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 1065 t - EFI time structure
1456 IN EFI_TIME *Time
1463 Hour = Time->Hour;
1464 if (Time->Hour == 0) {
1466 } else if (Time->Hour >= 12) {
1468 if (Time->Hour >= 13) {
1473 Year = Time->Year % 100;
1477 Time->Month,
1478 Time->Day,
1481 Time->Minute
    [all...]
  /src/external/mpl/dhcp/dist/tests/DHCPv6/
000-badmsgtype.pl 25 use Time::HiRes qw( sleep );
46 # add Elapsed Time, set to 0 on first packet (required by RFC 3315)
67 # sleep a random amount of time between 0 and 1 second, required by RFC 3315
75 $mrd_end_time = time() + $MRD;
106 my $rt_end_time = time() + $RT;
112 my $timeout = $rt_end_time - time();
142 (defined($mrd_end_time) && ($mrd_end_time > time())));
010-solicit-noclientid.pl 25 use Time::HiRes qw( sleep );
64 # add Elapsed Time, set to 0 on first packet (required by RFC 3315)
113 # sleep a random amount of time between 0 and 1 second, required by RFC 3315
121 $mrd_end_time = time() + $MRD;
152 my $rt_end_time = time() + $RT;
158 my $timeout = $rt_end_time - time();
190 (defined($mrd_end_time) && ($mrd_end_time > time())));
011-solicit-serverid.pl 25 use Time::HiRes qw( sleep );
67 # add Elapsed Time, set to 0 on first packet (required by RFC 3315)
116 # sleep a random amount of time between 0 and 1 second, required by RFC 3315
124 $mrd_end_time = time() + $MRD;
155 my $rt_end_time = time() + $RT;
161 my $timeout = $rt_end_time - time();
193 (defined($mrd_end_time) && ($mrd_end_time > time())));
020-advertise-mcast.pl 25 use Time::HiRes qw( sleep );
46 # add Elapsed Time, set to 0 on first packet (required by RFC 3315)
67 # sleep a random amount of time between 0 and 1 second, required by RFC 3315
75 $mrd_end_time = time() + $MRD;
106 my $rt_end_time = time() + $RT;
112 my $timeout = $rt_end_time - time();
142 (defined($mrd_end_time) && ($mrd_end_time > time())));
030-request-noclientid.pl 25 use Time::HiRes qw( sleep );
64 # add Elapsed Time, set to 0 on first packet (required by RFC 3315)
113 # sleep a random amount of time between 0 and 1 second, required by RFC 3315
121 $mrd_end_time = time() + $MRD;
152 my $rt_end_time = time() + $RT;
158 my $timeout = $rt_end_time - time();
190 (defined($mrd_end_time) && ($mrd_end_time > time())));
031-request-noserverid.pl 25 use Time::HiRes qw( sleep );
64 # add Elapsed Time, set to 0 on first packet (required by RFC 3315)
113 # sleep a random amount of time between 0 and 1 second, required by RFC 3315
121 $mrd_end_time = time() + $MRD;
152 my $rt_end_time = time() + $RT;
158 my $timeout = $rt_end_time - time();
190 (defined($mrd_end_time) && ($mrd_end_time > time())));
032-request-badduid.pl 25 use Time::HiRes qw( sleep );
68 # add Elapsed Time, set to 0 on first packet (required by RFC 3315)
117 # sleep a random amount of time between 0 and 1 second, required by RFC 3315
125 $mrd_end_time = time() + $MRD;
156 my $rt_end_time = time() + $RT;
162 my $timeout = $rt_end_time - time();
194 (defined($mrd_end_time) && ($mrd_end_time > time())));
110-information-request-ia_na.pl 25 use Time::HiRes qw( sleep );
64 # add Elapsed Time, set to 0 on first packet (required by RFC 3315)
113 # sleep a random amount of time between 0 and 1 second, required by RFC 3315
121 $mrd_end_time = time() + $MRD;
152 my $rt_end_time = time() + $RT;
158 my $timeout = $rt_end_time - time();
190 (defined($mrd_end_time) && ($mrd_end_time > time())));
111-information-request-ia_ta.pl 25 use Time::HiRes qw( sleep );
64 # add Elapsed Time, set to 0 on first packet (required by RFC 3315)
113 # sleep a random amount of time between 0 and 1 second, required by RFC 3315
121 $mrd_end_time = time() + $MRD;
152 my $rt_end_time = time() + $RT;
158 my $timeout = $rt_end_time - time();
190 (defined($mrd_end_time) && ($mrd_end_time > time())));
112-badduid.pl 25 use Time::HiRes qw( sleep );
68 # add Elapsed Time, set to 0 on first packet (required by RFC 3315)
109 # sleep a random amount of time between 0 and 1 second, required by RFC 3315
117 $mrd_end_time = time() + $MRD;
148 my $rt_end_time = time() + $RT;
154 my $timeout = $rt_end_time - time();
186 (defined($mrd_end_time) && ($mrd_end_time > time())));
210-solicit-nohost.pl 25 use Time::HiRes qw( sleep );
64 # add Elapsed Time, set to 0 on first packet (required by RFC 3315)
113 # sleep a random amount of time between 0 and 1 second, required by RFC 3315
121 $mrd_end_time = time() + $MRD;
152 my $rt_end_time = time() + $RT;
158 my $timeout = $rt_end_time - time();
190 (defined($mrd_end_time) && ($mrd_end_time > time())));
211-solicit-opt-in-na.pl 25 use Time::HiRes qw( sleep );
68 # add Elapsed Time, set to 0 on first packet (required by RFC 3315)
119 # sleep a random amount of time between 0 and 1 second, required by RFC 3315
127 $mrd_end_time = time() + $MRD;
158 my $rt_end_time = time() + $RT;
164 my $timeout = $rt_end_time - time();
196 (defined($mrd_end_time) && ($mrd_end_time > time())));
212-solicit-opt-in-na-norapidcommit.pl 25 use Time::HiRes qw( sleep );
68 # add Elapsed Time, set to 0 on first packet (required by RFC 3315)
119 # sleep a random amount of time between 0 and 1 second, required by RFC 3315
127 $mrd_end_time = time() + $MRD;
158 my $rt_end_time = time() + $RT;
164 my $timeout = $rt_end_time - time();
196 (defined($mrd_end_time) && ($mrd_end_time > time())));

Completed in 37 milliseconds

1 2 3 4