Home
last modified time | relevance | path

Searched refs:numWarnings (Results 1 – 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestDFAConversion.java86 int numWarnings = 2; // ambig upon A in testAB_or_AC_k1() local
88 nonDetAlts, ambigInput, danglingAlts, numWarnings); in testAB_or_AC_k1()
144 int numWarnings = 0; in testRecursionOverflowWithPredOk() local
146 nonDetAlts, ambigInput, danglingAlts, numWarnings); in testRecursionOverflowWithPredOk()
173 int numWarnings = 0; in testRecursionOverflowWithPredOk2() local
175 nonDetAlts, ambigInput, danglingAlts, numWarnings); in testRecursionOverflowWithPredOk2()
211 int numWarnings = 0; in testSynPredResolvesRecursion() local
213 nonDetAlts, ambigInput, danglingAlts, numWarnings); in testSynPredResolvesRecursion()
232 int numWarnings = 0; in testSynPredMissingInMiddle() local
234 nonDetAlts, ambigInput, danglingAlts, numWarnings); in testSynPredMissingInMiddle()
[all …]
DTestSemanticPredicates.java684 int numWarnings = 0; in testPredWithK1() local
687 danglingAlts, numWarnings, false); in testPredWithK1()
707 int numWarnings = 0; in testPredWithArbitraryLookahead() local
710 danglingAlts, numWarnings, false); in testPredWithArbitraryLookahead()
741 int numWarnings = 0; in testUniquePredicateOR() local
744 danglingAlts, numWarnings, false); in testUniquePredicateOR()
779 int numWarnings = 1; in _template() local
782 danglingAlts, numWarnings, false); in _template()
/external/deqp/framework/common/
DtcuTestExecutor.hpp51 numWarnings = 0; in clear()
59 int numWarnings; //!< Number of QualityWarning / CompatibilityWarning results. member in tcu::TestRunResult
DtcuApp.cpp151 … %d/%d (%.1f%%)\n", result.numWarnings, result.numExecuted, (result.numExecuted > 0 ? (100.0… in iterate()
DtcuTestExecutor.cpp208 case QP_TEST_RESULT_QUALITY_WARNING: m_result.numWarnings += 1; break; in leaveTestCase()
209 case QP_TEST_RESULT_COMPATIBILITY_WARNING: m_result.numWarnings += 1; break; in leaveTestCase()
/external/llvm/utils/lit/lit/
DLitConfig.py46 self.numWarnings = 0
115 self.numWarnings += 1
Dmain.py419 if litConfig.numWarnings:
420 sys.stderr.write('\n%d warning(s) in tests.\n' % litConfig.numWarnings)
/external/chromium_org/third_party/angle/src/compiler/translator/
DDiagnostics.h23 int numWarnings() const { return mNumWarnings; } in numWarnings() function
/external/chromium_org/third_party/accessibility-audit/
Daxs_testing.js1449 goog.exportProperty(axs.AuditResults.prototype, "numWarnings", axs.AuditResults.prototype.numWarnin…