Home
last modified time | relevance | path

Searched refs:MAX_TABLE_SIZE (Results 1 – 16 of 16) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DUnshrinkingInputStream.java34 private static final int MAX_TABLE_SIZE = 1 << MAX_CODE_SIZE; field in UnshrinkingInputStream
57 while ((tableSize < MAX_TABLE_SIZE) && isUsed[tableSize]) { in addEntry()
61 final int idx = addEntry(previousCode, character, MAX_TABLE_SIZE); in addEntry()
69 final boolean[] isParent = new boolean[MAX_TABLE_SIZE]; in partialClear()
/external/guava/guava/src/com/google/common/collect/
DHashing.java54 private static int MAX_TABLE_SIZE = Ints.MAX_POWER_OF_TWO; field in Hashing
64 return (tableSize > 0) ? tableSize : MAX_TABLE_SIZE; in closedTableSize()
70 return size > loadFactor * tableSize && tableSize < MAX_TABLE_SIZE; in needsResizing()
DImmutableSet.java230 static final int MAX_TABLE_SIZE = Ints.MAX_POWER_OF_TWO; field in ImmutableSet
237 (int) (MAX_TABLE_SIZE * DESIRED_LOAD_FACTOR);
259 checkArgument(setSize < MAX_TABLE_SIZE, "collection too large"); in chooseTableSize()
260 return MAX_TABLE_SIZE; in chooseTableSize()
/external/python/cpython2/Tools/unicode/
Dgencodec.py32 MAX_TABLE_SIZE = 8192 variable
219 if maxkey > MAX_TABLE_SIZE:
/external/python/cpython3/Tools/unicode/
Dgencodec.py32 MAX_TABLE_SIZE = 8192 variable
221 if maxkey > MAX_TABLE_SIZE:
/external/dagger2/lib/
Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/testng/lib-supplied/
Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...
/external/guice/lib/
Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/cldr/tools/java/libs/
Dguava.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...