HomeSort by relevance Sort by last modified time
    Searched full:blocking (Results 701 - 725 of 1339) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 74 * non-blocking read methods. Write methods must be synchronized to avoid
464 * The sub list is thread safe and supports non-blocking reads. Doing so is
Exchanger.java 156 * waits just omit the blocking part, and instead cancel. The spin
157 * count is empirically chosen to be a value that avoids blocking
LinkedBlockingQueue.java 22 * An optionally-bounded {@linkplain BlockingQueue blocking queue} based on
280 * blocking. This is always equal to the initial capacity of this queue
ArrayBlockingQueue.java 23 * A bounded {@linkplain BlockingQueue blocking queue} backed by an
35 * will result in the operation blocking; attempts to {@code take} an
412 * blocking. This is always equal to the initial capacity of this queue
    [all...]
  /ndk/docs/Programmers_Guide/html/
md_1__concepts__concepts.html 308 blocking. If they block, you might receive ANR (Application Not Responding)
313 these events to a separate thread prevents any callbacks from blocking your
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm.h 466 _DRM_VBLANK_EVENT = 0x4000000, /**< Send event instead of blocking */
470 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking, unsupported */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm.h 468 _DRM_VBLANK_EVENT = 0x4000000, /**< Send event instead of blocking */
472 _DRM_VBLANK_SIGNAL = 0x40000000 /**< Send signal instead of blocking, unsupported */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 243 # get a socket from a blocking source.
651 # set it to non-blocking mode
_pyio.py 34 """Exception raised when I/O would block on a non-blocking I/O stream."""
330 This is not implemented for read-only and non-blocking streams.
601 BlockingIOError if the underlying raw stream is in non-blocking
935 stream reaches EOF or if the call would block in non-blocking
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 243 # get a socket from a blocking source.
651 # set it to non-blocking mode
_pyio.py 34 """Exception raised when I/O would block on a non-blocking I/O stream."""
330 This is not implemented for read-only and non-blocking streams.
601 BlockingIOError if the underlying raw stream is in non-blocking
935 stream reaches EOF or if the call would block in non-blocking
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java 54 import com.android.ex.camera2.blocking.BlockingCameraManager;
55 import com.android.ex.camera2.blocking.BlockingCameraManager.BlockingOpenException;
56 import com.android.ex.camera2.blocking.BlockingStateCallback;
57 import com.android.ex.camera2.blocking.BlockingSessionCallback;
309 throw new ItsException("Failed to open camera (after blocking)", e);
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraDeviceTest.java 20 import static com.android.ex.camera2.blocking.BlockingStateCallback.*;
21 import static com.android.ex.camera2.blocking.BlockingSessionCallback.*;
47 import com.android.ex.camera2.blocking.BlockingSessionCallback;
48 import com.android.ex.camera2.blocking.BlockingStateCallback;
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/client/
HttpClient.java 55 * blocking socket version and a non-blocking NIO version (implemented as nested classes
143 * @return True if connects will be in blocking mode.
152 * @param connectBlocking True if connects will be in blocking mode.
373 * Get the type of connector (socket, blocking or select) in use.
  /external/libpcap/
pcap.c     [all...]
  /external/openssh/
clientloop.c 145 /* Flag indicating whether the user's terminal is in non-blocking mode. */
199 /* Restores stdin to blocking mode. */
210 /* Puts stdin terminal in non-blocking mode. */
    [all...]
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 766 * code below. This method does not immediately perform any I/O or blocking work,
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth.jd 554 <p>This is a blocking call. It will return when either a connection has been
575 be executed in the main activity UI thread because it is a blocking call and
    [all...]
  /art/runtime/gc/
heap.cc 214 blocking_gc_count_rate_histogram_("blocking gc count rate histogram", 1U,
    [all...]
  /external/jetty/
VERSION.txt     [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 280 * {@code ByteString}, blocking if necessary until all bytes are
307 * {@code ByteString}, blocking if necessary until all bytes are
700 * completely non-blocking. The method {@link InputStream#available()}
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java 578 IoUtils.setBlocking(tun.getFileDescriptor(), config.blocking);
581 "Cannot set tunnel's fd as blocking=" + config.blocking, e);
    [all...]
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 89 * This shall be a non blocking call simply starting the update, and the update should
112 * This shall be a non blocking call simply setting the properties, and the change should
138 * This shall be a non blocking call simply setting the properties.
    [all...]
  /art/runtime/jdwp/
jdwp_main.cc 506 /* blocking read */
jdwp_socket.cc 179 /* "shutdown" dislodges blocking read() and accept() calls */

Completed in 636 milliseconds

<<21222324252627282930>>