OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exception
(Results
226 - 250
of
25972
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu/tcg/
TODO
11
- Change
exception
syntax to get closer to QOP system (
exception
/external/smali/smali-integration-tests/src/test/smali/junit-tests/ExceptionTest/
ExceptionTest.smali
17
new-instance v0, Ljava/lang/
Exception
;
19
invoke-direct {v0, v1}, Ljava/lang/
Exception
;-><init>(Ljava/lang/String;)V
22
.catch Ljava/lang/
Exception
; {:try_start .. :try_end} :handler
25
#no need to test anything. If it didn't catch the
exception
, the test would fail
51
.catch Ljava/lang/
Exception
; {:try_start_outer .. :try_end_outer} :handler_outer
70
new-instance v0, Ljava/lang/
Exception
;
72
invoke-direct {v0, v1}, Ljava/lang/
Exception
;-><init>(Ljava/lang/String;)V
78
#no need to test anything. If it didn't catch the
exception
, the test would fail
/frameworks/base/core/tests/coretests/src/android/app/activity/
LaunchTest.java
25
public void testColdActivity() throws
Exception
{
31
public void testLocalActivity() throws
Exception
{
37
public void testColdScreen() throws
Exception
{
43
public void testLocalScreen() throws
Exception
{
49
public void testForwardResult() throws
Exception
{
55
public void xxtestBadParcelable() throws
Exception
{
62
public void testClearTopInCreate() throws
Exception
{
68
public void testClearTopWhileResumed() throws
Exception
{
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
LogTest.java
30
public void setUp() throws
Exception
{
35
public void tearDown() throws
Exception
{
82
Exception
e = new
Exception
("My
Exception
");
83
mLog.
exception
(e, "Test %d", 44);
86
assertTrue(mLog.getErr().startsWith("Test 44\njava.lang.
Exception
: My
Exception
"));
/libcore/luni/src/main/java/java/security/
GeneralSecurityException.java
21
* {@code GeneralSecurityException} is a general security
exception
and the
24
public class GeneralSecurityException extends
Exception
{
33
* the detail message for this
exception
.
50
* the detail message for this
exception
.
52
* the
exception
which is the cause for this
exception
.
63
* the
exception
which is the cause for this
exception
.
KeyManagementException.java
21
* {@code KeyManagementException} is a general
exception
, thrown to indicate an
22
*
exception
during processing an operation concerning key management.
33
* the detail message for this
exception
.
50
* the detail message for this
exception
.
52
* the
exception
which is the cause for this
exception
.
63
* the
exception
which is the cause for this
exception
.
/libcore/luni/src/test/java/libcore/java/security/
OldAlgorithmParameterGeneratorTest.java
25
public void test_initI() throws
Exception
{
28
// checks that no
exception
is thrown
36
} catch (
Exception
e) {
37
fail("
Exception
should not be thrown for valid parameter" + valid[i]);
42
public void test_initILjava_security_SecureRandom() throws
Exception
{
46
// checks that no
exception
is thrown
55
} catch (
Exception
e) {
56
fail("
Exception
should not be thrown for valid parameter" + valid[i]);
/ndk/tests/device/issue22165-typeinfo/jni/
main.cpp
16
} catch (std::
exception
const& e) {
17
std::cout << "ERROR:
exception
caught!" << std::endl;
/ndk/tests/device/test-stlport_shared-exception/jni/
crossjump1.cpp
7
#include <
exception
>
10
struct E : public std::
exception
spec2.cpp
2
// Testing
exception
specifications.
6
#include <
exception
>
spec3_1.cpp
2
// Testing
exception
specifications.
6
#include <
exception
>
spec4.cpp
2
// Testing
exception
specifications.
6
#include <
exception
>
/ndk/tests/device/test-stlport_static-exception/jni/
crossjump1.cpp
7
#include <
exception
>
10
struct E : public std::
exception
spec2.cpp
2
// Testing
exception
specifications.
6
#include <
exception
>
spec3_1.cpp
2
// Testing
exception
specifications.
6
#include <
exception
>
spec4.cpp
2
// Testing
exception
specifications.
6
#include <
exception
>
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
FmEscapeXmlStringMethodTest.java
35
public void test1() throws
Exception
{
39
public void test2() throws
Exception
{
43
public void test3() throws
Exception
{
47
public void test4() throws
Exception
{
51
public void test5() throws
Exception
{
55
public void test6() throws
Exception
{
59
public void test7() throws
Exception
{
63
public void test8() throws
Exception
{
/external/chromium_org/ppapi/proxy/
ppp_class_proxy.cc
47
bool HasProperty(void* object, PP_Var name, PP_Var*
exception
) {
53
ReceiveSerializedException se(obj->dispatcher,
exception
);
60
bool HasMethod(void* object, PP_Var name, PP_Var*
exception
) {
66
ReceiveSerializedException se(obj->dispatcher,
exception
);
75
PP_Var*
exception
) {
80
ReceiveSerializedException se(obj->dispatcher,
exception
);
91
PP_Var*
exception
) {
99
PP_Var*
exception
) {
104
ReceiveSerializedException se(obj->dispatcher,
exception
);
113
PP_Var*
exception
) {
[
all
...]
/cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureTest.java
30
private void launchTest(String format) throws
Exception
{
39
public void testTextureUncompressed() throws
Exception
{
43
public void testTextureETC1() throws
Exception
{
47
public void testTexturePVRTC() throws
Exception
{
51
public void testTextureS3TC() throws
Exception
{
55
/*public void testTextureATC() throws
Exception
{
/cts/tests/tests/mediastress/src/android/mediastress/cts/
H263QcifShortPlayerTest.java
48
public void testPlay00() throws
Exception
{
52
public void testPlay01() throws
Exception
{
56
public void testPlay02() throws
Exception
{
60
public void testPlay03() throws
Exception
{
64
public void testPlay04() throws
Exception
{
68
public void testPlay05() throws
Exception
{
72
public void testPlay06() throws
Exception
{
76
public void testPlay07() throws
Exception
{
80
public void testPlay08() throws
Exception
{
84
public void testPlay09() throws
Exception
{
[
all
...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
PrivilegedActionExceptionTest.java
34
* Tests PrivilegedActionException(
Exception
)
38
Exception
ex = new
Exception
();
47
Exception
ex = new
Exception
();
56
assertNotNull(new PrivilegedActionException(new
Exception
()).toString());
/external/chromium_org/third_party/WebKit/Source/platform/mac/
BlockExceptions.mm
31
void ReportBlockedObjCException(NSException *
exception
)
34
NSLog(@"*** WebKit discarding
exception
: <%@> %@", [
exception
name], [
exception
reason]);
36
ASSERT_WITH_MESSAGE(0, "Uncaught
exception
- %@",
exception
);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
ForwardingListenableFutureTest.java
34
protected void setUp() throws
Exception
{
49
protected void tearDown() throws
Exception
{
54
public void testCompletedFuture() throws
Exception
{
59
public void testCancelledFuture() throws
Exception
{
64
public void testFailedFuture() throws
Exception
{
65
delegate.setException(new
Exception
("failed"));
/external/junit/src/org/junit/internal/runners/statements/
FailOnTimeout.java
41
private void throwTimeoutException(StatementThread thread) throws
Exception
{
42
Exception
exception
= new
Exception
(String.format(
local
44
exception
.setStackTrace(thread.getStackTrace());
45
throw
exception
;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ClipboardManagerTest.java
21
@Before public void setUp() throws
Exception
{
26
public void shouldStoreText() throws
Exception
{
32
public void shouldNotHaveTextIfTextIsNull() throws
Exception
{
38
public void shouldNotHaveTextIfTextIsEmpty() throws
Exception
{
44
public void shouldHaveTextIfEmptyString() throws
Exception
{
50
public void shouldHaveTextIfString() throws
Exception
{
Completed in 2404 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>