HomeSort by relevance Sort by last modified time
    Searched defs:start_time (Results 1 - 25 of 289) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lldb/test/expression_command/timeout/
wait-a-while.c 12 struct timeval start_time; local
13 gettimeofday(&start_time, NULL);
14 uint64_t target = start_time.tv_sec * 1000000 + start_time.tv_usec + interval;
  /external/chromium_org/cc/resources/
skpicture_content_layer_updater.cc 36 base::TimeTicks start_time = local
44 rendering_stats_instrumentation_->EndRecording(start_time);
bitmap_skpicture_content_layer_updater.cc 77 base::TimeTicks start_time = local
81 rendering_stats_instrumentation_->EndRecording(start_time);
bitmap_content_layer_updater.cc 74 base::TimeTicks start_time = local
82 rendering_stats_instrumentation_->EndRecording(start_time);
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
frame_counter.cc 11 struct timeval start_time; local
12 gettimeofday(&start_time, NULL);
13 frame_start_ = start_time.tv_sec * kMicroSecondsPerSecond +
14 start_time.tv_usec;
  /external/chromium_org/third_party/icu/source/test/perf/ucnvavailperf/
ucnvavailperf.cpp 113 UTimer start_time; local
114 utimer_getTime(&start_time);
117 double elapsed = utimer_getElapsedSeconds(&start_time);
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
profiler.h 156 time_t start_time; /* If enabled, when was profiling started? */ member in struct:ProfilerState
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
profiler.h 158 time_t start_time; /* If enabled, when was profiling started? */ member in struct:ProfilerState
  /external/icu/icu4c/source/test/perf/ucnvavailperf/
ucnvavailperf.cpp 113 UTimer start_time; local
114 utimer_getTime(&start_time);
117 double elapsed = utimer_getElapsedSeconds(&start_time);
  /external/chromium_org/chrome/browser/sync_file_system/
task_logger.h 23 base::TimeTicks start_time; member in struct:sync_file_system::TaskLogger::TaskLog
  /external/chromium_org/components/domain_reliability/
beacon.h 48 base::TimeTicks start_time; member in struct:domain_reliability::DomainReliabilityBeacon
  /external/chromium_org/mojo/public/cpp/test_support/lib/
test_utils.cc 74 const MojoTimeTicks start_time = GetTimeTicksNow(); local
83 } while (end_time - start_time < kPerftestTimeMicroseconds);
86 1000000.0 * iterations / (end_time - start_time),
  /external/chromium_org/remoting/client/jni/
jni_frame_consumer.cc 77 base::TimeTicks start_time = base::TimeTicks::Now(); local
80 (base::TimeTicks::Now() - start_time).InMilliseconds());
  /external/chromium_org/third_party/webrtc/base/
timing.cc 72 double start_time = TimerNow(); local
73 while (TimerNow() - start_time < period) {
75 return TimerNow() - start_time;
79 double start_time = TimerNow(); local
110 return TimerNow() - start_time;
  /external/ceres-solver/internal/ceres/
line_search_minimizer.cc 103 double start_time = WallTimeInSeconds(); local
104 double iteration_start_time = start_time;
161 WallTimeInSeconds() - start_time
222 const double total_solver_time = iteration_start_time - start_time +
375 WallTimeInSeconds() - start_time
visibility.cc 80 const time_t start_time = time(NULL); local
152 VLOG(2) << "Schur complement graph time: " << (time(NULL) - start_time);
  /external/chromium_org/base/debug/
trace_event_synthetic_delay_unittest.cc 139 base::TimeTicks start_time = Now(); local
148 EXPECT_GE((Now() - start_time).InMilliseconds(), kTargetDurationMs);
150 start_time = Now();
152 EXPECT_LT((Now() - start_time).InMilliseconds(), kShortDurationMs);
  /external/chromium_org/cc/input/
page_scale_animation.h 68 base::TimeTicks start_time() const { return start_time_; } function in class:cc::PageScaleAnimation
  /external/chromium_org/chrome/browser/extensions/
external_registry_loader_win.cc 65 base::TimeTicks start_time = base::TimeTicks::Now(); local
185 base::TimeTicks::Now() - start_time);
  /external/chromium_org/chrome/service/cloud_print/
job_status_updater.h 56 base::Time start_time() const { function in class:cloud_print::JobStatusUpdater
  /external/chromium_org/components/captive_portal/
captive_portal_detector_unittest.cc 181 base::Time start_time; local
183 &start_time));
188 SetTime(start_time);
192 results.retry_after_delta = retry_after_time - start_time;
  /external/chromium_org/remoting/host/linux/
audio_pipe_reader_unittest.cc 111 base::TimeTicks start_time = base::TimeTicks::Now(); local
113 base::TimeDelta time_passed = base::TimeTicks::Now() - start_time;
  /external/chromium_org/ui/compositor/
layer_animation_element_unittest.cc 30 base::TimeTicks start_time; local
39 start_time = effective_start_time + delta;
40 element->set_requested_start_time(start_time);
43 element->Progress(start_time, &delegate);
46 effective_start_time = start_time + delta;
101 base::TimeTicks start_time; local
103 start_time += delta;
115 base_element->set_requested_start_time(start_time);
116 inverse_element->set_requested_start_time(start_time);
139 base::TimeTicks start_time; local
175 base::TimeTicks start_time; local
216 base::TimeTicks start_time; local
251 base::TimeTicks start_time; local
286 base::TimeTicks start_time; local
322 base::TimeTicks start_time; local
361 base::TimeTicks start_time; local
400 base::TimeTicks start_time; local
    [all...]
  /external/chromium_org/ui/gfx/android/
scroller_unittest.cc 31 base::TimeTicks start_time = base::TimeTicks::Now(); local
38 start_time);
51 scroller.ComputeScrollOffset(start_time + scroll_duration / 2);
72 scroller.ComputeScrollOffset(start_time + scroll_duration / 2);
79 scroller.ComputeScrollOffset(start_time + scroll_duration);
88 scroller.ComputeScrollOffset(start_time + scroll_duration * 2);
97 base::TimeTicks start_time = base::TimeTicks::Now(); local
108 start_time);
121 scroller.ComputeScrollOffset(start_time + scroll_duration / 2);
144 scroller.ComputeScrollOffset(start_time + scroll_duration / 2)
    [all...]
  /external/chromium_org/ui/gfx/animation/
animation.h 80 base::TimeTicks start_time() const { return start_time_; } function in class:gfx::Animation
84 virtual void SetStartTime(base::TimeTicks start_time) OVERRIDE;

Completed in 788 milliseconds

1 2 3 4 5 6 7 8 91011>>