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

/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/smali/dexlib/src/main/java/org/jf/dexlib/Debug/
H A DDebugInstructionIterator.java83 int typeIndex = in.readUnsignedLeb128() - 1;
85 registerNum, nameIndex, typeIndex, isSignedRegister);
97 int typeIndex = in.readUnsignedLeb128() - 1;
100 in.getCursor() - startDebugOffset, registerNum, nameIndex, typeIndex, signatureIndex,
285 public void ProcessStartLocal(int startDebugOffset, int length, int registerNum, int nameIndex, int typeIndex, argument
290 int typeIndex,int signatureIndex, boolean registerIsSigned) {
289 ProcessStartLocalExtended(int startDebugOffset, int length, int registerNum, int nameIndex, int typeIndex,int signatureIndex, boolean registerIsSigned) argument
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DVertexDataManager.cpp463 const VertexDataManager::TranslationDescription VertexDataManager::mPossibleTranslations[NUM_GL_VERTEX_ATTRIB_TYPES][2][4] = // [GL types as enumerated by typeIndex()][normalized][size-1]
495 unsigned int VertexDataManager::typeIndex(GLenum type) const function in class:gl::VertexDataManager
767 return mAttributeTypes[typeIndex(attribute.mType)][attribute.mNormalized][attribute.mSize - 1];
/external/icu4c/common/
H A Dmessagepattern.cpp584 int32_t typeIndex=index=skipWhiteSpace(index+1); local
588 int32_t length=index-typeIndex;
608 if(isChoice(typeIndex)) {
610 } else if(isPlural(typeIndex)) {
612 } else if(isSelect(typeIndex)) {
619 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/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 502 milliseconds