Searched refs:referenceType (Results 1 - 18 of 18) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DInstructionWithReference.java36 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 DOpcode.java467 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 DInstructionWithJumboReference.java46 protected InstructionWithJumboReference(Opcode opcode, Item referencedItem, ReferenceType referenceType) { argument
47 super(opcode, referencedItem, referenceType);
H A DInstruction20bc.java69 short referenceType = (short)(val >> 6);
70 return ReferenceType.fromValidationErrorReferenceType(referenceType);
H A DInstruction22c.java69 opcode.referenceType.name(), opcode.getJumboOpcode().name));
71 throw new RuntimeException(String.format("%s index is too large.", opcode.referenceType.name()));
H A DInstruction21c.java78 opcode.referenceType.name(), opcode.getJumboOpcode().name));
80 throw new RuntimeException(String.format("%s index is too large", opcode.referenceType.name()));
H A DInstruction35c.java100 opcode.referenceType.name(), opcode.getJumboOpcode().name));
102 throw new RuntimeException(String.format("%s index is too large.", opcode.referenceType.name()));
H A DInstruction3rc.java86 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 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/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1374 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 DRegistry.cpp360 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 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.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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.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/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1963 /// \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);

Completed in 681 milliseconds