/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
mutex | 393 /// Try to acquire ownership of the mutex without blocking.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
mutex | 356 /// Try to acquire ownership of the mutex without blocking.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_telnetlib.py | 218 without blocking.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_telnetlib.py | 218 without blocking.
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Connection.java | 266 // Create non-blocking server socket that would listen for connections,
|
/sdk/eventanalyzer/src/com/android/eventanalyzer/ |
EventAnalyzer.java | 242 // Since we don't really want getDevices() to be blocking, we wait here manually.
|
/system/core/include/utils/ |
Looper.h | 241 * If the timeout is zero, returns immediately without blocking.
|
/external/dnsmasq/src/ |
dnsmasq.c | 763 /* pipe is non-blocking and struct event_desc is smaller than 1201 /* The connected socket inherits non-blocking [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/ |
GenericRequestBuilder.java | 655 * Returns a future that can be used to do a blocking get on a background thread. 665 * resource in a blocking manner.
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
RateLimiter.java | 379 * Acquires a single permit from this {@code RateLimiter}, blocking until the 392 * Acquires the given number of permits from this {@code RateLimiter}, blocking until the [all...] |
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
SelectChannelEndPoint.java | 527 * and blocking operations continue unless the endpoint has been closed. 528 * If true, then interrupts of blocking operations result in InterruptedIOExceptions
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
Connector.java | 372 * For blocking connectors, low resources is used to trigger 376 * for non-blocking connectors, the number of connections is
|
/external/libpcap/ |
pcap-dag.c | 303 /* Blocking mode, but timeout set and no data has arrived, return anyway.*/ 1045 * Set non-blocking mode on the FD. [all...] |
/external/libusb/libusb/ |
libusbi.h | 535 * This function must be non-blocking. 541 * blocking
|
/external/libvorbis/lib/ |
block.c | 13 function: PCM data vector blocking, windowing and dis/reassembly 177 /* Analysis side code, but directly related to blocking. Thus it's
|
/external/llvm/lib/Support/ |
raw_ostream.cpp | 591 // raw_ostream isn't designed to do non-blocking I/O. However, some 593 // O_NONBLOCK. For compatibility, emulate blocking semantics by
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_unix.c | 505 * Make socket non-blocking so that we don't hang forever if 1037 * Make socket non-blocking so that we don't hang forever if
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
GenericSource.cpp | 109 // delay data source creation to prepareAsync() to avoid blocking 122 // delay data source creation to prepareAsync() to avoid blocking [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteConnectionPool.java | [all...] |
/frameworks/base/core/jni/ |
android_media_AudioRecord.cpp | 481 recordBuff + offsetInSamples, sizeInBytes, isReadBlocking == JNI_TRUE /* blocking */); 517 isReadBlocking == JNI_TRUE /* blocking */);
|
/frameworks/base/services/core/java/com/android/server/display/ |
DisplayPowerController.java | 757 Slog.i(TAG, "Blocking screen on until initial contents have been drawn."); [all...] |
/packages/services/Telephony/src/com/android/phone/ |
PhoneGlobals.java | 578 * Sets the activity responsible for un-PUK-blocking the device 599 * blocking - SIM READYing progress, so that we may dismiss it [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
managers.py | 985 def acquire(self, blocking=True): 986 return self._callmethod('acquire', (blocking,)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
managers.py | 985 def acquire(self, blocking=True): 986 return self._callmethod('acquire', (blocking,)) [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CameraTestUtils.java | 57 import com.android.ex.camera2.blocking.BlockingCameraManager; 58 import com.android.ex.camera2.blocking.BlockingCameraManager.BlockingOpenException; 59 import com.android.ex.camera2.blocking.BlockingSessionCallback; 60 import com.android.ex.camera2.blocking.BlockingStateCallback; 651 * If open fails after blocking for some amount of time. 683 * If open fails after blocking for some amount of time. [all...] |