OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blocking
(Results
501 - 525
of
1339
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java
35
* A TextureView that supports
blocking
rendering for synchronous drawing
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BlasBenchmark.java
75
//
blocking
the UI thread.
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
ScriptGroupTestActivity.java
79
// Allow the filter to complete without
blocking
the UI
/hardware/intel/img/hwcomposer/merrifield/ips/common/
HdcpControl.cpp
49
// this is a
blocking
and synchronous call
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
HdcpControl.cpp
50
// this is a
blocking
and synchronous call
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
read_device_node.c
272
/* attempt to open non
blocking
the access dev */
/libcore/luni/src/main/java/java/io/
StringReader.java
164
* Indicates whether this reader is ready to be read without
blocking
. This
/libcore/luni/src/main/java/java/util/
Queue.java
81
* <p>The <tt>Queue</tt> interface does not define the <i>
blocking
queue
/libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java
34
* <p>This implementation employs an efficient <em>non-
blocking
</em>
37
* Simple, Fast, and Practical Non-
Blocking
and
Blocking
Concurrent Queue
83
* Note that like most non-
blocking
algorithms in this package,
LinkedBlockingDeque.java
21
* An optionally-bounded {@linkplain BlockingDeque
blocking
deque} based on
31
*
blocking
). Exceptions include {@link #remove(Object) remove},
51
* single lock and using conditions to manage
blocking
.
677
*
blocking
. This is always equal to the initial capacity of this deque
[
all
...]
/libcore/luni/src/main/java/java/util/zip/
InflaterInputStream.java
219
* with or without
blocking
.
/packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java
35
* A TextureView that supports
blocking
rendering for synchronous drawing
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
timer.h
121
/** timer open mode flag - non-
blocking
behaviour */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
timer.h
121
/** timer open mode flag - non-
blocking
behaviour */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
resource.h
104
scheduling policy may consume without making a
blocking
system
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
resource.h
104
scheduling policy may consume without making a
blocking
system
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
fcntl.so
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.pom
39
HttpComponents Core (
blocking
I/O)
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.pom
39
HttpComponents Core (
blocking
I/O)
/system/core/adf/libadf/include/adf/
adf.h
222
* Reads one event from the fd,
blocking
if needed.
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
Camera2SurfaceViewTestCase.java
20
import static com.android.ex.camera2.
blocking
.BlockingStateCallback.STATE_CLOSED;
53
import com.android.ex.camera2.
blocking
.BlockingSessionCallback;
54
import com.android.ex.camera2.
blocking
.BlockingStateCallback;
/device/moto/shamu/camera/QCamera2/util/
QCameraFlash.cpp
121
* given camera id. This function is
blocking
until the
200
* This function is
blocking
until the operation completes or
245
* position. This function is
blocking
until the operation
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
MonitorBasedArrayBlockingQueue.java
32
* A bounded {@linkplain BlockingQueue
blocking
queue} backed by an
44
* will result in the operation
blocking
; attempts to <tt>take</tt> an
379
*
blocking
. This is always equal to the initial capacity of this queue
/external/jetty/src/java/org/eclipse/jetty/server/handler/
ConnectHandler.java
423
* <p>Reads (with non-
blocking
semantic) into the given {@code buffer} from the given {@code endPoint}.</p>
428
* @return the number of bytes read (possibly 0 since the read is non-
blocking
)
438
* <p>Writes (with
blocking
semantic) the given buffer of data onto the given endPoint.</p>
/external/jetty/src/java/org/eclipse/jetty/server/nio/
SelectChannelConnector.java
45
* This connector uses efficient NIO buffers with a non
blocking
threading model. Direct NIO buffers
47
* simulate
blocking
for the servlet API, and any unflushed content at the end of request handling
181
// Set to
blocking
mode
Completed in 254 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>