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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/sync/internal_api/public/
http_bridge.h 192 base::Time start_time; member in struct:syncer::HttpBridge::URLFetchState
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.c 737 int64_t start_time = 0; local
741 start_time = os_time_get();
767 os_time_get() - start_time >= timeout) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_emit.cpp 1051 float start_time = 0; local
1059 start_time = get_time();
1079 (get_time() - start_time) * 1000);
  /external/chromium_org/tools/win/link_limiter/
limiter.cc 218 ULONGLONG start_time = 0, end_time = 0; local
231 start_time = GetTickCount64();
240 (end_time - start_time) / 1000.0);
  /external/chromium_org/ui/compositor/
compositor.cc 357 base::TimeTicks start_time = gfx::FrameTime::Now(); local
360 OnCompositingStarted(this, start_time));
  /external/jsoncpp/
makerelease.py 227 start_time = time.time() variable
230 file_per_sec = (time.time() - start_time) / (index+1)
  /external/lldb/test/pexpect-2.4/examples/
rippy.py 974 start_time = time.time() variable
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 737 int64_t start_time = 0; local
741 start_time = os_time_get();
767 os_time_get() - start_time >= timeout) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_emit.cpp 1051 float start_time = 0; local
1059 start_time = get_time();
1079 (get_time() - start_time) * 1000);
  /external/qemu/distrib/sdl-1.2.15/test/
testgl.c 460 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);
  /art/runtime/
thread_list.cc 313 uint64_t start_time = NanoTime(); local
347 if (end_time - start_time > kLongThreadSuspendThreshold) {
348 LOG(WARNING) << "Suspending all threads took: " << PrettyDuration(end_time - start_time);
    [all...]
  /external/blktrace/btreplay/
btrecord.c 85 * @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)
258 cur->hdr.time_stamp = stream->start_time = start_time;
651 if ((spec->time - stream->start_time) > max_bunch_tm)
  /external/ceres-solver/internal/ceres/
visibility_based_preconditioner.cc 94 const time_t start_time = time(NULL); local
118 << init_time - start_time
119 << " structure time: " << structure_time - start_time
344 const time_t start_time = time(NULL); local
392 VLOG(2) << "Compute time: " << time(NULL) - start_time;
  /external/chromium_org/base/synchronization/
condition_variable_unittest.cc 258 Time start_time; // Used to time task processing. local
287 start_time = Time::Now();
  /external/chromium_org/cc/animation/
animation.h 86 base::TimeTicks start_time() const { return start_time_; } function in class:cc::Animation
  /external/chromium_org/cc/resources/
picture_pile.cc 506 base::TimeTicks start_time = stats_instrumentation->StartRecording(); local
522 stats_instrumentation->EndRecording(start_time);
  /external/chromium_org/chrome/browser/extensions/
installed_loader.cc 233 base::TimeTicks start_time = base::TimeTicks::Now(); local
307 base::TimeTicks::Now() - start_time);
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc 319 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/
desktop_capture_device_aura.cc 118 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_cb, result.Pass())
    [all...]
web_contents_video_capture_device.cc 244 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,
    [all...]
  /external/chromium_org/dbus/
object_proxy.cc 81 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) {
503 const base::TimeTicks start_time = base::TimeTicks::Now(); local
516 const base::TimeTicks start_time = base::TimeTicks::Now(); local
    [all...]
  /external/chromium_org/gpu/config/
gpu_info_collector_win.cc 151 base::TimeTicks start_time = base::TimeTicks::Now(); local
156 base::TimeTicks::Now() - start_time);
  /external/chromium_org/net/tools/gdig/
gdig.cc 100 base::TimeDelta start_time; member in struct:net::__anon14384::ReplayLogEntry
176 entry.start_time = delta;
364 entry.start_time = base::TimeDelta();
443 if (time_since_start < entry.start_time) {
448 entry.start_time - time_since_start);
  /external/chromium_org/remoting/codec/
codec_test.cc 404 base::TimeTicks start_time; local
413 start_time = base::TimeTicks::Now();
423 elapsed = base::TimeTicks::Now() - start_time;
  /external/chromium_org/tools/android/forwarder/
forwarder.cc 102 time_t start_time; member in struct:__anon115::ForwarderInfo
122 if (forwarders_[i].start_time == 0)
129 forwarders_[index].start_time = 0;
143 if (info.start_time) {
145 LOG(INFO) << count << ": " << now - info.start_time << " up("
284 forwarder_info->start_time = now;

Completed in 1290 milliseconds

1 2 3 4 56 7 8 91011>>