/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/ |
Camera2SurfaceViewTestCase.java | 468 * <p>Waits for {@code android.sync.maxLatency} number of results first, to make sure 497 * <p>Waits for {@code android.sync.maxLatency} number of results first, to make sure
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
CameraGLTest.java | 227 /** Waits until surface texture callbacks have fired */ 239 /** Waits until the camera preview callback has fired */ [all...] |
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
AsyncTask.java | 497 * Waits if necessary for the computation to complete, and then 512 * Waits if necessary for at most the given time for the computation
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
AsyncTask.java | 497 * Waits if necessary for the computation to complete, and then 512 * Waits if necessary for at most the given time for the computation
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
AsyncTask.java | 497 * Waits if necessary for the computation to complete, and then 512 * Waits if necessary for at most the given time for the computation
|
/development/testrunner/ |
adb_interface.py | 319 """Waits for targeted device's package manager to be up. 424 """Waits for targeted device's bootcomplete flag to be set.
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
VmMirror.java | 259 * Waits for stop on breakpoint and gets id of thread where it stopped. [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_int.h | 69 CST_ORIG_W4_SEC_COMP, /* Originator waits security clearence */ 70 CST_TERM_W4_SEC_COMP, /* Acceptor waits security clearence */ [all...] |
/external/chromium_org/base/synchronization/ |
waitable_event_posix.cc | 26 // waits can be canceled, which means grabbing the lock and removing oneself 79 // Synchronous waits
|
/external/chromium_org/chrome/browser/safe_browsing/ |
client_side_detection_service_unittest.cc | 93 msg_loop_.Run(); // Waits until callback is called. 105 msg_loop_.Run(); // Waits until callback is called.
|
/external/chromium_org/chrome/installer/util/ |
shell_util.h | 447 // Shows and waits for the Windows 8 "How do you want to open webpages?" 464 // Shows and waits for the Windows 8 "How do you want to open links of this
|
/external/chromium_org/components/component_updater/ |
background_downloader_win.cc | 107 // How long BITS waits before retrying a job after the job encountered 116 // How long BITS waits before giving up on a job that could not be completed
|
/external/chromium_org/mojo/public/python/mojo/ |
system.pyx | 189 """Waits on a list of handles. 315 """Waits on the given handle.
|
/external/libnl/lib/route/ |
addr.c | 665 * sends the request to the kernel and waits for the next ACK to be 737 * sends the request to the kernel and waits for the next ACK to be
|
neigh.c | 568 * sends the request to the kernel and waits for the next ACK to be 629 * sends the request to the kernel and waits for the next ACK to be
|
rule.c | 475 * sends the request to the kernel and waits for the next ACK to be 529 * sends the request to the kernel and waits for the next ACK to be
|
/external/ppp/pppd/plugins/rp-pppoe/ |
discovery.c | 308 * Waits for a PADO packet and copies useful information 492 * Waits for a PADS packet and copies useful information
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
InteractionController.java | 246 * Clicks at coordinates and waits for for a TYPE_WINDOW_STATE_CHANGED event followed 248 * no further waits will be performed and the function returns.
|
/frameworks/base/core/java/android/app/ |
UiAutomation.java | 488 * Executes a command and waits for a specific accessibility event up to a 560 * Waits for the accessibility event stream to become idle, which is not to [all...] |
/frameworks/base/core/java/android/hardware/input/ |
InputManager.java | 161 * Waits for previous events to be dispatched so that the input dispatcher can 171 * Waits for the event to be delivered to the application and handled. [all...] |
/frameworks/base/core/java/android/os/ |
AsyncTask.java | 476 * Waits if necessary for the computation to complete, and then 491 * Waits if necessary for at most the given time for the computation
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityInteractionClient.java | 49 * to receive the result after which it waits up to a timeout for that 648 * Waits up to a given bound for a result of a request and returns it. [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteInit.java | 61 * Pre-initializes some classes, and then waits for commands on a UNIX domain 184 * Waits for and accepts a single command connection. Throws
|
/frameworks/base/docs/html/google/play/billing/v2/ |
billing_subscriptions.jd | 422 state. Instead, it waits until the end of the active billing cycle and then 425 <p>Similarly, if payment for the next billing cycle fails, Google Play waits
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
PhaserTest.java | 610 * awaitAdvance atomically waits for all parties within the same phase to 752 * arriveAndAwaitAdvance waits for all threads to arrive, the
|