Home
last modified time | relevance | path

Searched refs:time (Results 5576 - 5600 of 8968) sorted by relevance

1...<<221222223224225226227228229230>>...359

/third_party/python/Lib/test/support/
H A Dos_helper.py8 import time namespace
354 time.sleep(timeout)
/third_party/openssl/crypto/asn1/
H A Da_time.c18 #include <time.h>
91 * time string format, in which: in ossl_asn1_time_to_tm()
95 * 3. "+|-" is not allowed to indicate a time zone in ossl_asn1_time_to_tm()
143 /* no more bytes to read, but we haven't seen time-zone yet */ in ossl_asn1_time_to_tm()
206 /* no more bytes to read, but we haven't seen time-zone yet */ in ossl_asn1_time_to_tm()
399 * Per RFC 5280 (section 4.1.2.5.), the valid input time in ASN1_TIME_set_string_X509()
408 * UTC can only present [1950, 2050), so if the given time string in ASN1_TIME_set_string_X509()
446 time(&now_t); in ASN1_TIME_to_tm()
473 /* prints the time with the default date format (RFC 822) */
486 /* prints the time wit
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DFunctionsEGL.cpp480 EGLBoolean FunctionsEGL::presentationTimeANDROID(EGLSurface surface, EGLnsecsANDROID time) const in presentationTimeANDROID()
482 return mFnPtrs->presentationTimeANDROIDPtr(mEGLDisplay, surface, time); in presentationTimeANDROID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp38 #include <time.h> // clock_gettime(), time(), localtime_r() */
316 time(&Time); in InitDebuggingDir()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcalendar.h63 * 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
1909 internalSetTime(UDate time) internalSetTime() argument
[all...]
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstream.py13 import time namespace
541 time.sleep(0.001) # 1ms
/third_party/openssl/test/
H A Dcmp_hdr_test.c167 now = time(NULL); in execute_HDR_update_messageTime_test()
185 now = time(NULL); in execute_HDR_update_messageTime_test()
/third_party/openssl/apps/lib/
H A Dvms_term_sock.c88 # include <time.h>
357 ** Get the binary (64-bit) time of the specified timeout value in CreateSocketPair()
568 ** Convert the current time into local time in LogMessage()
570 CurTime = time (NULL); in LogMessage()
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/
H A Dftrandom.c45 #include <time.h>
509 /* If a time-out happens, then kill the child */ in abort_test()
707 time( &now ); in main()
/third_party/python/Lib/test/
H A Dtest_imp.py434 with import_helper.CleanImport('time'):
435 import time namespace
436 imp.reload(time)
H A Dtest_kqueue.py8 import time namespace
159 time.sleep(1.0)
H A Dtest_urllib2net.py242 import time namespace
278 time.sleep(0.1)
/third_party/skia/tools/calmbench/
H A Dab.py17 # are. However, taking more measurements is time consuming. Hence we'll prune
29 import time namespace
171 time.sleep(0.5)
251 # time to study more rigorous statistical tests. We should adopt a more rigorous
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp339 xsel.time = xsr->time; in handleEvent()
/third_party/skia/tools/skpbench/
H A Dskpbench.py21 import time namespace
341 benches.appendleft(benchargs) # retry the same bench next time.
345 time.sleep(exception.sleeptime)
/third_party/toybox/kconfig/
H A Dconf.c11 #include <time.h>
531 srandom(time(NULL)); in main()
/third_party/typescript/tests/baselines/reference/
H A DneverReturningFunctions1.js182 tick?(time: number, timeDelta: number): void;
511 tick?(time: number, timeDelta: number): void;
/third_party/python/Lib/
H A Dprofile.py29 import time namespace
118 [ 1] = Total time spent in this frame's function, excluding time in
120 [ 2] = Total time spent in subfunctions, excluding time executing the
133 [2] = Total time spent internal to this function
134 [3] = Cumulative time that this function was present on the stack. In
135 non-recursive functions, this is the total execution time from start
136 to finish of each invocation of a function, including time spent in
155 self.timer = self.get_time = time
[all...]
H A Dasyncore.py31 than one thing at a time". Multi-threaded programming is the simplest and
52 import time namespace
146 time.sleep(timeout)
582 # supports asynchronous read-ahead. So _MOST_ of the time, the data
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp10958 int64_t time = 100; in HWTEST_F() local
10960 perfProfile.SetBmsLoadStartTime(time); in HWTEST_F()
10962 EXPECT_EQ(ret, time); in HWTEST_F()
10972 int64_t time = 100; in HWTEST_F() local
10974 perfProfile.SetBmsLoadEndTime(time); in HWTEST_F()
10976 EXPECT_EQ(ret, time); in HWTEST_F()
10986 int64_t time = 100; in HWTEST_F() local
10988 perfProfile.SetBundleScanStartTime(time); in HWTEST_F()
10990 EXPECT_EQ(ret, time); in HWTEST_F()
11000 int64_t time in HWTEST_F() local
11015 int64_t time = 100; HWTEST_F() local
11029 int64_t time = 100; HWTEST_F() local
11043 int64_t time = 100; HWTEST_F() local
11069 int64_t time = 100; HWTEST_F() local
11083 int64_t time = 100; HWTEST_F() local
11097 int64_t time = 100; HWTEST_F() local
11111 int64_t time = 100; HWTEST_F() local
11125 int64_t time = 100; HWTEST_F() local
11139 int64_t time = 100; HWTEST_F() local
11153 int64_t time = 100; HWTEST_F() local
11181 int64_t time = 100; HWTEST_F() local
[all...]
/third_party/python/Modules/
H A Dposixmodule.c66 * - HAVE_<FUNCTION>: The configure check for compile time availability
1087 * "cleanup" field each time it's called.
1832 - time stamps are restricted to second resolution
1834 UTC and local time
2136 {NULL, "integer time of last access"},
2137 {NULL, "integer time of last modification"},
2138 {NULL, "integer time of last change"},
2139 {"st_atime", "time of last access"},
2140 {"st_mtime", "time of last modification"},
2141 {"st_ctime", "time o
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_debug.c798 for (i = 0; j < 20; j++) { /* 20, osal get llu time count */ in debug_scdc_time_test()
824 " 5\t--simplified SCDC time test.\n"); in debug_scdc_print()
1279 hi_u32 time; in debug_hdr_delay_set() local
1286 time = debug_str_to_u32(str, &str, HDMI_DEBUG_BASE_DEC); in debug_hdr_delay_set()
1287 if (time < 1 || time > 10000) { /* OE delay time extent 1~10000 */ in debug_hdr_delay_set()
1290 hdmi_dbg_print("\n debug OE delay time change %u->%u! \n\n", hdr_info->hdr_mode_chn_timer.time, time); in debug_hdr_delay_set()
1318 hi_u32 time; debug_hdr() local
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-record.c44 #include "util/time-utils.h"
82 #include <sys/time.h>
88 unsigned long time; member
223 return rec->switch_output.time && in switch_output_time()
1387 set_timestamp_boundary(rec, sample->time); in process_sample_event()
2156 pr_err("gettimeofday failed, cannot set reference time.\n"); in record__init_clock()
2161 pr_err("clock_gettime failed, cannot set reference time.\n"); in record__init_clock()
2649 if (rec->switch_output.time) in __cmd_record()
2650 alarm(rec->switch_output.time); in __cmd_record()
3178 s->time in switch_output_setup()
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4xdr.c39 #include <linux/time.h>
3437 dprintk("%s: lease time=%u\n", __func__, (unsigned int)*res); in decode_attr_lease_time()
4077 static int decode_attr_time(struct xdr_stream *xdr, struct timespec64 *time) in decode_attr_time() argument
4084 xdr_decode_nfstime4(p, time); in decode_attr_time()
4088 static int decode_attr_time_access(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *time) in decode_attr_time_access() argument
4092 time->tv_sec = 0; in decode_attr_time_access()
4093 time->tv_nsec = 0; in decode_attr_time_access()
4097 status = decode_attr_time(xdr, time); in decode_attr_time_access()
4102 dprintk("%s: atime=%lld\n", __func__, time->tv_sec); in decode_attr_time_access()
4106 static int decode_attr_time_metadata(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *time) in decode_attr_time_metadata() argument
4124 decode_attr_time_delta(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *time) decode_attr_time_delta() argument
4191 decode_attr_time_modify(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *time) decode_attr_time_modify() argument
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4xdr.c39 #include <linux/time.h>
148 1 /* lease time */ + \
152 nfstime4_maxsz /* time delta */ + \
3466 dprintk("%s: lease time=%u\n", __func__, (unsigned int)*res); in decode_attr_lease_time()
4145 static int decode_attr_time(struct xdr_stream *xdr, struct timespec64 *time) in decode_attr_time() argument
4152 xdr_decode_nfstime4(p, time); in decode_attr_time()
4156 static int decode_attr_time_access(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *time) in decode_attr_time_access() argument
4160 time->tv_sec = 0; in decode_attr_time_access()
4161 time->tv_nsec = 0; in decode_attr_time_access()
4165 status = decode_attr_time(xdr, time); in decode_attr_time_access()
4174 decode_attr_time_metadata(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *time) decode_attr_time_metadata() argument
4192 decode_attr_time_delta(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *time) decode_attr_time_delta() argument
4259 decode_attr_time_modify(struct xdr_stream *xdr, uint32_t *bitmap, struct timespec64 *time) decode_attr_time_modify() argument
[all...]

Completed in 69 milliseconds

1...<<221222223224225226227228229230>>...359