Searched
full:blocking (Results
451 -
475 of
1339) sorted by null
<<11121314151617181920>>
/docs/source.android.com/src/devices/graphics/ |
index.jd | 189 <p><em>Non-blocking mode</em> - BufferQueue can also operate in a non-blocking
|
/external/deqp/executor/ |
xeTcpIpLink.cpp | 236 // \note Socket should not be in non-blocking mode. 330 // \note Socket should not be in non-blocking mode.
|
/external/eigen/bench/ |
bench_gemm.cpp | 126 std::cout << "Register blocking = " << Traits::mr << " x " << Traits::nr << "\n"; 169 std::cout << "blocking size (mc x kc) = " << mc << " x " << kc << "\n";
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/ |
ProtobufWireAdapter.java | 90 * Returns the next message sent over the wire, blocking as necessary. 174 * InputStream, blocking if necessary.
|
/external/jetty/src/java/org/eclipse/jetty/io/ |
EndPoint.java | 150 * May fail to write all data if endpoint is non-blocking 159 * the {@link java.net.Socket#getSoTimeout()} for blocking connections,
|
/external/jetty/src/java/org/eclipse/jetty/server/bio/ |
SocketConnector.java | 47 * This connector implements a traditional blocking IO and threading model. 83 // Create a new server socket and set to non blocking mode
|
/external/libnfc-nxp/src/ |
phFriNfc_OvrHal.h | 59 * is used as it is, wrapped by this component. The purpose of the wrapper is to de-couple a blocking I/O, as used by 125 * This is required by the Overlapped HAL in order to call the blocking (original HAL) in another
|
/external/libselinux/include/selinux/ |
avc.h | 151 /* obtain a given lock, blocking if necessary. */ 433 int avc_netlink_open(int blocking);
|
/external/libvncserver/libvncclient/ |
sockets.c | 623 * SetNonBlocking sets a socket into non-blocking mode. 637 rfbClientErr("Setting socket to non-blocking failed: %s\n",strerror(errno));
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
SpdyStream.java | 37 // blocking operations are performed while the lock is held. 133 * Returns the stream's response headers, blocking if necessary if they
|
/external/selinux/libselinux/include/selinux/ |
avc.h | 155 /* obtain a given lock, blocking if necessary. */ 437 int avc_netlink_open(int blocking);
|
/external/tcpdump/ |
decnet.h | 129 #define TI_BLOCK 010 /* blocking requested */ 144 #define II_BLOCK 0100 /* blocking requested */
|
/external/wpa_supplicant_8/src/common/ |
wpa_ctrl.c | 200 * Make socket non-blocking so that we don't hang forever if 491 * Must be a non-blocking socket... Try for a bit
|
/frameworks/base/core/java/android/widget/ |
CursorTreeAdapter.java | 117 * If you want to asynchronously query a provider to prevent blocking the 147 * This is useful when asynchronously querying to prevent blocking the UI.
|
/frameworks/base/docs/html/guide/practices/app-design/ |
seamlessness.jd | 26 other applications or dialogs, inadvertent loss of data, unintended blocking, 140 on the event handler thread, effectively blocking the event handler. This will
|
/frameworks/base/docs/html/guide/practices/ |
seamlessness.jd | 27 other applications or dialogs, inadvertent loss of data, unintended blocking, 141 on the event handler thread, effectively blocking the event handler. This will
|
/frameworks/base/docs/html/ndk/guides/ |
concepts.jd | 215 the callbacks, your callback implementations must not be blocking. If they block, you might receive 222 callbacks from blocking your main thread.</li>
|
/frameworks/base/docs/html/training/articles/ |
security-gms-provider.jd | 109 <li>If user experience will be affected by the thread blocking--for example, 137 This is appropriate if user experience won't be affected by the thread blocking
|
/hardware/qcom/keymaster/ |
QSEEComAPI.h | 173 * This is a blocking call. 208 * This is a blocking call.
|
/libcore/luni/src/main/java/java/io/ |
BufferedReader.java | 420 * Indicates whether this reader is ready to be read without blocking. 423 * called, {@code false} if unknown or blocking will occur.
|
PipedReader.java | 298 * Indicates whether this reader is ready to be read without blocking. 300 * called, {@code false} if unknown or blocking will occur. This
|
/libcore/luni/src/main/java/java/nio/ |
DatagramChannelImpl.java | 456 @Override protected void implConfigureBlocking(boolean blocking) throws IOException { 457 IoUtils.setBlocking(fd, blocking);
|
/libcore/luni/src/main/java/java/util/concurrent/ |
BlockingQueue.java | 72 * additional elements can be {@code put} without blocking. 254 * blocking, or {@code Integer.MAX_VALUE} if there is no intrinsic
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
AbstractQueuedLongSynchronizer.java | 56 * spinlocks. We instead use them for blocking synchronizers, but 92 * <p>We also use "next" links to implement blocking mechanics. [all...] |
/system/bt/udrv/ulinux/ |
uipc.c | 562 /* blocking call */ 785 /* make sure there is data prior to attempting read to avoid blocking
|
Completed in 340 milliseconds
<<11121314151617181920>>