OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:caught
(Results
151 - 175
of
1682
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/test/029-assert/src/
Main.java
27
System.out.println("
caught
expected assert exception");
/external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/
simplecalc.pl
22
if (my $ex = ANTLR::Runtime::RecognitionException->
caught
()) {
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
Exception.pm
26
my $ex = $self->class->
caught
();
/external/autotest/client/bin/
TODO
14
Errors from profilers are not being
caught
(shove a syntax error in a profiler
/external/autotest/client/tests/aio_dio_bugs/
control
10
Rafal Wijata <wijata@nec-labs.com>. It
caught
a race in dio aio completion
/external/compiler-rt/test/asan/TestCases/Linux/
leak_check_segv.cc
20
// CHECK: Tracer
caught
signal 11
/external/google-breakpad/src/google_breakpad/common/
minidump_exception_solaris.h
52
MD_EXCEPTION_CODE_SOL_SIGILL = 4, /* illegal instruction (not reset when
caught
) */
53
MD_EXCEPTION_CODE_SOL_SIGTRAP = 5, /* trace trap (not reset when
caught
) */
58
MD_EXCEPTION_CODE_SOL_SIGKILL = 9, /* kill (cannot be
caught
or ignored) */
74
MD_EXCEPTION_CODE_SOL_SIGSTOP = 23, /* stop (cannot be
caught
or ignored) */
/external/junit/src/junit/framework/
TestFailure.java
9
* the
caught
exception.
/external/llvm/test/Other/
2002-02-24-InlineBrokePHINodes.ll
2
; when a node is split around the call instruction. The verifier
caught
the error.
/external/v8/test/mjsunit/
debug-evaluate-modify-this.js
21
print("
Caught
something. " + e + " " + e.stack);
/external/webrtc/webrtc/modules/desktop_capture/x11/
x_error_trap.h
21
// GetLastErrorAndDisable() to get the last error that was
caught
, if any.
/ndk/tests/device/test-stlport_shared-exception/jni/
label3.cpp
37
printf ("
caught
!\n");
rethrow1.cpp
42
printf ("
Caught
.\n");
rethrow2.cpp
42
printf ("
Caught
.\n");
rethrow4.cpp
42
printf ("
Caught
.\n");
rethrow5.cpp
41
printf ("
Caught
.\n");
/ndk/tests/device/test-stlport_static-exception/jni/
label3.cpp
37
printf ("
caught
!\n");
rethrow1.cpp
42
printf ("
Caught
.\n");
rethrow2.cpp
42
printf ("
Caught
.\n");
rethrow4.cpp
42
printf ("
Caught
.\n");
rethrow5.cpp
41
printf ("
Caught
.\n");
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
EvenMoreAsserts.java
47
// Cannot invoke Assert.fail() here because it will be
caught
by the try/catch below
50
} catch (Exception
caught
) {
51
if (!exception.isInstance(
caught
)) {
53
caught
+" thrown.", message));
/prebuilts/go/darwin-x86/src/runtime/
signal_solaris.go
17
/* 4 */ {_SigThrow + _SigUnblock, "SIGILL: illegal instruction (not reset when
caught
)"},
18
/* 5 */ {_SigThrow + _SigUnblock, "SIGTRAP: trace trap (not reset when
caught
)"},
22
/* 9 */ {0, "SIGKILL: kill (cannot be
caught
or ignored)"},
36
/* 23 */ {_SigNotify + _SigDefault, "SIGSTOP: stop (cannot be
caught
or ignored)"},
/prebuilts/go/darwin-x86/test/
blank1.go
7
// Test that incorrect uses of the blank identifer are
caught
.
/prebuilts/go/darwin-x86/test/import4.dir/
import4.go
6
// errors are
caught
by the compiler.
Completed in 377 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>