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

  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
UnshrinkingInputStream.java 33 private static final int MAX_CODE_SIZE = 13;
34 private static final int MAX_TABLE_SIZE = 1 << MAX_CODE_SIZE;
46 initializeTables(MAX_CODE_SIZE);
105 if (getCodeSize() < MAX_CODE_SIZE) {
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/
Const.java 466 public static final int MAX_CODE_SIZE = 65536; //bytes
    [all...]
Constants.java 273 int MAX_CODE_SIZE = 65536; //bytes
    [all...]
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
Pass3aVerifier.java 343 if (code.getCode().length >= Const.MAX_CODE_SIZE) {// length must be LESS than the max
345 "Code array in code attribute '"+code+"' too big: must be smaller than "+Const.MAX_CODE_SIZE+"65536 bytes.");
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 89 milliseconds