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

12

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/android/jni/
H A Dvie_autotest_jni.cc79 int numErrors = -1; local
80 numErrors = ViEAutoTestAndroid::RunAutotest(testType, subtestType, glView1,
83 return numErrors;
98 int numErrors = -1; local
99 numErrors = ViEAutoTestAndroid::RunAutotest(testType, subtestType,
102 return numErrors;
/external/chromium_org/third_party/angle/src/compiler/translator/timing/
H A DRestrictVertexShaderTiming.h23 int numErrors() { return mNumErrors; } function in class:RestrictVertexShaderTiming
H A DRestrictFragmentShaderTiming.h19 int numErrors() const { return mNumErrors; } function in class:RestrictFragmentShaderTiming
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DValidateOutputs.h18 int numErrors() const { return mNumErrors; } function in class:ValidateOutputs
H A DDiagnostics.h22 int numErrors() const { return mNumErrors; } function in class:TDiagnostics
H A DValidateLimitations.h19 int numErrors() const { return mNumErrors; } function in class:ValidateLimitations
H A DCompiler.cpp418 return (validateOutputs.numErrors() == 0);
431 return validate.numErrors() == 0;
493 return restrictor.numErrors() == 0;
500 return restrictor.numErrors() == 0;
H A DParseContext.h71 int numErrors() const { return diagnostics.numErrors(); } function in struct:TParseContext
/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/icu/icu4c/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/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/ui/file_manager/file_manager/foreground/js/
H A Dprogress_center_item_group.js167 get numErrors() {
350 var numErrors = errorItems.length + numOtherErrors;
372 if (numErrors === 1)
374 else if (numErrors > 1)
375 messages.push(strf('ERROR_PROGRESS_SUMMARY_PLURAL', numErrors));
/external/chromium_org/third_party/skia/tests/
H A DPathCoverageTest.cpp116 int numErrors = 0; local
143 numErrors++;
147 return (numErrors == 0);
H A DRecordingXfermodeTest.cpp198 unsigned numErrors = 0; local
224 numErrors++;
230 numErrors++;
238 REPORTER_ASSERT_MESSAGE( reporter, 0==numErrors, errors.c_str() );
/external/skia/tests/
H A DPathCoverageTest.cpp116 int numErrors = 0; local
143 numErrors++;
147 return (numErrors == 0);
/external/llvm/utils/lit/lit/
H A DLitConfig.py45 self.numErrors = 0
119 self.numErrors += 1
H A Ddiscovery.py227 if lit_config.numErrors:
228 sys.stderr.write('%d errors, exiting.\n' % lit_config.numErrors)
H A Dmain.py414 if litConfig.numErrors:
415 sys.stderr.write('\n%d error(s), exiting.\n' % litConfig.numErrors)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ducdtest.cpp153 static int32_t numErrors[LENGTHOF(derivedPropsIndex)]={ 0 }; variable
250 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) {
256 if(++numErrors[i]>=MAX_ERRORS) {
273 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) {
279 if(++numErrors[i]>=MAX_ERRORS) {
/external/icu/icu4c/source/test/intltest/
H A Ducdtest.cpp153 static int32_t numErrors[LENGTHOF(derivedPropsIndex)]={ 0 }; variable
250 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) {
256 if(++numErrors[i]>=MAX_ERRORS) {
273 for(range=0; range<rangeCount && numErrors[i]<MAX_ERRORS; ++range) {
279 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/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dprogress_center_panel.js381 this.normalItemGroup_.getSummarizedItem(this.quietItemGroup_.numErrors);
402 this.quietItemGroup_.getSummarizedItem(this.normalItemGroup_.numErrors);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_browsertest.cc443 int numErrors = 0; local
462 numErrors++;
468 << " with " << numErrors << " errors";
/external/deqp/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp1141 int numErrors = 0;
1159 if (!centroidOk && numErrors++ < errorFloodThreshold)
1184 if (numErrors++ < errorFloodThreshold)
1202 if (numErrors > errorFloodThreshold)
1203 m_testCtx.getLog() << tcu::TestLog::Message << "Omitted " << (numErrors - errorFloodThreshold) << " error(s)." << tcu::TestLog::EndMessage;

Completed in 1822 milliseconds

12