Searched defs:typeIndex (Results 1 - 25 of 25) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/
H A DDexBackedTypeReference.java41 public final int typeIndex; field in class:DexBackedTypeReference
44 int typeIndex) {
46 this.typeIndex = typeIndex;
50 return dexFile.getType(typeIndex);
43 DexBackedTypeReference(@onnull DexBackedDexFile dexFile, int typeIndex) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedAnnotation.java44 public final int typeIndex; field in class:DexBackedAnnotation
53 this.typeIndex = reader.readSmallUleb128();
58 @Nonnull @Override public String getType() { return dexFile.getType(typeIndex); }
H A DDexBackedDexFile.java171 public int getTypeIdItemOffset(int typeIndex) { argument
172 if (typeIndex < 0 || typeIndex >= typeCount) {
173 throw new InvalidItemIndex(typeIndex, "Type index out of bounds: %d", typeIndex);
175 return typeStartOffset + typeIndex*TypeIdItem.ITEM_SIZE;
228 public String getType(int typeIndex) { argument
229 int typeOffset = getTypeIdItemOffset(typeIndex);
235 public String getOptionalType(int typeIndex) { argument
236 if (typeIndex
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DTypeIdItem.java60 public static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int typeIndex) { argument
62 String typeString = dexFile.getType(typeIndex);
63 return String.format("type_id_item[%d]: %s", typeIndex, typeString);
67 return String.format("type_id_item[%d]", typeIndex);
71 public static String getOptionalReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int typeIndex) { argument
72 if (typeIndex == -1) {
75 return getReferenceAnnotation(dexFile, typeIndex);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/value/
H A DDexBackedTypeEncodedValue.java42 private final int typeIndex; field in class:DexBackedTypeEncodedValue
46 typeIndex = reader.readSizedSmallUint(valueArg + 1);
50 return dexFile.getType(typeIndex);
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotation.java54 int typeIndex; field in class:Annotation
72 typeIndex = type;
238 return Descriptor.toClassName(pool.getUtf8Info(typeIndex));
306 String typeName = pool.getUtf8Info(typeIndex);
H A DEnumMemberValue.java32 int typeIndex, valueIndex; field in class:EnumMemberValue
45 this.typeIndex = type;
55 typeIndex = valueIndex = 0;
82 return Descriptor.toClassName(cp.getUtf8Info(typeIndex));
91 typeIndex = cp.addUtf8Info(Descriptor.of(typename));
116 writer.enumConstValue(cp.getUtf8Info(typeIndex), getValue());
H A DAnnotationsWriter.java129 * @param typeIndex <code>type_index</code> in <code>annotation</code>.
133 public void annotation(int typeIndex, int numMemberValuePairs) argument
136 write16bit(typeIndex);
/external/javassist/src/main/javassist/util/proxy/
H A DFactoryHelper.java64 public static final int typeIndex(Class type) { method in class:FactoryHelper
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoDecoder.java160 public int typeIndex; field in class:DebugInfoDecoder.LocalEntry
166 int typeIndex, int signatureIndex) {
171 this.typeIndex = typeIndex;
178 nameIndex, typeIndex, signatureIndex);
327 prevle.nameIndex, prevle.typeIndex, 0);
352 prevle.nameIndex, prevle.typeIndex,
165 LocalEntry(int address, boolean isStart, int reg, int nameIndex, int typeIndex, int signatureIndex) argument
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DBasicBlock.java56 int typeIndex; field in class:BasicBlock.Catch
59 typeIndex = i;
88 .append(th.typeIndex).append("), ");
/external/chromium_org/third_party/icu/source/common/
H A Dmessagepattern.cpp592 int32_t typeIndex=index=skipWhiteSpace(index+1); local
596 int32_t length=index-typeIndex;
616 if(isChoice(typeIndex)) {
618 } else if(isPlural(typeIndex)) {
620 } else if(isSelect(typeIndex)) {
624 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) {
631 addPart(UMSGPAT_PART_TYPE_ARG_TYPE, typeIndex, length, 0, errorCode);
/external/icu/icu4c/source/common/
H A Dmessagepattern.cpp592 int32_t typeIndex=index=skipWhiteSpace(index+1); local
596 int32_t length=index-typeIndex;
616 if(isChoice(typeIndex)) {
618 } else if(isPlural(typeIndex)) {
620 } else if(isSelect(typeIndex)) {
624 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) {
631 addPart(UMSGPAT_PART_TYPE_ARG_TYPE, typeIndex, length, 0, errorCode);
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/framework/AbstractParser.class AbstractParser. ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.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 ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.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.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 322 milliseconds