/third_party/backends/sanei/ |
H A D | sanei_usb.c | 65 #include <time.h> 178 * total number of devices that can be found at the same time */ 190 * count number of time sanei_usb has been initialized */ 854 // the text to binary conversion takes most of the time spent in tests, so we in sanei_xml_get_hex_data() 860 // most of the time there will be 1 or 2 spaces between bytes. Give the CPU in sanei_xml_get_hex_data()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 59 #include <time.h> 425 // Set up the time zone for FormatEpochTimeInMillisAsIso8601 to use. We 426 // cannot use the local time zone because the function's output depends 427 // on the time zone. 2032 "time"); in SetUpTestSuite() 2104 ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest("time"); in TEST_F() 2113 "'classname', 'name', 'status', 'time', 'type_param', 'value_param'," in TEST_F() 2133 "time"); 7178 // Tests that HasDebugStringAndShortDebugString<T>::value is a compile-time 7727 // time ou [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | security.c | 369 srandom(time((time_t*)NULL) ^ (getpid() << 16)); in ntfs_generate_guid() 1123 * /etc/group at initialization time. 1415 * security processing added 7.6% to the cpu time used by ntfs-3g
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | playlog.c | 49 #include <time.h> 827 * The action UpdateFileNameRoot updates the time stamps and/or the 2441 /* target is left-justified to creation time */ in redo_update_index() 2861 /* target is left-justified to creation time */ in redo_write_index() 3529 /* target is left-justified to creation time */ in undo_update_index()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_lib.c | 455 * at configure time. Return 1 otherwise. 3903 SSL_CTX_flush_sessions(s->session_ctx, (unsigned long)time(NULL)); in ssl_update_cache()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 187 pub time: ::timeval,
|
/third_party/openssl/ssl/ |
H A D | ssl_lib.c | 444 * at configure time. Return 1 otherwise. 3804 SSL_CTX_flush_sessions(s->session_ctx, (unsigned long)time(NULL)); in ssl_update_cache()
|
/third_party/toybox/generated/ |
H A D | flags.h | 1643 // ls (color):;(full-time)(show-control-chars)ZgoACFHLRSabcdfhikl@mnpqrstux1[-Cxm1][-Cxml][-Cxmo][-Cxmg][-cu][-ftS][-HL][!qb] (color):;(full-time)(show-control-chars)ZgoACFHLRSabcdfhikl@mnpqrstux1[-Cxm1][-Cxml][-Cxmo][-Cxmg][-cu][-ftS][-HL][!qb] 1645 #define OPTSTR_ls "(color):;(full-time)(show-control-chars)ZgoACFHLRSabcdfhikl@mnpqrstux1[-Cxm1][-Cxml][-Cxmo][-Cxmg][-cu][-ftS][-HL][!qb]" 2860 // tar &(restrict)(full-time)(no-recursion)(numeric-owner)(no-same-permissions)(overwrite)(exclude)*(mode):(mtime):(group):(owner):(to-command):o(no-same-owner)p(same-permissions)k(keep-old)c(create)|h(dereference)x(extract)|t(list)|v(verbose)J(xz)j(bzip2)z(gzip)S(sparse)O(to-stdout)m(touch)X(exclude-from)*T(files-from)*C(directory):f(file):a[!txc][!jzJa] &(restrict)(full-time)(no-recursion)(numeric-owner)(no-same-permissions)(overwrite)(exclude)*(mode):(mtime):(group):(owner):(to-command):o(no-same-owner)p(same-permissions)k(keep-old)c(create)|h(dereference)x(extract)|t(list)|v(verbose)J(xz)j(bzip2)z(gzip)S(sparse)O(to-stdout)m(touch)X(exclude-from)*T(files-from)*C(directory):f(file):a[!txc][!jzJa] 2862 #define OPTSTR_tar "&(restrict)(full-time)(no-recursion)(numeric-owner)(no-same-permissions)(overwrite)(exclude)*(mode):(mtime):(group):(owner):(to-command):o(no-same-owner)p(same-permissions)k(keep-old)c(create)|h(dereference)x(extract)|t(list)|v(verbose)J(xz)j(bzip2)z(gzip)S(sparse)O(to-stdout)m(touch)X(exclude-from)*T(files-from)*C(directory):f(file):a[!txc][!jzJa]" 2993 // time <1^pv <1^pv 5998 #define TT this.time
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 8105 base::TimeDelta time = base::TimeTicks::Now() - start_time; 8108 << time.InMilliseconds() << " ms; codesize " << codesize
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 2605 // To estimate time spent in this function more accurately, we could 2860 // compile time. Otherwise, only one check is required (see below). 5595 // Constant-time subtyping check: load exactly one candidate RTT from the 6644 base::TimeDelta time = base::TimeTicks::Now() - start_time; 6649 << time.InMilliseconds() << " ms and "
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 5935 # 1 "/usr/include/time.h" 1 3 4 5936 # 59 "/usr/include/time.h" 3 4 5938 # 75 "/usr/include/time.h" 3 4 5940 # 91 "/usr/include/time.h" 3 4 5942 # 103 "/usr/include/time.h" 3 4 6029 # 1 "/usr/include/time.h" 1 3 4 6030 # 120 "/usr/include/time.h" 3 4 6038 # 1 "/usr/include/bits/time.h" 1 3 4 6039 # 30 "/usr/include/bits/time.h" 3 4 9696 # 1 "/usr/include/time [all...] |
/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 6388 double time = 202110181203150; in HWTEST_F() local 6392 napi_status status = napi_create_date(env, time, &date); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 5396 uint64_t time; in FillSecCompEnhanceData() member 5400 .time = pointerEvent->GetActionTime() in FillSecCompEnhanceData() 9286 // only change focus one time in PostProcessFocus()
|
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/ |
H A D | napi_test.cpp | 856 double time = 202110181203150; in testCreateData1() local 857 OH_JSVM_CreateDate(env, time, &createResult); in testCreateData1()
|
/third_party/backends/backend/ |
H A D | hp3900_rts8822.c | 57 #define GetTickCount() (time(0) * 1000) 66 #include <time.h> /* clock() */ 2788 /* set line exposure time */ in Motor_Move() 2844 /* set line exposure time */ in Motor_Move() 3074 /* get line exposure time */ in Motor_Setup_Steps() 3715 /* set time to switch off lamp */ in Init_Registers() 5217 /* get line exposure time */ in SetMultiExposure() 5228 /* set exposure time [RED] if zero */ in SetMultiExposure() 5232 /* set exposure time [GREEN] if zero */ in SetMultiExposure() 5236 /* set exposure time [BLU in SetMultiExposure() [all...] |
H A D | epsonds.c | 48 # include <sys/time.h> 3620 * Set the cancel flag to true. The next time the backend requests data
|
H A D | mustek.c | 64 #include <sys/time.h> 2952 /* print scanning time */ in do_stop() 2958 DBG (2, "Scanning time was %ld seconds, %ld kB/s\n", scan_time, in do_stop() 2970 /* ensure child knows it's time to stop: */ in do_stop() 3638 Since we will step through the lines a second time we must not in fix_line_distance_se() 4330 /* lamp off time*/ in init_options() 4331 s->opt[OPT_LAMP_OFF_TIME].name = "lamp-off-time"; in init_options() 4332 s->opt[OPT_LAMP_OFF_TIME].title = SANE_I18N ("Lamp off time (minutes)"); in init_options() 4333 s->opt[OPT_LAMP_OFF_TIME].desc = SANE_I18N ("Set the time (in minutes) after " in init_options() 6100 size at run time */ in sane_control_option() [all...] |
H A D | rts8891.c | 85 #include <time.h> 141 * the same device may be opened several time 1113 /* if last scan time is more than 10 minutes ago, scanner also needs in sane_start() 1143 /* check if current time is >15s after warming-up start */ in sane_start() 1663 * returned parameters are guaranteed to be accurate between the time 1867 /* at a time */ in sane_read() 1948 /* at a time, so we know where we are */ in sane_read() 1999 /* at a time, so we know where we are */ in sane_read() 2084 * handle h. This function can be called at any time (as long as 2109 /* store last scan time fo in sane_cancel() [all...] |
/third_party/typescript/lib/ |
H A D | tsc.js | 3346 eventStack.push({ phase: phase, name: name, args: args, time: 1000 * ts.timestamp(), separateBeginAndEnd: separateBeginAndEnd }); 3365 var _a = eventStack[index], phase = _a.phase, name = _a.name, args = _a.args, time = _a.time, separateBeginAndEnd = _a.separateBeginAndEnd; 3370 else if (sampleInterval - (time % sampleInterval) <= endTime - time) { 3371 writeEvent("X", phase, name, __assign(__assign({}, args), { results: results }), "\"dur\":".concat(endTime - time), time); 3374 function writeEvent(eventType, phase, name, args, extras, time) { 3375 if (time === void 0) { time [all...] |
H A D | tsserverlibrary.js | 1859 * Case-sensitive comparisons compare both strings one code-point at a time using the integer 1874 * Case-sensitive comparisons compare both strings one code-point at a time using the 1914 * Case-insensitive comparisons compare both strings one code-point at a time using the integer 1938 * Case-sensitive comparisons compare both strings one code-point at a time using the integer 2749 // to reuse later. This saves us from reconstructing this each and every time we call 3976 eventStack.push({ phase: phase, name: name, args: args, time: 1000 * ts.timestamp(), separateBeginAndEnd: separateBeginAndEnd }); 3996 var _a = eventStack[index], phase = _a.phase, name = _a.name, args = _a.args, time = _a.time, separateBeginAndEnd = _a.separateBeginAndEnd; 4001 // test if [time,endTime) straddles a sampling point 4002 else if (sampleInterval - (time [all...] |
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 3159 dumpInfo = " timeStamp [" + sessionInfo_.time + "]"; in DumpSessionInfo()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 81 # include <sys/time.h> /* gettimeofday() */ 902 /* Microseconds time is <20 bits entropy */ in gather_time_entropy() 3565 /* using a version flag saves us from initializing m_nsAtts every time */ in storeAtts() 4406 then, when this routine is entered the next time, XmlPrologTok will in entityValueInitProcessor() 7683 const size_t ellipsisLength = sizeof(ellipis) /* because compile-time */ - 1; in accountingReportDiff()
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 88 # include <sys/time.h> /* gettimeofday() */ 885 /* Microseconds time is <20 bits entropy */ in gather_time_entropy() 3522 /* using a version flag saves us from initializing m_nsAtts every time */ in storeAtts() 4489 then, when this routine is entered the next time, XmlPrologTok will in entityValueInitProcessor() 7536 * at that time) and puts the real data from dtd->scaffold in. in build_model() 7707 const size_t ellipsisLength = sizeof(ellipis) /* because compile-time */ - 1; in accountingReportDiff()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 731 pub time: ::timespec,
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 170 _Pragma( "clang diagnostic ignored \"-Wexit-time-destructors\"" ) \ 304 // RTX is a special version of Windows that is real time. 4232 // If it happily moves, we are left in that state, otherwise it is time to start reading from our cache 6807 // Run a function for a minimum amount of time 8422 #pragma clang diagnostic ignored "-Wexit-time-destructors" 9758 if( seed != "time" ) 9760 config.rngSeed = static_cast<unsigned int>( std::time(nullptr) ); 9881 | Opt( setRngSeed, "'time'|number" ) 9906 ["--benchmark-warmup-time"] 9907 ( "amount of time i [all...] |