/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | TimeZoneFormatTest.java | 169 // just for making sure that it does not depends on the time zone in TestTimeZoneRoundTrip() 197 + ", time=" + DATES[datidx].getTime() + ", str=" + tzstr in TestTimeZoneRoundTrip() 203 + ", time=" + DATES[datidx].getTime() + ", str=" + tzstr in TestTimeZoneRoundTrip() 212 + ", time=" + DATES[datidx].getTime() + ", str=" + tzstr in TestTimeZoneRoundTrip() 216 // Location: time zone rule must be preserved except in TestTimeZoneRoundTrip() 230 + ", time=" + DATES[datidx].getTime() + ", str=" + tzstr in TestTimeZoneRoundTrip() 235 + ", time=" + DATES[datidx].getTime() + ", str=" + tzstr in TestTimeZoneRoundTrip() 274 + ", time=" + DATES[datidx].getTime() + ", str=" + tzstr in TestTimeZoneRoundTrip() 282 // ICU handles these zones as aliases of existing time zones in TestTimeZoneRoundTrip() 286 + ", time in TestTimeZoneRoundTrip() 538 isSpecialTimeRoundTripCase(ULocale loc, String id, String pattern, long time) isSpecialTimeRoundTripCase() argument [all...] |
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 290 # On Unix, Python generates at configure time a list of Makefile rules. 291 # On Windows, however, we run the Python data build script at build time instead.
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rgp.c | 152 time(&raw_time); in ac_sqtt_fill_header() 1206 t = time(NULL); in ac_dump_rgp_capture()
|
/third_party/lame/misc/ |
H A D | abx.c | 23 * compile time warnings 72 #include <time.h> 77 #include <sys/time.h>
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | parsers.c | 129 time(&ah->assigned); in __lws_header_table_reset() 325 time(&now); in __lws_header_table_detach() 329 * unreasonably long time in __lws_header_table_detach() 1707 * expiry time, so set it to be the same. in lws_jwt_sign_token_set_http_cookie()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | iogen.c | 44 #include <time.h> 47 #include <sys/time.h> 164 int Oextsize = 0; /* real-time extent size */ 2014 "\t realtime:extsize - put file on real-time volume\n"); in help()
|
/third_party/node/src/ |
H A D | node.h | 660 // default filename includes the date, time, PID, and a sequence number. 795 inline v8::Local<v8::Value> NODE_UNIXTIME_V8(double time) { 798 1000 * time) 1093 // the time during which the Environment exists.
|
/third_party/nghttp2/src/ |
H A D | shrpx_downstream.cc | 600 std::chrono::high_resolution_clock::time_point time) { in set_request_start_time() 601 request_start_time_ = std::move(time); in set_request_start_time() 599 set_request_start_time( std::chrono::high_resolution_clock::time_point time) set_request_start_time() argument
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | wrtxml.cpp | 50 #include <time.h> 1160 time(&currTime); in bundle_write_xml()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | wrtxml.cpp | 50 #include <time.h> 1160 time(&currTime); in bundle_write_xml()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-solaris.c | 65 #include <pulsecore/time-smoother_2.h> 67 #include <pulsecore/time-smoother.h> 144 /* This render rate limit imposes a minimum latency, but without it we waste too much CPU time. */ 927 * record and playback at the same time, the device's mixer must be enabled. in pa__init()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | tjunittest.c | 42 #include <time.h> 1131 srand((unsigned int)time(NULL)); in main()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | wrtxml.cpp | 50 #include <time.h> 1164 time(&currTime); in bundle_write_xml()
|
/third_party/openssl/test/helpers/ |
H A D | handshake.c | 1522 start = time(NULL); in do_handshake_internal() 1574 if (time(NULL) - start > 3) { in do_handshake_internal() 1594 * It's time to give up. in do_handshake_internal()
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 271 # On Unix, Python generates at configure time a list of Makefile rules. 272 # On Windows, however, we run the Python data build script at build time instead.
|
/third_party/python/Lib/test/ |
H A D | test_context.py | 6 import time namespace 352 time.sleep(random.uniform(0.001, 0.05))
|
/third_party/qrcodegen/c/ |
H A D | qrcodegen-test.c | 35 #include <time.h> 1079 srand((unsigned int)time(NULL)); in main()
|
/third_party/selinux/libsepol/tests/ |
H A D | test-ebitmap.c | 4 #include <time.h> 1047 srandom(time(NULL)); in ebitmap_test_init()
|
/base/inputmethod/imf/services/src/ |
H A D | peruser_session.cpp | 761 auto now = time(nullptr); in StartImeInImeDied() 1529 int64_t time = duration_cast<milliseconds>(system_clock::now().time_since_epoch()).count(); 1530 if (time - imeData->startTime > ImeData::START_TIME_OUT) {
|
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/ |
H A D | hitrace_ndk_test.cpp | 189 int64_t time; in GetTimeStamp() local 191 time = atol(str.erase(str.find("."), 1).c_str()); in GetTimeStamp() 192 return time; in GetTimeStamp() 829 * @tc.desc: test Input and output interval 1ms execution, time fluctuation 1ms 1254 ASSERT_TRUE(RunCmd("hitrace --time a > /data/local/tmp/test12.txt")); in HWTEST_F() 1255 ASSERT_TRUE(RunCmd("hitrace --time -1 > /data/local/tmp/test13.txt")); in HWTEST_F() 1260 ASSERT_TRUE(RunCmd("hitrace -z --time 1 --buffer_size 10240 --trace_clock clock ohos > /data/local/tmp/trace01")); in HWTEST_F() 1302 ASSERT_TRUE(RunCmd("bytrace --time a > /data/local/tmp/test12.txt")); in HWTEST_F() 1303 ASSERT_TRUE(RunCmd("bytrace --time -1 > /data/local/tmp/test13.txt")); in HWTEST_F() 1308 ASSERT_TRUE(RunCmd("bytrace -z --time in HWTEST_F() [all...] |
/base/powermgr/power_manager/services/native/src/ |
H A D | power_mgr_service.cpp | 550 int64_t now = static_cast<int64_t>(time(nullptr)); in HandleKeyEvent() 573 int64_t now = static_cast<int64_t>(time(nullptr)); in HandlePointEvent() 830 auto now = static_cast<int64_t>(time(nullptr)); in ShutDownDevice() 948 POWER_HILOGD(COMP_SVC, "Try to restore screen off time"); in RestoreScreenOffTime() 1728 POWER_HILOGD(FEATURE_INPUT, "remote key event in coordinated state, override screen off time"); in OnInputEvent() 1753 POWER_HILOGD(FEATURE_INPUT, "remote pointer event in coordinated state, override screen off time"); in OnInputEvent()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 170 // when system time change by user manually, and the reminde is to show immediately, in CanShow() 314 ANSR_LOGE("get now time failed."); in HandleSysTimeChange() 318 ANSR_LOGW("trigger time is less than now time."); in HandleSysTimeChange() 323 // case1. switch to a previous time in HandleSysTimeChange() 328 // case2. switch to a future time, trigger time is less than now time. in HandleSysTimeChange() 329 // when the reminder show immediately, trigger time will update in onShow function. in HandleSysTimeChange() 333 // case3. switch to a future time, trigge in HandleSysTimeChange() [all...] |
/base/security/security_guard/frameworks/js/napi/ |
H A D | security_guard_napi.cpp | 339 char time[TIME_MAX_LEN] = {0}; in GetConditionsTime() local 354 result = GetString(env, result, key, time, len); in GetConditionsTime() 359 value = time; in GetConditionsTime() 361 SGLOGE("time invalid %{public}s", key.c_str()); in GetConditionsTime() 799 napi_throw(env, GenerateBusinessError(env, BAD_PARAM, "Parameter error. The time matching error.")); in ParseSecurityEventRuler()
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_manager.cpp | 52 constexpr const char *CFG_TECH_UPDATE_TIME = "persist.radio.cfg.update.time"; 1465 std::string time = param; in GetDelayNotifyTime() local 1466 if (code <= 0 || !IsValidDecValue(time)) { in GetDelayNotifyTime() 1469 delayTime = std::stoi(time); in GetDelayNotifyTime() 1515 TELEPHONY_LOGD("The system properties are not configured with a valid delay time."); in IsNeedDelayNotify()
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_stub.cpp | 491 call.time = data.ReadInt32();
in OnGetCallTransferResponseInner() 1402 call.time = info.time;
in BuildCallForwardInfo()
|