/external/gtest/src/ |
gtest-death-test.cc | 636 // Waits for the child in a death test to exit, returning its exit 648 FALSE, // Waits for any of the handles. 664 // Waits for the child process to exit if it haven't already. This 796 // Waits for the child in a death test to exit, returning its exit [all...] |
/external/guava/guava/src/com/google/common/collect/ |
ComputingConcurrentHashMap.java | 316 * Waits for a computation to complete. Returns the result of the computation.
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AbstractServiceTest.java | 290 * thread calls this method, which waits until the service has performed
|
/external/lldb/source/Plugins/Process/Linux/ |
ProcessMonitor.h | 184 /// Stops the requested thread and waits for the stop signal.
|
/external/lldb/tools/lldb-perf/ |
README | 133 Once you launched, the event loop is entered. The event loop waits for stops,
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-death-test.h | 67 // 3. The parent process waits for the sub-process to terminate.
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-death-test-internal.h | 111 // Waits for the death test to finish and returns its status.
|
/external/llvm/utils/unittest/googletest/src/ |
gtest-death-test.cc | 598 // Waits for the child in a death test to exit, returning its exit 610 FALSE, // Waits for any of the handles. 626 // Waits for the child process to exit if it haven't already. This 762 // Waits for the child in a death test to exit, returning its exit [all...] |
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
dri_drawable.c | 357 * pulls a fence off the throttling queue and waits for it if the
|
/external/mesa3d/src/gtest/include/gtest/ |
gtest-death-test.h | 67 // 3. The parent process waits for the sub-process to terminate.
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 111 // Waits for the death test to finish and returns its status.
|
/external/mesa3d/src/gtest/src/ |
gtest-death-test.cc | 596 // Waits for the child in a death test to exit, returning its exit 608 FALSE, // Waits for any of the handles. 624 // Waits for the child process to exit if it haven't already. This 760 // Waits for the child in a death test to exit, returning its exit [all...] |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
ConnectionPool.java | 181 * oldest. Waits for the cleanup callable to run if it is currently scheduled.
|
/external/protobuf/gtest/include/gtest/ |
gtest-death-test.h | 67 // 3. The parent process waits for the sub-process to terminate.
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-death-test-internal.h | 105 // Waits for the death test to finish and returns its status.
|
/external/protobuf/gtest/src/ |
gtest-death-test.cc | 548 // Waits for the child in a death test to exit, returning its exit 560 FALSE, // Waits for any of the handles. 576 // Waits for the child process to exit if it haven't already. This 712 // Waits for the child in a death test to exit, returning its exit [all...] |
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_events.h | 286 /** Waits indefinitely for the next available event, returning 1, or 0 if there
|
/external/qemu/distrib/sdl-1.2.15/src/audio/bsd/ |
SDL_bsdaudio.c | 141 /* This function waits until it is possible to write a full sound buffer */
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/ |
SDL_dmaaudio.c | 137 /* This function waits until it is possible to write a full sound buffer */
|
/external/qemu/distrib/sdl-1.2.15/src/audio/nas/ |
SDL_nasaudio.c | 228 /* This function waits until it is possible to write a full sound buffer */
|
/external/qemu/distrib/sdl-1.2.15/src/audio/nto/ |
SDL_nto_audio.c | 223 /* This function waits until it is possible to write a full sound buffer */
|
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/ |
SDL_epocaudio.cpp | 572 /* This function waits until it is possible to write a full sound buffer */
|
/external/smack/src/org/xbill/DNS/ |
ExtendedResolver.java | 348 * Sends a message and waits for a response. Multiple servers are queried,
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbDeviceConnection.java | 218 * Waits for the result of a {@link android.hardware.usb.UsbRequest#queue} operation
|
/frameworks/base/core/java/com/android/internal/view/ |
InputConnectionWrapper.java | 171 * Waits for a result for up to {@link #MAX_WAIT_TIME_MILLIS} milliseconds.
|