HomeSort by relevance Sort by last modified time
    Searched refs:finish_time (Results 1 - 15 of 15) sorted by null

  /hardware/intel/common/libva/test/decode/
loadjpeg.c 114 clock_t start_time, finish_time; local
128 finish_time = clock();
129 duration = finish_time - start_time;
  /external/chromium_org/components/nacl/renderer/
manifest_downloader.h 48 double finish_time,
file_downloader.h 55 double finish_time,
manifest_downloader.cc 59 double finish_time,
file_downloader.cc 69 double finish_time,
  /external/chromium_org/content/browser/renderer_host/media/
audio_sync_reader.cc 108 const base::TimeTicks finish_time = start_time + timeout; local
136 timeout = finish_time - base::TimeTicks::Now();
  /external/chromium_org/mojo/examples/html_viewer/
weburlloader_impl.cc 115 double finish_time = base::Time::Now().ToDoubleT(); local
118 finish_time,
  /external/chromium_org/base/
sync_socket_win.cc 130 TimeTicks current_time, finish_time; local
133 finish_time =
156 : (finish_time - current_time).InMilliseconds());
188 (timeout_in_ms == INFINITE || current_time < finish_time));
sync_socket_posix.cc 143 const TimeTicks finish_time = start_time + timeout; local
149 timeout = finish_time - base::TimeTicks::Now()) {
  /external/chromium_org/content/renderer/p2p/
port_allocator.h 97 double finish_time,
port_allocator.cc 132 WebURLLoader* loader, double finish_time,
  /external/chromium_org/content/renderer/pepper/
pepper_url_loader_host.h 61 double finish_time,
pepper_url_loader_host.cc 173 double finish_time,
pepper_plugin_instance_impl.h 558 double finish_time,
    [all...]
pepper_plugin_instance_impl.cc 462 0 /* finish_time */,
480 double finish_time,
    [all...]

Completed in 655 milliseconds