OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QUEUE_SIZE
(Results
1 - 7
of
7
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_queue.py
9
QUEUE_SIZE
= 5
103
for i in range(
QUEUE_SIZE
-1):
107
last = 2 *
QUEUE_SIZE
108
full = 3 * 2 *
QUEUE_SIZE
125
for i in range(
QUEUE_SIZE
):
192
q = self.type2test(
QUEUE_SIZE
)
233
for i in range(
QUEUE_SIZE
-1):
279
for i in range(
QUEUE_SIZE
):
314
q = FailingQueue(
QUEUE_SIZE
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_queue.py
9
QUEUE_SIZE
= 5
103
for i in range(
QUEUE_SIZE
-1):
107
last = 2 *
QUEUE_SIZE
108
full = 3 * 2 *
QUEUE_SIZE
125
for i in range(
QUEUE_SIZE
):
192
q = self.type2test(
QUEUE_SIZE
)
233
for i in range(
QUEUE_SIZE
-1):
279
for i in range(
QUEUE_SIZE
):
314
q = FailingQueue(
QUEUE_SIZE
)
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_DspCodec.h
51
#define
QUEUE_SIZE
20
272
TArmDspCommunicationStruct* Armoutputstorage[
QUEUE_SIZE
];
273
TArmDspCommunicationStruct* Arminputstorage[
QUEUE_SIZE
];
284
OMX_U32 algcntlmapped[
QUEUE_SIZE
];
285
DMM_BUFFER_OBJ *pAlgcntlDmmBuf[
QUEUE_SIZE
];
286
OMX_U32 strmcntlmapped[
QUEUE_SIZE
];
287
DMM_BUFFER_OBJ *pStrmcntlDmmBuf[
QUEUE_SIZE
];
/packages/apps/Nfc/src/com/android/nfc/echoserver/
EchoServer.java
85
static final int
QUEUE_SIZE
= 2;
115
dataQueue = new LinkedBlockingQueue<byte[]>(
QUEUE_SIZE
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cyclades.h
484
#define
QUEUE_SIZE
(10*MAX_CHAN)
487
unsigned char intr_code[
QUEUE_SIZE
];
488
unsigned long channel[
QUEUE_SIZE
];
489
unsigned long param[
QUEUE_SIZE
];
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cyclades.h
484
#define
QUEUE_SIZE
(10*MAX_CHAN)
487
unsigned char intr_code[
QUEUE_SIZE
];
488
unsigned long channel[
QUEUE_SIZE
];
489
unsigned long param[
QUEUE_SIZE
];
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cyclades.h
484
#define
QUEUE_SIZE
(10*MAX_CHAN)
487
unsigned char intr_code[
QUEUE_SIZE
];
488
unsigned long channel[
QUEUE_SIZE
];
489
unsigned long param[
QUEUE_SIZE
];
Completed in 3732 milliseconds