Home
last modified time | relevance | path

Searched refs:QUEUE (Results 1 – 12 of 12) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/util/
DExceptionCatchingInputStream.java18 private static final Queue<ExceptionCatchingInputStream> QUEUE = Util.createQueue(0); field in ExceptionCatchingInputStream
25 synchronized (QUEUE) { in obtain()
26 result = QUEUE.poll(); in obtain()
37 while (!QUEUE.isEmpty()) { in clearQueue()
38 QUEUE.remove(); in clearQueue()
134 synchronized (QUEUE) { in release()
135 QUEUE.offer(this); in release()
/external/tcpdump/tests/
Dof10_pf5240-vv.out176 type QUEUE, flags 0x0000
179 type QUEUE, flags 0x0000
185 type QUEUE, flags 0x0001 (MORE)
192 type QUEUE, flags 0x0001 (MORE)
195 type QUEUE, flags 0x0001 (MORE)
198 type QUEUE, flags 0x0001 (MORE)
201 type QUEUE, flags 0x0001 (MORE)
204 type QUEUE, flags 0x0001 (MORE)
207 type QUEUE, flags 0x0001 (MORE)
210 type QUEUE, flags 0x0001 (MORE)
[all …]
Dof10_p3295-vv.out779 type QUEUE, flags 0x0000
/external/blktrace/
Dact_mask.c20 DECLARE_MASK_MAP(QUEUE),
DREADME56 QUEUE
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfifo.hpp38 struct QUEUE struct
Dtilemgr.h101 QUEUE<BE_WORK> mFifo;
/external/iptables/extensions/
Dlibxt_NFQUEUE.man13 This specifies the QUEUE number to use. Valid queue numbers are 0 to 65535. The default value is 0.
/external/spirv-llvm/test/SPIRV/transcoding/
Dspirv-types.ll36 ; CHECK-SPIRV-DAG: 2 TypeQueue [[QUEUE:[0-9]+]]
114 ; CHECK-SPIRV: 3 FunctionParameter [[QUEUE]] {{[0-9]+}}
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_progs.c1739 QUEUE, enumerator
1756 if (type == QUEUE) in test_queue_stack_map()
1790 if (type == QUEUE) { in test_queue_stack_map()
1857 test_queue_stack_map(QUEUE); in main()
/external/blktrace/btreplay/doc/
Dbtreplay.tex71 the only traces you are interested in are \emph{QUEUE} requests --
129 As noted above, \texttt{btrecord} extracts \texttt{QUEUE} operations from
130 \texttt{blktrace} output. These \texttt{QUEUE} operations indicate the
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h311 #define TRAVERSE_STMT_BASE(NAME, CLASS, VAR, QUEUE) \
320 .Traverse##NAME(static_cast<CLASS *>(VAR), QUEUE) \