/external/libchrome/dbus/ |
D | exported_object.cc | 96 const base::TimeTicks start_time = base::TimeTicks::Now(); in SendSignal() local 152 void ExportedObject::SendSignalInternal(base::TimeTicks start_time, in SendSignalInternal() 218 const base::TimeTicks start_time = base::TimeTicks::Now(); in HandleMessage() local 244 base::TimeTicks start_time) { in RunMethod() 254 void ExportedObject::SendResponse(base::TimeTicks start_time, in SendResponse() 273 base::TimeTicks start_time) { in OnMethodCompleted()
|
D | object_proxy.cc | 86 const base::TimeTicks start_time = base::TimeTicks::Now(); in CallMethodAndBlockWithErrorDetails() local 135 const base::TimeTicks start_time = base::TimeTicks::Now(); in CallMethodWithErrorCallback() local 257 base::TimeTicks start_time) { in StartAsyncMethodCall() 301 base::TimeTicks start_time) { in OnPendingCallIsComplete() 320 base::TimeTicks start_time, in RunResponseCallback() 509 const base::TimeTicks start_time = base::TimeTicks::Now(); in HandleMessage() local 522 const base::TimeTicks start_time = base::TimeTicks::Now(); in HandleMessage() local 534 void ObjectProxy::RunMethod(base::TimeTicks start_time, in RunMethod()
|
/external/webrtc/webrtc/base/ |
D | timing.cc | 72 double start_time = TimerNow(); in BusyWait() local 79 double start_time = TimerNow(); in IdleWait() local
|
/external/autotest/site_utils/ |
D | job_history.py | 125 def try_get(self, host_id, job_id, start_time, end_time): argument 141 def update(self, host_id, start_time, end_time): argument 161 def __init__(self, tasks=[], start_time=None, end_time=None): argument 168 def try_get(self, job_id, start_time, end_time): argument
|
D | balance_pools.py | 173 def __init__(self, afe, board, pool, start_time, end_time): argument 183 def _get_hosts(self, afe, start_time, end_time): argument 313 def _balance_board(arguments, afe, board, pool, start_time, end_time): argument
|
/external/tpm2/ |
D | ReadClock.c | 21 UINT64 start_time = _plat__ClockTimeFromStart(); in TPM2_ReadClock() local
|
/external/autotest/server/lib/ |
D | status_history.py | 147 def __init__(self, start_time, end_time): argument 238 def get_tasks(cls, afe, host_id, start_time, end_time): argument 358 def get_hqes(cls, afe, host_id, start_time, end_time): argument 470 def get_host_history(cls, afe, hostname, start_time, end_time): argument 491 def get_multiple_histories(cls, afe, start_time, end_time, argument 526 def __init__(self, afe, afehost, start_time, end_time): argument 539 def _get_history(self, start_time, end_time): argument
|
/external/vboot_reference/tests/ |
D | timer_utils.h | 14 struct timespec start_time; member
|
/external/libchrome/base/trace_event/ |
D | trace_event_synthetic_delay.cc | 86 TimeTicks start_time = clock_->Now(); in Begin() local 102 TimeTicks start_time = clock_->Now(); in BeginParallel() local 131 TimeTicks start_time) { in CalculateEndTimeLocked()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | time_test.cc | 95 int64 start_time, end_time; in TEST() local 166 int64 start_time, end_time; in TEST() local
|
/external/autotest/client/tests/wb_kupdate/ |
D | wb_kupdate.py | 75 def _needs_more_time(self, start_time, duration, _now=None): argument 139 def _wait_until_data_flushed(self, start_time, max_wait_time): argument
|
/external/ltp/lib/ |
D | tst_timer.c | 30 static struct timespec start_time, stop_time; variable
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | bindings_perftest.cc | 109 const MojoTimeTicks start_time = MojoGetTimeTicksNow(); in TEST_F() local 124 const MojoTimeTicks start_time = MojoGetTimeTicksNow(); in TEST_F() local
|
/external/autotest/client/site_tests/graphics_WebGLAquarium/ |
D | sampler.py | 176 def start_new_fb_state(self, pipe, fb, state, start_time): argument 228 def start_state(self, state_name, start_time): argument 268 def start(self, start_time): argument
|
/external/autotest/client/tests/tracing_microbenchmark/src/ |
D | getuid_microbench.c | 27 struct timespec start_time, end_time, elapsed_time; in main() local
|
/external/v8/src/ |
D | d8-posix.cc | 82 const struct timeval& start_time) { in WaitOnFD() 116 static bool TimeIsOut(const struct timeval& start_time, const int& total_time) { in TimeIsOut() 303 const struct timeval& start_time, in GetStdout() 377 const struct timeval& start_time, in WaitForChild() 490 struct timeval start_time; in System() local
|
/external/mesa3d/src/gallium/auxiliary/os/ |
D | os_time.c | 149 int64_t start_time = os_time_get_nano(); in os_wait_until_zero() local
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_driver.c | 162 start_time; /* time at start of driver */ in main() local 254 void startup(long start_time) in startup() 734 void finishup(start_time) in finishup() argument
|
D | sched_tc0.c | 104 long start_time; /* time at start of testcase */ in main() local
|
/external/autotest/site_utils/sponge_lib/ |
D | autotest_job_info.py | 57 def start_time(self): member in AutotestJobInfo 147 def start_time(self): member in AutotestTaskInfo
|
/external/autotest/client/bin/ |
D | autotestd_monitor | 35 start_time = time.time() variable
|
/external/icu/icu4c/source/test/perf/ucnvavailperf/ |
D | ucnvavailperf.cpp | 119 UTimer start_time; in main() local
|
/external/ltp/tools/pounder21/src/time_tests/ |
D | drift-test.py | 63 start_time = time.localtime(time.time()) variable
|
/external/vixl/tools/ |
D | threaded_tests.py | 71 start_time = None variable
|
/external/autotest/utils/ |
D | site_check_dut_usage.py | 28 def __init__(self, start_time, end_time, label, hostname, list_hostnames): argument
|