HomeSort by relevance Sort by last modified time
    Searched refs:stop_time (Results 1 - 12 of 12) sorted by null

  /external/lldb/source/Core/
Timer.cpp 118 TimeValue stop_time = TimeValue::Now(); local
121 m_total_ticks += (stop_time - m_total_start);
126 m_timer_ticks += (stop_time - m_timer_start);
136 stack->back()->ChildStopped(stop_time);
200 Timer::ChildStopped (const TimeValue& stop_time)
203 m_timer_start = stop_time;
  /external/chromium_org/third_party/libjingle/source/talk/base/
profiler.cc 74 void ProfilerEvent::Stop(uint64 stop_time) {
78 double elapsed = static_cast<double>(stop_time - current_start_time_) /
128 uint64 stop_time = TimeNanos(); local
132 it->second.Stop(stop_time);
profiler.h 111 void Stop(uint64 stop_time);
  /external/chromium_org/third_party/webrtc/base/
profiler.cc 57 void ProfilerEvent::Stop(uint64 stop_time) {
61 double elapsed = static_cast<double>(stop_time - current_start_time_) /
111 uint64 stop_time = TimeNanos(); local
115 it->second.Stop(stop_time);
profiler.h 94 void Stop(uint64 stop_time);
  /external/chromium_org/webkit/data/test_shell/sort/
sort.js 40 this.stop_time = 0;
158 this.stop_time = 0;
165 if (this.stop_time > 0) {
168 this.stop_time = 0;
188 this.stop_time = 0;
222 this.stop_time = (new Date()).getTime();
224 var total = (this.stop_time - this.start_time);
  /external/chromium_org/base/metrics/
stats_table_unittest.cc 292 TimeTicks stop_time() { return stop_time_; } function in class:base::MockStatsCounterTimer
308 EXPECT_TRUE(bar.stop_time().is_null());
  /external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_unittest.cc 309 int64_t stop_time = TickTime::MillisecondTimestamp(); local
314 EXPECT_LE(TickTime::MillisecondTimestamp() - stop_time, 3000);
  /external/chromium_org/third_party/webrtc/video/
video_send_stream_tests.cc 1059 int64_t stop_time = now + kTimeoutMs; local
    [all...]
call_tests.cc 1349 int64_t stop_time = now + kLongTimeoutMs; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 478 OMX_U64 stop_time = get_act_time(); local
481 proc_time += (stop_time - start_time);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 442 OMX_U64 stop_time = get_act_time(); local
444 proc_time += (stop_time - start_time);
    [all...]

Completed in 1005 milliseconds