HomeSort by relevance Sort by last modified time
    Searched full:catch (Results 26 - 50 of 15925) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/096-dex-giant-catch/
expected.txt 3 catch java.lang.RuntimeException -> 00011260
5 catch java.lang.RuntimeException -> 00011260
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh21.cpp 8 } catch ( char * ) {
10 } catch ( int ) {
eh26.cpp 9 } catch(const MyExceptionHandler& eh) {
11 } catch(...) {
eh35.cpp 7 } catch (char a) {
10 } catch (int i) {
12 } catch (char c) {
filter1.cpp 1 // Test that cleanups get run when a catch filter fails to match.
24 catch (e2 &)
36 catch (...)
inline2.cpp 3 // Test that inlining a destructor with a catch block doesn't confuse the
10 catch (...) { }
21 catch (int i)
unexpected1.cpp 19 catch (One &)
39 catch (Two &)
42 catch (...)
catch3.cpp 6 // We cannot catch an ambiguous base class. Check with a non-virtual public
39 catch(A *p) { abort(); } // A is ambiguous
40 catch(D *p) { caught = 1; if (p != d) abort();}
41 catch(...) { abort(); }
46 catch(A *p) { abort(); } // A is ambiguous
47 catch(B *p) { caught = 1; if (p != d) abort();}
48 catch(...) { abort(); }
53 catch(A *p) { abort(); } // A is ambiguous
54 catch(C *p) { caught = 1; if (p != d) abort();}
55 catch(...) { abort();
    [all...]
catch3p.cpp 6 // We cannot catch an ambiguous base class. Check with a non-virtual
33 catch(A *p) { abort(); } // A is ambiguous
34 catch(D *p) { caught = 1; if (p != d) abort();}
35 catch(...) { abort(); }
40 catch(A *p) { abort(); } // A is ambiguous
41 catch(B *p) { caught = 1; if (p != d) abort();}
42 catch(...) { abort(); }
47 catch(A *p) { abort(); } // A is ambiguous
48 catch(C *p) { caught = 1; if (p != d) abort();}
49 catch(...) { abort();
    [all...]
catch9.cpp 6 // We cannot catch an ambiguous base class.
33 catch(A *p) { abort(); } // A is ambiguous
34 catch(D *p) { caught = 1; if (p != d) abort();}
35 catch(...) { abort(); }
40 catch(A *p) { abort(); } // A is ambiguous
41 catch(B *p) { caught = 1; if (p != d) abort();}
42 catch(...) { abort(); }
47 catch(A *p) { abort(); } // A is ambiguous
48 catch(C *p) { caught = 1; if (p != d) abort();}
49 catch(...) { abort();
    [all...]
catch9p.cpp 6 // We cannot catch an ambiguous base class.
33 catch(A *p) { abort(); } // A is ambiguous
34 catch(D *p) { caught = 1; if (p != d) abort();}
35 catch(...) { abort(); }
40 catch(A *p) { abort(); } // A is ambiguous
41 catch(B *p) { caught = 1; if (p != d) abort();}
42 catch(...) { abort(); }
47 catch(A *p) { abort(); } // A is ambiguous
48 catch(C *p) { caught = 1; if (p != d) abort();}
49 catch(...) { abort();
    [all...]
  /ndk/tests/device/test-stlport_static-exception/jni/
eh21.cpp 8 } catch ( char * ) {
10 } catch ( int ) {
eh26.cpp 9 } catch(const MyExceptionHandler& eh) {
11 } catch(...) {
eh35.cpp 7 } catch (char a) {
10 } catch (int i) {
12 } catch (char c) {
filter1.cpp 1 // Test that cleanups get run when a catch filter fails to match.
24 catch (e2 &)
36 catch (...)
inline2.cpp 3 // Test that inlining a destructor with a catch block doesn't confuse the
10 catch (...) { }
21 catch (int i)
unexpected1.cpp 19 catch (One &)
39 catch (Two &)
42 catch (...)
catch3.cpp 6 // We cannot catch an ambiguous base class. Check with a non-virtual public
39 catch(A *p) { abort(); } // A is ambiguous
40 catch(D *p) { caught = 1; if (p != d) abort();}
41 catch(...) { abort(); }
46 catch(A *p) { abort(); } // A is ambiguous
47 catch(B *p) { caught = 1; if (p != d) abort();}
48 catch(...) { abort(); }
53 catch(A *p) { abort(); } // A is ambiguous
54 catch(C *p) { caught = 1; if (p != d) abort();}
55 catch(...) { abort();
    [all...]
catch3p.cpp 6 // We cannot catch an ambiguous base class. Check with a non-virtual
33 catch(A *p) { abort(); } // A is ambiguous
34 catch(D *p) { caught = 1; if (p != d) abort();}
35 catch(...) { abort(); }
40 catch(A *p) { abort(); } // A is ambiguous
41 catch(B *p) { caught = 1; if (p != d) abort();}
42 catch(...) { abort(); }
47 catch(A *p) { abort(); } // A is ambiguous
48 catch(C *p) { caught = 1; if (p != d) abort();}
49 catch(...) { abort();
    [all...]
catch9.cpp 6 // We cannot catch an ambiguous base class.
33 catch(A *p) { abort(); } // A is ambiguous
34 catch(D *p) { caught = 1; if (p != d) abort();}
35 catch(...) { abort(); }
40 catch(A *p) { abort(); } // A is ambiguous
41 catch(B *p) { caught = 1; if (p != d) abort();}
42 catch(...) { abort(); }
47 catch(A *p) { abort(); } // A is ambiguous
48 catch(C *p) { caught = 1; if (p != d) abort();}
49 catch(...) { abort();
    [all...]
  /external/clang/test/CodeGenCXX/
PR5863-unreachable-block.cpp 11 try { } catch (...) { } // empty try/catch block needed for failure
12 } catch (...) { } // this try/catch block needed for failure
  /dalvik/dx/tests/115-merge/testdata/
TryCatchFinally.java 12 } catch (IllegalStateException e) { method
14 } catch (NullPointerException expected) { method
16 } catch (RuntimeException e) { method
  /external/clang/test/PCH/
objc_stmts.h 16 } @catch(A *a) {
17 } @catch(B *b) {
18 } @catch(...) {
  /external/clang/test/Rewriter/
rewrite-eh.m 13 } @catch (NSException *e) {
15 @catch (Foo *f) {
17 @catch (...) {
  /ndk/tests/device/gnustl-shared-1/jni/
main.cpp 11 // Catch all exceptions. Note that if we used catch (std::exception& e)
14 catch (...) {

Completed in 1480 milliseconds

12 3 4 5 6 7 8 91011>>