/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)
|
/third_party/skia/tools/calmbench/ |
H A D | ab.py | 17 # are. However, taking more measurements is time consuming. Hence we'll prune 29 import time namespace 171 time.sleep(0.5) 251 # time to study more rigorous statistical tests. We should adopt a more rigorous
|
/third_party/skia/tools/sk_app/unix/ |
H A D | Window_unix.cpp | 339 xsel.time = xsr->time; in handleEvent()
|
/third_party/skia/tools/skpbench/ |
H A D | skpbench.py | 21 import time namespace 341 benches.appendleft(benchargs) # retry the same bench next time. 345 time.sleep(exception.sleeptime)
|
/third_party/toybox/kconfig/ |
H A D | conf.c | 11 #include <time.h> 531 srandom(time(NULL)); in main()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | neverReturningFunctions1.js | 182 tick?(time: number, timeDelta: number): void; 511 tick?(time: number, timeDelta: number): void;
|
/third_party/python/Lib/ |
H A D | profile.py | 29 import time namespace 118 [ 1] = Total time spent in this frame's function, excluding time in 120 [ 2] = Total time spent in subfunctions, excluding time executing the 133 [2] = Total time spent internal to this function 134 [3] = Cumulative time that this function was present on the stack. In 135 non-recursive functions, this is the total execution time from start 136 to finish of each invocation of a function, including time spent in 155 self.timer = self.get_time = time [all...] |