Home
last modified time | relevance | path

Searched refs:typeIndex (Results 1 – 6 of 6) sorted by relevance

/external/junit/src/junit/swingui/
DTestSelector.java77 int typeIndex= className.lastIndexOf('.'); in displayString() local
78 if (typeIndex < 0) in displayString()
80 return className.substring(typeIndex+1) + " - " + className.substring(0, typeIndex); in displayString()
84 return ch == Character.toUpperCase(s.charAt(typeIndex(s))); in matchesKey()
87 private static int typeIndex(String s) { in typeIndex() method in TestSelector.TestCellRenderer
88 int typeIndex= s.lastIndexOf('.'); in typeIndex() local
90 if (typeIndex > 0) in typeIndex()
91 i= typeIndex+1; in typeIndex()
/external/proguard/src/proguard/preverify/
DCodePreverifier.java256 int typeIndex = 0; in correspondingVerificationTypes() local
264 typeIndex++; in correspondingVerificationTypes()
271 typeCount = typeIndex; in correspondingVerificationTypes()
284 typeIndex = 0; in correspondingVerificationTypes()
288 for (int index = 0; typeIndex < typeCount; index++) in correspondingVerificationTypes()
319 types[typeIndex++] = type; in correspondingVerificationTypes()
358 int typeIndex = typeCount; in correspondingVerificationTypes() local
367 types[--typeIndex] = in correspondingVerificationTypes()
/external/proguard/src/proguard/optimize/
DDuplicateInitializerFixer.java98 for (int typeIndex = 0; typeIndex < TYPES.length; typeIndex++) in visitProgramMethod()
102 TYPES[typeIndex] + in visitProgramMethod()
/external/skia/src/animator/
DSkBuildCondensedInfo.cpp139 int typeIndex = 0; in BuildCondensedInfo() local
140 for (; typeIndex < kNumberOfTypes; typeIndex++) { in BuildCondensedInfo()
142 maker, (SkDisplayTypes) typeIndex, NULL); in BuildCondensedInfo()
146 SkASSERT(typeIndex < kNumberOfTypes); in BuildCondensedInfo()
147 AddInfo((SkDisplayTypes) typeIndex, info, oldRefCounts[index]); in BuildCondensedInfo()
/external/webkit/WebCore/bindings/v8/
DNPV8Object.cpp118 v8::Local<v8::Value> typeIndex = object->GetInternalField(WebCore::v8DOMWrapperTypeIndex); in npCreateV8ScriptObject() local
119 if (typeIndex->IsNumber() && typeIndex->Uint32Value() == V8ClassIndex::NPOBJECT) { in npCreateV8ScriptObject()
/external/webkit/WebCore/platform/graphics/win/
DQTMovieWin.cpp1004 for (int typeIndex = 1; typeIndex <= typeCount; typeIndex++) { in initializeSupportedTypes() local
1005 … QTAtom mimeTag = QTFindChildByIndex(mimeList, 0, kMimeInfoMimeTypeTag, typeIndex, 0); in initializeSupportedTypes()