HomeSort by relevance Sort by last modified time
    Searched refs:finish_time (Results 1 - 16 of 16) 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,
ppb_nacl_private_impl.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/media/
audio_sync_reader.cc 127 const base::TimeTicks finish_time = start_time + timeout; local
156 timeout = finish_time - base::TimeTicks::Now();
  /external/chromium_org/base/
sync_socket_win.cc 130 TimeTicks current_time, finish_time; local
133 finish_time =
156 : (finish_time - current_time).InMilliseconds());
194 (timeout_in_ms == INFINITE || current_time < finish_time));
sync_socket_posix.cc 156 const TimeTicks finish_time = start_time + timeout; local
162 timeout = finish_time - base::TimeTicks::Now()) {
  /external/chromium_org/content/renderer/p2p/
port_allocator.h 95 double finish_time,
port_allocator.cc 131 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 579 double finish_time,
    [all...]
pepper_plugin_instance_impl.cc 459 0 /* finish_time */,
477 double finish_time,
    [all...]
  /external/chromium_org/mojo/services/html_viewer/
weburlloader_impl.cc 201 double finish_time = base::Time::Now().ToDoubleT(); local
204 finish_time,

Completed in 370 milliseconds