HomeSort by relevance Sort by last modified time
    Searched full:start_time (Results 251 - 275 of 536) sorted by null

<<11121314151617181920>>

  /external/autotest/client/cros/networking/
cellular_proxy.py 226 start_time = time.time()
231 if(time.time() + CellularProxy.SLEEP_INTERVAL - start_time >
  /external/autotest/client/site_tests/graphics_WebGLAquarium/
graphics_WebGLAquarium.py 199 start_time = time.time()
201 power_logger.checkpoint('result', start_time)
  /external/autotest/client/site_tests/video_PlaybackPerf/
video_PlaybackPerf.py 222 start_time = time.time()
224 power_logger.checkpoint('result', start_time)
  /external/autotest/client/site_tests/video_YouTubePage/
video_YouTubePage.py 167 start_time = time.time()
172 elif time.time() < start_time + max_wait_secs:
  /external/autotest/server/cros/network/
connection_worker.py 152 start_time = time.time()
153 while time.time() - start_time < self.duration_sec:
  /external/autotest/server/hosts/
remote.py 207 start_time = time.time()
209 lasted = time.time() - start_time
  /external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
platform_ExternalUsbPeripherals.py 80 start_time = int(time.time())
85 time_delta = int(time.time()) - start_time
  /external/autotest/site_utils/
dump_to_cloudsql.py 204 start_time = time.time()
231 delta = int(time.time() - start_time)
dut_status.py 180 event.start_time)
191 start_time = time_utils.epoch_time_to_date_string(
192 event.start_time)
194 start_time,
  /external/libchrome/dbus/
dbus_statistics.cc 122 base::Time start_time() { return start_time_; } function in class:dbus::__anon22979::DBusStatistics
189 base::TimeDelta dtime = base::Time::Now() - g_dbus_statistics->start_time();
  /external/lisa/libs/utils/analysis/
residency_analysis.py 40 self.start_time = -1
87 pr.start_time = pr.last_start_time
  /external/llvm/utils/lit/lit/
run.py 166 start_time = time.time()
186 result.elapsed = time.time() - start_time
  /external/v8/tools/testrunner/network/
network_execution.py 175 start_time = time.time()
216 peer.runtime = time.time() - start_time
  /system/core/storaged/tests/
storaged_test.cpp 273 .start_time = 0,
291 .start_time = 0,
  /art/runtime/
thread_list.cc 361 const uint64_t start_time = NanoTime(); local
365 const uint64_t total_delay = NanoTime() - start_time;
639 const uint64_t start_time = NanoTime(); local
664 const uint64_t suspend_time = end_time - start_time;
751 const uint64_t start_time = NanoTime(); local
762 << PrettyDuration(NanoTime() - start_time);
770 UNUSED(start_time);
894 const uint64_t start_time = NanoTime(); local
1014 const uint64_t start_time = NanoTime(); local
    [all...]
  /build/kati/
ninja.cc 179 NinjaGenerator(Evaluator* ev, double start_time)
184 start_time_(start_time),
814 double start_time) {
815 NinjaGenerator ng(ev, start_time);
  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h 46 uint64_t start_time; member in struct:AccelStillDet
  /device/google/contexthub/firmware/os/algos/calibration/magnetometer/
mag_cal.c 153 moc->start_time = 0;
160 if ((sample_time_us - moc->start_time > moc->min_batch_window_in_micros) &&
164 } else if (sample_time_us - moc->start_time > MAX_BATCH_WINDOW) {
260 moc->start_time = sample_time_us;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_signal.py 448 start_time = time.time()
449 while time.time() - start_time < 60.0:
471 start_time = time.time()
472 while time.time() - start_time < 60.0:
  /docs/source.android.com/en/compatibility/cts/
interpret.html 28 $CTS_ROOT/android-cts/repository/results/&lt;start_time&gt;.zip
  /external/libchrome/base/trace_event/
trace_event_synthetic_delay.h 124 base::TimeTicks CalculateEndTimeLocked(base::TimeTicks start_time);
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_buffer_objects.c 56 double start_time = get_time(); local
61 bo_name, (get_time() - start_time) * 1000);
72 double start_time = get_time(); local
77 bo_name, (get_time() - start_time) * 1000);
  /external/python/cpython2/Lib/test/
test_signal.py 455 start_time = time.time()
456 while time.time() - start_time < 60.0:
478 start_time = time.time()
479 while time.time() - start_time < 60.0:
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_performance_unittest.cc 333 const int64_t start_time = clock_->TimeInMicroseconds(); local
341 AddDuration(end_time - start_time);
361 const int64_t start_time = clock_->TimeInMicroseconds(); local
368 AddDuration(end_time - start_time);
  /external/webrtc/webrtc/modules/pacing/
paced_sender_unittest.cc 395 int64_t start_time = clock_.TimeInMilliseconds(); local
396 while (clock_.TimeInMilliseconds() - start_time < kBitrateWindow) {
422 int64_t start_time = clock_.TimeInMilliseconds(); local
424 while (clock_.TimeInMilliseconds() - start_time < kBitrateWindow) {
    [all...]

Completed in 1002 milliseconds

<<11121314151617181920>>