Home
last modified time | relevance | path

Searched refs:caught (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/external/python/setuptools/setuptools/tests/
Dtest_sandbox.py51 with pytest.raises(ValueError) as caught:
54 assert isinstance(caught.value, ValueError)
55 assert str(caught.value) == 'details'
63 with pytest.raises(ValueError) as caught:
66 assert isinstance(caught.value, ValueError)
67 assert caught.value is not orig_exc
84 with pytest.raises(setuptools.sandbox.UnpickleableException) as caught:
87 assert str(caught.value) == "CantPickleThis('detail',)"
100 with pytest.raises(setuptools.sandbox.UnpickleableException) as caught:
105 msg, = caught.value.args
[all …]
/external/libpng/contrib/visupng/
Dcexcept.h199 int caught; \
220 while (the_exception_context->caught = 0, \
221 the_exception_context->caught); \
224 the_exception_context->caught = 1; \
228 if (!the_exception_context->caught || action) { } \
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/speculative/
D4-4.c44 int caught = 0; variable
51 caught++; in handler()
116 caught = 0; in main()
120 if (caught == 1) { in main()
129 if (caught >= 2) { in main()
132 printf("Caught %d < 2 signals\n", caught); in main()
D4-3.c46 int caught = 0; variable
53 caught++; in handler()
126 if (caught == 1) { in main()
129 printf("FAIL: Caught %d signals, not 1\n", caught); in main()
/external/guice/core/src/com/google/inject/internal/
DProvisionListenerStackCallback.java64 RuntimeException caught = null; in provision() local
68 caught = t; in provision()
73 } else if (caught != null) { in provision()
77 caught, in provision()
81 caught); in provision()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DReflectionLongAdderCounter.java43 Throwable caught = null;
62 caught = e;
65 if (caught == null && defaultConstructorLookup != null) {
74 initializationException = new RuntimeException(caught);
/external/libcxx/test/std/re/re.regex/re.regex.assign/
Dassign.pass.cpp30 bool caught = false; in main() local
32 catch(std::regex_error &) { caught = true; } in main()
33 assert(caught); in main()
/external/clang/test/CodeGenObjC/
Dnested-rethrow.m16 printf("caught \n");
18 printf("caught (WRONG)\n");
21 printf("caught nothing (WRONG)\n");
/external/guava/guava/src/com/google/common/collect/
DForwardingQueue.java88 } catch (IllegalStateException caught) { in standardOffer()
103 } catch (NoSuchElementException caught) { in standardPeek()
118 } catch (NoSuchElementException caught) { in standardPoll()
/external/flatbuffers/tests/FlatBuffers.Test/
DAssert.cs120 var caught = false;
127 caught = true;
130 if (!caught)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpr27501.ll31 to label %try.success.or.caught unwind label %cleanuppad
33 try.success.or.caught: ; preds = %catchhandler
39 postinvoke27: ; preds = %try.success.or.caught
45 cleanuppad24: ; preds = %try.success.or.caught
Dseh-catchpad.ll20 ; puts("caught");
31 $"\01??_C@_06IBDBCMGJ@caught?$AA@" = comdat any
34 @"\01??_C@_06IBDBCMGJ@caught?$AA@" = linkonce_odr unnamed_addr constant [7 x i8] c"caught\00", comd…
57 …onnull getelementptr inbounds ([7 x i8], [7 x i8]* @"\01??_C@_06IBDBCMGJ@caught?$AA@", i64 0, i64 …
115 ; CHECK: leaq "??_C@_06IBDBCMGJ@caught?$AA@"(%rip), %rcx
/external/llvm/test/CodeGen/X86/
Dpr27501.ll31 to label %try.success.or.caught unwind label %cleanuppad
33 try.success.or.caught: ; preds = %catchhandler
39 postinvoke27: ; preds = %try.success.or.caught
45 cleanuppad24: ; preds = %try.success.or.caught
Dseh-catchpad.ll20 ; puts("caught");
31 $"\01??_C@_06IBDBCMGJ@caught?$AA@" = comdat any
34 @"\01??_C@_06IBDBCMGJ@caught?$AA@" = linkonce_odr unnamed_addr constant [7 x i8] c"caught\00", comd…
57 …onnull getelementptr inbounds ([7 x i8], [7 x i8]* @"\01??_C@_06IBDBCMGJ@caught?$AA@", i64 0, i64 …
115 ; CHECK: leaq "??_C@_06IBDBCMGJ@caught?$AA@"(%rip), %rcx
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DEventBuilder.java123 public EventBuilder setExceptionOnly(long exceptionClassID, boolean caught, in setExceptionOnly() argument
126 mod.caught = caught; in setExceptionOnly()
DEventMod.java82 public boolean caught; field in EventMod
115 caught = false; in EventMod()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D16-1.c48 char caught; member
107 s->caught = 1; in handler()
183 while (!s->caught) in test_sig()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedExceptionEventsTest.java173 private int requestException(long exceptionClassID, boolean caught, in requestException() argument
176 + caught + ", uncaught=" + uncaught); in requestException()
178 exceptionClassID, caught, uncaught); in requestException()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_25-1.in10 the signal that was caught is added to the signal mask by raising that
41 printf("%%MYSIG%% caught\n");
43 printf("Signal caught while inside handler\n");
Dtemplate_22-1.in12 was caught is not added to the signal mask by raising that signal in the
43 printf("%%MYSIG%% caught\n");
45 printf("Signal caught while inside handler\n");
/external/grpc-grpc-java/gae-interop-testing/gae-jdk7/
Dbuild.gradle138 Throwable caught = null
148 caught = t
149 logger.log(LogLevel.ERROR, "caught exception. will retry if possible", t)
152 throw new GradleException("Interop test failed:\nthrowable:${caught}")
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/
Dbuild.gradle145 Throwable caught = null
155 caught = t
156 logger.log(LogLevel.ERROR, "caught exception. will retry if possible", t)
159 throw new GradleException("Interop test failed:\nthrowable:${caught}")
/external/antlr/runtime/Perl5/t/examples/
Dsimplecalc.t73 if (my $ex = ANTLR::Runtime::RecognitionException->caught()) {
75 } elsif ($ex = Exception::Class->caught()) {
/external/llvm/test/Transforms/LICM/
Dfunclet.ll70 br i1 %a, label %try.success.or.caught, label %forbody
76 try.success.or.caught: ; preds = %forcond.backedge, %0
83 br i1 %c, label %try.success.or.caught, label %forbody
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/
Dfunclet.ll70 br i1 %a, label %try.success.or.caught, label %forbody
76 try.success.or.caught: ; preds = %forcond.backedge, %0
83 br i1 %c, label %try.success.or.caught, label %forbody

12345678910>>...12