Searched refs:numErrors (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/compiler/timing/
H A DRestrictVertexShaderTiming.h25 int numErrors() { return mNumErrors; } function in class:RestrictVertexShaderTiming
H A DRestrictFragmentShaderTiming.h21 int numErrors() const { return mNumErrors; } function in class:RestrictFragmentShaderTiming
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdapi.c17 int numErrors =0; local
77 numErrors++;
80 if(numErrors >0 ){
81 log_data_err("Errors uchar_getScriptCode() : %i \n",numErrors);
138 numErrors=0;
141 numErrors++;
143 if(numErrors > 0){
144 if(numErrors >0 ){
145 log_err("Errors uchar_getScriptAbbr() : %i \n",numErrors);
173 numErrors
[all...]
/external/icu4c/test/cintltst/
H A Dcucdapi.c17 int numErrors =0; local
77 numErrors++;
80 if(numErrors >0 ){
81 log_data_err("Errors uchar_getScriptCode() : %i \n",numErrors);
138 numErrors=0;
141 numErrors++;
143 if(numErrors > 0){
144 if(numErrors >0 ){
145 log_err("Errors uchar_getScriptAbbr() : %i \n",numErrors);
173 numErrors
[all...]
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp466 UInt64 numErrors = 0; local
480 numErrors);
481 if (numErrors > 0)
483 g_StdOut << endl << "Errors: " << numErrors; local
530 int numErrors = callback.CantFindFiles.Size(); local
531 for (int i = 0; i < numErrors; i++)
537 stdStream << "WARNING: Cannot find " << numErrors << " file"; local
538 if (numErrors > 1)
571 int numErrors = callback.FailedFiles.Size(); local
572 if (numErrors
587 stdStream << "WARNING: Cannot open " << numErrors << " file"; local
[all...]
H A DList.cpp424 UInt64 &numErrors)
426 numErrors = 0;
444 numErrors++;
482 numErrors++;
416 ListArchives(CCodecs *codecs, const CIntVector &formatIndices, bool stdInMode, UStringVector &arcPaths, UStringVector &arcPathsFull, const NWildcard::CCensorNode &wildcardCensor, bool enableHeaders, bool techMode, bool &passwordEnabled, UString &password, UInt64 &numErrors) argument
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DDiagnostics.h22 int numErrors() const { return mNumErrors; } function in class:TDiagnostics
H A DValidateLimitations.h26 int numErrors() const { return mNumErrors; } function in class:ValidateLimitations
H A DCompiler.cpp296 return validate.numErrors() == 0;
351 return restrictor.numErrors() == 0;
358 return restrictor.numErrors() == 0;
H A DParseHelper.h64 int numErrors() const { return diagnostics.numErrors(); } function in struct:TParseContext
H A DParseHelper.cpp1596 return (error == 0) && (context->numErrors() == 0) ? 0 : 1;
/external/skia/tests/
H A DPathCoverageTest.cpp116 int numErrors = 0; local
145 numErrors++;
150 return (numErrors == 0);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ducdtest.cpp147 static int32_t numErrors[LENGTHOF(derivedPropsIndex)]={ 0 }; variable
244 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) {
250 if(++numErrors[i]>=MAX_ERRORS) {
267 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) {
273 if(++numErrors[i]>=MAX_ERRORS) {
/external/llvm/utils/lit/lit/
H A DLitConfig.py52 self.numErrors = 0
134 self.numErrors += 1
H A Ddiscovery.py217 if lit_config.numErrors:
218 sys.stderr.write('%d errors, exiting.\n' % lit_config.numErrors)
H A Dmain.py440 if litConfig.numErrors:
441 sys.stderr.write('\n%d error(s), exiting.\n' % litConfig.numErrors)
/external/icu4c/test/intltest/
H A Ducdtest.cpp152 static int32_t numErrors[LENGTHOF(derivedPropsIndex)]={ 0 }; variable
249 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) {
255 if(++numErrors[i]>=MAX_ERRORS) {
272 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) {
278 if(++numErrors[i]>=MAX_ERRORS) {
/external/stlport/test/unit/cppunit/
H A Dcppunit_mini.h60 int numErrors() { return m_numErrors; } function in class:TestCase
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 396 milliseconds