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

1 2 3 4 5 6 7 8 91011>>

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
FaultHidingSink.java 10 private boolean hasErrors;
17 if (hasErrors) {
24 hasErrors = true;
30 if (hasErrors) return;
34 hasErrors = true;
40 if (hasErrors) return;
44 hasErrors = true;
  /frameworks/base/tools/aapt/
SourcePos.h 26 static bool hasErrors();
Resource.cpp 301 bool hasErrors = false;
319 hasErrors = true;
333 hasErrors = true;
339 return hasErrors ? STATUST(UNKNOWN_ERROR) : NO_ERROR;
345 const sp<AaptFile>& file, volatile bool* hasErrors) :
346 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) {
367 volatile bool hasErrors = false;
374 bundle, assets, it.getFile(), &hasErrors);
378 hasErrors = true;
386 hasErrors = true
    [all...]
ResourceTable.cpp 106 bool hasErrors = false;
110 hasErrors = true;
117 hasErrors = true;
121 if (hasErrors) {
301 bool hasErrors;
310 , hasErrors(false)
317 if (added || hasErrors) {
323 hasErrors = true;
358 attr.hasErrors = true;
371 attr.hasErrors = true
    [all...]
SourcePos.cpp 150 SourcePos::hasErrors()
  /external/clang/lib/Serialization/
GeneratePCH.cpp 47 bool hasErrors = PP.getDiagnostics().hasErrorOccurred();
48 if (hasErrors && !AllowASTWithErrors)
  /external/guice/core/src/com/google/inject/internal/
FailableCache.java 41 return errors.hasErrors() ? errors : result;
  /external/guice/lib/build/
munge.jar 
  /external/icu/icu4c/source/common/unicode/
idna.h 96 * If any processing step fails, then info.hasErrors() will be TRUE and
120 * If any processing step fails, then info.hasErrors() will be TRUE.
142 * If any processing step fails, then info.hasErrors() will be TRUE and
166 * If any processing step fails, then info.hasErrors() will be TRUE.
280 UBool hasErrors() const { return errors!=0; }
  /external/objenesis/tck/src/main/java/org/objenesis/tck/
Main.java 74 if(reporter.hasErrors()) {
  /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);
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 776 private boolean hasErrors;
841 if (hasErrors) {
866 hasErrors = true;
874 hasErrors = true;
882 hasErrors = true;
890 hasErrors = true;
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 776 private boolean hasErrors;
841 if (hasErrors) {
866 hasErrors = true;
874 hasErrors = true;
882 hasErrors = true;
890 hasErrors = true;
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DiskLruCache.java 776 private boolean hasErrors;
841 if (hasErrors) {
866 hasErrors = true;
874 hasErrors = true;
882 hasErrors = true;
890 hasErrors = true;
    [all...]
  /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/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /external/clang/lib/ARCMigrate/
Internals.h 37 bool hasErrors() const;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UTS46Test.java 46 if(info.hasErrors() || !UTF16Plus.equal(result, expected)) {
62 if(info.hasErrors() || !resultString.equals("fass.de")) {
81 info.hasErrors()
95 if(!UTF16Plus.equal(result, input) || info.hasErrors()) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UTS46Test.java 45 if(info.hasErrors() || !UTF16Plus.equal(result, expected)) {
61 if(info.hasErrors() || !resultString.equals("fass.de")) {
80 info.hasErrors()
94 if(!UTF16Plus.equal(result, input) || info.hasErrors()) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }

Completed in 2875 milliseconds

1 2 3 4 5 6 7 8 91011>>