Searched refs:numWarnings (Results 1 - 15 of 15) sorted by relevance

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestDFAConversion.java86 int numWarnings = 2; // ambig upon A
88 nonDetAlts, ambigInput, danglingAlts, numWarnings);
144 int numWarnings = 0;
146 nonDetAlts, ambigInput, danglingAlts, numWarnings);
173 int numWarnings = 0;
175 nonDetAlts, ambigInput, danglingAlts, numWarnings);
211 int numWarnings = 0;
213 nonDetAlts, ambigInput, danglingAlts, numWarnings);
232 int numWarnings = 0;
234 nonDetAlts, ambigInput, danglingAlts, numWarnings);
[all...]
H A DTestSemanticPredicates.java684 int numWarnings = 0;
687 danglingAlts, numWarnings, false);
707 int numWarnings = 0;
710 danglingAlts, numWarnings, false);
741 int numWarnings = 0;
744 danglingAlts, numWarnings, false);
779 int numWarnings = 1;
782 danglingAlts, numWarnings, false);
/external/deqp/framework/common/
H A DtcuTestSessionExecutor.hpp48 numWarnings = 0;
56 int numWarnings; //!< Number of QualityWarning / CompatibilityWarning results. member in class:tcu::TestRunStatus
H A DtcuApp.cpp198 print(" Warnings: %d/%d (%.1f%%)\n", result.numWarnings, result.numExecuted, (result.numExecuted > 0 ? (100.0f * (float)result.numWarnings / (float)result.numExecuted) : 0.0f));
H A DtcuTestSessionExecutor.cpp249 case QP_TEST_RESULT_QUALITY_WARNING: m_status.numWarnings += 1; break;
250 case QP_TEST_RESULT_COMPATIBILITY_WARNING: m_status.numWarnings += 1; break;
/external/lzma/CPP/7zip/UI/Console/
H A DList.h25 UInt64 &numWarnings);
H A DList.cpp981 UInt64 &numWarnings)
986 numWarnings = 0;
1102 numWarnings++;
1104 numWarnings++;
1106 numWarnings++;
966 ListArchives(CCodecs *codecs, const CObjectVector<COpenType> &types, const CIntVector &excludedFormats, bool stdInMode, UStringVector &arcPaths, UStringVector &arcPathsFull, bool processAltStreams, bool showAltStreams, const NWildcard::CCensorNode &wildcardCensor, bool enableHeaders, bool techMode, bool &passwordEnabled, UString &password, const CObjectVector<CProperty> *props, UInt64 &numErrors, UInt64 &numWarnings) argument
H A DMain.cpp1022 UInt64 numWarnings = 0;
1043 numErrors, numWarnings);
1046 if (numWarnings > 0)
1047 g_StdOut << endl << "Warnings: " << numWarnings << endl;
/external/swiftshader/src/OpenGL/compiler/
H A DDiagnostics.h32 int numWarnings() const { return mNumWarnings; } function in class:TDiagnostics
/external/llvm/utils/lit/lit/
H A DLitConfig.py48 self.numWarnings = 0
145 self.numWarnings += 1
H A Dmain.py524 if litConfig.numWarnings:
525 sys.stderr.write('\n%d warning(s) in tests.\n' % litConfig.numWarnings)
/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DLitConfig.py42 self.numWarnings = 0
123 self.numWarnings += 1
H A Dmain.py642 if litConfig.numWarnings:
643 print >>sys.stderr, '\n%d warning(s) in tests.' % litConfig.numWarnings
/external/deqp/external/openglcts/modules/runner/
H A DglcTestRunner.cpp777 result.numExecuted == (result.numPassed + result.numNotSupported + result.numWarnings) && result.isComplete;
779 DE_ASSERT(result.numExecuted == result.numPassed + result.numFailed + result.numNotSupported + result.numWarnings);
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2069 int numWarnings = 0; local
2089 numWarnings += 1;
2109 else if (numWarnings > 0)

Completed in 3051 milliseconds