/third_party/curl/tests/libtest/ |
H A D | lib1523.c | 51 static CURLcode run(CURL *hnd, long limit, long time) in run() argument 54 curl_easy_setopt(hnd, CURLOPT_LOW_SPEED_TIME, time); in run()
|
/third_party/glfw/tests/ |
H A D | timeout.c | 35 #include <time.h> 60 srand((unsigned int) time(NULL)); in main()
|
/third_party/ffmpeg/libavutil/ |
H A D | time.c | 25 #include <time.h> 27 #include <sys/time.h> 36 #include "time.h"
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | timed_forkbomb.c | 23 #include <sys/time.h> 25 #include <time.h>
|
/third_party/node/test/async-hooks/ |
H A D | hook-checks.js | 10 * @param {object} activity including timestamps for each life time event, 12 * @param {object} hooks the expected life time event invocations with a count 37 const msg = `${stageInfo} Called "${k}" ${invocations} time(s), ` + 49 `time(s), but expected ${val} invocation(s).`;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | time.h | 48 #include_next <time.h> 53 #include_next <time.h>
|
/third_party/ninja/src/ |
H A D | hash_collision_bench.cc | 20 #include <time.h> 43 srand((int)time(NULL)); in main()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ztrans.h | 31 * Constructs a time zone transition with the time and the rules before/after 34 * @param time The time of transition in milliseconds since the base time. 35 * @param from The time zone rule used before the transition. 36 * @param to The time zone rule used after the transition. 39 ztrans_open(UDate time, const void* from, const void* to); 74 * Returns the time of transition in milliseconds. 76 * @return The time o [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | ztrans.h | 31 * Constructs a time zone transition with the time and the rules before/after 34 * @param time The time of transition in milliseconds since the base time. 35 * @param from The time zone rule used before the transition. 36 * @param to The time zone rule used after the transition. 39 ztrans_open(UDate time, const void* from, const void* to); 74 * Returns the time of transition in milliseconds. 76 * @return The time o [all...] |
/third_party/ltp/testcases/kernel/mem/shmt/ |
H A D | shmt05.c | 43 #include <time.h> 63 srand48((getpid() << 16) + (unsigned)time(NULL)); in main()
|
/third_party/ltp/testcases/kernel/syscalls/gettimeofday/ |
H A D | gettimeofday02.c | 17 #include <sys/time.h> 20 #include <time.h>
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
H A D | inotify09.c | 24 #include <time.h> 26 #include <sys/time.h> 88 /* We survived for given time - test succeeded */ in verify_inotify()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/ |
H A D | rpc_clnttcp_create_stress.c | 31 #include <time.h> 35 #include <sys/time.h>
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/ |
H A D | rpc_clntudp_bufcreate.c | 31 #include <time.h> 35 #include <sys/time.h>
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/ |
H A D | rpc_clntudp_create_stress.c | 31 #include <time.h> 35 #include <sys/time.h>
|
H A D | rpc_clntudp_create.c | 31 #include <time.h> 35 #include <sys/time.h>
|
/third_party/littlefs/scripts/ |
H A D | teepipe.py | 14 import time namespace 38 time.sleep(0.1)
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
H A D | 2-1.c | 22 #include <time.h> 57 ts.tv_sec = time(NULL) + 1; in main()
|
H A D | 17-2.c | 27 #include <time.h> 54 ts.tv_sec = time(NULL) + 1; in main()
|
H A D | 17-3.c | 27 #include <time.h> 54 ts.tv_sec = time(NULL) + 1; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
H A D | 14-1.c | 22 #include <time.h> 44 ts.tv_sec = time(NULL); in main()
|
H A D | 13-1.c | 23 #include <time.h> 50 ts.tv_sec = time(NULL) + 1; in main()
|
H A D | 9-1.c | 27 #include <time.h> 55 ts.tv_sec = time(NULL) + 1; in main()
|
H A D | 8-1.c | 24 #include <time.h> 52 ts.tv_sec = time(NULL) + 1; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
H A D | 11-1.c | 9 * if _POSIX_THREAD_CPUTIME is defined, the new thread shall have a CPU-time 13 * Create a new thread and get the time of the thread CUP-time clock 15 * Note, the tv_nsec cannot be exactly 0 at the time of calling 16 * clock_gettime() since the thread has executed some time. 23 #include <time.h> 26 #include <sys/time.h>
|