Searched refs:typeIndex (Results 1 - 14 of 14) sorted by relevance

/external/javassist/src/main/javassist/bytecode/annotation/
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);
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);
/external/junit/src/junit/swingui/
H A DTestSelector.java77 int typeIndex= className.lastIndexOf('.');
78 if (typeIndex < 0)
80 return className.substring(typeIndex+1) + " - " + className.substring(0, typeIndex);
84 return ch == Character.toUpperCase(s.charAt(typeIndex(s)));
87 private static int typeIndex(String s) { method in class:TestSelector.TestCellRenderer
88 int typeIndex= s.lastIndexOf('.');
90 if (typeIndex > 0)
91 i= typeIndex+1;
/external/proguard/src/proguard/optimize/
H A DDuplicateInitializerFixer.java98 for (int typeIndex = 0; typeIndex < TYPES.length; typeIndex++)
102 TYPES[typeIndex] +
/external/skia/src/animator/
H A DSkBuildCondensedInfo.cpp139 int typeIndex = 0;
140 for (; typeIndex < kNumberOfTypes; typeIndex++) {
142 maker, (SkDisplayTypes) typeIndex, NULL);
146 SkASSERT(typeIndex < kNumberOfTypes);
147 AddInfo((SkDisplayTypes) typeIndex, info, oldRefCounts[index]);
/external/proguard/src/proguard/preverify/
H A DCodePreverifier.java256 int typeIndex = 0;
264 typeIndex++;
271 typeCount = typeIndex;
284 typeIndex = 0;
288 for (int index = 0; typeIndex < typeCount; index++)
319 types[typeIndex++] = type;
358 int typeIndex = typeCount;
367 types[--typeIndex] =
/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("), ");
H A DMapMaker.java205 recordStackMap(tb, handler.typeIndex);
/external/javassist/src/main/javassist/util/proxy/
H A DFactoryHelper.java64 public static final int typeIndex(Class type) { method in class:FactoryHelper
H A DProxyFactory.java1269 int index = FactoryHelper.typeIndex(type);
1306 int index = FactoryHelper.typeIndex(type);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DVertexDataManager.h150 FormatConverter mAttributeTypes[NUM_GL_VERTEX_ATTRIB_TYPES][2][4]; // [GL types as enumerated by typeIndex()][normalized][size - 1]
160 static const TranslationDescription mPossibleTranslations[NUM_GL_VERTEX_ATTRIB_TYPES][2][4]; // [GL types as enumerated by typeIndex()][normalized][size - 1]
164 unsigned int typeIndex(GLenum type) const;
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/clang/lib/CodeGen/
H A DCGException.cpp1161 llvm::CallInst *typeIndex =
1163 typeIndex->setDoesNotThrow();
1166 CGF.Builder.CreateICmpEQ(selector, typeIndex, "matches");

Completed in 452 milliseconds