/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/ |
H A D | InstructionWithReference.java | 36 private ReferenceType referenceType; field in class:InstructionWithReference 41 this.referenceType = opcode.referenceType; 45 protected InstructionWithReference(Opcode opcode, Item referencedItem, ReferenceType referenceType) { argument 48 this.referenceType = referenceType; 55 this.referenceType = readReferenceType(opcode, buffer, bufferIndex); 65 return referenceType; 73 return opcode.referenceType; 77 switch (referenceType) { [all...] |
H A D | Opcode.java | 467 public final ReferenceType referenceType; field in class:Opcode 472 Opcode(short opcodeValue, String opcodeName, ReferenceType referenceType, Format format) { argument 473 this(opcodeValue, opcodeName, referenceType, format, 0); 476 Opcode(short opcodeValue, String opcodeName, ReferenceType referenceType, Format format, int flags) { argument 477 this(opcodeValue, opcodeName, referenceType, format, flags, (short)-1); 480 Opcode(short opcodeValue, String opcodeName, ReferenceType referenceType, Format format, int flags, short jumboOpcodeValue) { argument 483 this.referenceType = referenceType;
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/ |
H A D | InstructionWithJumboReference.java | 46 protected InstructionWithJumboReference(Opcode opcode, Item referencedItem, ReferenceType referenceType) { argument 47 super(opcode, referencedItem, referenceType);
|
H A D | Instruction20bc.java | 69 short referenceType = (short)(val >> 6); 70 return ReferenceType.fromValidationErrorReferenceType(referenceType);
|
H A D | Instruction22c.java | 69 opcode.referenceType.name(), opcode.getJumboOpcode().name)); 71 throw new RuntimeException(String.format("%s index is too large.", opcode.referenceType.name()));
|
H A D | Instruction21c.java | 78 opcode.referenceType.name(), opcode.getJumboOpcode().name)); 80 throw new RuntimeException(String.format("%s index is too large", opcode.referenceType.name()));
|
H A D | Instruction35c.java | 100 opcode.referenceType.name(), opcode.getJumboOpcode().name)); 102 throw new RuntimeException(String.format("%s index is too large.", opcode.referenceType.name()));
|
H A D | Instruction3rc.java | 86 opcode.referenceType.name(), opcode.getJumboOpcode().name)); 88 throw new RuntimeException(String.format("%s index is too large.", opcode.referenceType.name()));
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/ |
H A D | SegmentIndexBox.java | 176 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/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTest.cpp | 1374 varDecl(hasType(qualType(referenceType()))))); 1379 varDecl(hasType(qualType(hasCanonicalType(referenceType())))))); 3660 hasType(referenceType())))); 3674 hasType(referenceType())))); 3684 hasType(referenceType())))); 3698 hasType(referenceType())))); 3712 hasType(referenceType())))); 3714 hasType(referenceType())))); 3716 hasType(referenceType())))); 3722 hasType(referenceType())))); [all...] |
/external/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 360 REGISTER_MATCHER(referenceType);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
H A D | jdi.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | jdimodel.jar | META-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 D | org.eclipse.equinox.registry_3.5.0.v20100503.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.equinox.common_3.6.0.v20100503.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 1963 /// \c varDecl(hasType(qualType(referenceType()))))) will not match the 1965 /// varDecl(hasType(qualType(hasCanonicalType(referenceType())))))) does. 3184 /// \c referenceType() matches the types of \c b, \c c, \c d, \c e, and \c f. 3185 AST_TYPE_MATCHER(ReferenceType, referenceType);
|