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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/base/threading/
worker_pool_win.cc 28 tracked_objects::TrackedTime start_time = local
37 tracked_objects::TrackedTime(pending_task->time_posted), start_time,
  /external/chromium_org/cc/resources/
skpicture_content_layer_updater.cc 33 base::TimeTicks start_time = local
41 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 73 base::TimeTicks start_time = local
81 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/chromium_org/ui/base/gestures/
velocity_calculator_unittest.cc 65 int64 start_time = 0; local
66 velocity_calculator.PointSeen(9, -11, start_time);
67 velocity_calculator.PointSeen(21, -19, start_time + 8);
68 velocity_calculator.PointSeen(30, -32, start_time + 16);
69 velocity_calculator.PointSeen(38, -40, start_time + 24);
70 velocity_calculator.PointSeen(50, -51, start_time + 32);
77 start_time = GG_LONGLONG(1223372036800000000);
78 velocity_calculator.PointSeen(9, -11, start_time);
79 velocity_calculator.PointSeen(21, -19, start_time + 8);
80 velocity_calculator.PointSeen(30, -32, start_time + 16)
93 int64 start_time = 0; local
    [all...]
  /external/icu4c/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/extensions/
external_registry_loader_win.cc 53 base::TimeTicks start_time = base::TimeTicks::Now(); local
152 base::TimeTicks::Now() - start_time);
  /external/chromium_org/chrome/browser/media/
webrtc_browsertest_common.cc 43 base::Time start_time = base::Time::Now(); local
47 while (base::Time::Now() - start_time < timeout) {
  /external/chromium_org/media/base/
audio_buffer_unittest.cc 29 const base::TimeDelta start_time; local
32 kSampleFormatU8, channels, 1, 1, frames, start_time, duration);
34 EXPECT_EQ(buffer->timestamp(), start_time);
64 const base::TimeDelta start_time; local
67 kSampleFormatU8, channels, 128, 1, frames, start_time, duration);
84 const base::TimeDelta start_time; local
87 kSampleFormatS16, channels, 1, 1, frames, start_time, duration);
109 const base::TimeDelta start_time; local
112 kSampleFormatS32, channels, 1, 1, frames, start_time, duration);
132 const base::TimeDelta start_time; local
154 const base::TimeDelta start_time; local
187 const base::TimeDelta start_time; local
220 const base::TimeDelta start_time; local
241 const base::TimeDelta start_time; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
timing.cc 88 double start_time = TimerNow(); local
89 while (TimerNow() - start_time < period) {
91 return TimerNow() - start_time;
95 double start_time = TimerNow(); local
126 return TimerNow() - start_time;
  /external/chromium_org/ui/compositor/
layer_animation_element_unittest.cc 29 base::TimeTicks start_time; local
38 start_time = effective_start_time + delta;
39 element->set_requested_start_time(start_time);
42 element->Progress(start_time, &delegate);
45 effective_start_time = start_time + delta;
76 base::TimeTicks start_time; local
83 start_time += delta;
84 element->set_requested_start_time(start_time);
87 element->Progress(start_time, &delegate);
89 element->Progress(start_time + delta/2, &delegate)
112 base::TimeTicks start_time; local
153 base::TimeTicks start_time; local
188 base::TimeTicks start_time; local
223 base::TimeTicks start_time; local
260 base::TimeTicks start_time; local
299 base::TimeTicks start_time; local
338 base::TimeTicks start_time; local
    [all...]
  /external/ceres-solver/internal/ceres/
visibility.cc 77 const time_t start_time = time(NULL); local
149 VLOG(2) << "Schur complement graph time: " << (time(NULL) - start_time);
line_search_minimizer.cc 93 double start_time = WallTimeInSeconds(); local
94 double iteration_start_time = start_time;
153 WallTimeInSeconds() - start_time
214 const double total_solver_time = iteration_start_time - start_time +
357 WallTimeInSeconds() - start_time
  /external/chromium/chrome/browser/sync/glue/
frontend_data_type_controller.cc 92 base::TimeTicks start_time = base::TimeTicks::Now(); local
94 RecordAssociationTime(base::TimeTicks::Now() - start_time);
  /external/chromium_org/cc/input/
page_scale_animation.h 32 double start_time,
61 double start_time() const { return start_time_; } function in class:cc::PageScaleAnimation
72 double start_time,
  /external/chromium_org/chrome/browser/history/
download_row.h 61 base::Time start_time; member in struct:history::DownloadRow
  /external/chromium_org/content/browser/download/
download_create_info.h 27 DownloadCreateInfo(const base::Time& start_time,
48 base::Time start_time; member in struct:content::DownloadCreateInfo
  /external/chromium_org/content/public/test/
mock_download_manager.h 34 base::Time start_time; member in struct:content::MockDownloadManager::CreateDownloadItemAdapter
51 const base::Time& start_time,
104 const base::Time& start_time,
  /external/chromium_org/ui/base/animation/
animation.h 80 base::TimeTicks start_time() const { return start_time_; } function in class:ui::Animation
84 virtual void SetStartTime(base::TimeTicks start_time) OVERRIDE;
  /art/runtime/gc/collector/
garbage_collector.cc 65 uint64_t start_time = NanoTime(); local
110 duration_ns_ = end_time - start_time;
  /external/chromium/chrome/browser/history/
download_create_info.h 27 base::Time start_time,
54 base::Time start_time; member in struct:DownloadCreateInfo

Completed in 1538 milliseconds

1 2 3 4 5 6 7 8 91011