HomeSort by relevance Sort by last modified time
    Searched defs:MAX_TABLE_SIZE (Results 1 - 5 of 5) sorted by null

  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ComponentRegistry.h 36 #define MAX_TABLE_SIZE 50
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ComponentRegistry.h 5 #define MAX_TABLE_SIZE 30
  /external/guava/guava/src/com/google/common/collect/
ImmutableSet.java 211 static final int MAX_TABLE_SIZE = Ints.MAX_POWER_OF_TWO;
228 checkArgument(setSize < MAX_TABLE_SIZE, "collection too large");
229 return MAX_TABLE_SIZE;
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 103 milliseconds