HomeSort by relevance Sort by last modified time
    Searched full:waits (Results 201 - 225 of 1077) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/components/devtools_bridge/test/android/javatests/src/org/chromium/components/devtools_bridge/
TestUtils.java 75 // Waits until state |from| reached and change state to |to|.
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ClipboardTest.java 67 // Waits until data has been made available on the Android clipboard.
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TestCallbackHelperContainer.java 157 * Waits till the JavaScript evaluation finishes and returns true if a value was returned,
  /external/chromium_org/content/test/data/gpu/
webgl.html 132 // The browser test waits for notification from the page that it
  /external/chromium_org/media/filters/
decrypting_demuxer_stream.h 42 // kPendingDemuxerRead or kPendingDecrypt state, waits for the pending
  /external/chromium_org/mojo/common/
message_pump_mojo.h 74 // Services the set of handles ready. If |block| is true this waits for a
  /external/chromium_org/mojo/public/cpp/bindings/lib/
connector.h 66 // Waits for the next message on the pipe, blocking until one arrives or an
  /external/chromium_org/net/dns/
serial_worker_unittest.cc 90 // Lets OnWork run and waits for it to complete. Can only return if OnWork is
  /external/chromium_org/net/socket/
socket_libevent.h 65 // Waits for next write event. This is called by TCPsocketLibevent for TCP
  /external/chromium_org/net/spdy/
spdy_stream_test_util.h 57 // Waits for the stream to be closed and returns the status passed
  /external/chromium_org/net/test/spawned_test_server/
local_test_server.h 92 // Waits for the server to start. Returns true on success.
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_translate_thread.h 104 // SRPC thread waits on this condvar if data_buffers_ is empty (meaning
  /external/chromium_org/ppapi/tests/
test_graphics_2d.h 86 // Waits until we get a view change event. Note that it's possible to receive
  /external/chromium_org/remoting/base/
auto_thread.h 57 // Waits for the thread to exit, and then destroys it.
  /external/chromium_org/sandbox/win/src/
handle_policy_test.cc 17 // Just waits for the supplied number of milliseconds.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_connection.c 63 * Waits for a message to be fully received.
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prpdce.h 87 ** 'timeout' the condition will be notified. Waits can be
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
thread_wrapper.h 83 // Stops the spawned thread and waits for it to be reclaimed with a timeout
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
critical_section_unittest.cc 56 // Waits a number of cycles for the count to reach a given value.
  /external/chromium_org/tools/android/forwarder2/
device_listener.h 41 // waits for its completion) which means that the internal thread is guaranteed
  /external/chromium_org/tools/telemetry/telemetry/core/
util.py 54 """Waits for up to |timeout| secs for the function |condition| to return True.
  /external/chromium_org/ui/base/test/
ui_controls.h 23 // The version that takes a Closure waits until the generated event is
  /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/droiddriver/src/com/google/android/droiddriver/scroll/
Scrollers.java 35 * scroll, waits until ProgressBar is gone.
  /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)

Completed in 2865 milliseconds

1 2 3 4 5 6 7 891011>>