Home
last modified time | relevance | path

Searched defs:_time (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Lib/
Dsched.py31 from time import monotonic as _time unknown
Dtrace.py62 from time import monotonic as _time unknown
Dtelnetlib.py39 from time import monotonic as _time unknown
Dthreading.py8 from time import monotonic as _time unknown
Dsubprocess.py53 from time import monotonic as _time unknown
Ddatetime.py11 import time as _time namespace
/third_party/python/Doc/includes/
Dtzinfo_examples.py11 import time as _time namespace
/third_party/typescript/src/harness/
DvfsUtil.ts58 private _time: number | Date | (() => number | Date); property in vfs.FileSystem
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.c4395 gst_base_parse_locate_time (GstBaseParse * parse, GstClockTime * _time, in gst_base_parse_locate_time()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c1763 gboolean set, QtDemuxStream ** _stream, gint * _index, gint64 * _time) in gst_qtdemux_find_sample()
4905 GstClockTime * _start, GstClockTime * _stop, GstClockTime * _time) in gst_qtdemux_stream_segment_get_boundaries()
/third_party/python/Lib/test/
Ddatetimetester.py32 import time as _time namespace