Searched defs:referenceType (Results 1 - 15 of 15) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/
H A DDexBackedReference.java42 public static Reference makeReference(@Nonnull DexBackedDexFile dexFile, int referenceType, int referenceIndex) { argument
43 switch (referenceType) {
53 throw new ExceptionWithContext("Invalid reference type: %d", referenceType);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
H A DImmutableReferenceFactory.java59 public static ImmutableReference of(int referenceType, Reference reference) { argument
60 switch (referenceType) {
70 throw new ExceptionWithContext("Invalid reference type: %d", referenceType);
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DReferenceFormatter.java46 public static void writeReference(IndentingWriter writer, int referenceType, argument
48 switch (referenceType) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DReferenceType.java44 public static String toString(int referenceType) { argument
45 switch (referenceType) {
55 throw new InvalidReferenceTypeException(referenceType);
78 public static void validateReferenceType(int referenceType) { argument
79 if (referenceType < 0 || referenceType > 3) {
80 throw new InvalidReferenceTypeException(referenceType);
85 private final int referenceType; field in class:ReferenceType.InvalidReferenceTypeException
87 public InvalidReferenceTypeException(int referenceType) { argument
88 super("Invalid reference type: %d", referenceType);
92 InvalidReferenceTypeException(int referenceType, String message, Object... formatArgs) argument
[all...]
H A DOpcode.java327 public final int referenceType; field in class:Opcode
331 Opcode(short opcodeValue, String opcodeName, int referenceType, Format format) { argument
332 this(opcodeValue, opcodeName, ALL_APIS, referenceType, format, 0, (short)-1);
335 Opcode(short opcodeValue, String opcodeName, int referenceType, Format format, int flags) { argument
336 this(opcodeValue, opcodeName, ALL_APIS, referenceType, format, flags, (short)-1);
339 Opcode(short opcodeValue, String opcodeName, int referenceType, Format format, int flags, short jumboOpcodeValue) { argument
340 this(opcodeValue, opcodeName, ALL_APIS, referenceType, format, flags, jumboOpcodeValue);
343 Opcode(short opcodeValue, String opcodeName, int apiConstraints, int referenceType, Format format) { argument
344 this(opcodeValue, opcodeName, apiConstraints, referenceType, format, 0, (short)-1);
347 Opcode(short opcodeValue, String opcodeName, int apiConstraints, int referenceType, Forma argument
351 Opcode(short opcodeValue, String opcodeName, int apiConstraints, int referenceType, Format format, int flags, short jumboOpcodeValue) argument
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DResourceReferenceResolver.java11 private String referenceType; field in class:ResourceReferenceResolver
14 ResourceReferenceResolver(String referenceType) { argument
15 this(referenceType, new String[] { referenceType });
18 ResourceReferenceResolver(String referenceType, String[] allowedReferenceTypesForRawValues) { argument
19 this.referenceType = referenceType;
28 String valuePointer = referenceType + "/" + name;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DPreconditions.java191 public static <T extends Reference> T checkReference(int referenceType, T reference) { argument
192 switch (referenceType) {
214 throw new IllegalArgumentException(String.format("Not a valid reference type: %d", referenceType));
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
H A DSegmentIndexBox.java176 byte referenceType; field in class:SegmentIndexBox.Entry
186 public Entry(byte referenceType, int referencedSize, long subsegmentDuration, byte startsWithSap, byte sapType, int sapDeltaTime) { argument
187 this.referenceType = referenceType;
196 return referenceType;
199 public void setReferenceType(byte referenceType) { argument
200 this.referenceType = referenceType;
246 "referenceType=" + referenceType
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/ ...

Completed in 272 milliseconds