/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/channel_idle/ |
D | idle_filter_state.cc | 23 IdleFilterState::IdleFilterState(bool start_timer) in IdleFilterState() argument 24 : state_(start_timer ? kTimerStarted : 0) {} in IdleFilterState() 41 bool start_timer; in DecreaseCallCount() local 43 start_timer = false; in DecreaseCallCount() 54 start_timer = true; in DecreaseCallCount() 60 return start_timer; in DecreaseCallCount() 66 bool start_timer; in CheckTimer() local 84 start_timer = true; in CheckTimer() 88 start_timer = false; in CheckTimer() 93 return start_timer; in CheckTimer()
|
D | idle_filter_state.h | 31 explicit IdleFilterState(bool start_timer);
|
/external/grpc-grpc/src/core/ext/filters/channel_idle/ |
D | idle_filter_state.cc | 23 IdleFilterState::IdleFilterState(bool start_timer) in IdleFilterState() argument 24 : state_(start_timer ? kTimerStarted : 0) {} in IdleFilterState() 41 bool start_timer; in DecreaseCallCount() local 43 start_timer = false; in DecreaseCallCount() 54 start_timer = true; in DecreaseCallCount() 60 return start_timer; in DecreaseCallCount() 66 bool start_timer; in CheckTimer() local 84 start_timer = true; in CheckTimer() 88 start_timer = false; in CheckTimer() 93 return start_timer; in CheckTimer()
|
D | idle_filter_state.h | 31 explicit IdleFilterState(bool start_timer);
|
/external/pytorch/benchmarks/sparse/ |
D | spmv.py | 10 start_timer = Event(enable_timing=True) 18 start_timer.record() 21 times.append(start_timer.elapsed_time(stop_timer)) 27 start_timer = Event(enable_timing=True) 35 start_timer.record() 38 times.append(start_timer.elapsed_time(stop_timer))
|
D | spmm.py | 10 start_timer = Event(enable_timing=True) 18 start_timer.record() 21 times.append(start_timer.elapsed_time(stop_timer)) 27 start_timer = Event(enable_timing=True) 35 start_timer.record() 38 times.append(start_timer.elapsed_time(stop_timer))
|
/external/crosvm/cros_async/src/blocking/sys/linux/ |
D | block_on.rs | 144 fn start_timer(dur: Duration, notify: Option<Sender<()>>) -> Timer { in start_timer() function 170 block_on(start_timer(Duration::from_millis(100), None)); in it_works() 176 block_on(start_timer(Duration::from_millis(100), None)); in nested() 186 let timer = start_timer(Duration::from_millis(50), Some(tx)); in ready_before_poll()
|
/external/python/cpython3/Lib/test/ |
D | test_profile.py | 34 start_timer = timer() 36 results.append(timer() - start_timer)
|
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor_test_util.cc | 119 se->start_timer = StartTimer; in PopulateDefaultStreamExecutor()
|
D | stream_executor.h | 331 void (*start_timer)(const SP_Device* device, SP_Stream stream, SP_Timer timer, member
|
D | stream_executor.cc | 137 TF_VALIDATE_NOT_NULL(SP_StreamExecutor, se, start_timer); in ValidateSPStreamExecutor() 506 stream_executor_->start_timer(&device_, stream_handle, timer_handle, in StartTimer()
|
D | stream_executor_test.cc | 464 se_.start_timer = [](const SP_Device* const device, SP_Stream stream, in TEST_F()
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 1509 start_timer(struct display *dp, int what) in start_timer() function 1568 #define start_timer(dp, what) ((void)0) macro 1807 start_timer(dp, PNGCP_TIME_READ); in read_png() 2097 start_timer(dp, PNGCP_TIME_WRITE); in write_png()
|
/external/crosvm/devices/src/irqchip/ |
D | apic.rs | 176 self.start_timer(); in set_state() 281 self.start_timer(); in write() 625 fn start_timer(&mut self) { in start_timer() method
|
/external/crosvm/devices/src/ |
D | pit.rs | 713 self.start_timer(); in load_and_start_timer() 716 fn start_timer(&mut self) { in start_timer() method
|