OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_QUEUE_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
EventFacade.java
69
private static final int
MAX_QUEUE_SIZE
= 1024;
294
while (mEventQueue.size() >=
MAX_QUEUE_SIZE
) {
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
SimpleNetwork.c
[
all
...]
Ax88772.h
38
#define
MAX_QUEUE_SIZE
50
[
all
...]
DriverBinding.c
495
for ( i = 0 ; i <
MAX_QUEUE_SIZE
; i++) {
Completed in 604 milliseconds