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

  /external/guava/src/com/google/common/collect/
Hashing.java 43 private static final int MAX_TABLE_SIZE = 1 << 30;
55 checkArgument(setSize < MAX_TABLE_SIZE, "collection too large");
56 return MAX_TABLE_SIZE;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ComponentRegistry.h 5 #define MAX_TABLE_SIZE 30
  /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/src/
OMX_Core.c 49 ComponentTable componentTable[MAX_TABLE_SIZE];
208 for (refIndex=0; refIndex < MAX_TABLE_SIZE; refIndex++) {
363 for (refIndex=0; refIndex < MAX_TABLE_SIZE; refIndex++) {
734 if (numFiles <= MAX_TABLE_SIZE){
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 77 ComponentTable componentTable[MAX_TABLE_SIZE];
730 compName = (OMX_STRING *) malloc(MAX_TABLE_SIZE * sizeof(OMX_STRING));
731 sRoleArray = (OMX_STRING**) malloc(MAX_TABLE_SIZE * sizeof(OMX_STRING));
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 329 milliseconds