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

1 2 3 4 5 6 7 8

  /cts/tests/tests/net/src/android/net/http/cts/
SslErrorTest.java 38 assertTrue(error.hasError(SslError.SSL_EXPIRED));
39 assertFalse(error.hasError(SslError.SSL_UNTRUSTED));
44 assertFalse(error.hasError(SslError.SSL_UNTRUSTED));
46 assertTrue(error.hasError(SslError.SSL_UNTRUSTED));
52 assertFalse(error.hasError(42));
57 assertFalse(error.hasError(42));
  /prebuilts/go/darwin-x86/src/text/template/parse/
parse_test.go 163 hasError = false
175 {"emptyAction", "{{}}", hasError,
241 {"unclosed action", "hello{{range", hasError, ""},
242 {"unmatched end", "{{end}}", hasError, ""},
243 {"unmatched else", "{{else}}", hasError, ""},
244 {"unmatched else after if", "{{if .X}}hello{{end}}{{else}}", hasError, ""},
245 {"multiple else", "{{if .X}}1{{else}}2{{else}}3{{end}}", hasError, ""},
246 {"missing end", "hello{{range .x}}", hasError, ""},
247 {"missing end after else", "hello{{range .x}}{{else}}", hasError, ""},
248 {"undefined function", "hello{{undefined}}", hasError, ""},
    [all...]
  /prebuilts/go/linux-x86/src/text/template/parse/
parse_test.go 163 hasError = false
175 {"emptyAction", "{{}}", hasError,
241 {"unclosed action", "hello{{range", hasError, ""},
242 {"unmatched end", "{{end}}", hasError, ""},
243 {"unmatched else", "{{else}}", hasError, ""},
244 {"unmatched else after if", "{{if .X}}hello{{end}}{{else}}", hasError, ""},
245 {"multiple else", "{{if .X}}1{{else}}2{{else}}3{{end}}", hasError, ""},
246 {"missing end", "hello{{range .x}}", hasError, ""},
247 {"missing end after else", "hello{{range .x}}{{else}}", hasError, ""},
248 {"undefined function", "hello{{undefined}}", hasError, ""},
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
SyncResultTest.java 30 assertTrue(result.hasError());
39 assertTrue(result.hasError());
  /prebuilts/tools/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/
butterknife-compiler-8.4.0.jar 
  /frameworks/compile/libbcc/lib/
FileBase.h 123 inline bool hasError() const
FileBase.cpp 139 if ((mFD < 0) || hasError()) {
170 if (hasError() || !reopen()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
FinalPage.java 67 mBuilder.setCanFinish(!mStatus.hasError());
71 if (mStatus.hasError()) {
ExportStatus.java 37 boolean hasError() {
  /external/skia/src/xml/
SkXMLParser.h 38 bool hasError() const { return fCode != kNoError || fNativeCode != -1; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAttributeNode.java 103 public final boolean hasError() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoringTest.java 54 assertFalse(status.hasError());
  /prebuilts/tools/common/m2/repository/com/jakewharton/butterknife/7.0.1/
butterknife-7.0.1.jar 
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 48 if (LHSResult.hasError())
58 if (RHSResult.hasError())
104 bool hasError() const { return ErrorMsg != ""; }
147 assert(R.hasError() && "Not an error result.");
241 if (OpIdxExpr.hasError())
492 if (SubExprResult.hasError())
515 if (ReadSizeExpr.hasError())
530 if (LoadAddrExprResult.hasError())
568 if (SubExprResult.hasError())
598 if (HighBitExpr.hasError())
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSyncResult.java 45 public boolean hasError() {
  /frameworks/base/core/java/android/net/http/
SslError.java 190 public boolean hasError(int error) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 68 bool hasError() const { return !Error.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 68 bool hasError() const { return !Error.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 68 bool hasError() const { return !Error.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 68 bool hasError() const { return !Error.empty(); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 68 bool hasError() const { return !Error.empty(); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 68 bool hasError() const { return !Error.empty(); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 68 bool hasError() const { return !Error.empty(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 68 bool hasError() const { return !Error.empty(); }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiModelTreeLabelProvider.java 58 if (node != null && node.hasError()) {

Completed in 1150 milliseconds

1 2 3 4 5 6 7 8