/third_party/lzma/CPP/ |
H A D | Build.mak | 8 # for link time code generation:
208 # for link time code generation:
|
/third_party/mbedtls/library/ |
H A D | ssl_cookie.c | 160 const unsigned char time[4], in ssl_cookie_hmac() 169 mbedtls_md_hmac_update(hmac_ctx, time, 4) != 0 || in ssl_cookie_hmac() 159 ssl_cookie_hmac(mbedtls_md_context_t *hmac_ctx, const unsigned char time[4], unsigned char **p, unsigned char *end, const unsigned char *cli_id, size_t cli_id_len) ssl_cookie_hmac() argument
|
/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client.py | 24 import time namespace 98 time.sleep(0.1)
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_priv.h | 116 time_t time; member 187 void fd_bo_cache_cleanup(struct fd_bo_cache *cache, time_t time); 363 time_t free_time; /* time when added to bucket-list */
|
/third_party/ltp/include/ |
H A D | tst_fuzzy_sync.h | 46 * count and time. A slow machine is likely to be limited by time and a fast 48 * multiple times or LTP_TIMEOUT_MUL to give the test more time. 65 #include <sys/time.h> 66 #include <time.h> 75 /* how much of exec time is sampling allowed to take */ 105 /** Internal; Thread A start time */ 107 /** Internal; Thread B start time */ 109 /** Internal; Thread A end time */ 111 /** Internal; Thread B end time */ [all...] |
/third_party/node/test/parallel/ |
H A D | test-repl.js | 768 ' time: [Function: time],',
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | getaddrinfo.c | 180 t_start = time(NULL); in getaddrinfo_ext() 185 t_end = time(NULL); in getaddrinfo_ext()
|
/third_party/node/deps/cares/src/lib/ |
H A D | setup_once.h | 71 # include <sys/time.h> 75 # include <time.h>
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | vzone.cpp | 107 vzone_writeSimple(VZone* zone, UDate time, char16_t* & result, int32_t & resultLength, UErrorCode& status) { in vzone_writeSimple() argument 109 ((VTimeZone*)zone)->VTimeZone::writeSimple(time, s, status); in vzone_writeSimple()
|
/third_party/node/deps/npm/node_modules/cacache/lib/ |
H A D | verify.js | 227 time: entry.time,
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | toolutil.cpp | 34 #include <time.h> 91 time_t now = time(nullptr); in getCurrentYear()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | icuzdump.cpp | 57 UnicodeString& format(UDate time, int32_t offset, UBool isDst, UnicodeString& appendTo) { in format() argument 60 UnicodeString str = sdf->format(time, appendTo); in format()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | vzone.cpp | 107 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_writeSimple() argument 109 ((VTimeZone*)zone)->VTimeZone::writeSimple(time, s, status); in vzone_writeSimple()
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | gendata.cpp | 18 #include <time.h> 154 time_t now = time(NULL); in main()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | toolutil.cpp | 34 #include <time.h> 91 time_t now = time(nullptr); in getCurrentYear()
|
/third_party/ltp/testcases/kernel/io/aio/ |
H A D | aio01.c | 27 * Repeat the test for each of the following cases and measure time. 28 * Testblock1: Write one request at a time. 29 * Testblock2: Read one request at a time. 30 * Testblock3: Prepare, Write one request at a time. 31 * Testblock4: Prepare, Read one request at a time. 32 * Testblock5: Prepare, Write/Read one request at a time. 33 * Testblock6: Prepare, Write/Read/Verify one request at a time. 54 #include <time.h> 58 #include <sys/time.h>
|
/third_party/ltp/testcases/kernel/syscalls/epoll/ |
H A D | epoll-ltp.c | 30 of this test program the test may take a "long" time to 87 #include <time.h> 91 #include <sys/time.h> 696 /* Get the current time */
|
/third_party/ltp/testcases/misc/crash/ |
H A D | crash01.c | 44 Note: Running this program just a few times, using total CPU time of 48 stress test at the same time you run other tests, like a multi-user 59 #include <time.h> 81 /* Also, it may spend more time trapping and less time computing random bytes 89 /* compute block of nbytes at a time */ 92 /* max time allowed per try, in seconds */ 166 nseed = time(NULL); in main() 212 printf("time limit reached on pid. using kill.\n"); in monitor_fcn()
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | include.h | 38 #include <sys/time.h> 43 #include <time.h>
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_residency.cpp | 37 evict_aged_allocations(struct d3d12_screen *screen, uint64_t completed_fence, int64_t time, int64_t grace_period) in evict_aged_allocations() argument 47 time - bo->last_used_timestamp <= grace_period) { in evict_aged_allocations() 159 /* First time seeing this already-resident base bo in this batch */ in d3d12_process_batch_residency()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_stdlib.cpp | 297 srand48(time(nullptr)); 340 unsigned int seed = static_cast<unsigned int>(time(nullptr));
|
/third_party/node/deps/openssl/openssl/ |
H A D | e_os.h | 107 * at run-time [DSO_global_lookup is recommended]... 113 * definitions at link-time. This header defines WspiapiLoad() as an 186 # include <time.h> 188 # include <sys/time.h>
|
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_cl.c | 11 #include <time.h> 304 * the request will take a few seconds to process and/or the time won't be 305 * totally accurate. Therefore to avoid rejecting otherwise valid time we 306 * allow the times to be within 'nsec' of the current time. Also to avoid 316 time(&t_now); in OCSP_check_validity()
|
/third_party/node/deps/uv/src/unix/ |
H A D | epoll.c | 186 base = loop->time; in uv__io_poll() 250 /* Update loop->time unconditionally. It's tempting to skip the update when in uv__io_poll() 399 /* Poll for more events but don't block this time. */ in uv__io_poll() 415 real_timeout -= (loop->time - base); in uv__io_poll()
|
H A D | posix-poll.c | 180 time_base = loop->time; in uv__io_poll() 209 /* Update loop->time unconditionally. It's tempting to skip the update when in uv__io_poll() 325 time_diff = loop->time - time_base; in uv__io_poll()
|