Home
last modified time | relevance | path

Searched refs:time (Results 826 - 850 of 4285) sorted by relevance

1...<<31323334353637383940>>...172

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A D23-1.c23 same time.
34 #include <time.h>
58 srand(time(NULL)); in child_func()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/
H A Dhelper.c57 #include <time.h>
163 nw = time(NULL); in main()
/third_party/musl/libc-test/src/common/
H A Druntest.c5 #include <time.h>
8 #include <sys/time.h>
/third_party/musl/libc-test/src/functionalext/supplement/select/
H A Dselect.c20 #include <sys/time.h>
23 #include <time.h>
/third_party/musl/libc-test/src/functionalext/time/
H A Dtime_ext.c17 #include <time.h>
43 * @tc.desc : according to different time zones, get time
59 time_t t = time(&curClock); in time_0100()
76 * @tc.desc : according to different time zones, get time
/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_policy.c16 #include <time.h>
22 * without being considered invalid. This is added to time() when setting a
48 /* time(NULL) shouldn't ever fail, so don't bother checking for -1. */ in CT_POLICY_EVAL_CTX_new_ex()
49 ctx->epoch_time_in_ms = (uint64_t)(time(NULL) + SCT_CLOCK_DRIFT_TOLERANCE) * in CT_POLICY_EVAL_CTX_new_ex()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dclient.c11 #include <time.h>
31 * current time instead of the fixed time. This will just result
36 time_t time(time_t *t) TIME_IMPL(t) in TIME_IMPL()
/third_party/pulseaudio/src/pulsecore/
H A Drandom.c29 #include <time.h>
102 pa_log_warn("Failed to get proper entropy. Falling back to seeding with current time."); in pa_random_seed()
106 seed = (unsigned int) time(NULL); in pa_random_seed()
/third_party/pulseaudio/src/tests/
H A Drtstutter.c26 #include <time.h>
101 srand((unsigned) time(NULL)); in main()
H A Dmcalign-test.c27 #include <time.h>
45 srand((unsigned) time(NULL)); in main()
/third_party/skia/src/core/
H A DSkTime.cpp51 #include <time.h>
55 time(&m_time); in GetDateTime()
/third_party/openssl/fuzz/
H A Dclient.c11 #include <time.h>
31 * current time instead of the fixed time. This will just result
36 time_t time(time_t *t) TIME_IMPL(t) in TIME_IMPL()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
H A Dutimer.h23 # include <time.h>
24 # include <sys/time.h>
31 * i) Loop until a threshold time is reached:
52 * // time the normalization function
59 * // time the loop for 10 seconds at least and find out the loop count and time taken
64 * ii) Measure the time taken
107 * //compute the time
215 * Intializes the timer with the current time
217 * @param timer A pointer to UTimer struct to recieve the current time
[all...]
/third_party/openssl/crypto/ct/
H A Dct_policy.c16 #include <time.h>
22 * without being considered invalid. This is added to time() when setting a
48 /* time(NULL) shouldn't ever fail, so don't bother checking for -1. */ in CT_POLICY_EVAL_CTX_new_ex()
49 ctx->epoch_time_in_ms = (uint64_t)(time(NULL) + SCT_CLOCK_DRIFT_TOLERANCE) * in CT_POLICY_EVAL_CTX_new_ex()
/third_party/python/Lib/test/
H A Dtest_fork1.py9 import time namespace
32 time.sleep(0.01) # Give the other thread time to try and acquire.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
H A DUnix.h44 # include <sys/time.h>
46 #include <time.h>
77 /// as a time point and a duration. Be sure to check what the input represents.
83 /// Convert a time point to struct timespec.
93 /// Convert a time point to struct timeval.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
H A DUnix.h44 # include <sys/time.h>
46 #include <time.h>
85 /// as a time point and a duration. Be sure to check what the input represents.
91 /// Convert a time point to struct timespec.
101 /// Convert a time point to struct timeval.
/third_party/skia/tools/skpbench/
H A D_adb.py8 import time namespace
71 time.sleep(1)
/third_party/python/PCbuild/
H A Dget_external.py7 import time namespace
66 time.sleep(wait)
/third_party/rust/crates/nix/test/
H A Dtest_timer.rs6 use nix::time::ClockId;
10 use std::time::{Duration, Instant};
/third_party/rust/crates/nix/test/sys/
H A Dtest_timerfd.rs1 use nix::sys::time::{TimeSpec, TimeValLike};
5 use std::time::Instant;
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp67 void EventListModel::addEvent(QString time, QString msg) in addEvent() argument
70 timeList << time; in addEvent() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp67 void EventListModel::addEvent(QString time, QString msg) in addEvent() argument
70 timeList << time; in addEvent() local
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H A Dapp_demo_iot.c56 hi_void IotPublishPersonTime(hi_u32 time) in IotPublishPersonTime() argument
65 property.iValue = time; in IotPublishPersonTime()
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py21 import time namespace
787 time.sleep(1)
823 time.sleep(1)
849 end_time = time.time() + 5
851 while time.time() < end_time:
952 time.sleep(1)
967 time.sleep(1)
1047 time
[all...]

Completed in 11 milliseconds

1...<<31323334353637383940>>...172