/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
H A D | It_posix_pthread_063.cpp | 40 struct timespec time = { (time_t)0, 2000000 }; in pthread_f01() local 47 ret = sigtimedwait(&newSigsetT2, &newSiginfoT, &time); in pthread_f01()
|
/test/ostest/wukong/report/include/ |
H A D | csv_utils.h | 32 uint64_t time; member 67 csvFile << data.time << ','; in WriteOneLine()
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | localendk32.cpp | 41 const time_t time = INT_MIN * ONE_YEAR + PARAM_1;
in Localtime64() local 43 tm = __localtime64(&time);
in Localtime64()
|
/test/xts/acts/pcs/pcs_py/ |
H A D | testSystemCoreInternetPermission.py | 20 import time namespace 43 time.sleep(0.5)
|
/test/xts/hats/kernel/syscalls/timer/adjtimex/ |
H A D | AdjTimexApiTest.cpp | 49 * @tc.desc : Test the adjtimex get current time success. 64 EXPECT_NEAR(tx.time.tv_sec, now.tv_sec, 1); in HWTEST_F() 70 * @tc.desc : Test the clock_adjtimex get current time success. 86 EXPECT_NEAR(tx.time.tv_sec, now.tv_sec, 1); in HWTEST_F()
|
/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()
|