HomeSort by relevance Sort by last modified time
    Searched refs:end_time (Results 101 - 125 of 163) sorted by null

1 2 3 45 6 7

  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_performance_unittest.cc 337 const int64_t end_time = clock_->TimeInMicroseconds(); local
341 AddDuration(end_time - start_time);
365 const int64_t end_time = clock_->TimeInMicroseconds(); local
368 AddDuration(end_time - start_time);
  /system/connectivity/shill/net/
netlink_manager.cc 364 struct timeval now, end_time; local
368 timeradd(&now, &maximum_wait_duration, &end_time);
381 timersub(&end_time, &now, &wait_duration);
410 } while (timercmp(&now, &end_time, <));
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py 500 def _is_timestamp_in_range(self, target, begin_time, end_time):
502 high = acts_logger.logline_timestamp_comparator(end_time, target) >= 0
518 end_time = acts_logger.get_log_line_timestamp()
545 end_time):
  /external/autotest/client/site_tests/network_EthernetStressPlug/
network_EthernetStressPlug.py 261 end_time = start_time + timeout
266 while time.time() < end_time:
  /external/autotest/client/tests/netperf2/
netperf2.py 329 end_time = curr_time + timeout
330 while curr_time < end_time:
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
trafficshaper_test.py 36 def GetElapsedMs(start_time, end_time):
37 """Return milliseconds elapsed between |start_time| and |end_time|.
41 end_time: seconds as a float (or string representation of float).
45 return int((float(end_time) - float(start_time)) * 1000)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
tab_complete.py 267 end_time = time.time()
269 elapsed_seconds = end_time - start_time
copy_helper.py     [all...]
  /external/autotest/client/virt/
aexpect.py 303 end_time = time.time() + timeout
304 while time.time() < end_time and process.is_alive():
    [all...]
  /external/autotest/server/
frontend.py 335 def get_host_status_task(self, host_id, end_time):
337 host_id=host_id, end_time=end_time)
341 def get_host_diagnosis_interval(self, host_id, end_time, success):
343 host_id=host_id, end_time=end_time,
    [all...]
  /art/runtime/jit/
profile_saver.cc 90 const uint64_t end_time = NanoTime() + MsToNs(kSleepTime); local
93 if (current_time >= end_time) {
96 period_condition_.TimedWait(self, NsToMs(end_time - current_time), 0);
  /external/autotest/frontend/afe/
site_rpc_interface.py 373 def get_host_history(start_time, end_time, hosts=None, board=None, pool=None):
379 'end_time': '2014-08-07 10:03:16',
384 'end_time': '2014-08-07 10:13:00',
391 @param end_time: end time to search for history, can be string value or
400 start_time=start_time, end_time=end_time,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elasticache/
layer1.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
__init__.py     [all...]
  /external/libchrome/base/
tracked_objects.cc 898 const TrackedTime end_time = ThreadData::Now(); local
    [all...]
  /external/autotest/client/common_lib/
pexpect.py 707 end_time = time.time() + timeout
714 timeout = end_time - time.time()
    [all...]
smogcheck_tpm.py 477 end_time = datetime.datetime.now()
487 return smogcheck_ttci.computeTimeElapsed(end_time, start_time)
  /external/autotest/client/cros/multimedia/
display_facade_native.py 239 end_time = time.time() + timeout
240 while time.time() < end_time:
  /external/autotest/client/cros/networking/
android_xmlrpc_server.py 316 end_time = get_current_epoch_time()
317 wait_time = (end_time - start_time) / 1000
shill_proxy.py 324 end_time = time.time() + timeout_seconds
326 while connection is None and time.time() < end_time:
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
cp.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/
__init__.py 177 def get_metric_statistics(self, period, start_time, end_time, metric_name,
194 :type end_time: datetime
195 :param end_time: The time stamp to use for determining the
233 'EndTime': end_time.isoformat()}
  /external/pdfium/tools/drmemory/scripts/
valgrind_test.py 211 end_time = datetime.datetime.now()
212 runtime_in_seconds = (end_time - start_time).seconds
  /system/extras/simpleperf/
cmd_stat.cpp 159 auto end_time = std::chrono::steady_clock::now(); local
167 std::chrono::duration_cast<std::chrono::duration<double>>(end_time - start_time).count();
  /external/tlsdate/src/
tlsdate-helper-plan9.c 1070 struct tlsdate_time start_time, end_time, warp_time; local
    [all...]

Completed in 626 milliseconds

1 2 3 45 6 7