/third_party/libinput/test/ |
H A D | litest.c | 40 #include <time.h> 769 * ENV variables aren't set yet by the time the builtin runs. in litest_init_device_udev_rules() 1410 "# This is a run-time file for the libinput test suite and\n" in litest_install_model_quirks() 3471 * by the time libinput uses the device, we're finished here. in litest_create_uinput()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | s3_lib.c | 4509 * good time to do it. If |initok| is true then we are being called from inside 4576 unsigned long Time = (unsigned long)time(NULL); in ssl_fill_hello_random()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 10 pub type vm_size_t = ::uintptr_t; // FIXME: deprecated since long time 427 pub time: ::timespec,
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 361 pub time: ::timeval,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 59 #include <time.h> 673 * for queries that are in the unavailable state at the time of the call, and vkGetQueryPoolResults returns VK_NOT_READY. 1031 // Get calibreatable time domains. 1038 throw tcu::NotSupportedError("No calibrateable time domains found"); 1297 throw tcu::NotSupportedError("No suitable device time domains found"); in runTest() 1331 throw tcu::NotSupportedError("No suitable host time domains found"); in runTest() 1358 throw tcu::NotSupportedError("No suitable device time domains found"); in runTest() 1360 throw tcu::NotSupportedError("No suitable host time domains found"); in runTest() 1362 // Sleep time. in runTest() 1373 // Measure time in runTest() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationEGL.cpp | 4845 EGLnsecsANDROID time) in ValidatePresentationTimeANDROID() 4842 ValidatePresentationTimeANDROID(const ValidationContext *val, const Display *display, const Surface *surface, EGLnsecsANDROID time) ValidatePresentationTimeANDROID() argument
|
/third_party/openssl/ssl/ |
H A D | s3_lib.c | 4509 * good time to do it. If |initok| is true then we are being called from inside 4576 unsigned long Time = (unsigned long)time(NULL); in ssl_fill_hello_random()
|
/third_party/tzdata/ |
H A D | zic.c | 1 /* Compile .zi time zone data into TZif binary files. */ 8 /* Use the system 'time' function, instead of any private replacement. 107 zic_t r_tod; /* time from midnight */ 108 bool r_todisstd; /* is r_tod standard time? */ 110 bool r_isdst; /* is this daylight saving time? */ 111 zic_t r_save; /* offset from standard time */ 754 At any given point in time, the link array consists of the in make_links() 900 /* The time specified by the -R option, defaulting to MIN_TIME; 904 /* The time specified by an Expires line, or negative if no such line. */ 907 /* Set the time rang [all...] |
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 240 time - when the event occurred 282 # serial and time are not very interesting 848 """Call function once after given time. 850 MS specifies the time in milliseconds. FUNC gives the 855 # I'd rather use time.sleep(ms*0.001) 1624 # time field: "valid for events that contain a time field" 1639 e.time = getint_event(t) 2165 The data in the images is taken as a snapshot at the time of
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 442 pub time: ::timeval,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 55 #include <time.h> 678 * for queries that are in the unavailable state at the time of the call, and vkGetQueryPoolResults returns VK_NOT_READY. 954 // Get calibreatable time domains. 961 throw tcu::NotSupportedError("No calibrateable time domains found"); 1220 throw tcu::NotSupportedError("No suitable device time domains found"); 1254 throw tcu::NotSupportedError("No suitable host time domains found"); 1281 throw tcu::NotSupportedError("No suitable device time domains found"); 1283 throw tcu::NotSupportedError("No suitable host time domains found"); 1285 // Sleep time. 1296 // Measure time [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | osu_client.c | 10 #include <time.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | osu_client.c | 10 #include <time.h>
|
/third_party/node/src/ |
H A D | js_native_api_v8.cc | 319 // The only time Finalize() gets called before Dispose() is if the 2131 // message in the `JSVM_Status` enum each time a new error message is added. in OH_JSVM_GetLastErrorInfo() 2133 // change each time a message was added. in OH_JSVM_GetLastErrorInfo() 3988 // time if there are no other references. Calling this when the refcount is 4595 double time, 4600 v8::MaybeLocal<v8::Value> maybe_date = v8::Date::New(env->context(), time);
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 26 #include <sys/time.h> 27 #include <time.h> 1361 /* Can't get random number from /dev/urandom, generate from addr based on ASLR and time */ in fill_random_data() 4309 if (!strcmp(s+l-4, "time")) suffix = "64"; in __dlsym_redir_time64()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 26 #include <sys/time.h> 27 #include <time.h> 1396 /* Can't get random number from /dev/urandom, generate from addr based on ASLR and time */ in fill_random_data() 3867 LD_LOGE("dlopen so: %{public}s time cost: " 4651 if (!strcmp(s+l-4, "time")) suffix = "64"; in __dlsym_redir_time64()
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 1916 /* Try again but this time force the server side callback to fail */ in test_tlsext_status_type() 1934 * This time we'll get the client to send an OCSP_RESPID that it will in test_tlsext_status_type() 2590 * Check we can resume with all the tickets we created. This time around the in test_tickets() 3904 * Deliberately corrupt the creation time. We take 20 seconds off the in early_data_skip_helper() 3905 * time. It could be any value as long as it is not within tolerance. in early_data_skip_helper() 3908 if (!TEST_true(SSL_SESSION_set_time(sess, (long)(time(NULL) - 20)))) in early_data_skip_helper() 4230 * should not matter that we used a different server name last time. in test_early_data_psk() 8830 long now = (long)time(NULL); in test_session_timeout() 8924 /* make sure |now| is NOT equal to the current time */ in test_session_timeout() 9552 * of time w in tmp_dh_callback() [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2test.c | 9 the same time, this testing program was re-designed because its original 65 #include <time.h> 148 #include <sys/time.h> /* These two includes are needed */ 792 /* Controls that apply only at compile time with 'push'. */ 824 initialized to -1, but the first time the modifier is encountered, it is filled 3776 c1modlist[i].index = index; /* Cache for next time */ in decode_modifiers() 5857 fprintf(outfile, "Compile time %.4f milliseconds\n", in process_pattern() 5868 the pattern each time because that is the only way to free the JIT compiled in process_pattern() 5939 locked out at compile time, but we must also check for occurrences of \P, \p, in process_pattern() 6321 non-printing characters), the first time, o in callout_function() [all...] |
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 7890 std::vector<std::string> time; in SetTimePickerSelected() local 7891 StringUtils::StringSplitter(item->string, '-', time); in SetTimePickerSelected() 7892 if (time.size() != NUM_2) { in SetTimePickerSelected() 7896 auto hour = StringToInt(time[NUM_0].c_str()); in SetTimePickerSelected() 7897 auto minute = StringToInt(time[NUM_1].c_str()); in SetTimePickerSelected()
|
/third_party/sqlite/src/ |
H A D | shell.c | 284 /* Return the current wall-clock time */ 301 #include <sys/time.h> 307 struct timeval ru_utime; /* user CPU time used */ 308 struct timeval ru_stime; /* system CPU time used */ 314 static struct rusage sBegin; /* CPU time at start */ 315 static sqlite3_int64 iBegin; /* Wall-clock time at start */ 1049 ** The source code for several run-time loadable extensions is inserted 1571 ** and whether or not that determination is run-time or compile-time. 1576 ** at run-time [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_connect_manager.cpp | 1457 TAG_LOGD(AAFwkTag::ABILITYMGR, "PostRestartResidentTask, time:%{public}d", restartIntervalTime); in PostRestartResidentTask() 3173 eventInfo.time = std::chrono::duration_cast<std::chrono::milliseconds>( in BuildEventInfo()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | self_cure_state_machine_test.cpp | 731 pSelfCureStateMachine->pInternetSelfCureState->lastHasInetTime = static_cast<int64_t>(time(nullptr)); in SelectBestSelfCureSolutionTest()
|
/third_party/backends/backend/ |
H A D | nec.c | 86 #include <sys/time.h> 1796 /* ensure child knows it's time to stop: */ in do_cancel()
|
H A D | hs2p.c | 72 #include <sys/time.h> 2007 DBG (DBG_LEVEL, "lamp time = %lu\n", _4btol (&(d->lamp_time[0]))); in print_maintenance_data()
|
H A D | sharp.c | 102 #include <sys/time.h> 353 DBG(5, "error: scanner communication failure (time out?)\n"); in sense_handler() 2238 /* ensure child knows it's time to stop: */ in do_cancel() 2250 !! The waiting time of 10 seconds might be far too short in do_cancel()
|