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

1 2 34 5 6 7 8 91011>>

  /external/v8/src/arm/
lithium-gap-resolver-arm.h 33 // If a cycle is found in the series of moves, save the blocking value to
  /external/v8/src/mips/
lithium-gap-resolver-mips.h 33 // If a cycle is found in the series of moves, save the blocking value to
  /external/v8/src/mips64/
lithium-gap-resolver-mips64.h 33 // If a cycle is found in the series of moves, save the blocking value to
  /external/valgrind/none/tests/
syscall-restart1.c 8 /* Make sure that a blocking syscall returns EINTR if hit by a signal,
syscall-restart2.c 8 /* Make sure that a blocking syscall restarts if hit by a signal,
  /frameworks/av/include/media/nbaio/
AudioStreamInSource.h 44 // This is an over-estimate, and could dupe the caller into making a blocking read()
  /frameworks/base/libs/hwui/thread/
Future.h 34 * Returns the result of this future, blocking if
  /libcore/luni/src/main/java/android/system/
StructFlock.java 41 /** Process blocking our lock (filled in by F_GETLK, otherwise unused). */
  /libcore/luni/src/main/java/java/io/
InterruptedIOException.java 21 * Signals that a blocking I/O operation has been interrupted. The number of
  /libcore/luni/src/main/java/java/net/
NoRouteToHostException.java 23 * badly configured router or a blocking firewall.
  /libcore/luni/src/main/java/java/nio/channels/
ClosedByInterruptException.java 21 * in a blocking I/O operation.
ConnectionPendingException.java 21 * connect a {@link SocketChannel} that has a non-blocking connection already
  /libcore/luni/src/main/native/
AsynchronousCloseMonitor.h 28 * Every blocking I/O operation must be surrounded by an AsynchronousCloseMonitor
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fcntl.h 10 * Cancel a blocking posix lock; internal use only until we expose an
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fcntl.h 10 * Cancel a blocking posix lock; internal use only until we expose an
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 79 # define F_SETLK 6 /* Set record locking info (non-blocking). */
80 # define F_SETLKW 7 /* Set record locking info (blocking). */
83 # define F_SETLK F_SETLK64 /* Set record locking info (non-blocking).*/
84 # define F_SETLKW F_SETLKW64 /* Set record locking info (blocking). */
87 #define F_SETLK64 13 /* Set record locking info (non-blocking). */
88 #define F_SETLKW64 14 /* Set record locking info (blocking). */
131 blocking */
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 236 false /*useByteBuffer*/, false /*blocking*/,
244 true /*useByteBuffer*/, true /*blocking*/,
252 false /*useByteBuffer*/, true /*blocking*/,
260 false /*useByteBuffer*/, false /*blocking*/,
268 false /*useByteBuffer*/, true /*blocking*/,
276 false /*useByteBuffer*/, false /*blocking*/,
281 // Audit modes work best with non-blocking mode
286 true /*useByteBuffer*/, false /*blocking*/,
294 false /*useByteBuffer*/, false /*blocking*/,
304 false /*useByteBuffer*/, false /*blocking*/,
    [all...]
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 87 * Sets 'fd' to be blocking or non-blocking, according to the state of 'blocking'.
89 public static void setBlocking(FileDescriptor fd, boolean blocking) throws IOException {
92 if (!blocking) {
  /art/test/099-vmdebug/src/
Main.java 168 String blocking_gc_count = VMDebug.getRuntimeStat("art.gc.blocking-gc-count");
169 String blocking_gc_time = VMDebug.getRuntimeStat("art.gc.blocking-gc-time");
172 VMDebug.getRuntimeStat("art.gc.blocking-gc-count-rate-histogram");
195 String blocking_gc_count = map.get("art.gc.blocking-gc-count");
196 String blocking_gc_time = map.get("art.gc.blocking-gc-time");
199 map.get("art.gc.blocking-gc-count-rate-histogram");
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 262 String blocking_gc_count = Debug.getRuntimeStat("art.gc.blocking-gc-count");
263 String blocking_gc_time = Debug.getRuntimeStat("art.gc.blocking-gc-time");
266 Debug.getRuntimeStat("art.gc.blocking-gc-count-rate-histogram");
289 String blocking_gc_count = map.get("art.gc.blocking-gc-count");
290 String blocking_gc_time = map.get("art.gc.blocking-gc-time");
293 map.get("art.gc.blocking-gc-count-rate-histogram");
  /external/eigen/Eigen/src/Core/products/
TriangularMatrixMatrix_MKL.h 60 const Scalar* _rhs, Index rhsStride, Scalar* res, Index resStride, Scalar alpha, level3_blocking<Scalar,Scalar>& blocking) { \
64 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
99 EIGTYPE alpha, level3_blocking<EIGTYPE,EIGTYPE>& blocking) \
118 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
213 EIGTYPE alpha, level3_blocking<EIGTYPE,EIGTYPE>& blocking) \
232 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \
  /external/tinycompress/include/tinycompress/
tinycompress.h 133 * By default this is a blocking call and will not return
136 * If non-blocking mode has been enabled with compress_nonblock(),
138 * blocking and will then return the number of bytes successfully
152 * By default this is a blocking call and will block until
154 * If non-blocking mode was enabled using compress_nonblock()
260 /* Enable or disable non-blocking mode for write and read */
  /external/deqp/execserver/
xsPosixFileReader.cpp 52 // Set to non-blocking mode.
57 XS_FAIL("Failed to set non-blocking mode");
  /external/libpcap/
pcap_get_selectable_fd.3pcap 44 to wait for it to be possible to read packets without blocking, if such
87 in non-blocking mode, and must arrange that the
  /external/mdnsresponder/mDNSCore/
Implementer Notes.txt 42 In a single-threaded application using a blocking select() call as its
46 returned from mDNS_Execute(). After the blocking select() call returns,

Completed in 434 milliseconds

1 2 34 5 6 7 8 91011>>