/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | writesrc.cpp | 23 #include <time.h> 128 time(&t); in usrc_writeFileNameGeneratedBy()
|
/third_party/libdrm/tests/amdgpu/ |
H A D | amdgpu_test.c | 33 #include <time.h> 37 #include <sys/time.h>
|
/third_party/ltp/testcases/kernel/sched/pthreads/ |
H A D | pth_str03.c | 281 time(&timer.tv_sec); in synchronize_children() 495 time(&timer.tv_sec); in doit()
|
H A D | pth_str01.c | 275 time(&timer.tv_sec); in synchronize_children() 512 time(&timer.tv_sec); in doit()
|
/third_party/libwebsockets/lib/roles/dbus/ |
H A D | dbus.c | 292 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 D | test-lz4-list.py | 3 import time namespace 204 print(time.strftime("%Y/%m/%d %H:%M:%S") + ' - ' + text)
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | time.h | 64 // 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 D | pytracediff.py | 227 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 D | vms_term_sock.c | 88 # 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 D | a_time.c | 18 #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 D | win.h | 328 /* The current time according to the event loop. in msecs. */ \ 329 uint64_t time; \ 637 } time; \
|
/third_party/rust/crates/humantime/src/ |
H A D | duration.rs | 4 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 D | pygettext.py | 163 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 D | poll-win32.c | 54 # include <sys/time.h> 67 #include <time.h>
|
/third_party/python/Lib/email/ |
H A D | _parseaddr.py | 16 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 D | os_helper.py | 8 import time namespace 354 time.sleep(timeout)
|
/third_party/openssl/crypto/asn1/ |
H A D | a_time.c | 18 #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 D | FunctionsEGL.cpp | 480 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 D | PerfJITEventListener.cpp | 38 #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 D | calendar.h | 63 * 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 D | stream.py | 13 import time namespace 541 time.sleep(0.001) # 1ms
|
/third_party/openssl/test/ |
H A D | cmp_hdr_test.c | 167 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 D | vms_term_sock.c | 88 # 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 D | ftrandom.c | 45 #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 D | test_imp.py | 434 with import_helper.CleanImport('time'): 435 import time namespace 436 imp.reload(time)
|