/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
NotificationManagerTest.java | 27 public void testNotify() throws Exception { 38 public void testNotifyReplaces() throws Exception { 47 public void testNotifyWithTag() throws Exception { 54 public void notifyWithTag_shouldReturnNullForNullTag() throws Exception { 61 public void notifyWithTag_shouldReturnNullForUnknownTag() throws Exception { 68 public void testCancel() throws Exception { 77 public void testCancelWithTag() throws Exception { 87 public void testCancelAll() throws Exception {
|
SQLiteOpenHelperTest.java | 24 public void setUp() throws Exception { 29 public void testInitialGetReadableDatabase() throws Exception { 35 public void testSubsequentGetReadableDatabase() throws Exception { 44 public void testSameDBInstanceSubsequentGetReadableDatabase() throws Exception { 52 public void testInitialGetWritableDatabase() throws Exception { 58 public void testSubsequentGetWritableDatabase() throws Exception { 66 public void testSameDBInstanceSubsequentGetWritableDatabase() throws Exception { 74 public void testClose() throws Exception {
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/ |
FakeHttpLayerTest.java | 28 public void setUp() throws Exception { 33 public void requestMatcherBuilder_shouldAddHost() throws Exception { 39 public void requestMatcherBuilder_shouldAddMethod() throws Exception { 45 public void requestMatcherBuilder_shouldAddPath() throws Exception { 51 public void requestMatcherBuilder_shouldAddParams() throws Exception { 57 public void requestMatcherBuilder_shouldAddHeaders() throws Exception { 63 public void matches__shouldMatchHeaders() throws Exception { 76 public void matches__shouldMatchPostBody() throws Exception {
|
/external/smali/examples/RecursiveExceptionHandler/ |
Main.smali | 13 .catch Ljava/lang/Exception; {:first_try_start .. :first_try_end} :first_handler 20 .catch Ljava/lang/Exception; {:second_try_start .. :second_try_end} :second_handler
|
/libcore/benchmarks/src/benchmarks/regression/ |
NativeMethodBenchmark.java | 23 public void time_emptyJniStaticSynchronizedMethod0(int reps) throws Exception { 29 public void time_emptyJniSynchronizedMethod0(int reps) throws Exception { 36 public void time_emptyJniStaticMethod0(int reps) throws Exception { 42 public void time_emptyJniMethod0(int reps) throws Exception { 49 public void time_emptyJniStaticMethod6(int reps) throws Exception { 57 public void time_emptyJniMethod6(int reps) throws Exception { 66 public void time_emptyJniStaticMethod6L(int reps) throws Exception { 72 public void time_emptyJniMethod6L(int reps) throws Exception {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
WrappedCharBufferTest1.java | 23 protected void setUp() throws Exception { 30 protected void tearDown() throws Exception { 44 fail("Should throw Exception"); //$NON-NLS-1$ 50 fail("Should throw Exception"); //$NON-NLS-1$ 56 fail("Should throw Exception"); //$NON-NLS-1$ 62 fail("Should throw Exception"); //$NON-NLS-1$ 68 fail("Should throw Exception"); //$NON-NLS-1$ 74 fail("Should throw Exception"); //$NON-NLS-1$
|
WrappedDoubleBufferTest.java | 21 protected void setUp() throws Exception { 28 protected void tearDown() throws Exception { 42 fail("Should throw Exception"); //$NON-NLS-1$ 48 fail("Should throw Exception"); //$NON-NLS-1$ 54 fail("Should throw Exception"); //$NON-NLS-1$ 60 fail("Should throw Exception"); //$NON-NLS-1$ 66 fail("Should throw Exception"); //$NON-NLS-1$ 72 fail("Should throw Exception"); //$NON-NLS-1$
|
WrappedFloatBufferTest.java | 21 protected void setUp() throws Exception { 28 protected void tearDown() throws Exception { 42 fail("Should throw Exception"); //$NON-NLS-1$ 48 fail("Should throw Exception"); //$NON-NLS-1$ 54 fail("Should throw Exception"); //$NON-NLS-1$ 60 fail("Should throw Exception"); //$NON-NLS-1$ 66 fail("Should throw Exception"); //$NON-NLS-1$ 72 fail("Should throw Exception"); //$NON-NLS-1$
|
WrappedIntBufferTest.java | 21 protected void setUp() throws Exception { 28 protected void tearDown() throws Exception { 42 fail("Should throw Exception"); //$NON-NLS-1$ 48 fail("Should throw Exception"); //$NON-NLS-1$ 54 fail("Should throw Exception"); //$NON-NLS-1$ 60 fail("Should throw Exception"); //$NON-NLS-1$ 66 fail("Should throw Exception"); //$NON-NLS-1$ 72 fail("Should throw Exception"); //$NON-NLS-1$
|
WrappedLongBufferTest.java | 21 protected void setUp() throws Exception { 28 protected void tearDown() throws Exception { 42 fail("Should throw Exception"); //$NON-NLS-1$ 48 fail("Should throw Exception"); //$NON-NLS-1$ 54 fail("Should throw Exception"); //$NON-NLS-1$ 60 fail("Should throw Exception"); //$NON-NLS-1$ 66 fail("Should throw Exception"); //$NON-NLS-1$ 72 fail("Should throw Exception"); //$NON-NLS-1$
|
WrappedShortBufferTest.java | 21 protected void setUp() throws Exception { 28 protected void tearDown() throws Exception { 42 fail("Should throw Exception"); //$NON-NLS-1$ 48 fail("Should throw Exception"); //$NON-NLS-1$ 54 fail("Should throw Exception"); //$NON-NLS-1$ 60 fail("Should throw Exception"); //$NON-NLS-1$ 66 fail("Should throw Exception"); //$NON-NLS-1$ 72 fail("Should throw Exception"); //$NON-NLS-1$
|
/libcore/luni/src/test/java/libcore/icu/ |
TransliteratorTest.java | 20 public void testAll() throws Exception { 28 public void test_Unknown() throws Exception { 36 public void test_null_id() throws Exception { 44 public void test_null_string() throws Exception { 53 public void test_Any_Upper() throws Exception { 59 public void test_Any_Lower() throws Exception { 64 public void test_Greek_Latin() throws Exception { 82 public void test_Han_Latin() throws Exception {
|
/libcore/luni/src/test/java/libcore/java/io/ |
RandomAccessFileTest.java | 30 @Override protected void setUp() throws Exception { 34 @Override protected void tearDown() throws Exception { 38 public void testSeekTooLarge() throws Exception { 47 public void testSetLengthTooLarge() throws Exception { 56 public void testSetLength64() throws Exception { 66 public void testRandomAccessFileHasCleanupFinalizer() throws Exception { 76 private void createRandomAccessFile(File file) throws Exception { 82 public void testDirectories() throws Exception {
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldBidiTest.java | 31 } catch (Exception e) { 32 fail("Unexpected exception " + e.toString()); 48 } catch (Exception e) { 49 fail("Unexpected exception: " + e); 55 } catch (Exception e) { 56 fail("Unexpected exception: " + e); 62 } catch (Exception e) { 63 fail("Unexpected exception: " + e);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
exception | 0 // Exception Handling support header for -*- C++ -*- 20 // permissions described in the GCC Runtime Library Exception, version 24 // a copy of the GCC Runtime Library Exception along with this program; 28 /** @file exception 47 * Classes and functions for reporting errors via exception classes. 56 * your own %exception classes, or use a different hierarchy, or to 59 class exception 62 exception() throw() { } 63 virtual ~exception() throw(); 70 /** If an %exception is thrown which is not listed in a function' [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
exception | 0 // Exception Handling support header for -*- C++ -*- 20 // permissions described in the GCC Runtime Library Exception, version 24 // a copy of the GCC Runtime Library Exception along with this program; 28 /** @file exception 49 * Classes and functions for reporting errors via exception classes. 58 * your own %exception classes, or use a different hierarchy, or to 61 class exception 64 exception() throw() { } 65 virtual ~exception() throw(); 72 /** If an %exception is thrown which is not listed in a function' [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
exception | 0 // Exception Handling support header for -*- C++ -*- 20 // permissions described in the GCC Runtime Library Exception, version 24 // a copy of the GCC Runtime Library Exception along with this program; 28 /** @file exception 49 * Classes and functions for reporting errors via exception classes. 58 * your own %exception classes, or use a different hierarchy, or to 61 class exception 64 exception() throw() { } 65 virtual ~exception() throw(); 72 /** If an %exception is thrown which is not listed in a function' [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
exception | 0 // Exception Handling support header for -*- C++ -*- 20 // permissions described in the GCC Runtime Library Exception, version 24 // a copy of the GCC Runtime Library Exception along with this program; 28 /** @file exception 47 * Classes and functions for reporting errors via exception classes. 56 * your own %exception classes, or use a different hierarchy, or to 59 class exception 62 exception() throw() { } 63 virtual ~exception() throw(); 70 /** If an %exception is thrown which is not listed in a function' [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
exception | 0 // Exception Handling support header for -*- C++ -*- 20 // permissions described in the GCC Runtime Library Exception, version 24 // a copy of the GCC Runtime Library Exception along with this program; 28 /** @file exception 47 * Classes and functions for reporting errors via exception classes. 56 * your own %exception classes, or use a different hierarchy, or to 59 class exception 62 exception() throw() { } 63 virtual ~exception() throw(); 70 /** If an %exception is thrown which is not listed in a function' [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
exception | 0 // Exception Handling support header for -*- C++ -*- 20 // permissions described in the GCC Runtime Library Exception, version 24 // a copy of the GCC Runtime Library Exception along with this program; 28 /** @file exception 47 * Classes and functions for reporting errors via exception classes. 56 * your own %exception classes, or use a different hierarchy, or to 59 class exception 62 exception() throw() { } 63 virtual ~exception() throw(); 70 /** If an %exception is thrown which is not listed in a function' [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
exception | 0 // Exception Handling support header for -*- C++ -*- 20 // permissions described in the GCC Runtime Library Exception, version 24 // a copy of the GCC Runtime Library Exception along with this program; 28 /** @file exception 47 * Classes and functions for reporting errors via exception classes. 56 * your own %exception classes, or use a different hierarchy, or to 59 class exception 62 exception() throw() { } 63 virtual ~exception() throw(); 70 /** If an %exception is thrown which is not listed in a function' [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
exception | 0 // Exception Handling support header for -*- C++ -*- 20 // permissions described in the GCC Runtime Library Exception, version 24 // a copy of the GCC Runtime Library Exception along with this program; 28 /** @file exception 49 * Classes and functions for reporting errors via exception classes. 58 * your own %exception classes, or use a different hierarchy, or to 61 class exception 64 exception() throw() { } 65 virtual ~exception() throw(); 72 /** If an %exception is thrown which is not listed in a function' [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
exception | 0 // Exception Handling support header for -*- C++ -*- 20 // permissions described in the GCC Runtime Library Exception, version 24 // a copy of the GCC Runtime Library Exception along with this program; 28 /** @file exception 50 * Classes and functions for reporting errors via exception classes. 59 * your own %exception classes, or use a different hierarchy, or to 62 class exception 65 exception() _GLIBCXX_USE_NOEXCEPT { } 66 virtual ~exception() _GLIBCXX_USE_NOEXCEPT; 73 /** If an %exception is thrown which is not listed in a function' [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
exception | 0 // Exception Handling support header for -*- C++ -*- 20 // permissions described in the GCC Runtime Library Exception, version 24 // a copy of the GCC Runtime Library Exception along with this program; 28 /** @file exception 49 * Classes and functions for reporting errors via exception classes. 58 * your own %exception classes, or use a different hierarchy, or to 61 class exception 64 exception() throw() { } 65 virtual ~exception() throw(); 72 /** If an %exception is thrown which is not listed in a function' [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
exception | 0 // Exception Handling support header for -*- C++ -*- 20 // permissions described in the GCC Runtime Library Exception, version 24 // a copy of the GCC Runtime Library Exception along with this program; 28 /** @file exception 50 * Classes and functions for reporting errors via exception classes. 59 * your own %exception classes, or use a different hierarchy, or to 62 class exception 65 exception() _GLIBCXX_USE_NOEXCEPT { } 66 virtual ~exception() _GLIBCXX_USE_NOEXCEPT; 73 /** If an %exception is thrown which is not listed in a function' [all...] |