/external/guava/guava/src/com/google/common/util/concurrent/ |
JdkFutureAdapters.java | 67 * Submits a blocking task for the given {@link Future} to provide {@link 75 * to work. The task's execution consists of blocking until the input future
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICURWLock.java | 124 * <p>Acquire a read lock, blocking until a read lock is 161 * <p>Acquire the write lock, blocking until the write lock is
|
/external/jetty/src/java/org/eclipse/jetty/io/ |
Connection.java | 27 * to be done on the connection. For blocking connections, this is soon 29 * connection is closed. For non-blocking connections, handle will only
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
BlockingHttpConnection.java | 34 /** Blocking Server HTTP Connection 76 // we need to flush them all before potentially blocking in the
|
/external/kernel-headers/original/uapi/linux/ |
dlmconstants.h | 102 * Send blocking AST's before returning -EAGAIN to the caller. It is only 103 * used along with the NOQUEUE flag. Blocking AST's are not sent for failed
|
/external/llvm/include/llvm/Support/ |
Mutex.h | 61 /// Attempts to acquire the lock without blocking. If the lock is not 62 /// available, this function returns false quickly (without blocking). If
|
/external/parameter-framework/test/test-platform/ |
main.cpp | 46 // Starts test-platform in blocking mode 225 // Choose either blocking or daemon test-platform
|
/frameworks/av/include/media/ |
SingleStateQueue.h | 20 // Non-blocking single element state queue, or 21 // Non-blocking single-reader / single-writer multi-word atomic load / store
|
/frameworks/av/include/media/stagefright/ |
CameraSourceTimeLapse.h | 54 // read() call from blocking too long. Calling this function quickly 101 // frame wakes up any blocking read.
|
/frameworks/base/obex/javax/obex/ |
PrivateInputStream.java | 66 * input stream without blocking by the next caller of a method for this 70 * without blocking
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
BlockingStateCallback.java | 16 package com.android.ex.camera2.blocking; 32 * A camera device listener that implements blocking operations on state changes.
|
/frameworks/volley/src/main/java/com/android/volley/ |
CacheDispatcher.java | 83 // Make a blocking call to initialize the cache. 88 // Get a request from the cache triage queue, blocking until
|
/libcore/luni/src/main/java/java/io/ |
FilterReader.java | 135 * Indicates whether this reader is ready to be read without blocking. If 141 * is called, {@code false} if unknown or blocking will occur.
|
/libcore/luni/src/main/java/java/lang/ref/ |
ReferenceQueue.java | 69 * @throws InterruptedException if the blocking call was interrupted 86 * @throws InterruptedException if the blocking call was interrupted
|
/libcore/luni/src/main/java/java/nio/channels/ |
DatagramChannel.java | 151 * buffer. If this channel is in blocking mode, it waits for the datagram 153 * non-blocking mode and no datagram is available, it returns {@code null} 167 * if the channel is in non-blocking mode and no datagram is 187 * If this channel is in blocking mode then the datagram is sent as soon as 189 * in non-blocking mode then the datagram is only sent if there is enough 204 * in {@code source} or zero if the channel is in non-blocking mode 377 * the channel is in non-blocking mode and there was not enough 409 * the channel is in non-blocking mode and there was not enough
|
/libcore/luni/src/main/java/java/util/concurrent/ |
TransferQueue.java | 21 * {@linkplain #tryTransfer(Object) Non-blocking} and 28 * <p>Like other blocking queues, a {@code TransferQueue} may be
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
dlmconstants.h | 102 * Send blocking AST's before returning -EAGAIN to the caller. It is only 103 * used along with the NOQUEUE flag. Blocking AST's are not sent for failed
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
dlmconstants.h | 102 * Send blocking AST's before returning -EAGAIN to the caller. It is only 103 * used along with the NOQUEUE flag. Blocking AST's are not sent for failed
|
/system/bt/osi/include/ |
fixed_queue.h | 78 // blocking. The caller must not close the returned file descriptor. |queue| 85 // blocking. The caller must not close the returned file descriptor. |queue|
|
/cts/tests/tests/media/libaudiojni/ |
audio-record-native.cpp | 52 // TODO: Add a single buffer blocking read mode which does not require additional memory. 294 ssize_t read(void *buffer, size_t size, bool blocking = false) { 297 // or we always operate in non-blocking mode. 322 if (!blocking || size == 0 || mReadBlob.get() != NULL) { 420 std::mutex mReadLock; // read lock - for blocking mode, prevents multiple
|
/external/v8/src/ia32/ |
lithium-gap-resolver-ia32.cc | 67 // graph. We first recursively perform any move blocking this one. We 90 // this call cannot create a blocking move via a swap (this loop does 91 // not miss any). Assume there is a non-blocking move with source A 96 // involved in the same cycle. In that case, the blocking move will 114 // we have a cycle. Search for such a blocking move and perform a swap to
|
/external/v8/src/x87/ |
lithium-gap-resolver-x87.cc | 67 // graph. We first recursively perform any move blocking this one. We 90 // this call cannot create a blocking move via a swap (this loop does 91 // not miss any). Assume there is a non-blocking move with source A 96 // involved in the same cycle. In that case, the blocking move will 114 // we have a cycle. Search for such a blocking move and perform a swap to
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/ |
xcb.h | 224 * @brief Prefetch the maximum request length without blocking. 227 * Without blocking, does as much work as possible toward computing 233 * after possibly blocking while the reply is retrieved. 235 * Note that in order for this function to be fully non-blocking, the 323 * possibly blocking while it is retrieved.
|
/external/eigen/blas/ |
level3_impl.h | 59 internal::gemm_blocking_space<ColMajor,Scalar,Scalar,Dynamic,Dynamic,Dynamic> blocking(*m,*n,*k); 62 func[code](*m, *n, *k, a, *lda, b, *ldb, c, *ldc, alpha, blocking, 0); 134 internal::gemm_blocking_space<ColMajor,Scalar,Scalar,Dynamic,Dynamic,Dynamic,4> blocking(*m,*n,*m); 135 func[code](*m, *n, a, *lda, b, *ldb, blocking); 139 internal::gemm_blocking_space<ColMajor,Scalar,Scalar,Dynamic,Dynamic,Dynamic,4> blocking(*m,*n,*n); 140 func[code](*n, *m, a, *lda, b, *ldb, blocking); 225 internal::gemm_blocking_space<ColMajor,Scalar,Scalar,Dynamic,Dynamic,Dynamic,4> blocking(*m,*n,*m); 226 func[code](*m, *n, *m, a, *lda, tmp.data(), tmp.outerStride(), b, *ldb, alpha, blocking); 230 internal::gemm_blocking_space<ColMajor,Scalar,Scalar,Dynamic,Dynamic,Dynamic,4> blocking(*m,*n,*n); 231 func[code](*m, *n, *n, tmp.data(), tmp.outerStride(), a, *lda, b, *ldb, alpha, blocking); [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
PerformanceTest.java | 19 import static com.android.ex.camera2.blocking.BlockingSessionCallback.*; 49 import com.android.ex.camera2.blocking.BlockingSessionCallback; 148 // Blocking open camera 153 // Blocking configure outputs. 158 // Blocking start preview (start preview to first image arrives) 169 // Blocking stop preview 175 // Blocking camera close [all...] |