HomeSort by relevance Sort by last modified time
    Searched refs:hasErrors (Results 1 - 25 of 40) 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();
TestResultsGenerator.java 689 if (platforms[i].hasErrors()) {
731 if (aPlatform.hasErrors()) {
    [all...]
  /frameworks/base/tools/aapt/
SourcePos.h 23 static bool hasErrors();
Resource.cpp 274 bool hasErrors = false;
292 hasErrors = true;
307 return hasErrors ? UNKNOWN_ERROR : NO_ERROR;
313 const sp<AaptFile>& file, volatile bool* hasErrors) :
314 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) {
335 volatile bool hasErrors = false;
342 bundle, assets, it.getFile(), &hasErrors);
346 hasErrors = true;
354 hasErrors = true;
357 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...]
Command.cpp     [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/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.
282 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/src/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 649 private boolean hasErrors;
716 if (hasErrors) {
741 hasErrors = true;
749 hasErrors = true;
757 hasErrors = true;
765 hasErrors = true;
  /libcore/luni/src/main/java/libcore/io/
DiskLruCache.java 679 private boolean hasErrors;
748 if (hasErrors) {
773 hasErrors = true;
781 hasErrors = true;
789 hasErrors = true;
797 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/
Internals.h 37 bool hasErrors() const;
ARCMT.cpp 84 bool CapturedDiagList::hasErrors() const {
334 return capturedDiags.hasErrors() || testAct.hasReportedErrors();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /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/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 495 bool hasErrors = false);

Completed in 526 milliseconds

1 2