HomeSort by relevance Sort by last modified time
    Searched refs:hasErrors (Results 1 - 25 of 48) sorted by null

1 2

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
PlatformStatus.java 25 private boolean hasErrors = false;
53 this.hasErrors = true;
56 public boolean hasErrors() {
57 return this.hasErrors;
EclipseTestResultsGeneratorNoMail.java 82 if (aPlatform.hasErrors()) {
ErrorTracker.java 191 public boolean hasErrors(String id) {
192 return ((PlatformStatus) platforms.get(id)).hasErrors();
  /external/clang/lib/Serialization/
GeneratePCH.cpp 47 bool hasErrors = PP.getDiagnostics().hasErrorOccurred();
48 if (hasErrors && !AllowASTWithErrors)
53 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot, hasErrors);
  /frameworks/base/tools/aapt/
SourcePos.h 23 static bool hasErrors();
Resource.cpp 275 bool hasErrors = false;
293 hasErrors = true;
308 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
314 const sp<AaptFile>& file, volatile bool* hasErrors) :
315 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) {
336 volatile bool hasErrors = false;
343 bundle, assets, it.getFile(), &hasErrors);
347 hasErrors = true;
355 hasErrors = true;
358 return (hasErrors || (res < NO_ERROR)) ? UNKNOWN_ERROR : NO_ERROR
    [all...]
ResourceTable.cpp 62 bool hasErrors = false;
67 hasErrors = true;
73 hasErrors = true;
76 if (hasErrors) {
251 bool hasErrors;
260 , hasErrors(false)
267 if (added || hasErrors) {
277 hasErrors = true;
288 hasErrors = true;
326 attr.hasErrors = true
    [all...]
SourcePos.cpp 156 SourcePos::hasErrors()
XMLNode.cpp 892 bool hasErrors = false;
906 hasErrors = true;
917 hasErrors = true;
920 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
926 bool hasErrors = false;
959 hasErrors = true;
967 hasErrors = true;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java 41 boolean hasErrors = false;
45 if (this.hasErrors) return;
49 this.hasErrors = value != null && !value.equals("0");
52 public boolean hasErrors() {
53 return this.hasErrors;
183 if (compilerErrorCheckerHandler.hasErrors()) {
  /external/chromium_org/third_party/icu/source/common/unicode/
idna.h 88 * If any processing step fails, then info.hasErrors() will be TRUE and
112 * If any processing step fails, then info.hasErrors() will be TRUE.
134 * If any processing step fails, then info.hasErrors() will be TRUE and
158 * If any processing step fails, then info.hasErrors() will be TRUE.
276 UBool hasErrors() const { return errors!=0; }
  /external/icu4c/common/unicode/
idna.h 94 * If any processing step fails, then info.hasErrors() will be TRUE and
118 * If any processing step fails, then info.hasErrors() will be TRUE.
140 * If any processing step fails, then info.hasErrors() will be TRUE and
164 * If any processing step fails, then info.hasErrors() will be TRUE.
278 UBool hasErrors() const { return errors!=0; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java 143 public boolean hasErrors() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 165 boolean hasErrors = false;
176 hasErrors = true;
183 assertFalse(failureBuilder.toString(), hasErrors);
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
DiskLruCache.java 776 private boolean hasErrors;
841 if (hasErrors) {
866 hasErrors = true;
874 hasErrors = true;
882 hasErrors = true;
890 hasErrors = true;
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 720 private boolean hasErrors;
806 if (hasErrors) {
841 hasErrors = true;
849 hasErrors = true;
857 hasErrors = true;
865 hasErrors = true;
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 593 if (hasErrors ())
604 if (hasErrors ())
612 if (hasErrors ()) return null;
627 if (hasErrors ()) return null;
645 if (hasErrors ())
736 boolean hasErrors ()
743 if (! hasErrors ()) return "<no errors>";
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 84 bool CapturedDiagList::hasErrors() const {
273 bool hadARCErrors = capturedDiags.hasErrors();
335 return capturedDiags.hasErrors() || testAct.hasReportedErrors();
603 HadARCErrors = HadARCErrors || capturedDiags.hasErrors();
Internals.h 37 bool hasErrors() const;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintJobConfigActivity.java     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
uts46test.cpp 116 if(U_FAILURE(errorCode) || info.hasErrors() || result!=expected) {
214 info.hasErrors()
229 if(result!=input || info.hasErrors()) {
    [all...]
  /external/icu4c/test/intltest/
uts46test.cpp 117 if(U_FAILURE(errorCode) || info.hasErrors() || result!=expected) {
215 info.hasErrors()
230 if(result!=input || info.hasErrors()) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 318 if (c.hasErrors()) {
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
ui.js 224 hasErrors: function()

Completed in 296 milliseconds

1 2