HomeSort by relevance Sort by last modified time
    Searched full:waiting (Results 276 - 300 of 1275) sorted by null

<<11121314151617181920>>

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
Tone.java 62 * Call waiting tone.
  /libcore/luni/src/main/java/java/io/
PipedInputStream.java 147 * pipe and notifies all threads waiting to read or write.
217 * lastReader dies while someone is waiting to write an IOException of
311 * lastReader dies while someone is waiting to write an IOException of
397 * lastWriter dies while someone is waiting to read an IOException of
PipedReader.java 130 * the pipe and notifies all threads waiting to read or write.
247 * lastReader dies while someone is waiting to write an IOException
358 * lastWriter dies while someone is waiting to read an IOException
418 * lastWriter dies while someone is waiting to read an IOException
  /libcore/luni/src/main/native/
AsynchronousSocketCloseMonitor.cpp 72 // Who are we, and what are we waiting for?
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ObjectTest.java 252 // Wait up to readyWaitSeconds for all threads to be waiting on
262 assertTrue("Not all launched threads are waiting. (ready = "
337 // Wait up to readyWaitSeconds for all threads to be waiting on
347 assertTrue("Not all launched threads are waiting. (ready = "
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
AtomicBooleanTest.java 76 * compareAndSet in one thread enables another waiting for value
AtomicReferenceFieldUpdaterTest.java 118 * compareAndSet in one thread enables another waiting for value
AtomicReferenceTest.java 75 * compareAndSet in one thread enables another waiting for value
  /ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp 120 //to the other thread(s) that might be waiting:
  /ndk/tests/device/test-stlport/unit/
allocator_test.cpp 120 //to the other thread(s) that might be waiting:
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapAuthenticator.java 85 Log.e(TAG, "Interrupted while waiting on isChalled");
  /packages/apps/Mms/src/com/android/mms/util/
RateController.java 151 Log.v(TAG, "Waiting for answer..." + t / 1000);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 143 // notify anyone waiting on successful connection to MediaService
162 // notify anyone waiting on unsuccessful connection to MediaService
178 // notify anyone waiting on disconnect from MediaService
559 Log.d(Constants.TAG, "waiting for mMediaScannerService service: ");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ppdev.h 54 /* Yield the port (release it if another driver is waiting,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mqueue.h 78 MQDES, stop waiting if ABS_TIMEOUT expires. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
select.h 104 after waiting the interval specified therein. Returns the number of ready
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
SdkTestCase.java 52 * Gets the current SDK from ADT, waiting if necessary.
  /sdk/emulator/tools/
qemu-props.c 64 DD("waiting 1s to wait for qemud.");
  /system/core/init/
init.h 69 #define SVC_RESTARTING 0x08 /* waiting to restart */
  /system/core/libzipfile/
zipfile.c 97 // that there's no zlib header waiting for it.
  /system/extras/tests/bionic/libc/bionic/
test_cond.c 43 printf("1: waiting on condition variable\n");
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
ipc.c 128 /* will signal it back and release the waiting condition */
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 98 Log.d(TAG, "Waiting for OBB #1 to complete mount");
100 Log.d(TAG, "Waiting for OBB #2 to complete mount");
  /dalvik/vm/
StdioConverter.c 122 * Since we know the thread is just sitting around waiting for something
140 * Select on stdout/stderr pipes, waiting for activity.
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 255 // loop waiting for stuff to do.
263 // If not animating, we will block forever waiting for events.

Completed in 1204 milliseconds

<<11121314151617181920>>