Searched defs:start_time (Results 51 - 75 of 239) sorted by relevance

12345678910

/external/chromium_org/base/metrics/
H A Dstats_table_unittest.cc295 TimeTicks start_time() { return start_time_; } function in class:base::MockStatsCounterTimer
311 EXPECT_TRUE(bar.start_time().is_null());
/external/chromium_org/base/process/
H A Dkill_win.cc204 DWORD start_time = GetTickCount(); local
210 0, wait.InMilliseconds() - (GetTickCount() - start_time));
/external/chromium_org/base/threading/
H A Dwatchdog.cc93 void Watchdog::ArmAtStartTime(const TimeTicks start_time) { argument
96 start_time_ = start_time;
/external/chromium_org/cc/input/
H A Dtop_controls_manager.cc204 double start_time = local
207 FloatKeyframe::Create(start_time, client_->ControlsTopOffset(),
212 FloatKeyframe::Create(start_time + kShowHideMaxDurationMs,
/external/chromium_org/cc/resources/
H A Dbitmap_content_layer_updater.cc74 base::TimeTicks start_time = local
82 rendering_stats_instrumentation_->EndRecording(start_time);
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider.cc75 base::TimeTicks start_time = base::TimeTicks::Now(); local
83 counter->Add(static_cast<int>((end_time - start_time).InMilliseconds()));
/external/chromium_org/chrome/browser/signin/
H A Dlocal_auth.cc40 base::Time start_time = base::Time::Now(); local
54 base::Time::Now() - start_time);
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_sync_reader.cc126 const base::TimeTicks start_time = base::TimeTicks::Now(); local
127 const base::TimeTicks finish_time = start_time + timeout;
164 base::TimeDelta time_since_start = base::TimeTicks::Now() - start_time;
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_benchmark.cc184 base::TimeTicks start_time = base::TimeTicks::Now(); local
198 if ((end_time - start_time).InMillisecondsF() > 1000) {
214 float ms = (end_time - start_time).InMillisecondsF() / iterations;
/external/chromium_org/content/public/test/
H A Dmock_download_manager.cc20 const base::Time& start_time,
37 start_time(start_time),
53 start_time(rhs.start_time),
75 start_time == rhs.start_time &&
106 const base::Time& start_time,
118 original_mime_type, start_time, end_time, etag, last_modified,
12 CreateDownloadItemAdapter( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened) argument
98 CreateDownloadItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened) argument
/external/chromium_org/dbus/
H A Dobject_proxy.h200 base::TimeTicks start_time);
206 base::TimeTicks start_time; member in struct:dbus::ObjectProxy::OnPendingCallIsCompleteData
215 base::TimeTicks start_time);
221 base::TimeTicks start_time);
226 base::TimeTicks start_time,
250 void RunMethod(base::TimeTicks start_time,
/external/chromium_org/media/audio/mac/
H A Daudio_input_mac.cc189 const AudioTimeStamp* start_time,
193 HandleInputBuffer(audio_queue, audio_buffer, start_time,
200 const AudioTimeStamp* start_time,
185 HandleInputBufferStatic( void* data, AudioQueueRef audio_queue, AudioQueueBufferRef audio_buffer, const AudioTimeStamp* start_time, UInt32 num_packets, const AudioStreamPacketDescription* desc) argument
197 HandleInputBuffer( AudioQueueRef audio_queue, AudioQueueBufferRef audio_buffer, const AudioTimeStamp* start_time, UInt32 num_packets, const AudioStreamPacketDescription* packet_desc) argument
/external/chromium_org/media/base/
H A Daudio_buffer_unittest.cc219 const base::TimeDelta start_time; local
227 start_time);
243 const base::TimeDelta start_time; local
251 start_time);
267 const base::TimeDelta start_time; local
275 start_time);
290 const base::TimeDelta start_time; local
298 start_time);
313 const base::TimeDelta start_time; local
322 start_time);
347 const base::TimeDelta start_time; local
375 const base::TimeDelta start_time; local
393 const base::TimeDelta start_time; local
[all...]
/external/chromium_org/media/cast/logging/
H A Dlogging_impl_unittest.cc48 base::TimeTicks start_time = testing_clock_.NowTicks(); local
49 base::TimeDelta time_interval = testing_clock_.NowTicks() - start_time;
61 time_interval = now - start_time;
76 base::TimeTicks start_time = testing_clock_.NowTicks(); local
77 base::TimeDelta time_interval = testing_clock_.NowTicks() - start_time;
92 time_interval = testing_clock_.NowTicks() - start_time;
106 base::TimeTicks start_time = testing_clock_.NowTicks(); local
107 base::TimeDelta time_interval = testing_clock_.NowTicks() - start_time;
123 time_interval = testing_clock_.NowTicks() - start_time;
133 base::TimeTicks start_time local
177 base::TimeTicks start_time = testing_clock_.NowTicks(); local
[all...]
/external/chromium_org/remoting/client/plugin/
H A Dpepper_view.cc273 base::Time start_time = base::Time::Now(); local
308 start_time,
/external/chromium_org/remoting/host/
H A Dregister_support_host_request_unittest.cc81 int64 start_time = static_cast<int64>(base::Time::Now().ToDoubleT()); local
119 EXPECT_LE(start_time, time);
/external/chromium_org/storage/browser/quota/
H A Dquota_temporary_storage_evictor.h60 base::Time start_time; member in struct:storage::QuotaTemporaryStorageEvictor::EvictionRoundStatistics
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_screen.c499 int64_t start_time = os_time_get(); local
506 if (os_time_get() - start_time >= timeout) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10winmain.cpp155 double start_time = ctime_li.QuadPart * period; local
175 double ctime = (double)ctime_li.QuadPart * period - start_time;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11winmain.cpp139 double start_time = ctime_li.QuadPart * period; local
159 double ctime = (double)ctime_li.QuadPart * period - start_time;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiledata.h82 time_t start_time; // If enabled, when was profiling started? member in struct:ProfileData::State
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiledata.h82 time_t start_time; // If enabled, when was profiling started? member in struct:ProfileData::State
/external/chromium_org/third_party/webrtc/base/
H A Dsharedexclusivelock_unittest.cc72 uint32 start_time = Time(); local
75 waiting_time_in_ms_ = TimeDiff(Time(), start_time);
105 uint32 start_time = Time(); local
108 waiting_time_in_ms_ = TimeDiff(Time(), start_time);
/external/chromium_org/third_party/webrtc/modules/pacing/
H A Dpaced_sender_unittest.cc283 int64_t start_time = clock_.TimeInMilliseconds(); local
284 while (clock_.TimeInMilliseconds() - start_time < kBitrateWindow) {
304 int64_t start_time = clock_.TimeInMilliseconds(); local
306 while (clock_.TimeInMilliseconds() - start_time < kBitrateWindow) {
/external/chromium_org/tools/android/ps_ext/
H A Dps_ext.c134 long long unsigned start_time = 0; local
142 &maj_faults, &utime, &ktime, &num_threads, &start_time, &vm_rss);
154 "\"start_time\": %llu, "
164 start_time,

Completed in 8550 milliseconds

12345678910