Searched defs:MAX_SHORT (Results 1 - 9 of 9) sorted by last modified time

/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatin.java117 static final int MAX_SHORT = SHORT_PRIMARY_MASK; field in class:CollationFastLatin
675 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER;
/external/icu/icu4c/source/i18n/
H A Dcollationfastlatin.h125 static const uint32_t MAX_SHORT = SHORT_PRIMARY_MASK; member in class:CollationFastLatin
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationFastLatin.java121 static final int MAX_SHORT = SHORT_PRIMARY_MASK; field in class:CollationFastLatin
679 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER;
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/annotation-tools/asmx/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/annotation-tools/asmx/src/org/objectweb/asm/attrs/
H A DStackMapTableAttribute.java405 private static final int MAX_SHORT = 65535; field in class:StackMapTableAttribute
455 boolean isExtCodeSize = cr.readInt(codeOff + 4) > MAX_SHORT;
456 boolean isExtLocals = cr.readUnsignedShort(codeOff + 2) > MAX_SHORT;
457 boolean isExtStack = cr.readUnsignedShort(codeOff) > MAX_SHORT;
596 // TODO verify this value (MAX_SHORT)
597 boolean isExtCodeSize = code != null && code.length > MAX_SHORT;
604 boolean isExtLocals = maxLocals > MAX_SHORT;
605 boolean isExtStack = maxStack > MAX_SHORT;
/external/annotation-tools/asmx/test/lib/
H A Dbcel-5.1.jarMETA-INF/ org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ org/apache/bcel/util/ org/apache/ ...
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 335 milliseconds