OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIORITIES
(Results
1 - 4
of
4
) sorted by null
/external/proguard/src/proguard/classfile/editor/
ComparableConstant.java
42
private static final int[]
PRIORITIES
= new int[13];
45
PRIORITIES
[ClassConstants.CONSTANT_Integer] = 0; // Possibly byte index (ldc).
46
PRIORITIES
[ClassConstants.CONSTANT_Float] = 1;
47
PRIORITIES
[ClassConstants.CONSTANT_String] = 2;
48
PRIORITIES
[ClassConstants.CONSTANT_Class] = 3;
49
PRIORITIES
[ClassConstants.CONSTANT_Long] = 4; // Always wide index (ldc2_w).
50
PRIORITIES
[ClassConstants.CONSTANT_Double] = 5;
51
PRIORITIES
[ClassConstants.CONSTANT_Fieldref] = 6; // Always wide index.
52
PRIORITIES
[ClassConstants.CONSTANT_Methodref] = 7;
53
PRIORITIES
[ClassConstants.CONSTANT_InterfaceMethodref] = 8
[
all
...]
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
Completed in 35 milliseconds