HomeSort by relevance Sort by last modified time
    Searched refs:classCount (Results 1 - 17 of 17) sorted by null

  /external/icu4c/layout/
AttachmentPosnSubtables.h 26 le_uint16 classCount;
ThaiShaping.h 47 classCount = 19,
78 static const StateTransition thaiStateTable[][classCount];
MarkToMarkPosnSubtables.cpp 42 le_uint16 mcCount = SWAPW(classCount);
MarkToBasePosnSubtables.cpp 42 le_uint16 mcCount = SWAPW(classCount);
MarkToLigaturePosnSubtables.cpp 41 le_uint16 mcCount = SWAPW(classCount);
ThaiStateTables.cpp 27 const ThaiShaping::StateTransition ThaiShaping::thaiStateTable[][ThaiShaping::classCount] = {
  /external/webkit/Source/WebKit/win/
WebKitStatistics.h 64 /* [retval][out] */ int *classCount);
WebKitStatistics.cpp 134 /* [retval][out] */ int *classCount)
136 *classCount = gClassCount;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebKitStatistics.idl 45 HRESULT comClassCount([out, retval] int* classCount);
  /dalvik/vm/
DvmDex.cpp 44 u4 stringCount, classCount, methodCount, fieldCount;
56 classCount = pHeader->typeIdsSize;
64 calloc(classCount, sizeof(struct ClassObject*));
73 pDvmDex, stringCount, classCount, methodCount, fieldCount,
74 (stringCount + classCount + methodCount + fieldCount) * 4);
AllocTracker.cpp 327 int classCount, methodCount, fileCount; /* debug stats */
329 classCount = methodCount = fileCount = 0;
335 classCount++;
344 classCount++;
355 dvmPointerSetGetCount(classNames), classCount,
  /external/proguard/src/proguard/shrink/
ClassShrinker.java 252 int classCount = new DescriptorClassEnumeration(type).classCount();
262 for (int counter = 0; counter < classCount; counter++)
271 referencedClassIndex += classCount;
  /external/proguard/src/proguard/optimize/
MethodDescriptorShrinker.java 270 int count = new DescriptorClassEnumeration(type).classCount();
281 count = new DescriptorClassEnumeration(type).classCount();
303 count = new DescriptorClassEnumeration(type).classCount();
  /external/proguard/src/proguard/classfile/util/
ClassReferenceInitializer.java 467 int classCount = enumeration.classCount();
468 if (classCount > 0)
470 Clazz[] referencedClasses = new Clazz[classCount];
474 for (int index = 0; index < classCount; index++)
DescriptorClassEnumeration.java 57 public int classCount()
  /external/proguard/lib/
proguard.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 1092 milliseconds