Searched defs:start_time (Results 1 - 25 of 242) sorted by relevance

12345678910

/external/chromium/chrome/browser/history/
H A Ddownload_types.cc9 base::Time start_time,
17 start_time(start_time),
7 DownloadCreateInfo(const FilePath& path, const GURL& url, base::Time start_time, int64 received_bytes, int64 total_bytes, int32 state, int32 download_id) argument
H A Ddownload_create_info.cc14 base::Time start_time,
23 start_time(start_time),
12 DownloadCreateInfo(const FilePath& path, const GURL& url, base::Time start_time, int64 received_bytes, int64 total_bytes, int32 state, int32 download_id, bool has_user_gesture) argument
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dframe_counter.cc11 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/tcmalloc/chromium/src/gperftools/
H A Dprofiler.h156 time_t start_time; /* If enabled, when was profiling started? */ member in struct:ProfilerState
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dprofiler.h158 time_t start_time; /* If enabled, when was profiling started? */ member in struct:ProfilerState
/external/chromium_org/base/threading/
H A Dworker_pool_win.cc28 tracked_objects::TrackedTime start_time = local
37 tracked_objects::TrackedTime(pending_task->time_posted), start_time,
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_registry_loader_win.cc53 base::TimeTicks start_time = base::TimeTicks::Now(); local
152 base::TimeTicks::Now() - start_time);
/external/chromium_org/content/browser/download/
H A Ddownload_create_info.cc15 const base::Time& start_time,
20 : start_time(start_time),
14 DownloadCreateInfo( const base::Time& start_time, int64 total_bytes, const net::BoundNetLog& bound_net_log, bool has_user_gesture, PageTransition transition_type) argument
H A Ddownload_create_info.h27 DownloadCreateInfo(const base::Time& start_time,
48 base::Time start_time; member in struct:content::DownloadCreateInfo
/external/chromium_org/media/base/
H A Daudio_buffer_unittest.cc29 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/icu/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp113 UTimer start_time; local
114 utimer_getTime(&start_time);
117 double elapsed = utimer_getElapsedSeconds(&start_time);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dtiming.cc88 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/base/gestures/
H A Dvelocity_calculator_unittest.cc65 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
93 int64 start_time = 0; local
[all...]
/external/chromium_org/ui/compositor/
H A Dlayer_animation_element_unittest.cc29 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
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/icu4c/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp113 UTimer start_time; local
114 utimer_getTime(&start_time);
117 double elapsed = utimer_getElapsedSeconds(&start_time);
/external/oprofile/opjitconv/
H A Dconversion.c43 unsigned long long start_time, unsigned long long end_time)
61 if ((rc = resolve_overlaps(start_time)) == OP_JIT_CONV_FAIL)
42 op_jit_convert(struct op_jitdump_info file_info, char const * elffile, unsigned long long start_time, unsigned long long end_time) argument
/external/chromium/chrome/browser/ui/views/
H A Dfind_bar_host_interactive_uitest.cc28 void Checkpoint(const char* message, const base::TimeTicks& start_time) { argument
30 << (base::TimeTicks::Now() - start_time).InMilliseconds()
185 base::TimeTicks start_time = base::TimeTicks::Now();
186 Checkpoint("Test starting", start_time);
194 Checkpoint("Navigate", start_time);
200 Checkpoint("Show Find bar", start_time);
205 Checkpoint("Search for 'a'", start_time);
214 Checkpoint("Delete 'a'", start_time);
223 Checkpoint("Close find bar", start_time);
229 Checkpoint("Show Find bar", start_time);
[all...]
/external/chromium_org/cc/input/
H A Dpage_scale_animation.h32 double start_time,
61 double start_time() const { return start_time_; } function in class:cc::PageScaleAnimation
72 double start_time,
/external/chromium_org/cc/resources/
H A Dskpicture_content_layer_updater.cc33 base::TimeTicks start_time = local
41 rendering_stats_instrumentation_->EndRecording(start_time);
/external/chromium_org/chrome/browser/history/
H A Ddownload_row.h61 base::Time start_time; member in struct:history::DownloadRow
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_browsertest_common.cc43 base::Time start_time = base::Time::Now(); local
47 while (base::Time::Now() - start_time < timeout) {
/external/chromium_org/content/public/test/
H A Dmock_download_manager.h34 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/
H A Danimation.cc116 void Animation::SetStartTime(base::TimeTicks start_time) { argument
117 start_time_ = start_time;
H A Danimation.h80 base::TimeTicks start_time() const { return start_time_; } function in class:ui::Animation
84 virtual void SetStartTime(base::TimeTicks start_time) OVERRIDE;
/external/ceres-solver/internal/ceres/
H A Dline_search_minimizer.cc93 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

Completed in 6460 milliseconds

12345678910