/external/python/cpython2/Doc/includes/ |
D | mp_benchmarks.py | 11 _timer = time.clock variable 13 _timer = time.time variable 45 t = _timer() 50 elapsed = _timer() - t 88 t = _timer() 93 elapsed = _timer() - t 109 t = _timer() 114 elapsed = _timer()-t 129 t = _timer() 135 elapsed = _timer()-t [all …]
|
/external/tensorflow/tensorflow/python/training/ |
D | basic_session_run_hooks.py | 228 self._timer = ( 234 self._timer.reset() 243 self._should_trigger = self._timer.should_trigger_for_step(self._iter_count) 252 elapsed_secs, _ = self._timer.update_last_triggered_step(self._iter_count) 553 self._timer = SecondOrStepTimer( 588 self._timer.update_last_triggered_step(global_step) 595 if self._timer.should_trigger_for_step(stale_global_step + 599 if self._timer.should_trigger_for_step(global_step): 600 self._timer.update_last_triggered_step(global_step) 606 if last_step != self._timer.last_triggered_step(): [all …]
|
/external/clang/test/CodeGenObjC/ |
D | objc2-write-barrier-5.m | 35 id _timer; field 42 p_animationState->_timer = 0; 43 (*p_animationState)._timer = 0; 44 (&(*p_animationState))->_timer = 0;
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | siginfo.h | 45 } _timer; member 141 #define si_tid _sifields._timer._tid 142 #define si_overrun _sifields._timer._overrun 143 #define si_sys_private _sifields._timer._sys_private
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog.cpp | 68 _timer = SetTimer(kTimerID, kTimerElapse); in OnInit() 139 KillTimer(_timer); in OnMessage() 140 _timer = 0; in OnMessage()
|
D | ProgressDialog.h | 80 UINT_PTR _timer; 121 CProgressDialog(): _timer(0) in CProgressDialog()
|
D | ProgressDialog2.cpp | 240 _timer(0), in CProgressDialog() 409 _timer = SetTimer(kTimerID, kTimerElapse); in OnInit() 1027 KillTimer(_timer); in OnMessage() 1028 _timer = 0; in OnMessage()
|
D | ProgressDialog2.h | 121 UINT_PTR _timer; variable
|
/external/tensorflow/tensorflow/python/tpu/ |
D | async_checkpoint.py | 80 self._timer = basic_session_run_hooks.SecondOrStepTimer( 123 self._timer.update_last_triggered_step(global_step) 130 if self._timer.should_trigger_for_step(global_step): 131 self._timer.update_last_triggered_step(global_step)
|
/external/python/cpython2/Lib/ |
D | timeit.py | 96 def inner(_it, _timer, _func=func): argument 98 _t0 = _timer() 101 _t1 = _timer()
|
/external/webrtc/webrtc/api/objc/ |
D | RTCEAGLVideoView.m | 95 RTCDisplayLinkTimer *_timer; 157 _timer = [[RTCDisplayLinkTimer alloc] initWithTimerHandler:^{ 171 [_timer invalidate]; 241 _timer.isPaused = NO; 246 _timer.isPaused = YES;
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCEAGLVideoView.m | 116 RTCDisplayLinkTimer* _timer; 175 _timer = [[RTCDisplayLinkTimer alloc] initWithTimerHandler:^{ 189 [_timer invalidate]; 259 _timer.isPaused = NO; 264 _timer.isPaused = YES;
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | rnn_test.py | 798 def _timer(sess, ops): function 835 delta_static = _timer(sess, ops) 843 delta_dynamic = _timer(sess, ops) 897 delta_half_seq_len = _timer(sess, ops) 909 delta_unroll_half = _timer(sess, ops) 965 delta_concat_state = _timer(sess, ops) 977 delta_tuple_state = _timer(sess, ops) 1027 no_swap = _timer(sess, ops) 1035 swap = _timer(sess, ops) 1063 elapsed = _timer(sess, ops) [all …]
|
D | sparse_xent_op_test.py | 305 def _timer(sess, ops): function 325 delta_dense = _timer(sess, ops) 334 delta_sparse = _timer(sess, ops)
|
D | sparse_tensor_dense_matmul_op_test.py | 334 def _timer(sess, ops_fn, iterations): function 362 delta_dense = _timer(sess, ops_fn, 200) 382 delta_sparse = _timer(sess, ops_fn, 200)
|
/external/clang/tools/scan-build/share/scan-build/ |
D | sorttable.js | 28 if (_timer) clearInterval(_timer); 359 var _timer = setInterval(function() { variable
|
/external/clang/tools/scan-build-py/libscanbuild/resources/ |
D | sorttable.js | 28 if (_timer) clearInterval(_timer); 359 var _timer = setInterval(function() { variable
|
/external/llvm/utils/lit/lit/ |
D | TestRunner.py | 52 self._timer = None 57 self._timer.cancel() 88 self._timer = threading.Timer(self.timeout, self._handleTimeoutReached) 89 self._timer.start()
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | iterator_ops.py | 277 self._checkpoint_saver_hook._timer.update_last_triggered_step(global_step)
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
D | ARDAppClient.m | 63 NSTimer *_timer; 73 _timer = [NSTimer scheduledTimerWithTimeInterval:interval 83 [_timer invalidate];
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
D | TestRunner.py | 80 self._timer = None 85 self._timer.cancel() 116 self._timer = threading.Timer(self.timeout, self._handleTimeoutReached) 117 self._timer.start()
|
/external/python/cpython2/Doc/library/ |
D | threading.rst | 760 .. _timer-objects:
|
/external/python/cpython3/Doc/library/ |
D | threading.rst | 906 .. _timer-objects:
|