Searched refs:QUEUE (Results 1 – 12 of 12) sorted by relevance
/external/glide/library/src/main/java/com/bumptech/glide/util/ |
D | ExceptionCatchingInputStream.java | 18 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/ |
D | of10_pf5240-vv.out | 176 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 …]
|
D | of10_p3295-vv.out | 779 type QUEUE, flags 0x0000
|
/external/blktrace/ |
D | act_mask.c | 20 DECLARE_MASK_MAP(QUEUE),
|
D | README | 56 QUEUE
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | fifo.hpp | 38 struct QUEUE struct
|
D | tilemgr.h | 101 QUEUE<BE_WORK> mFifo;
|
/external/iptables/extensions/ |
D | libxt_NFQUEUE.man | 13 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/ |
D | spirv-types.ll | 36 ; CHECK-SPIRV-DAG: 2 TypeQueue [[QUEUE:[0-9]+]] 114 ; CHECK-SPIRV: 3 FunctionParameter [[QUEUE]] {{[0-9]+}}
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_progs.c | 1739 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/ |
D | btreplay.tex | 71 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/ |
D | RecursiveASTVisitor.h | 311 #define TRAVERSE_STMT_BASE(NAME, CLASS, VAR, QUEUE) \ 320 .Traverse##NAME(static_cast<CLASS *>(VAR), QUEUE) \
|