Home
last modified time | relevance | path

Searched defs:start_time (Results 1 – 25 of 129) sorted by relevance

123456

/external/libchrome/dbus/
Dexported_object.cc96 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()
Dobject_proxy.cc86 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/
Dtiming.cc72 double start_time = TimerNow(); in BusyWait() local
79 double start_time = TimerNow(); in IdleWait() local
/external/autotest/site_utils/
Djob_history.py125 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
Dbalance_pools.py173 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/
DReadClock.c21 UINT64 start_time = _plat__ClockTimeFromStart(); in TPM2_ReadClock() local
/external/autotest/server/lib/
Dstatus_history.py147 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/
Dtimer_utils.h14 struct timespec start_time; member
/external/libchrome/base/trace_event/
Dtrace_event_synthetic_delay.cc86 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/
Dtime_test.cc95 int64 start_time, end_time; in TEST() local
166 int64 start_time, end_time; in TEST() local
/external/autotest/client/tests/wb_kupdate/
Dwb_kupdate.py75 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/
Dtst_timer.c30 static struct timespec start_time, stop_time; variable
/external/libmojo/mojo/public/cpp/bindings/tests/
Dbindings_perftest.cc109 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/
Dsampler.py176 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/
Dgetuid_microbench.c27 struct timespec start_time, end_time, elapsed_time; in main() local
/external/v8/src/
Dd8-posix.cc82 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/
Dos_time.c149 int64_t start_time = os_time_get_nano(); in os_wait_until_zero() local
/external/ltp/testcases/kernel/sched/sched_stress/
Dsched_driver.c162 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
Dsched_tc0.c104 long start_time; /* time at start of testcase */ in main() local
/external/autotest/site_utils/sponge_lib/
Dautotest_job_info.py57 def start_time(self): member in AutotestJobInfo
147 def start_time(self): member in AutotestTaskInfo
/external/autotest/client/bin/
Dautotestd_monitor35 start_time = time.time() variable
/external/icu/icu4c/source/test/perf/ucnvavailperf/
Ducnvavailperf.cpp119 UTimer start_time; in main() local
/external/ltp/tools/pounder21/src/time_tests/
Ddrift-test.py63 start_time = time.localtime(time.time()) variable
/external/vixl/tools/
Dthreaded_tests.py71 start_time = None variable
/external/autotest/utils/
Dsite_check_dut_usage.py28 def __init__(self, start_time, end_time, label, hostname, list_hostnames): argument

123456