HomeSort by relevance Sort by last modified time
    Searched full:waits (Results 251 - 275 of 1036) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 96 * constructor). Once it's open, it waits until someone calls its doStop(), after which it
319 * Synchronously waits for an OBB listener to be signaled of a state change, but does not throw
346 * Synchronously waits for an OBB listener to be signaled of a state change
377 * Mounts an OBB file without throwing and synchronously waits for it to finish mounting
409 * Unmounts an OBB file without throwing, and synchronously waits for it to finish unmounting
433 * Unmounts an OBB file and synchronously waits for it to finish unmounting
  /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/chrome/browser/
errorpage_browsertest.cc 312 // Navigates to the given URL and waits for |num_navigations| to occur, and
328 // Navigates back in the history and waits for |num_navigations| to occur, and
337 // Navigates forward in the history and waits for |num_navigations| to occur,
431 // Navigates the browser the indicated direction in the history and waits for
610 // Can't use content::ExecuteScript because it waits for scripts to send
655 // Can't use content::ExecuteScript because it waits for scripts to send
693 // Can't use content::ExecuteScript because it waits for scripts to send
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 502 * Waits out termination of a thread pool or fails doing so.
721 * Spin-waits up to the specified number of milliseconds for the given
743 * Waits up to LONG_DELAY_MS for the given thread to enter a wait
770 * Waits for the specified time (in milliseconds) for the thread
788 * Waits for LONG_DELAY_MS milliseconds for the thread to
944 // * Spin-waits up to LONG_DELAY_MS until flag becomes true.
951 // * Spin-waits up to the specified timeout until flag becomes true.
    [all...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiObject.java 400 * Waits for window transitions that would typically take longer than the
415 * by this UiObject and waits for window transitions.
417 * This method differ from {@link UiObject#click()} only in that this method waits for a
836 * Waits a specified length of time for a view to become visible.
838 * This method waits until the view becomes visible on the display, or
855 * Waits a specified length of time for a view to become undetectable.
857 * This method waits until a view is no longer matchable, or until the
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
LinkedTransferQueueTest.java 737 * transfer waits until a poll occurs. The transfered element
761 * transfer waits until a poll occurs, and then transfers in fifo order
794 * transfer waits until a poll occurs, at which point the polling
817 * transfer waits until a take occurs. The transfered element
957 * tryTransfer waits for any elements previously in to be removed
    [all...]
  /external/chromium_org/third_party/android_testrunner/
adb_interface.py 311 """Waits for targeted device's package manager to be up.
332 """Waits for given instrumentation to be present on device
429 """Waits for targeted device's bootcomplete flag to be set.
  /external/chromium_org/third_party/sqlite/src/src/
test_server.c 75 ** at a time. The server waits for messages to arrive on a message
329 ** sends that message to the server, waits for the server to process
479 ** This routine waits until the server has actually stopped before
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profile-handler_unittest.cc 242 // Starts a no-op thread that gets registered with the ProfileHandler. Waits
360 // Registers a callback and waits for kTimerResetInterval for timers to get
369 // Unregisters a callback and waits for kTimerResetInterval for timers to get
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profile-handler_unittest.cc 242 // Starts a no-op thread that gets registered with the ProfileHandler. Waits
360 // Registers a callback and waits for kTimerResetInterval for timers to get
369 // Unregisters a callback and waits for kTimerResetInterval for timers to get
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 68 * Here, each worker thread processes a row of the matrix then waits at the
274 * Waits until all {@linkplain #getParties parties} have invoked
336 * Waits until all {@linkplain #getParties parties} have invoked
  /external/chromium_org/testing/gtest/test/
gtest_output_test_.cc 256 // waits for n1 | SCOPED_TRACE("Trace B");
260 // SCOPED_TRACE("Trace A"); | waits for n2
264 // waits for n3 | generates failure #3
273 // waits for thread B to finish |
487 // Waits for permission to finish from the main thread.
496 // Starts a thread and waits for it to begin.
  /external/gtest/test/
gtest_output_test_.cc 256 // waits for n1 | SCOPED_TRACE("Trace B");
260 // SCOPED_TRACE("Trace A"); | waits for n2
264 // waits for n3 | generates failure #3
273 // waits for thread B to finish |
487 // Waits for permission to finish from the main thread.
496 // Starts a thread and waits for it to begin.
  /external/lldb/include/lldb/Host/
Predicate.h 192 /// Waits in a thread safe way for any bits in \a bits to get
242 /// Waits in a thread safe way for any bits in \a bits to get
261 /// Zero on successful waits, or non-zero if a timeout or
293 /// Waits in a thread safe way for \a m_value to be equal to \a
348 /// Waits in a thread safe way for \a m_value to be equal to \a
414 /// Waits in a thread safe way for \a m_value to not be equal to \a
  /ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 256 // waits for n1 | SCOPED_TRACE("Trace B");
260 // SCOPED_TRACE("Trace A"); | waits for n2
264 // waits for n3 | generates failure #3
273 // waits for thread B to finish |
487 // Waits for permission to finish from the main thread.
496 // Starts a thread and waits for it to begin.
  /development/ndk/platforms/android-9/include/android/
looper.h 162 * Waits for events to be available, with optional timeout in milliseconds.
166 * If the timeout is negative, waits indefinitely until an event appears.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
OnthrowDebuggerLaunchTest.java 271 * @param isOnuncaught should debuggee waits for uncaught exception (see JDWP agent launch options)
295 * @param isOnuncaught should debuggee waits for uncaught exception (see JDWP agent launch options)
  /external/bluetooth/bluedroid/stack/avct/
avct_api.c 126 ** If an acceptor connection is created, the connection waits
230 ** If an acceptor connection is created, the connection waits
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
ModalDialogTest.java 304 * Asynchronously executes the given code for spawning a dialog and waits
314 * code for spawning a dialog and waits for the dialog to be visible.
  /external/chromium_org/sandbox/win/src/
policy_target_test.cc 215 // infinite loop. Waits for 2 seconds and then check if the
278 // infinite loop. Waits for 2 seconds and then check if the
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
syncobj.c 243 /* If there are no client-waits or server-waits pending on this sync, delete
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiler.cc 202 // DisableHandler waits for the currently running callback to complete and
218 // DisableHandler waits for the currently running callback to complete and
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiler.cc 200 // DisableHandler waits for the currently running callback to complete and
216 // DisableHandler waits for the currently running callback to complete and
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_topmost_window_finder_unittest.cc 36 // Waits till |window| is minimized.
67 // Waits till |_NET_CLIENT_LIST_STACKING| is updated to include
  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 542 * Waits for the object to be announced.
551 * Waits for the object to be canceled.

Completed in 1054 milliseconds

<<11121314151617181920>>