OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:caught
(Results
301 - 325
of
2780
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/ltp/testcases/kernel/fs/fs_bind/rbind/
test30
37
trap 'ERR=$? ; ERR_MSG="
caught
error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"; break' ERR
59
trap 'ERR=$? ; tst_resm TWARN "rbind/test30:
caught
error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
test32
37
trap 'ERR=$? ; ERR_MSG="
caught
error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"; break' ERR
59
trap 'ERR=$? ; tst_resm TWARN "rbind/test32:
caught
error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
test36
37
trap 'ERR=$? ; ERR_MSG="
caught
error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"; break' ERR
56
trap 'ERR=$? ; tst_resm TWARN "rbind/test36:
caught
error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
test39
37
trap 'ERR=$? ; ERR_MSG="
caught
error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"; break' ERR
55
trap 'ERR=$? ; tst_resm TWARN "rbind/test39:
caught
error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
/external/ltp/testcases/kernel/fs/fs_bind/regression/
test01
37
trap 'ERR=$? ; ERR_MSG="
caught
error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"; break' ERR
50
trap 'ERR=$? ; tst_resm TWARN "regression/test01:
caught
error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
test02
37
trap 'ERR=$? ; ERR_MSG="
caught
error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"; break' ERR
54
trap 'ERR=$? ; tst_resm TWARN "regression/test02:
caught
error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
test03
37
trap 'ERR=$? ; ERR_MSG="
caught
error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"; break' ERR
54
trap 'ERR=$? ; tst_resm TWARN "regression/test03:
caught
error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/
1-2.c
37
printf("
Caught
signal from parent!\n");
43
printf("
Caught
signal from child!\n");
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/
1-1.c
18
* - If no signal was
caught
, PASS. Otherwise, FAIL.
36
printf("Should not have
caught
signal\n");
/external/ltp/testcases/open_posix_testsuite/functional/timers/timers/
twoevtimers.c
30
printf("
Caught
abort signal\n");
36
printf("
Caught
alarm signal\n");
/external/sl4a/Common/src/org/apache/commons/codec/binary/
StringUtils.java
145
* Thrown when a {@link UnsupportedEncodingException} is
caught
, which should never happen for a
178
* Thrown when a {@link UnsupportedEncodingException} is
caught
, which should never happen for a
201
* Thrown when a {@link UnsupportedEncodingException} is
caught
, which should never happen since the
215
* Thrown when a {@link UnsupportedEncodingException} is
caught
, which should never happen since the
229
* Thrown when a {@link UnsupportedEncodingException} is
caught
, which should never happen since the
243
* Thrown when a {@link UnsupportedEncodingException} is
caught
, which should never happen since the
257
* Thrown when a {@link UnsupportedEncodingException} is
caught
, which should never happen since the
271
* Thrown when a {@link UnsupportedEncodingException} is
caught
, which should never happen since the
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
SortedMapTestBase.java
217
boolean
caught
= false;
225
caught
= true;
227
assertTrue(
caught
);
303
boolean
caught
= false;
307
caught
= true;
309
caught
= false;
313
caught
= true;
315
assertTrue(
caught
);
/libcore/ojluni/src/main/java/java/lang/
ThreadDeath.java
34
* {@code ThreadDeath} is
caught
by a method, it is important that it
39
* never
caught
.
/packages/apps/Messaging/src/com/android/messaging/util/
BugleGservices.java
39
* NumberFormatException is
caught
.
47
* NumberFormatException is
caught
.
/prebuilts/go/darwin-x86/test/
label1.go
7
// Verify that erroneous labels are
caught
by the compiler.
8
// This set is
caught
by pass 2. That's why this file is label1.go.
/prebuilts/go/linux-x86/test/
label1.go
7
// Verify that erroneous labels are
caught
by the compiler.
8
// This set is
caught
by pass 2. That's why this file is label1.go.
/external/ltp/testcases/kernel/syscalls/sigrelse/
sigrelse01.c
69
* signals which were not
caught
once.
72
* else if exit is SIG_CAUGHT then BROK (signal
caught
82
* if
caught
)
169
static int sig_caught; /* flag TRUE if signal
caught
*/
177
/* array of counters for signals
caught
by handler() */
323
/* sig was not
caught
or
caught
too many times */
325
"\tsignal %d
caught
%d times (expected 1).\n",
355
/* a signal was
caught
before it was released */
356
tst_resm(TBROK, "A signal was
caught
before being released.")
[
all
...]
/art/test/011-array-copy/
expected.txt
4
caught
ArrayStoreException (expected)
/art/test/111-unresolvable-exception/src/
Main.java
22
System.out.println("
Caught
" + t.getClass());
/art/test/421-exceptions/src/
Main.java
51
System.out.println("
Caught
" + e.getClass());
/art/test/802-deoptimization/smali/
catch_handler_on_entry.smali
12
# That exception is
caught
by the catch handler so we execute it a second time.
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DelegateTestUtils.java
36
Assert.assertTrue("Expected " + expectedExceptionType.getName() + " but
caught
" + e,
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
IntentReceiverActivity.java
97
Log.i(TAG, "
Caught
a SecurityException while trying to read " + uri, e);
100
Log.i(TAG, "
Caught
a IOException while trying to read " + uri, e);
117
Log.i(TAG, "
Caught
a SecurityException while trying to write to " + uri, e);
120
Log.i(TAG, "
Caught
a IOException while trying to write to " + uri, e);
/cts/tests/sensor/src/android/hardware/cts/helpers/
SensorTestStateNotSupportedException.java
21
* This exception can be
caught
in tests to safely ignore test cases that are not necessary in a
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
syntax.py
4
assignments with invalid targets, are
caught
in the code generation
Completed in 1715 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>