/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/ |
H A D | dspeaker_dev_test.cpp | 388 CurrentTimeHDF time; in HWTEST_F() local 389 EXPECT_EQ(DH_SUCCESS, spk_->ReadMmapPosition(streamId, frames, time)); in HWTEST_F()
|
/foundation/distributedhardware/distributed_input/utils/src/ |
H A D | dinput_utils_tool.cpp | 26 #include <sys/time.h> 459 std::default_random_engine engine(time(nullptr)); in GetRandomInt32()
|
/test/ostest/wukong/test_flow/src/ |
H A D | focus_test_flow.cpp | 47 " -T, --time test time\n" 50 " -n, --numberfocus the number of inputs to focus on some component one time\n" 62 {"time", required_argument, nullptr, 'T'}, // test time 206 time_t tempSeed = time(nullptr); in EnvInit() 208 seedArgs_ = (int)time(nullptr); in EnvInit() 217 // if time test flow, register timer. in EnvInit() 577 // check if the '-c' and 'T' is exist at the same time in CheckArgumentOptionOfc() 598 // check if the '-c' and 'T' is exist at the same time in CheckArgumentOptionOfT() [all...] |
/test/testfwk/developer_test/local_coverage/resident_service/ |
H A D | init_gcov.py | 24 import time namespace 333 time.sleep(10)
|
/test/testfwk/developer_test/aw/python/distributed/distribute/ |
H A D | distribute.py | 22 import time namespace 104 time.sleep(0.1)
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/pickerView/router/ |
H A D | index.js | 90 time: "",
533 this.time = this.concat(data.hour, data.minute);
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/pickerView/router/ |
H A D | index.js | 90 time: "",
533 this.time = this.concat(data.hour, data.minute);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/pickerView/router/ |
H A D | index.js | 90 time: "",
533 this.time = this.concat(data.hour, data.minute);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/pickerView/router/ |
H A D | index.js | 90 time: "",
533 this.time = this.concat(data.hour, data.minute);
|
/test/xts/acts/graphic/nativevsync/entry/src/main/cpp/ |
H A D | nativevsync.cpp | 120 time_t startTime = time(PARAM_0); in OHNativeVSyncGetPeriod() 123 time_t curTime = time(PARAM_0); in OHNativeVSyncGetPeriod()
|
/test/xts/acts/kernel_lite/futex_posix/src/ |
H A D | PthreadMutexTest.cpp | 19 #include <time.h> 22 #include <sys/time.h> 197 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in ThreadPthreadMtimedlockOut()
|
H A D | PthreadRwlockTest.cpp | 19 #include <time.h> 22 #include <sys/time.h> 349 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadTimdOutRWlockWR2() 399 int timeDiff = GetTimeDiff(tsNow, ts); // calculate time different in PthreadTimdOutRWlockWW2()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_frei0r.c | 52 typedef void (*f0r_update_f)(f0r_instance_t instance, double time, const uint32_t *inframe, uint32_t *outframe); 53 typedef void (*f0r_update2_f)(f0r_instance_t instance, double time, const uint32_t *inframe1, const uint32_t *inframe2, const uint32_t *inframe3, uint32_t *outframe);
|
/third_party/glfw/deps/ |
H A D | tinycthread.c | 27 * Fixed time retrieval on POSIX systems. 38 #include <sys/time.h> 474 /* Get the current time */ in thrd_sleep() 583 ts->tv_sec = (time_t)tb.time; in _tthread_clock_gettime()
|
/third_party/backends/backend/ |
H A D | mustek_scsi_pp.c | 57 #include <sys/time.h> 61 #include <time.h> 794 * work first time. in mustek_scsi_pp_cmd()
|
/third_party/cups-filters/fontembed/ |
H A D | embed_pdf.c | 8 #include <time.h> 159 rands=time(NULL); in emb_pdf_fontdescr()
|
/third_party/curl/docs/examples/ |
H A D | ephiperfifo.c | 70 #include <sys/time.h> 73 #include <time.h> 389 /* note that the add_handle() will set a time-out to trigger soon so that in new_conn()
|
H A D | evhiperfifo.c | 68 #include <sys/time.h> 69 #include <time.h> 367 /* note that the add_handle() will set a time-out to trigger soon so that in new_conn()
|
H A D | hiperfifo.c | 65 #include <sys/time.h> 66 #include <time.h> 361 /* note that the add_handle() will set a time-out to trigger soon so that in new_conn()
|
/third_party/icu/icu4c/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 1833 internalSetTime(UDate time) internalSetTime() argument [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | utmstest.c | 22 #include <time.h> 51 srand((unsigned)time(NULL)); in randomInt64() 108 log_err("Round-trip error: time scale = %d, value = %lld, round-trip = %lld.\n", scale, value, rt); in roundTripTest() 467 /* Test conversion from .Net/Universal time to ICU time. */ in TestDotNet() 479 /* Test conversion from ICU time to .Net/Universal time. */ in TestDotNet()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | restest.cpp | 19 #include <time.h> 151 srand((unsigned)time(NULL)); in randul() 181 Don't use more than one of these at a time because of the Locale names
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUServiceThreadTest.java | 104 public static void runThreads(long time) { in runThreads() argument 109 Thread.sleep(time); in runThreads()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | JapaneseTest.java | 130 Date time = cal.getTime(); in TestCoverage() 148 logln(calLocName + "/" + locName + " --> " + format.format(time)); in TestCoverage() 294 // Java time zone implementation does not support LMTs in Test5345parse() 458 // Filed ICU-20551 to generalize this when we have more time...
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | HebrewTest.java | 239 * field in a Hebrew calendar causes the time fields to go negative. 449 Date time = cal.getTime(); in TestCoverage() 467 logln(calLocName + "/" + locName + " --> " + format.format(time)); in TestCoverage()
|