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

/openjdk9/hotspot/test/compiler/codecache/dtrace/
H A DSegmentedCodeCacheDtraceTest.java297 int matchCount = getMatchCount(allDtraceOutput.toString());
298 Asserts.assertEQ(matchCount, EXPECTED_MATCH_COUNT,
300 + EXPECTED_MATCH_COUNT + " but found " + matchCount);
305 int matchCount = 0;
307 matchCount++;
309 return matchCount;
/openjdk9/jdk/src/jdk.jdi/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) {
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DContextualSubstSubtables.cpp268 le_uint16 matchCount = SWAPW(subRuleTable->glyphCount) - 1; local
270 LEReferenceToArrayOf<TTGlyphID> inputGlyphArray(base, success, subRuleTable->inputGlyphArray, matchCount+2);
272 if (matchGlyphIDs(inputGlyphArray, matchCount, glyphIterator)) {
274 substLookupRecordArray(base, success, (const SubstitutionLookupRecord *) &subRuleTable->inputGlyphArray[matchCount], substCount);
278 return matchCount + 1;
337 le_uint16 matchCount = SWAPW(subClassRuleTable->glyphCount) - 1; local
340 LEReferenceToArrayOf<le_uint16> classArray(base, success, subClassRuleTable->classArray, matchCount+1);
343 if (matchGlyphClasses(classArray, matchCount, glyphIterator, classDefinitionTable, success)) {
345 substLookupRecordArray(base, success, (const SubstitutionLookupRecord *) &subClassRuleTable->classArray[matchCount], substCount);
349 return matchCount
[all...]
/openjdk9/jdk/src/java.desktop/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++;
/openjdk9/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DVirtualMachineImpl.c124 int matchCount = 0; local
158 theClasses[i] = theClasses[matchCount];
159 theClasses[matchCount++] = clazz;
165 * indicies 0 thru matchCount-1 of theClasses.
169 (void)outStream_writeInt(out, matchCount);
170 for (; writtenCount < matchCount; writtenCount++) {

Completed in 69 milliseconds