Home
last modified time | relevance | path

Searched refs:QUEUE_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_queue.py9 QUEUE_SIZE = 5 variable
108 for i in range(QUEUE_SIZE-1):
112 last = 2 * QUEUE_SIZE
113 full = 3 * 2 * QUEUE_SIZE
132 for i in range(QUEUE_SIZE):
199 q = self.type2test(QUEUE_SIZE)
204 q = self.type2test(QUEUE_SIZE)
211 q = self.type2test(QUEUE_SIZE)
212 for i in range(QUEUE_SIZE):
217 for i in range(QUEUE_SIZE):
[all …]
/external/python/cpython2/Lib/test/
Dtest_queue.py9 QUEUE_SIZE = 5 variable
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)
/external/kernel-headers/original/uapi/linux/
Dcyclades.h470 #define QUEUE_SIZE (10*MAX_CHAN) macro
473 unsigned char intr_code[QUEUE_SIZE];
474 unsigned long channel[QUEUE_SIZE];
475 unsigned long param[QUEUE_SIZE];