HomeSort by relevance Sort by last modified time
    Searched defs:start_time (Results 176 - 200 of 265) sorted by null

1 2 3 4 5 6 78 91011

  /external/chromium_org/net/dns/
host_resolver_impl_unittest.cc 78 base::Time start_time = base::Time::Now(); local
81 if (base::Time::Now() > start_time + TestTimeouts::action_timeout())
    [all...]
host_resolver_impl.cc 627 base::TimeTicks start_time = base::TimeTicks::Now(); local
632 base::Bind(&ProcTask::DoLookup, this, start_time, attempt_number_),
642 start_time, attempt_number_, ERR_UNEXPECTED, 0));
666 void DoLookup(const base::TimeTicks& start_time,
679 base::Bind(&ProcTask::OnLookupComplete, this, results, start_time,
696 const base::TimeTicks& start_time,
718 RecordPerformanceHistograms(start_time, error, os_error);
720 RecordAttemptHistograms(start_time, attempt_number, error, os_error);
764 void RecordPerformanceHistograms(const base::TimeTicks& start_time,
777 base::TimeDelta duration = base::TimeTicks::Now() - start_time;
1445 base::TimeTicks start_time = base::TimeTicks::Now(); local
2026 base::TimeTicks start_time = base::TimeTicks::Now(); local
    [all...]
  /external/chromium_org/net/ocsp/
nss_ocsp.cc 752 const base::Time start_time = base::Time::Now(); local
759 const base::TimeDelta duration = base::Time::Now() - start_time;
    [all...]
  /external/chromium_org/net/socket/
client_socket_pool_base.h 322 // Entry for a persistent socket which became idle at time |start_time|.
337 base::TimeTicks start_time; member in struct:net::internal::ClientSocketPoolBaseHelper::IdleSocket
  /external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc 89 TimeTicks start_time = TimeTicks(); local
90 TimeTicks now = start_time;
91 while ((now - start_time) <= maximum_simulated_duration) {
130 void SetDowntime(const TimeTicks& start_time, const TimeDelta& duration) {
131 start_downtime_ = start_time;
132 end_downtime_ = start_time + duration;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.cpp 2066 float start_time = 0; local
    [all...]
  /external/iputils/
ping_common.c 30 struct timeval start_time, cur_time; variable in typeref:struct:timeval
699 gettimeofday(&start_time, NULL);
1010 tvsub(&tv, &start_time);
  /external/linux-tools-perf/
builtin-timechart.c 85 u64 start_time; member in struct:per_pid
98 u64 start_time; member in struct:per_pidcomm
128 u64 start_time; member in struct:cpu_sample
143 u64 start_time; member in struct:power_event
222 p->start_time = timestamp;
224 p->current->start_time = timestamp;
259 sample->start_time = start;
271 if (c->start_time == 0 || c->start_time > start)
272 c->start_time = start
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 2066 float start_time = 0; local
    [all...]
  /external/openssh/
clientloop.c 1383 double start_time, total_time; local
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 245 * start_time - Timestamp of server start
247 struct os_time start_time; member in struct:radius_server_data
1261 os_get_time(&data->start_time);
    [all...]
  /external/chromium/base/
file_util_unittest.cc 1210 SYSTEMTIME start_time; local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service.cc 859 base::TimeTicks start_time = base::TimeTicks::Now(); local
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 1105 base::TimeTicks start_time = base::TimeTicks::Now(); local
    [all...]
  /external/chromium_org/base/message_loop/
message_loop_unittest.cc 336 Time start_time = Time::Now();
342 TimeDelta total_time = Time::Now() - start_time;
392 Time start_time = Time::Now(); local
398 TimeDelta total_time = Time::Now() - start_time;
    [all...]
  /external/chromium_org/chrome/test/webdriver/
webdriver_session.cc 1652 base::Time start_time = base::Time::Now(); local
    [all...]
  /external/chromium_org/courgette/
adjustment_method_2.cc 1269 base::Time start_time = base::Time::Now(); local
    [all...]
  /external/chromium_org/ui/aura/
window_unittest.cc 1810 base::TimeTicks start_time = local
2741 base::TimeTicks start_time = local
2783 base::TimeTicks start_time = local
    [all...]
  /external/ppp/pppd/
main.c 203 static struct timeval start_time; /* Time when link was started. */ variable in typeref:struct:timeval
577 gettimeofday(&start_time, NULL);
1207 gettimeofday(&start_time, NULL);
1223 link_connect_time = now.tv_sec - start_time.tv_sec;
    [all...]
  /external/qemu/
trace.c 147 uint64_t start_time, end_time; variable
538 start_time = Now();
625 elapsed_usecs += end_time - start_time;
657 uint64_t time_diff = ptr->start_time - prev_bb_time;
658 prev_bb_time = ptr->start_time;
    [all...]
  /external/stressapptest/src/
worker.cc 3042 int64 start_time = GetTime(); local
3084 int64 start_time = GetTime(); local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 594 u32 start_time; member in struct:p2p_noa_desc
  /hardware/invensense/60xx/mlsdk/mllite/
ml.h 400 long start_time; member in struct:inv_obj_t
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 217 start_time(0),
230 OMX_U64 start_time; member in class:perf_metrics
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 222 start_time(0),
234 OMX_U64 start_time; member in class:perf_metrics

Completed in 645 milliseconds

1 2 3 4 5 6 78 91011