Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/src/
DTestCoroutineDispatcher.kt45 private val _time = atomic(0L) in <lambda>() constant in kotlinx.coroutines.test.TestCoroutineDispatcher
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dmain.py45 import time as _time namespace
/external/blktrace/btt/
Dinlines.h182 #define UPDATE_AVGS(_avg, _iop, _pip, _time) do { \ argument
188 #define UPDATE_AVGS_N(_avg, _iop, _pip, _time, _n) do { \ argument
194 #define UNUPDATE_AVGS(_avg, _iop, _pip, _time) do { \ argument
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dmain.py45 import time as _time namespace
/external/python/cpython3/Lib/
Dsched.py30 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.py54 from time import monotonic as _time unknown
Ddatetime.py11 import time as _time namespace
/external/python/cpython3/Doc/includes/
Dtzinfo_examples.py11 import time as _time namespace
/external/python/cpython2/Lib/
DQueue.py3 from time import time as _time unknown
Dthreading.py15 from time import time as _time, sleep as _sleep unknown
/external/python/cpython2/Doc/includes/
Dtzinfo-examples.py44 import time as _time namespace
/external/tensorflow/tensorflow/python/platform/
Dtf_logging.py27 import time as _time namespace
/external/python/cpython2/Lib/multiprocessing/
Dsynchronize.py43 from time import time as _time, sleep as _sleep unknown
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/
D_time.py19 import time as _time namespace
/external/fonttools/Lib/fontTools/misc/
DloggingTools.py283 _time = timeit.default_timer variable in Timer
/external/python/cpython3/Lib/test/
Ddatetimetester.py32 import time as _time namespace