OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exception
(Results
426 - 450
of
25972
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
exception.h
25
# include <
exception
>
28
# include_next <
exception
.h>
30
# include _STLP_NATIVE_CPP_RUNTIME_HEADER(
exception
.h)
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
exception.h
25
# include <
exception
>
28
# include_next <
exception
.h>
30
# include _STLP_NATIVE_CPP_RUNTIME_HEADER(
exception
.h)
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
exception.h
25
# include <
exception
>
28
# include_next <
exception
.h>
30
# include _STLP_NATIVE_CPP_RUNTIME_HEADER(
exception
.h)
/bionic/tests/
stack_unwinding_test_impl.c
60
struct _Unwind_Exception*
exception
= (struct _Unwind_Exception*) malloc(sizeof(*
exception
));
local
61
memset(&
exception
->exception_class, 0, sizeof(
exception
->exception_class));
62
exception
->exception_cleanup = 0;
63
_Unwind_ForcedUnwind(
exception
, stop_fn, 0);
/cts/suite/cts/hostTests/jank/src/com/android/cts/jank/opengl/
CtsHostJankOpenGl.java
34
protected void setUp() throws
Exception
{
43
protected void tearDown() throws
Exception
{
49
public void testFullPipeline() throws
Exception
{
53
public void testPixelOutput() throws
Exception
{
57
public void testShaderPerf() throws
Exception
{
61
public void testContextSwitch() throws
Exception
{
/cts/tests/tests/location/src/android/location/cts/
GpsSatelliteTest.java
32
protected void setUp() throws
Exception
{
58
// make sure there is no
exception
.
65
// make sure there is no
exception
.
72
// make sure there is no
exception
.
79
// make sure there is no
exception
.
86
// make sure there is no
exception
.
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarExceptionTest.java
30
public void test_ConstructorLjava_lang_String() throws
Exception
{
34
fail("Should have thrown
exception
");
43
public void test_ConstructorLjava_lang_String1() throws
Exception
{
44
assertEquals("Jar
Exception
", new JarException("Jar
Exception
").getMessage());
50
public void test_Constructor_void() throws
Exception
{
/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
GSSNameTest.java
30
public void testNT_ANONYMOUS() throws
Exception
{
35
public void testNT_EXPORT_NAME() throws
Exception
{
40
public void testNT_HOSTBASED_SERVICE() throws
Exception
{
45
public void testNT_MACHINE_UID_NAME() throws
Exception
{
50
public void testNT_STRING_UID_NAME() throws
Exception
{
55
public void testNT_USER_NAME() throws
Exception
{
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
BindExceptionTest.java
33
} catch (
Exception
e) {
34
fail("
Exception
during BindException test" + e.toString());
36
fail("Failed to generate
exception
");
48
} catch (
Exception
e) {
49
fail("
Exception
during BindException test : " + e.getMessage());
51
fail("Failed to generate
exception
");
ProtocolExceptionTest.java
33
} catch (
Exception
e) {
34
fail("
Exception
during ProtocolException test : " + e.getMessage());
36
fail("Failed to generate expected
exception
");
48
} catch (
Exception
e) {
49
fail("
Exception
during ProtocolException test : " + e.getMessage());
51
fail("Failed to generate expected
exception
");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
Mac.java
13
* @
exception
IllegalArgumentException if the params argument is
37
* @
exception
IllegalStateException if the MAC is not initialised.
46
* @
exception
IllegalStateException if the MAC is not initialised.
47
* @
exception
DataLengthException if there isn't enough data in in.
60
* @
exception
DataLengthException if there isn't enough space in out.
61
* @
exception
IllegalStateException if the MAC is not initialised.
/external/chromium/base/win/
wrapped_window_proc.h
7
// dependent, but it is possible that the OS just ignores the
exception
and
21
// An
exception
filter for a WindowProc. The return value determines how the
22
//
exception
should be handled, following standard SEH rules. However, the
29
//
exception
filter, if any.
34
// Calls the registered
exception
filter.
37
// Wrapper that supplies a standard
exception
frame for the provided WindowProc.
wrapped_window_proc_unittest.cc
14
// A trivial WindowProc that generates an
exception
.
22
// This class implements an
exception
filter that can be queried about a past
23
//
exception
.
40
// The actual
exception
filter just records the
exception
.
70
// Before generating the
exception
we make sure that the filter will see it.
/external/chromium_org/base/win/
wrapped_window_proc_unittest.cc
14
// A trivial WindowProc that generates an
exception
.
22
// This class implements an
exception
filter that can be queried about a past
23
//
exception
.
40
// The actual
exception
filter just records the
exception
.
70
// Before generating the
exception
we make sure that the filter will see it.
/external/chromium_org/v8/test/webkit/
tostring-exception-in-property-access-expected.txt
29
PASS PASS:
Exception
caught --
Exception
thrown by toString
31
PASS PASS:
Exception
caught --
Exception
thrown by toString
33
PASS PASS:
Exception
caught --
Exception
thrown by toString
/external/junit/src/org/junit/runner/notification/
Failure.java
11
*
exception
that was thrown while running it. In most cases the {@link org.junit.runner.Description}
22
* Constructs a <code>Failure</code> with the given description and
exception
.
24
* @param thrownException the
exception
that was thrown while running the test
46
* @return the
exception
thrown
62
* @return the printed form of the
exception
74
* @return the message of the thrown
exception
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
ApplicationResolverTest.java
19
public void shouldThrowWhenManifestContainsBadApplicationClassName() throws
Exception
{
24
public void shouldReturnDefaultAndroidApplicationWhenManifestDeclaresNoAppName() throws
Exception
{
30
public void shouldReturnSpecifiedApplicationWhenManifestDeclaresAppName() throws
Exception
{
36
public void shouldAssignThePackageNameFromTheManifest() throws
Exception
{
42
public void shouldAssignTheApplicationNameFromTheManifest() throws
Exception
{
48
public void shouldRegisterReceiversFromTheManifest() throws
Exception
{
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
HandlerThreadTest.java
22
public void tearDown() throws
Exception
{
31
public void shouldReturnLooper() throws
Exception
{
39
public void shouldReturnNullIfThreadHasNotBeenStarted() throws
Exception
{
45
public void shouldQuitLooperAndThread() throws
Exception
{
56
public void shouldStopThreadIfLooperIsQuit() throws
Exception
{
69
public void shouldCallOnLooperPrepared() throws
Exception
{
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
SimTonesTest.java
40
protected void setUp() throws
Exception
{
45
public void testDtmfTones() throws
Exception
{
51
public void testSupervisoryTones() throws
Exception
{
57
public void testProprietaryTones() throws
Exception
{
63
public void testSimultaneousTones() throws
Exception
{
69
public void testStressTones() throws
Exception
{
/frameworks/support/v4/ics/android/support/v4/text/
ICUCompatIcs.java
40
} catch (
Exception
e) {
41
// Nothing we can do here, we just log the
exception
53
// Nothing we can do here, we just log the
exception
57
// Nothing we can do here, we just log the
exception
70
// Nothing we can do here, we just log the
exception
74
// Nothing we can do here, we just log the
exception
/libcore/benchmarks/src/benchmarks/regression/
TimeZoneBenchmark.java
23
public void timeTimeZone_getDefault(int reps) throws
Exception
{
29
public void timeTimeZone_getTimeZoneUTC(int reps) throws
Exception
{
35
public void timeTimeZone_getTimeZone_default(int reps) throws
Exception
{
43
public void timeTimeZone_getTimeZone_America_Caracas(int reps) throws
Exception
{
50
public void timeTimeZone_getTimeZone_America_Santiago(int reps) throws
Exception
{
56
public void timeTimeZone_getTimeZone_GMT_plus_10(int reps) throws
Exception
{
/libcore/luni/src/main/java/java/security/
InvalidAlgorithmParameterException.java
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
.
InvalidKeyException.java
33
* the detail message for this
exception
.
50
* the detail message for this
exception
.
52
* the
exception
which is the cause for this
exception
.
62
* the
exception
which is the cause for this
exception
.
KeyException.java
31
* the detail message for this
exception
.
48
* the detail message for this
exception
.
50
* the
exception
which is the cause for this
exception
.
60
* the
exception
which is the cause for this
exception
.
NoSuchAlgorithmException.java
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
.
Completed in 747 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>