Home
last modified time | relevance | path

Searched refs:time (Results 1526 - 1550 of 3629) sorted by relevance

1...<<61626364656667686970>>...146

/third_party/python/Lib/asyncio/
H A Dwindows_events.py15 import time namespace
898 start_time = time.monotonic()
901 if next_msg <= time.monotonic():
903 self, time.monotonic() - start_time)
904 next_msg = time.monotonic() + msg_update
/third_party/python/Lib/test/
H A Dtest_support.py12 import time namespace
464 t0 = time.monotonic()
465 deadline = time.monotonic() + support.SHORT_TIMEOUT
473 if time.monotonic() > deadline:
485 time.sleep(0.100)
H A Dtest_int.py2 import time namespace
660 get_time = time.process_time
662 get_time = time.monotonic
703 get_time = time.process_time
705 get_time = time.monotonic
/third_party/python/Lib/test/test_email/
H A Dtest_email.py6 import time namespace
1801 timetuple = time.localtime(now)
1803 tzsecs = time.timezone
1805 tzsecs = time.altzone
1811 container['Date'] = time.strftime(
1813 time.localtime(now)) + tzoffset
3030 now = time.time()
3032 time.gmtime(now)[:6])
3035 now = time
[all...]
/test/ostest/wukong/report/src/
H A Dsysevent_listener.cpp53 data.time = sysEvent->GetTime(); in OnEvent()
/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/utils/
H A DDMSTestBase.cpp54 return t.time * MS2US + t.millitm; in GetSystemTime()
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dutils.h26 #include <sys/time.h>
73 // keep current process run for a specific time, no sleep.
116 * desc: get current time, plus 'ms'
121 * desc: calculate time difference, in ms
122 * output: return time difference, unit is ms
/third_party/eudev/src/v4l_id/
H A Dv4l_id.c29 #include <sys/time.h>
/third_party/eudev/src/shared/
H A Drandom-util.c25 #include <time.h>
29 #include "time-util.h"
63 * next time, again, but also read in dev_urandom()
/third_party/elfutils/backends/
H A Dsparc_corenote.c38 #include <sys/time.h>
H A Darm_corenote.c37 #include <sys/time.h>
H A Dsh_corenote.c38 #include <sys/time.h>
/third_party/glfw/src/
H A Dposix_poll.c36 #include <time.h>
/third_party/ffmpeg/tests/fate/
H A Doma.mak6 fate-oma-atrac3p-remux: CMD = transcode oma $(TARGET_SAMPLES)/atrac3p/at3p_sample1.oma oma "-c copy -metadata date=2021-09-23 -metadata time=16:00 -metadata title=noise -metadata id3v2_priv.foo=hex\xB3 -metadata_header_padding 500" "-c copy -t 0.2" "-show_entries format_tags"
/third_party/curl/docs/examples/
H A Dmulti-app.c34 #include <sys/time.h>
H A Dmulti-formadd.c36 #include <sys/time.h>
H A Dmulti-post.c31 #include <sys/time.h>
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.h31 # include <time.h>
/third_party/libunwind/libunwind/tests/
H A Dforker.c28 #include <sys/time.h>
/third_party/libuv/src/unix/
H A Daix-common.c31 #include <sys/time.h>
/third_party/musl/libc-test/src/regression/
H A Dpthread-robust-detach.c6 #include <time.h>
42 // enough time to ensure that the detached thread is dead in f()
/third_party/musl/src/time/
H A Dclock_getres.c1 #include <time.h>
H A Dclock_nanosleep.c1 #include <time.h>
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dacct.h9 #include <time.h>
/third_party/musl/porting/uniproton/kernel/include/
H A Daio.h10 #include <time.h>

Completed in 14 milliseconds

1...<<61626364656667686970>>...146