Searched refs:matchCount (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DMethodBreakpointSpec.java310 int matchCount = 0; // > 1 implies overload
313 matchCount++;
316 if (matchCount == 1) {
334 } else if ((argTypeNames == null) && (matchCount > 0)) {
336 if (matchCount == 1) {
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DBreakpointSpec.java355 int matchCount = 0; // > 1 implies overload
358 matchCount++;
361 if (matchCount == 1) {
379 } else if ((argTypeNames == null) && (matchCount > 0)) {
381 if (matchCount == 1) {
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DContextualSubstSubtables.cpp240 le_uint16 matchCount = SWAPW(subRuleTable->glyphCount) - 1; local
243 if (matchGlyphIDs(subRuleTable->inputGlyphArray, matchCount, glyphIterator)) {
245 (const SubstitutionLookupRecord *) &subRuleTable->inputGlyphArray[matchCount];
249 return matchCount + 1;
295 le_uint16 matchCount = SWAPW(subClassRuleTable->glyphCount) - 1; local
298 if (matchGlyphClasses(subClassRuleTable->classArray, matchCount, glyphIterator, classDefinitionTable)) {
300 (const SubstitutionLookupRecord *) &subClassRuleTable->classArray[matchCount];
304 return matchCount + 1;
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DDefaultSynthStyle.java512 int matchCount = 0;
519 for (int oCounter = maxOStyles - 1 - matchCount;
527 matchCount];
528 style.states[maxOStyles - 1 - matchCount] =
531 matchCount++;
/openjdk7/jdk/src/share/back/
H A DVirtualMachineImpl.c124 int matchCount = 0; local
152 theClasses[i] = theClasses[matchCount];
153 theClasses[matchCount++] = clazz;
159 * indicies 0 thru matchCount-1 of theClasses.
163 (void)outStream_writeInt(out, matchCount);
164 for (; writtenCount < matchCount; writtenCount++) {

Completed in 52 milliseconds