Home
last modified time | relevance | path

Searched refs:time (Results 5926 - 5950 of 9481) sorted by relevance

1...<<231232233234235236237238239240>>...380

/third_party/icu/icu4c/source/tools/toolutil/
H A Dwritesrc.cpp23 #include <time.h>
128 time(&t); in usrc_writeFileNameGeneratedBy()
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_test.c33 #include <time.h>
37 #include <sys/time.h>
/third_party/ltp/testcases/kernel/sched/pthreads/
H A Dpth_str03.c281 time(&timer.tv_sec); in synchronize_children()
495 time(&timer.tv_sec); in doit()
H A Dpth_str01.c275 time(&timer.tv_sec); in synchronize_children()
512 time(&timer.tv_sec); in doit()
/third_party/libwebsockets/lib/roles/dbus/
H A Ddbus.c292 if (time(NULL) > r->fire) { in lws_dbus_sul_cb()
312 time_t ti = time(NULL); in lws_dbus_add_timeout()
/third_party/lz4/tests/
H A Dtest-lz4-list.py3 import time namespace
204 print(time.strftime("%Y/%m/%d %H:%M:%S") + ' - ' + text)
/third_party/node/deps/v8/src/base/platform/
H A Dtime.h64 // This class represents a duration of time, internally represented in
71 // Converts units of time to TimeDeltas.
102 // Returns the maximum time delta, which should be greater than any reasonable
103 // time delta we might compare it to. Adding or subtracting the maximum time
104 // delta to a time or another time delta has an undefined result.
107 // Returns the minimum time delta, which should be less than than any
108 // reasonable time delta we might compare it to. Adding or subtracting the
109 // minimum time delt
409 operator +(const TimeDelta& delta, const Time& time) operator +() argument
[all...]
/third_party/mesa3d/src/gallium/tools/trace/
H A Dpytracediff.py227 if not self.options.suppress_variants and node.time is not None:
228 self.text(" // time ")
229 node.time.visit(self)
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dvms_term_sock.c88 # include <time.h>
357 ** Get the binary (64-bit) time of the specified timeout value in CreateSocketPair()
568 ** Convert the current time into local time in LogMessage()
570 CurTime = time (NULL); in LogMessage()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_time.c18 #include <time.h>
91 * time string format, in which: in ossl_asn1_time_to_tm()
95 * 3. "+|-" is not allowed to indicate a time zone in ossl_asn1_time_to_tm()
143 /* no more bytes to read, but we haven't seen time-zone yet */ in ossl_asn1_time_to_tm()
206 /* no more bytes to read, but we haven't seen time-zone yet */ in ossl_asn1_time_to_tm()
399 * Per RFC 5280 (section 4.1.2.5.), the valid input time in ASN1_TIME_set_string_X509()
408 * UTC can only present [1950, 2050), so if the given time string in ASN1_TIME_set_string_X509()
446 time(&now_t); in ASN1_TIME_to_tm()
473 /* prints the time with the default date format (RFC 822) */
486 /* prints the time wit
[all...]
/third_party/node/deps/uv/include/uv/
H A Dwin.h328 /* The current time according to the event loop. in msecs. */ \
329 uint64_t time; \
637 } time; \
/third_party/rust/crates/humantime/src/
H A Dduration.rs4 use std::time::Duration;
17 /// This usually means that either time unit is broken into words,
27 /// time units.
60 "time unit needed, for example {0}sec or {0}ms", in fmt()
67 "unknown time unit {:?}, \ in fmt()
207 /// The duration object is a concatenation of time spans. Where each time
224 /// use std::time::Duration;
247 /// use std::time::Duration;
335 use std::time
[all...]
/third_party/python/Tools/i18n/
H A Dpygettext.py163 import time namespace
189 "POT-Creation-Date: %(time)s\\n"
471 timestamp = time.strftime('%Y-%m-%d %H:%M%z')
473 print(pot_header % {'time': timestamp, 'version': __version__,
/third_party/pulseaudio/src/pulsecore/
H A Dpoll-win32.c54 # include <sys/time.h>
67 #include <time.h>
/third_party/python/Lib/email/
H A D_parseaddr.py16 import time, calendar namespace
30 # The timezone table does not include the military time zones defined
32 # RFC822 gets the signs wrong, so we can't rely on any such time
46 """Convert a date string to a time tuple.
58 """Convert date to extended time tuple.
60 The last (additional) element is the time zone offset in seconds, except if
128 # Some non-compliant MUAs use '.' to separate time elements.
151 # the time module.
183 """Convert a time string to a time tupl
[all...]
/third_party/python/Lib/test/support/
H A Dos_helper.py8 import time namespace
354 time.sleep(timeout)
/third_party/openssl/crypto/asn1/
H A Da_time.c18 #include <time.h>
91 * time string format, in which: in ossl_asn1_time_to_tm()
95 * 3. "+|-" is not allowed to indicate a time zone in ossl_asn1_time_to_tm()
143 /* no more bytes to read, but we haven't seen time-zone yet */ in ossl_asn1_time_to_tm()
206 /* no more bytes to read, but we haven't seen time-zone yet */ in ossl_asn1_time_to_tm()
399 * Per RFC 5280 (section 4.1.2.5.), the valid input time in ASN1_TIME_set_string_X509()
408 * UTC can only present [1950, 2050), so if the given time string in ASN1_TIME_set_string_X509()
446 time(&now_t); in ASN1_TIME_to_tm()
473 /* prints the time with the default date format (RFC 822) */
486 /* prints the time wit
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DFunctionsEGL.cpp480 EGLBoolean FunctionsEGL::presentationTimeANDROID(EGLSurface surface, EGLnsecsANDROID time) const in presentationTimeANDROID()
482 return mFnPtrs->presentationTimeANDROIDPtr(mEGLDisplay, surface, time); in presentationTimeANDROID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp38 #include <time.h> // clock_gettime(), time(), localtime_r() */
316 time(&Time); in InitDebuggingDir()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcalendar.h63 * time with millisecond precision. See UDate
79 * time fields have been initialized with the current date and time:
83 * A `Calendar` object can produce all the time field values
84 * needed to implement the date-time formatting for a particular language
87 * When computing a `UDate` from time fields, some special circumstances
91 * -- July 15, 1996 is actually a Monday), or the input time might be ambiguous
92 * because of time zone transition.
111 * For the time of day:
116 * **Ambiguous Wall Clock Time.** When time offse
1909 internalSetTime(UDate time) internalSetTime() argument
[all...]
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstream.py13 import time namespace
541 time.sleep(0.001) # 1ms
/third_party/openssl/test/
H A Dcmp_hdr_test.c167 now = time(NULL); in execute_HDR_update_messageTime_test()
185 now = time(NULL); in execute_HDR_update_messageTime_test()
/third_party/openssl/apps/lib/
H A Dvms_term_sock.c88 # include <time.h>
357 ** Get the binary (64-bit) time of the specified timeout value in CreateSocketPair()
568 ** Convert the current time into local time in LogMessage()
570 CurTime = time (NULL); in LogMessage()
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/
H A Dftrandom.c45 #include <time.h>
509 /* If a time-out happens, then kill the child */ in abort_test()
707 time( &now ); in main()
/third_party/python/Lib/test/
H A Dtest_imp.py434 with import_helper.CleanImport('time'):
435 import time namespace
436 imp.reload(time)

Completed in 24 milliseconds

1...<<231232233234235236237238239240>>...380