Searched defs:start_time (Results 151 - 175 of 239) sorted by relevance

12345678910

/external/chromium_org/ui/compositor/
H A Dlayer_animator.cc323 base::TimeTicks start_time = event.monotonic_time;
337 (*iter).sequence()->set_start_time(start_time);
535 running_animations_copy[i].sequence()->start_time())) {
767 base::TimeTicks start_time; local
770 start_time = last_step_time_;
772 start_time = collection->last_tick_time();
774 start_time = gfx::FrameTime::Now();
780 sequence->set_start_time(start_time);
790 Step(start_time);
/external/chromium_org/ui/gfx/
H A Dinterpolated_transform.cc80 InterpolatedTransform::InterpolatedTransform(float start_time, argument
82 : start_time_(start_time),
141 float start_time,
143 : InterpolatedTransform(start_time, end_time),
177 float start_time,
179 : InterpolatedTransform(start_time, end_time),
205 float start_time, float end_time)
206 : InterpolatedTransform(start_time, end_time),
220 float start_time,
222 : InterpolatedTransform(start_time, end_tim
139 InterpolatedRotation(float start_degrees, float end_degrees, float start_time, float end_time) argument
173 InterpolatedAxisAngleRotation( const gfx::Vector3dF& axis, float start_degrees, float end_degrees, float start_time, float end_time) argument
204 InterpolatedScale(float start_scale, float end_scale, float start_time, float end_time) argument
218 InterpolatedScale(const gfx::Point3F& start_scale, const gfx::Point3F& end_scale, float start_time, float end_time) argument
249 InterpolatedTranslation(const gfx::Point& start_pos, const gfx::Point& end_pos, float start_time, float end_time) argument
297 InterpolatedTransformAboutPivot( const gfx::Point& pivot, InterpolatedTransform* transform, float start_time, float end_time) argument
340 InterpolatedMatrixTransform( const gfx::Transform& start_transform, const gfx::Transform& end_transform, float start_time, float end_time) argument
[all...]
/external/fio/
H A Dioengine.h35 struct timeval start_time; member in struct:io_u
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_emit.cpp1051 float start_time = 0; local
1059 start_time = get_time();
1079 (get_time() - start_time) * 1000);
/external/qemu/audio/
H A Dwinaudio.c53 int64_t start_time; variable
295 int64_t now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) - start_time;
620 start_time = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestgl.c460 Uint32 start_time, this_time; local
609 start_time = SDL_GetTicks();
761 if ( this_time != start_time ) {
763 ((float)frames/(this_time-start_time))*1000.0);
/external/qemu/include/android/
H A Dtrace_common.h58 uint64_t start_time; // time of first occurrence member in struct:BBRec
/external/blktrace/btreplay/
H A Dbtrecord.c85 * @start_time: Start time of th ecurrent bunch
95 __u64 start_time, last_time, bunches, pkts; member in struct:io_stream
249 * @start_time: Records current start
251 static inline void io_bunch_create(struct io_stream *stream, __u64 start_time) argument
258 cur->hdr.time_stamp = stream->start_time = start_time;
651 if ((spec->time - stream->start_time) > max_bunch_tm)
/external/chromium_org/base/test/launcher/
H A Dtest_launcher.cc356 TimeTicks start_time = TimeTicks::Now(); local
430 TimeTicks::Now() - start_time,
/external/chromium_org/cc/animation/
H A Danimation.h86 base::TimeTicks start_time() const { return start_time_; } function in class:cc::Animation
/external/chromium_org/cc/resources/
H A Dpicture_pile.cc506 base::TimeTicks start_time = stats_instrumentation->StartRecording(); local
522 stats_instrumentation->EndRecording(start_time);
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_interactive_uitest.cc1379 base::Time start_time = base::Time::Now(); local
1404 (base::Time::Now() - start_time).InSeconds() << " seconds.";
/external/chromium_org/chrome/browser/download/
H A Ddownload_history_unittest.cc47 EXPECT_EQ(left.start_time.ToTimeT(), right.start_time.ToTimeT());
244 infos->at(index).start_time,
382 const base::Time& start_time,
407 info->start_time = start_time;
436 EXPECT_CALL(item(index), GetStartTime()).WillRepeatedly(Return(start_time));
374 InitItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer, 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, content::DownloadItem::DownloadState state, content::DownloadDangerType danger_type, content::DownloadInterruptReason interrupt_reason, bool opened, const std::string& by_extension_id, const std::string& by_extension_name, history::DownloadRow* info) argument
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_win.cc452 base::TimeTicks start_time = base::TimeTicks::Now(); local
494 base::TimeTicks::Now() - start_time);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_engine.cc160 void DidRegisterOrigin(const base::TimeTicks& start_time, argument
163 base::TimeDelta delta(base::TimeTicks::Now() - start_time);
/external/chromium_org/chrome/test/chromedriver/
H A Delement_util.cc250 base::TimeTicks start_time = base::TimeTicks::Now(); local
274 if (base::TimeTicks::Now() - start_time >= session->implicit_wait) {
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl.cc174 const base::Time& start_time,
194 start_time,
628 const base::Time& start_time,
651 start_time,
620 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
H A Ddownload_manager_impl_unittest.cc241 const base::Time& start_time,
308 const base::Time& start_time,
299 CreatePersistedItem( DownloadItemImplDelegate* delegate, uint32 download_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, const net::BoundNetLog& bound_net_log) argument
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_win.cc319 const base::TimeTicks start_time = base::TimeTicks::Now(); local
338 const base::TimeDelta duration = base::TimeTicks::Now() - start_time;
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device_aura.cc118 base::TimeTicks start_time) OVERRIDE {}
135 base::TimeTicks start_time,
143 base::TimeTicks start_time,
271 const base::TimeTicks start_time = base::TimeTicks::Now(); local
276 event, gfx::Rect(), start_time, &frame, &capture_frame_cb)) {
280 AsWeakPtr(), frame, start_time, capture_frame_cb));
289 base::TimeTicks start_time,
299 capture_frame_cb.Run(target, start_time, result);
309 base::TimeTicks start_time,
315 video_frame, start_time, capture_frame_c
288 CopyOutputFinishedForVideo( base::TimeTicks start_time, const ThreadSafeCaptureOracle::CaptureFrameCallback& capture_frame_cb, const scoped_refptr<media::VideoFrame>& target, const SkBitmap& cursor_bitmap, const gfx::Point& cursor_position, scoped_ptr<cc::SingleReleaseCallback> release_callback, bool result) argument
307 DidCopyOutput( scoped_refptr<media::VideoFrame> video_frame, base::TimeTicks start_time, const ThreadSafeCaptureOracle::CaptureFrameCallback& capture_frame_cb, scoped_ptr<cc::CopyOutputResult> result) argument
340 ProcessCopyOutputResponse( scoped_refptr<media::VideoFrame> video_frame, base::TimeTicks start_time, const ThreadSafeCaptureOracle::CaptureFrameCallback& capture_frame_cb, scoped_ptr<cc::CopyOutputResult> result) argument
[all...]
H A Dweb_contents_video_capture_device.cc244 void Capture(const base::TimeTicks& start_time,
257 const base::TimeTicks& start_time,
266 const base::TimeTicks& start_time,
410 const base::TimeTicks start_time = base::TimeTicks::Now(); local
412 start_time,
419 base::Bind(capture_callback_, start_time, frame, deliver_frame_cb));
430 const base::TimeTicks start_time = base::TimeTicks::Now(); local
432 start_time,
435 capture_callback_.Run(start_time, frame, deliver_frame_cb);
605 const base::TimeTicks& start_time,
604 Capture( const base::TimeTicks& start_time, const scoped_refptr<media::VideoFrame>& target, const RenderWidgetHostViewFrameSubscriber::DeliverFrameCallback& deliver_frame_cb) argument
686 DidCopyFromBackingStore( const base::TimeTicks& start_time, const scoped_refptr<media::VideoFrame>& target, const RenderWidgetHostViewFrameSubscriber::DeliverFrameCallback& deliver_frame_cb, bool success, const SkBitmap& bitmap) argument
711 DidCopyFromCompositingSurfaceToVideoFrame( const base::TimeTicks& start_time, const RenderWidgetHostViewFrameSubscriber::DeliverFrameCallback& deliver_frame_cb, bool success) argument
[all...]
/external/chromium_org/dbus/
H A Dobject_proxy.cc81 const base::TimeTicks start_time = base::TimeTicks::Now(); local
101 base::TimeTicks::Now() - start_time);
129 const base::TimeTicks start_time = base::TimeTicks::Now(); local
139 start_time,
157 start_time);
236 start_time(in_start_time) {
246 base::TimeTicks start_time) {
256 start_time,
272 start_time);
290 base::TimeTicks start_time) {
242 StartAsyncMethodCall(int timeout_ms, DBusMessage* request_message, ResponseCallback response_callback, ErrorCallback error_callback, base::TimeTicks start_time) argument
287 OnPendingCallIsComplete(DBusPendingCall* pending_call, ResponseCallback response_callback, ErrorCallback error_callback, base::TimeTicks start_time) argument
303 RunResponseCallback(ResponseCallback response_callback, ErrorCallback error_callback, base::TimeTicks start_time, DBusMessage* response_message) argument
503 const base::TimeTicks start_time = base::TimeTicks::Now(); local
516 const base::TimeTicks start_time = base::TimeTicks::Now(); local
528 RunMethod(base::TimeTicks start_time, std::vector<SignalCallback> signal_callbacks, Signal* signal) argument
[all...]
/external/chromium_org/gpu/config/
H A Dgpu_info_collector_win.cc151 base::TimeTicks start_time = base::TimeTicks::Now(); local
156 base::TimeTicks::Now() - start_time);
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file.cc191 const base::TimeTicks& start_time,
222 (base::TimeTicks::Now() - start_time));
226 (base::TimeTicks::Now() - start_time));
186 SyncWriteToDisk(net::CacheType cache_type, const base::FilePath& cache_directory, const base::FilePath& index_filename, const base::FilePath& temp_index_filename, scoped_ptr<Pickle> pickle, const base::TimeTicks& start_time, bool app_on_background) argument
/external/chromium_org/net/dns/
H A Ddns_config_service_win.cc634 base::TimeTicks start_time = base::TimeTicks::Now(); variable
645 base::TimeTicks::Now() - start_time);
683 base::TimeTicks start_time = base::TimeTicks::Now(); variable
692 base::TimeTicks::Now() - start_time);

Completed in 1266 milliseconds

12345678910