Home
last modified time | relevance | path

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

1234567891011

/external/libchrome/dbus/
Dexported_object.cc97 const base::TimeTicks start_time = base::TimeTicks::Now(); in SendSignal() local
153 void ExportedObject::SendSignalInternal(base::TimeTicks start_time, in SendSignalInternal()
223 const base::TimeTicks start_time = base::TimeTicks::Now(); in HandleMessage() local
247 base::TimeTicks start_time) { in RunMethod()
257 void ExportedObject::SendResponse(base::TimeTicks start_time, in SendResponse()
273 base::TimeTicks start_time) { in OnMethodCompleted()
Dobject_proxy.cc147 const base::TimeTicks start_time = base::TimeTicks::Now(); in CallMethodAndBlockWithErrorDetails() local
196 const base::TimeTicks start_time = base::TimeTicks::Now(); in CallMethodWithErrorResponse() local
314 base::TimeTicks start_time) { in StartAsyncMethodCall()
353 base::TimeTicks start_time, in OnPendingCallIsComplete()
407 base::TimeTicks start_time, in RunResponseOrErrorCallback()
543 const base::TimeTicks start_time = base::TimeTicks::Now(); in HandleMessage() local
556 const base::TimeTicks start_time = base::TimeTicks::Now(); in HandleMessage() local
568 void ObjectProxy::RunMethod(base::TimeTicks start_time, in RunMethod()
/external/libchrome/base/task/sequence_manager/test/
Dtest_task_time_observer.h16 void WillProcessTask(TimeTicks start_time) override {} in WillProcessTask()
17 void DidProcessTask(TimeTicks start_time, TimeTicks end_time) override {} in DidProcessTask()
/external/pigweed/pw_chrono/
Dsystem_clock_facade_test.cc50 const SystemClock::time_point start_time = SystemClock::now(); in TEST() local
64 const SystemClock::time_point start_time = clock.now(); in TEST() local
77 const pw_chrono_SystemClock_TimePoint start_time = in TEST() local
/external/openscreen/platform/test/
Dtrace_logging_helpers.h62 Clock::time_point start_time, in ValidateTraceTimestampDiff()
74 Clock::time_point start_time, in ValidateTraceErrorCode()
88 Clock::time_point start_time, in ValidateTraceIdHierarchyOnSyncTrace()
/external/autotest/server/lib/
Dstatus_history.py140 def __init__(self, start_time, end_time): argument
231 def get_tasks(cls, afe, host_id, start_time, end_time): argument
340 def get_hqes(cls, afe, host_id, start_time, end_time): argument
441 def get_host_history(cls, afe, hostname, start_time, end_time): argument
462 def get_multiple_histories(cls, afe, start_time, end_time, labels=()): argument
485 def __init__(self, afe, afehost, start_time, end_time): argument
498 def _get_history(self, start_time, end_time): argument
/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.py190 def __init__(self, afe, pool, labels, start_time, end_time): argument
202 def _get_hosts(self, afe, start_time, end_time): argument
374 def _balance_model(arguments, afe, pool, labels, start_time, end_time): argument
/external/openscreen/cast/streaming/
Dreceiver_unittest.cc307 const Clock::time_point start_time = FakeClock::now(); in ExchangeInitialReportPackets() local
348 Clock::time_point start_time) { in ConsumeAndVerifyFrames()
428 const Clock::time_point start_time = FakeClock::now(); in TEST_F() local
474 const Clock::time_point start_time = FakeClock::now(); in TEST_F() local
592 const Clock::time_point start_time = FakeClock::now(); in TEST_F() local
683 const Clock::time_point start_time = FakeClock::now(); in TEST_F() local
746 const Clock::time_point start_time = FakeClock::now(); in TEST_F() local
Drtcp_session.cc14 Clock::time_point start_time) in RtcpSession()
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py57 def _get_server_status(self, start_time, end_time, port, cores): argument
134 def _get_client_status(self, start_time, end_time, qps_data): argument
/external/openscreen/cast/standalone_sender/
Dsimulated_capturer.cc31 Clock::time_point start_time, in SimulatedCapturer()
225 Clock::time_point start_time, in SimulatedAudioCapturer()
342 Clock::time_point start_time, in SimulatedVideoCapturer()
/external/protobuf/src/google/protobuf/stubs/
Dtime_test.cc95 int64 start_time, end_time; in TEST() local
219 int64 start_time, end_time; in TEST() local
/external/openscreen/platform/impl/
Dsocket_handle_waiter.cc78 Clock::time_point start_time = now_function_(); in ProcessReadyHandles() local
109 Clock::time_point start_time = now_function_(); in ProcessHandles() local
/external/tensorflow/tensorflow/lite/micro/
Dmicro_time_test.cc29 int start_time = tflite::GetCurrentTimeTicks(); in TF_LITE_MICRO_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/vboot_reference/tests/
Dtimer_utils.h14 struct timespec start_time; member
/external/webrtc/call/
Dsimulated_network_unittest.cc43 Timestamp start_time = Timestamp::Millis(0); in TEST() local
97 Timestamp start_time = Timestamp::Millis(0); in TEST() 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/tensorflow/tensorflow/core/profiler/internal/cpu/
Dtraceme_recorder_test.cc44 int64 start_time = GetCurrentTimeNanos(); in TEST() local
84 int64 start_time = GetCurrentTimeNanos(); in TEST() 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
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc322 const Shape& shape, int64 start_time, int64 end_time) const { in CanAllocateInAlternateMemoryNoCopy()
327 const Shape& shape, int64 start_time, int64 latest_end_time) const { in PreferredEvictionEndTime()
332 const Shape& shape, int64 start_time, int64 end_time, in LatestPrefetchStartTime()
345 int64 start_time, in Begin()
369 const Shape& shape, int64 start_time, int64 end_time) const { in ToNoCopyDebugString()
445 const Shape& shape, int64 start_time, int64 end_time) const { in CanAllocateInAlternateMemoryNoCopy()
458 const Shape& shape, int64 start_time, int64 latest_end_time) const { in PreferredEvictionEndTime()
473 const Shape& shape, int64 start_time, int64 end_time, in LatestPrefetchStartTime()
548 int64 start_time, in Begin()
645 int64 start_time, int64 end_time) const { in GetMinWhileNestLevel()
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DDumpCoverage.java22 long start_time = System.currentTimeMillis(); in main() local
/external/libchrome/base/test/launcher/
Dtest_launcher_tracer.cc18 void TestLauncherTracer::RecordProcessExecution(TimeTicks start_time, in RecordProcessExecution()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbindings_perftest.cc112 const MojoTimeTicks start_time = MojoGetTimeTicksNow(); in TEST_F() local
127 const MojoTimeTicks start_time = MojoGetTimeTicksNow(); in TEST_F() local
264 base::TimeTicks start_time = base::TimeTicks::Now(); in TEST_F() local

1234567891011