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

  /external/fio/
iolog.c 315 int reads, writes, waits, fileno = 0, file_action = 0; /* stupid gcc */ local
330 reads = writes = waits = 0;
391 waits++;
428 if (!reads && !writes && !waits)
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Filter.java 406 * @param waits true, if the filter should wait for a frame on this port.
408 protected void setWaitsOnInputPort(String portName, boolean waits) {
409 getInputPort(portName).setBlocking(waits);
416 * @param waits true, if the filter should wait for the port to become free.
418 protected void setWaitsOnOutputPort(String portName, boolean waits) {
419 getOutputPort(portName).setBlocking(waits);
  /external/chromium_org/ui/file_manager/video_player/js/
test_util.js 40 * Opens the main Files.app's window and waits until it is ready.
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 476 Finishes and waits for the process being run under control of
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 7 * for measuring how long a page takes to load. It waits on TCP port
  /external/blktrace/btreplay/doc/
btreplay.tex 168 thread simply waits for AIO completions, freeing up resources for the
  /external/chromium_org/ui/file_manager/file_manager/background/js/
test_util.js 40 * Opens the main Files.app's window and waits until it is ready.
volume_manager.js 500 * under initialization, it will waits for the finish of the initialization.

Completed in 372 milliseconds