OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUEUE
(Results
1 - 8
of
8
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/util/
ExceptionCatchingInputStream.java
7
import java.util.
Queue
;
18
private static final
Queue
<ExceptionCatchingInputStream>
QUEUE
= Util.createQueue(0);
25
synchronized (
QUEUE
) {
26
result =
QUEUE
.poll();
37
while (!
QUEUE
.isEmpty()) {
38
QUEUE
.remove();
134
synchronized (
QUEUE
) {
135
QUEUE
.offer(this);
/external/blktrace/
act_mask.c
20
DECLARE_MASK_MAP(
QUEUE
),
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
fifo.hpp
38
struct
QUEUE
tilemgr.h
39
/// MacroTile - work
queue
for a tile.
101
QUEUE
<BE_WORK> mFifo;
157
/// DispatchQueue - work
queue
for dispatch
/external/linux-kselftest/tools/testing/selftests/bpf/
test_progs.c
[
all
...]
/external/blktrace/btreplay/doc/
btreplay.tex
71
the only traces you are interested in are \emph{
QUEUE
} requests --
73
specify the \texttt{-a
queue
} command line option to \texttt{blktrace}.
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/
RecursiveASTVisitor.h
142
/// A
queue
used for performing data recursion over statements.
173
bool TraverseStmt(Stmt *S, DataRecursionQueue *
Queue
= nullptr);
278
bool TraverseLambdaBody(LambdaExpr *LE, DataRecursionQueue *
Queue
= nullptr);
285
DataRecursionQueue *
Queue
= nullptr);
307
// data recursion
queue
, pass it on; otherwise, discard it. Note that the
309
// class can take a
queue
, so if we're taking the second arm, make the first
311
#define TRAVERSE_STMT_BASE(NAME, CLASS, VAR,
QUEUE
) \
320
.Traverse##NAME(static_cast<CLASS *>(VAR),
QUEUE
) \
328
if (!TRAVERSE_STMT_BASE(Stmt, Stmt, S,
Queue
)) \
336
bool Traverse##CLASS(CLASS *S, DataRecursionQueue *
Queue
= nullptr)
[
all
...]
/external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar
Completed in 561 milliseconds