OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blocking
(Results
151 - 175
of
1339
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketGeneratorD06.java
147
// Gently flush the data, issuing a non-
blocking
write
152
// Forcibly flush the data, issuing a
blocking
write
156
// Gently flush the data, issuing a non-
blocking
write
WebSocketGeneratorD08.java
169
// Gently flush the data, issuing a non-
blocking
write
174
// Forcibly flush the data, issuing a
blocking
write
178
// Gently flush the data, issuing a non-
blocking
write
WebSocketGeneratorRFC6455.java
173
// Gently flush the data, issuing a non-
blocking
write
178
// Forcibly flush the data, issuing a
blocking
write
182
// Gently flush the data, issuing a non-
blocking
write
/external/libavc/decoder/
ih264d_structs.h
[
all
...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java
39
import com.android.ex.camera2.
blocking
.BlockingCameraManager;
40
import com.android.ex.camera2.
blocking
.BlockingCameraManager.BlockingOpenException;
41
import com.android.ex.camera2.
blocking
.BlockingSessionCallback;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
AbstractSelectableChannelTest.java
180
// test in
blocking
mode
195
// in
blocking
mode, if selector closed
279
//default
blocking
mode is true
/libcore/luni/src/main/java/java/net/
SocketOptions.java
50
* <p>This option is intended for use with sockets in
blocking
mode. The behavior of this option
51
* for non-
blocking
sockets is undefined.
56
* Integer timeout in milliseconds for
blocking
accept or read/receive operations (but not
/libcore/luni/src/test/java/libcore/java/nio/channels/
SocketChannelTest.java
231
* Tests connect() and object state for a
blocking
SocketChannel.
Blocking
mode is the default.
251
/** Tests connect() and object state for a non-
blocking
SocketChannel. */
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestVideoProvider.java
19
import com.android.ex.camera2.
blocking
.BlockingCameraManager;
20
import com.android.ex.camera2.
blocking
.BlockingCameraManager.BlockingOpenException;
21
import com.android.ex.camera2.
blocking
.BlockingSessionCallback;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Queue.py
52
If a join() is currently
blocking
, it will resume when all items
143
"""Put an item into the queue without
blocking
.
185
"""Remove and return an item from the queue without
blocking
.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Queue.py
52
If a join() is currently
blocking
, it will resume when all items
143
"""Put an item into the queue without
blocking
.
185
"""Remove and return an item from the queue without
blocking
.
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CameraUtils.java
29
* A util class to help open camera in a
blocking
way.
/cts/suite/audio_quality/lib/include/audio/
AudioHardware.h
83
* Calling waitForCompletion after calling stopPlaybackOrRecord will lead into
blocking
/cts/tests/tests/app/src/android/app/cts/
Instrumentation_ActivityMonitorTest.java
34
* 1 Constructor with
blocking
true and false
/external/android-clat/
tun.c
68
* sets a filedescriptor to non-
blocking
mode
/external/deqp/framework/delibs/deutil/
deProcess.h
44
/* Non-
blocking
operations. */
/external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h
35
RN = 2, // register
blocking
36
RK = NumberOfRegisters>=16 ? 4 : 2, // register
blocking
40
Index d_end = (d/RK)*RK; // number of columns of A (rows of B) suitable for full register
blocking
271
} //
blocking
on the rows of A and C
/external/eigen/test/
product_large.cpp
39
// check the functions to setup
blocking
sizes compile and do not segfault
/external/iptables/extensions/
libxt_tcp.man
36
for example,
blocking
such packets coming in an interface will prevent
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
Connector.java
68
* Reads a chunk of data from the connection,
blocking
if
/external/kernel-headers/original/uapi/linux/
n_r3964.h
32
* select,
blocking
, ...
/external/libavc/encoder/
ih264e_deblk.c
379
* @brief This function computes
blocking
strength for an mb
382
* This function computes
blocking
strength for an mb
398
/* vertical
blocking
strength */
401
/* horizontal
blocking
strength */
424
/* compute
blocking
strength */
502
* pointer to horizontal
blocking
strength
605
* pointer to vertical
blocking
strength
718
/* vertical
blocking
strength */
721
/* horizontal
blocking
strength */
/external/libcxx/include/
shared_mutex
32
void lock(); //
blocking
41
void lock_shared(); //
blocking
60
explicit shared_lock(mutex_type& m); //
blocking
78
void lock(); //
blocking
/external/libpcap/
pcap.3pcap.in
589
A handle can be put into ``non-
blocking
mode'', so that those routines
590
will, rather than
blocking
, return an indication that no packets are
593
to put a handle into non-
blocking
mode or to take it out of non-
blocking
596
to determine whether a handle is in non-
blocking
mode. Note that
597
non-
blocking
mode does not work correctly in Mac OS X 10.6.
599
Non-
blocking
mode is often combined with routines such as
647
set or clear non-
blocking
mode on a
651
get the state of non-
blocking
mode for a
savefile.c
88
* it's in non-
blocking
mode.
98
* requests to put it in non-
blocking
mode. (If it's a
99
* pipe, it could be put in non-
blocking
mode, but that
105
"Savefiles cannot be put into non-
blocking
mode");
Completed in 520 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>