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

/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/Bundles/SFXCon/
H A DSfxCon.cpp429 UInt64 numWarnings = 0; local
442 numErrors, numWarnings);
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1572 int numWarnings = 0; local
1592 numWarnings += 1;
1612 else if (numWarnings > 0)
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp866 UInt64 &numWarnings)
871 numWarnings = 0;
975 numWarnings++;
977 numWarnings++;
979 numWarnings++;
851 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

Completed in 210 milliseconds