/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestDFAConversion.java | 89 int numWarnings = 2; // ambig upon A in testAB_or_AC_k1() local 91 nonDetAlts, ambigInput, danglingAlts, numWarnings); in testAB_or_AC_k1() 147 int numWarnings = 0; in testRecursionOverflowWithPredOk() local 149 nonDetAlts, ambigInput, danglingAlts, numWarnings); in testRecursionOverflowWithPredOk() 176 int numWarnings = 0; in testRecursionOverflowWithPredOk2() local 178 nonDetAlts, ambigInput, danglingAlts, numWarnings); in testRecursionOverflowWithPredOk2() 214 int numWarnings = 0; in testSynPredResolvesRecursion() local 216 nonDetAlts, ambigInput, danglingAlts, numWarnings); in testSynPredResolvesRecursion() 235 int numWarnings = 0; in testSynPredMissingInMiddle() local 237 nonDetAlts, ambigInput, danglingAlts, numWarnings); in testSynPredMissingInMiddle() [all …]
|
D | TestSemanticPredicates.java | 687 int numWarnings = 0; in testPredWithK1() local 690 danglingAlts, numWarnings, false); in testPredWithK1() 710 int numWarnings = 0; in testPredWithArbitraryLookahead() local 713 danglingAlts, numWarnings, false); in testPredWithArbitraryLookahead() 744 int numWarnings = 0; in testUniquePredicateOR() local 747 danglingAlts, numWarnings, false); in testUniquePredicateOR() 782 int numWarnings = 1; in _template() local 785 danglingAlts, numWarnings, false); in _template()
|
/external/deqp/framework/common/ |
D | tcuTestSessionExecutor.hpp | 49 numWarnings = 0; in clear() 57 int numWarnings; //!< Number of QualityWarning / CompatibilityWarning results. member in tcu::TestRunStatus
|
D | tcuApp.cpp | 198 … %d/%d (%.1f%%)\n", result.numWarnings, result.numExecuted, (result.numExecuted > 0 ? (100.0f *… in iterate()
|
D | tcuTestSessionExecutor.cpp | 276 case QP_TEST_RESULT_QUALITY_WARNING: m_status.numWarnings += 1; break; in leaveTestCase() 277 case QP_TEST_RESULT_COMPATIBILITY_WARNING: m_status.numWarnings += 1; break; in leaveTestCase()
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | LitConfig.py | 42 self.numWarnings = 0 123 self.numWarnings += 1
|
D | main.py | 642 if litConfig.numWarnings: 643 print >>sys.stderr, '\n%d warning(s) in tests.' % litConfig.numWarnings
|
/external/llvm/utils/lit/lit/ |
D | LitConfig.py | 48 self.numWarnings = 0 145 self.numWarnings += 1
|
D | main.py | 524 if litConfig.numWarnings: 525 sys.stderr.write('\n%d warning(s) in tests.\n' % litConfig.numWarnings)
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
D | LitConfig.py | 53 self.numWarnings = 0 155 self.numWarnings += 1
|
D | main.py | 635 if litConfig.numWarnings: 636 sys.stderr.write('\n%d warning(s) in tests.\n' % litConfig.numWarnings)
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.h | 25 UInt64 &numWarnings);
|
D | Main.cpp | 1031 UInt64 numWarnings = 0; in Main2() local 1052 numErrors, numWarnings); in Main2() 1055 if (numWarnings > 0) in Main2() 1056 g_StdOut << endl << "Warnings: " << numWarnings << endl; in Main2()
|
D | List.cpp | 1035 UInt64 &numWarnings) in ListArchives() argument 1040 numWarnings = 0; in ListArchives() 1173 numWarnings++; in ListArchives() 1175 numWarnings++; in ListArchives() 1177 numWarnings++; in ListArchives()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Diagnostics.h | 32 int numWarnings() const { return mNumWarnings; } in numWarnings() function
|
/external/deqp/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 777 …result.numExecuted == (result.numPassed + result.numNotSupported + result.numWarnings) && result.i… in deinitSession() 779 ….numExecuted == result.numPassed + result.numFailed + result.numNotSupported + result.numWarnings); in deinitSession()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 2245 int numWarnings = 0; in testCompressedFormatsSupported() local 2265 numWarnings += 1; in testCompressedFormatsSupported() 2285 else if (numWarnings > 0) in testCompressedFormatsSupported()
|