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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/nio/channels/
SocketChannel.java 39 * <p>If the connection is non-blocking then
46 * timeout, which is the most common use for a non-blocking connect.
163 * If this channel is blocking, this method will suspend until connecting is
164 * finished or an I/O exception occurs. If the channel is non-blocking,
180 * a non-blocking connecting operation is already executing on
205 * and returns {@code false} if the channel is non-blocking and the
208 * If this channel is in blocking mode, this method will suspend and return
  /external/nanopb-c/generator/google/protobuf/
service.py 47 """Exception raised on failed blocking RPC method call."""
69 If "done" is None then the call is blocking and the response
73 In the blocking case, RpcException will be raised on error.
  /external/protobuf/python/google/protobuf/
service.py 47 """Exception raised on failed blocking RPC method call."""
69 If "done" is None then the call is blocking and the response
73 In the blocking case, RpcException will be raised on error.
  /frameworks/base/core/java/android/hardware/camera2/utils/
CloseableLock.java 100 * Acquires the lock exclusively (blocking), marks it as closed, then releases the lock.
150 * Try to acquire the lock non-exclusively, blocking until the operation completes.
218 * Try to acquire the lock exclusively, blocking until all other threads release their locks.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SinkChannelTest.java 79 // if sink and source both are blocking mode, source only needs read
191 // if sink and source both are blocking mode, source only needs read
289 // if sink and source both are blocking mode, source only needs read
  /libcore/luni/src/main/java/java/io/
InputStream.java 65 * Returns an estimated number of bytes that can be read or skipped without blocking for more
71 * <p>Firstly, the guarantee is "without blocking for more input" rather than "without
72 * blocking": a read may still block waiting for I/O to complete&nbsp;&mdash; the guarantee is
InputStreamReader.java 224 // we could return the result without blocking read
281 * Indicates whether this reader is ready to be read without blocking. If
289 * is called, {@code false} if unknown or blocking will occur.
  /frameworks/native/include/media/openmax/
OMX_Core.h 533 shall handle it internally. This is a blocking call.
536 blocking the component for an excessively long period of time.
568 input port back to the application for reuse. This is a blocking call
596 This is a blocking call so the application should not attempt to
677 This is a blocking call. This macro will go directly from the
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Core.h 513 shall handle it internally. This is a blocking call.
516 blocking the component for an excessively long period of time.
548 input port back to the application for reuse. This is a blocking call
576 This is a blocking call so the application should not attempt to
657 This is a blocking call. This macro will go directly from the
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h 504 shall handle it internally. This is a blocking call.
507 blocking the component for an excessively long period of time.
539 input port back to the application for reuse. This is a blocking call
567 This is a blocking call so the application should not attempt to
648 This is a blocking call. This macro will go directly from the
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 504 shall handle it internally. This is a blocking call.
507 blocking the component for an excessively long period of time.
539 input port back to the application for reuse. This is a blocking call
567 This is a blocking call so the application should not attempt to
648 This is a blocking call. This macro will go directly from the
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Core.h 521 shall handle it internally. This is a blocking call.
524 blocking the component for an excessively long period of time.
556 input port back to the application for reuse. This is a blocking call
584 This is a blocking call so the application should not attempt to
665 This is a blocking call. This macro will go directly from the
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h 504 shall handle it internally. This is a blocking call.
507 blocking the component for an excessively long period of time.
539 input port back to the application for reuse. This is a blocking call
567 This is a blocking call so the application should not attempt to
648 This is a blocking call. This macro will go directly from the
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
PipeShort.java 19 // Non-blocking pipe supports a single writer and single reader.
  /cts/tests/tests/media/src/android/media/cts/
NonBlockingAudioTrack.java 30 * block until all data has been written to system. In order to avoid blocking, this class
  /docs/source.android.com/src/devices/audio/
debugging.jd 251 <li>Is non-blocking per timeline.</li>
308 The circular buffer is non-blocking and lock-free for both writing
328 run frequently, periodically, and without blocking such as the
380 However, this negates a prime benefit of this API: its non-blocking
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionRequest.java 53 * If {@link #abortRequest()} is called while this is blocking or
  /external/apache-http/src/org/apache/http/io/
SessionInputBuffer.java 39 * Session input buffer for blocking connections.
SessionOutputBuffer.java 39 * Session output buffer for blocking connections.
  /external/chromium-trace/trace-viewer/tracing/tracing/base/
raf.html 95 // window.performance.now() on some platforms from blocking the idle
  /external/deqp/framework/delibs/deutil/
deFile.h 44 DE_FILE_NONBLOCKING = (1<<0), /*!< Set to non-blocking mode. Not supported on Win32! */
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix_MKL.h 61 level3_blocking<EIGTYPE, EIGTYPE>& /*blocking*/, \
  /external/guava/guava/src/com/google/common/collect/
EvictingQueue.java 32 * A non-blocking queue which automatically evicts elements from the head of the queue when
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ListenableFutureTaskTest.java 96 // listener to be called by blocking on the listener latch.
  /external/iptables/libipq/
ipq_read.3 54 system call. A value of zero provides normal, backwards-compatible blocking behaviour

Completed in 773 milliseconds

1 2 3 4 5 6 7 8 91011>>