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

1 2 3 4 5 6 7 8 91011>>

  /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/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;
  /external/clang/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /frameworks/base/tools/aapt/
SourcePos.cpp 150 SourcePos::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/darwin-x86/clang-4393122/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /prebuilts/clang/host/linux-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-4393122/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
Utils.h 124 bool HasErrors = false;
144 bool hasErrors() { return HasErrors; }
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 85 bool CapturedDiagList::hasErrors() const {
332 return capturedDiags.hasErrors() || testAct.hasReportedErrors();
556 HadARCErrors = HadARCErrors || capturedDiags.hasErrors();
  /external/objenesis/tck/src/main/java/org/objenesis/tck/
TextReporter.java 232 public boolean 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);
  /external/guice/lib/build/
munge.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/text/
IDNA.java 151 * If any processing step fails, then info.hasErrors() will be true and
165 * If any processing step fails, then info.hasErrors() will be true.
177 * If any processing step fails, then info.hasErrors() will be true and
191 * If any processing step fails, then info.hasErrors() will be true.
220 public boolean hasErrors() { return !errors.isEmpty(); }
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IDNA.java 158 * If any processing step fails, then info.hasErrors() will be true and
173 * If any processing step fails, then info.hasErrors() will be true.
186 * If any processing step fails, then info.hasErrors() will be true and
201 * If any processing step fails, then info.hasErrors() will be true.
234 public boolean hasErrors() { return !errors.isEmpty(); }
    [all...]

Completed in 1825 milliseconds

1 2 3 4 5 6 7 8 91011>>