/external/valgrind/none/tests/ |
async-sigs.stderr.exp | 1 testing: blocking=0 caught=11 fatal=7... PASSED 2 testing: blocking=0 caught=11 fatal=1... PASSED 3 testing: blocking=0 caught=10 fatal=7... PASSED 4 testing: blocking=0 caught=10 fatal=1... PASSED 5 testing: blocking=1 caught=11 fatal=7... PASSED 6 testing: blocking=1 caught=11 fatal=1... PASSED 7 testing: blocking=1 caught=10 fatal=7... PASSED 8 testing: blocking=1 caught=10 fatal=1... PASSED
|
async-sigs.stderr.exp-mips32 | 1 testing: blocking=0 caught=11 fatal=10... PASSED 2 testing: blocking=0 caught=11 fatal=1... PASSED 3 testing: blocking=0 caught=16 fatal=10... PASSED 4 testing: blocking=0 caught=16 fatal=1... PASSED 5 testing: blocking=1 caught=11 fatal=10... PASSED 6 testing: blocking=1 caught=11 fatal=1... PASSED 7 testing: blocking=1 caught=16 fatal=10... PASSED 8 testing: blocking=1 caught=16 fatal=1... PASSED
|
/frameworks/av/media/libnbaio/ |
README.txt | 1 libnbaio (for "Non-Blocking Audio I/O") was originally intended to 2 be a purely non-blocking API. It has evolved to now include 3 a few blocking implementations of the interface. 16 non-blocking 21 non-blocking 31 write are optionally blocking: 37 non-blocking
|
/external/harfbuzz_ng/test/shaping/tests/ |
MANIFEST | 7 indic-pref-blocking.tests
|
/external/libpcap/ |
pcap_setnonblock.3pcap | 25 non-blocking mode on a capture device 44 puts a capture handle into ``non-blocking'' mode, or takes it out 45 of ``non-blocking'' mode, depending on whether the 53 ``non-blocking'' mode, an attempt to read from the capture descriptor 57 immediately rather than blocking waiting for packets to arrive. 61 will not work in ``non-blocking'' mode. 64 returns the current ``non-blocking'' state of the capture descriptor; it
|
/external/bison/m4/ |
signalblocking.m4 | 7 # Determine available signal blocking primitives. Three different APIs exist: 11 # For simplicity, here we check only for the POSIX signal blocking.
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
BitmapCache.java | 22 * Notify the cache when it should start and stop blocking for cache misses. 26 void setBlocking(boolean blocking);
|
UnrefedBitmapCache.java | 58 public void setBlocking(final boolean blocking) { 61 Log.d(TAG, String.format("AltBitmapCache: block %b", blocking)); 63 mBlocking = blocking; 65 // no longer blocking. Notify every thread. 80 * until blocking is set to false.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
TimeoutException.java | 10 * Exception thrown when a blocking operation times out. Blocking
|
/external/selinux/libselinux/man/man3/ |
avc_netlink_loop.3 | 15 .BI "int avc_netlink_open(int " blocking ");" 44 .I blocking 47 calls this function internally, specifying non-blocking behavior. 70 enters a loop blocking on the netlink socket and processing messages as they
|
/external/toybox/toys/lsb/ |
sync.c | 15 Write pending cached data to disk (synchronize), blocking until done.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/ |
signal-defs.h | 7 #define SIG_BLOCK 0 /* for blocking signals */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/ |
signal-defs.h | 7 #define SIG_BLOCK 0 /* for blocking signals */
|
/external/libvncserver/libvncclient/ |
tls.h | 38 * This should be a non-blocking call. Blocking is handled in sockets.c. 44 * blocking call, until all bytes are written or error returned.
|
/libcore/luni/src/main/java/java/nio/channels/spi/ |
AbstractSelectableChannel.java | 121 * if this channel is in blocking mode. 192 * Indicates whether this channel is in blocking mode. 194 * @return {@code true} if this channel is blocking, {@code false} 216 * Sets the blocking mode of this channel. A call to this method blocks if 223 * {@code true} for setting this channel's mode to blocking, 224 * {@code false} to set it to non-blocking. 253 * Implements the configuration of blocking/non-blocking mode. 255 * @param blocking true for blocking, false for non-blocking [all...] |
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
ImageConsumer.java | 82 * @throws InterruptedException occurs when call is set to be blocking and 98 * @throws InterruptedException occurs when call is set to be blocking and 115 * no longer referred by any task. If false, call is non-blocking 120 * @return Whether the blocking completed properly. If false, there may be a 122 * @throws InterruptedException occurs when call is set to be blocking and 140 * no longer referred by any task. If false, call is non-blocking 143 * @return Whether the blocking completed properly. If false, there may be a 145 * @throws InterruptedException occurs when call is set to be blocking and 162 * no longer referred by any task. If false, call is non-blocking 168 * @return Whether the blocking completed properly. If false, there may be [all...] |
/system/bt/osi/include/ |
semaphore.h | 50 // without blocking. If select indicates the fd is writable, the caller may 51 // call |semaphore_post| without blocking. Note that there may be a race 53 // which results in blocking behaviour.
|
/external/kernel-headers/original/uapi/asm-generic/ |
signal-defs.h | 7 #define SIG_BLOCK 0 /* for blocking signals */
|
/external/libhevc/decoder/ |
ihevcd_job_queue.h | 67 IHEVCD_ERROR_T ihevcd_jobq_queue(jobq_t *ps_jobq, void *pv_job, WORD32 job_size, WORD32 blocking); 68 IHEVCD_ERROR_T ihevcd_jobq_dequeue(jobq_t *ps_jobq, void *pv_job, WORD32 job_size, WORD32 blocking);
|
ihevcd_job_queue.c | 381 * @param[in] blocking 382 * To signal if the write is blocking or non-blocking. 392 IHEVCD_ERROR_T ihevcd_jobq_queue(jobq_t *ps_jobq, void *pv_job, WORD32 job_size, WORD32 blocking) 397 UNUSED(blocking); 433 * buffer is being passed. If it is a blocking call and if there is no new job 446 * @param[in] blocking 447 * To signal if the read is blocking or non-blocking. 457 IHEVCD_ERROR_T ihevcd_jobq_dequeue(jobq_t *ps_jobq, void *pv_job, WORD32 job_size, WORD32 blocking) [all...] |
/frameworks/wilhelm/tests/sandbox/ |
getch.c | 2 C non-blocking keyboard input 3 http://stackoverflow.com/questions/448944/c-non-blocking-keyboard-input
|
/libcore/luni/src/main/java/java/nio/channels/ |
IllegalBlockingModeException.java | 21 * requires a specific blocking mode is invoked on a channel that is in a 22 * different blocking mode.
|
SelectableChannel.java | 44 * Gets the blocking lock which synchronizes the {@code configureBlocking} 47 * @return the blocking object as lock. 52 * Sets the blocking mode of this channel. A call to this method blocks if 54 * The new blocking mode is valid for calls to other methods that are 60 * {@code true} for setting this channel's mode to blocking, 61 * {@code false} to set it to non-blocking. 75 * Indicates whether this channel is in blocking mode. 77 * @return {@code true} if this channel is blocking, undefined if this 132 * if the channel is in blocking mode. 172 * if this channel is in blocking mode [all...] |
/external/deqp/framework/delibs/decpp/ |
deBlockBuffer.hpp | 72 int writeToCurrentBlock (int numElements, const T* elements, bool blocking); 73 int readFromCurrentBlock(int numElements, T* elements, bool blocking); 175 int BlockBuffer<T>::writeToCurrentBlock (int numElements, const T* elements, bool blocking) 182 if (blocking) 218 int BlockBuffer<T>::readFromCurrentBlock (int numElements, T* elements, bool blocking) 225 if (blocking) 281 int ret = writeToCurrentBlock(numElements-numWritten, elements+numWritten, false /* non-blocking */); 306 numWritten += writeToCurrentBlock(numElements-numWritten, elements+numWritten, true /* blocking */); 360 int ret = readFromCurrentBlock(numElements-numRead, &elements[numRead], false /* non-blocking */); 385 numRead += readFromCurrentBlock(numElements-numRead, &elements[numRead], true /* blocking */); [all...] |
/external/eigen/Eigen/src/Core/products/ |
TriangularMatrixMatrix.h | 64 const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking) 74 ::run(cols, rows, depth, rhs, rhsStride, lhs, lhsStride, res, resStride, alpha, blocking); 99 const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking); 112 const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking) 123 Index kc = blocking.kc(); // cache block size along the K direction 124 Index mc = (std::min)(rows,blocking.mc()); // cache block size along the M direction 130 ei_declare_aligned_stack_constructed_variable(Scalar, blockA, sizeA, blocking.blockA()); 131 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB()); 132 ei_declare_aligned_stack_constructed_variable(Scalar, blockW, sizeW, blocking.blockW()); 240 const Scalar& alpha, level3_blocking<Scalar,Scalar>& blocking); [all...] |