Searched defs:numWarnings (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A DDiagnostics.h32 int numWarnings() const { return mNumWarnings; } function in class:TDiagnostics
/external/deqp/framework/common/
H A DtcuTestSessionExecutor.hpp48 numWarnings = 0;
56 int numWarnings; //!< Number of QualityWarning / CompatibilityWarning results. member in class:tcu::TestRunStatus
/external/lzma/CPP/7zip/UI/Console/
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
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1898 int numWarnings = 0; local
1918 numWarnings += 1;
1938 else if (numWarnings > 0)

Completed in 241 milliseconds