Home
last modified time | relevance | path

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

12345

/external/chromium-trace/catapult/experimental/heatmap/
Dsmoothness.js1 var smoothnessData = {"Android Nexus9 Perf": [{"start_time": 1445526839.002939, "end_time": 1445539… property
Dpower.js1 var powerData = {"Win 8 Perf (2)": [{"start_time": 1434116938.115528, "end_time": 1434133605.882507… property
/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()
220 const base::TimeTicks start_time = base::TimeTicks::Now(); in HandleMessage() local
246 base::TimeTicks start_time) { in RunMethod()
256 void ExportedObject::SendResponse(base::TimeTicks start_time, in SendResponse()
275 base::TimeTicks start_time) { in OnMethodCompleted()
Dobject_proxy.cc84 const base::TimeTicks start_time = base::TimeTicks::Now(); in CallMethodAndBlockWithErrorDetails() local
132 const base::TimeTicks start_time = base::TimeTicks::Now(); in CallMethodWithErrorCallback() local
254 base::TimeTicks start_time) { in StartAsyncMethodCall()
298 base::TimeTicks start_time) { in OnPendingCallIsComplete()
317 base::TimeTicks start_time, in RunResponseCallback()
507 const base::TimeTicks start_time = base::TimeTicks::Now(); in HandleMessage() local
520 const base::TimeTicks start_time = base::TimeTicks::Now(); in HandleMessage() local
532 void ObjectProxy::RunMethod(base::TimeTicks start_time, in RunMethod()
/external/autotest/site_utils/
Dstatus_history.py122 def __init__(self, start_time, end_time): argument
171 def get_tasks(cls, afe, host_id, start_time, end_time): argument
252 def get_hqes(cls, afe, host_id, start_time, end_time): argument
326 def get_host_history(cls, afe, hostname, start_time, end_time): argument
347 def get_multiple_histories(cls, afe, start_time, end_time, argument
382 def __init__(self, afe, afehost, start_time, end_time): argument
395 def _get_history(self, start_time, end_time): argument
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
Dhost_history.py144 def get_results(start_time, end_time, hosts=None, board=None, pool=None, argument
174 def get_history_details(start_time, end_time, hosts=None, board=None, argument
Dbalance_pools.py233 def __init__(self, afe, board, pool, start_time, end_time, argument
247 def _get_hosts(self, afe, start_time, end_time, use_freon): argument
389 def _balance_board(arguments, afe, board, start_time, end_time): argument
Dcollect_host_stats.py26 def report_stats(board, pool, start_time, end_time, span): argument
/external/webrtc/webrtc/base/
Dtiming.cc72 double start_time = TimerNow(); in BusyWait() local
79 double start_time = TimerNow(); in IdleWait() local
Dsharedexclusivelock_unittest.cc71 uint32_t start_time = Time(); in OnMessage() local
104 uint32_t start_time = Time(); in OnMessage() local
/external/chromium-trace/catapult/dashboard/dashboard/
Demail_summary.py47 def _SendSummaryEmail(sheriff_entity, start_time): argument
65 def _RecentUntriagedAnomalies(sheriff_entity, start_time): argument
/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/v8/src/
Dd8-posix.cc85 const struct timeval& start_time) { in WaitOnFD()
124 static bool TimeIsOut(const struct timeval& start_time, const int& total_time) { in TimeIsOut()
311 const struct timeval& start_time, in GetStdout()
385 const struct timeval& start_time, in WaitForChild()
498 struct timeval start_time; in System() local
/external/autotest/server/cros/dynamic_suite/
Djob_status.py115 def _abort_jobs_if_timedout(afe, jobs, start_time, timeout_mins): argument
139 start_time=None, wait_timeout_mins=None): argument
173 start_time=None, wait_timeout_mins=None): argument
208 start_time=None, wait_timeout_mins=None): argument
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
Dgpu_timeline_unittest.py25 def _CreateGPUSlices(parent_thread, name, start_time, duration, offset=0): argument
38 def _CreateFrameEndSlices(parent_thread, start_time, duration, offset=0): argument
/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/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/tpm2/
DReadClock.c21 UINT64 start_time = _plat__ClockTimeFromStart(); in TPM2_ReadClock() local
/external/vboot_reference/tests/
Dtimer_utils.h14 struct timespec start_time; member
/external/autotest/client/tests/tracing_microbenchmark/src/
Dgetuid_microbench.c27 struct timespec start_time, end_time, elapsed_time; in main() local
/external/autotest/client/bin/
Dautotestd_monitor35 start_time = time.time() variable
/external/icu/icu4c/source/test/perf/ucnvavailperf/
Ducnvavailperf.cpp113 UTimer start_time; in main() local
/external/webrtc/webrtc/modules/utility/source/
Dprocess_thread_impl_unittest.cc157 int64_t start_time = 0; in ProcessCallAfterAFewMs() local
256 int64_t start_time; in TEST() local
/external/autotest/utils/
Dsite_check_dut_usage.py28 def __init__(self, start_time, end_time, label, hostname, list_hostnames): argument

12345