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

1 2 34 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport_shared-exception/jni/
spec3_1.cpp 26 catch (char)
30 catch (int)
34 catch (std::bad_exception)
spec4.cpp 26 catch (char)
30 catch (int)
34 catch (std::bad_exception)
catch11.cpp 5 // we should be able to catch a base a virtual, provided it is accessible by at
31 catch(A *p) {
35 catch(...) { abort(); }
40 catch(B *p) { abort ();}
41 catch(...) { caught = 1; }
46 catch(C *p) {
50 catch(...) { abort(); }
55 catch(D *p) { abort ();}
56 catch(...) { caught = 1; }
catch12.cpp 5 // we should be able to catch a base a virtual, provided it is accessible by at
31 catch(A *p) { caught = 1; if (p != e) abort();}
32 catch(...) { abort(); }
37 catch(B *p) { caught = 1; if (p != e) abort();}
38 catch(...) { abort (); }
43 catch(C *p) { caught = 1; if (p != e) abort();}
44 catch(...) { abort(); }
49 catch(D *p) { caught = 1; if (p != e) abort ();}
50 catch(...) { abort (); }
eb88.cpp 13 catch (...)
filter2.cpp 1 // Test that terminate gets run when a catch filter fails to match while
22 catch (e2 &)
36 catch (e2 &)
55 catch (...)
loop2.cpp 9 catch (...) { break; }
spec9.cpp 18 catch (IntArray) {}
tmpl1.cpp 13 } catch (...) {
  /ndk/tests/device/test-stlport_static-exception/jni/
eh24.cpp 23 } catch (double i) {
26 } catch (int i) {
30 } catch (int i) {
eh40.cpp 13 } catch (char c) {
16 } catch (...) {
26 } catch (...) {
spec1.cpp 26 catch (char)
30 catch (int)
34 catch (std::bad_exception)
spec2.cpp 26 catch (char)
30 catch (int)
34 catch (std::bad_exception)
spec3_1.cpp 26 catch (char)
30 catch (int)
34 catch (std::bad_exception)
spec4.cpp 26 catch (char)
30 catch (int)
34 catch (std::bad_exception)
catch11.cpp 5 // we should be able to catch a base a virtual, provided it is accessible by at
31 catch(A *p) {
35 catch(...) { abort(); }
40 catch(B *p) { abort ();}
41 catch(...) { caught = 1; }
46 catch(C *p) {
50 catch(...) { abort(); }
55 catch(D *p) { abort ();}
56 catch(...) { caught = 1; }
catch12.cpp 5 // we should be able to catch a base a virtual, provided it is accessible by at
31 catch(A *p) { caught = 1; if (p != e) abort();}
32 catch(...) { abort(); }
37 catch(B *p) { caught = 1; if (p != e) abort();}
38 catch(...) { abort (); }
43 catch(C *p) { caught = 1; if (p != e) abort();}
44 catch(...) { abort(); }
49 catch(D *p) { caught = 1; if (p != e) abort ();}
50 catch(...) { abort (); }
eb88.cpp 13 catch (...)
filter2.cpp 1 // Test that terminate gets run when a catch filter fails to match while
22 catch (e2 &)
36 catch (e2 &)
55 catch (...)
loop2.cpp 9 catch (...) { break; }
spec9.cpp 18 catch (IntArray) {}
  /dalvik/tests/003-omnibus-opcodes/src/
UnresTest2.java 14 } catch (NoClassDefFoundError ncdfe) { method
20 } catch (NoClassDefFoundError ncdfe) { method
35 } catch (NoClassDefFoundError ncdfe) { method
42 } catch (NoClassDefFoundError ncdfe) { method
  /external/clang/test/Parser/
cxx-stmt.cpp 7 } catch(int i) {
9 } catch(...) {
18 catch; // expected-error {{expected '('}}
21 catch (...); // expected-error {{expected '{'}}
24 catch {} // expected-error {{expected '('}}
28 } catch(...) {
35 A() try : i(0) {} catch(...) {}
36 void f() try {} catch(...) {}
41 A::A(int j) try : i(j) {} catch(...) {}
  /external/clang/test/SemaObjC/
scope-check.m 11 } @catch (A *x) { // expected-note {{jump bypasses initialization of @catch block}}
13 } @catch (B *x) {
14 } @catch (C *c) {
22 } @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}}
25 } @catch (B *c) { // expected-note {{jump bypasses initialization of @catch block}}
34 } @catch (C *c) {
42 } @catch (A *c)
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldStringBufferTest.java 30 } catch(StringIndexOutOfBoundsException sioobe) { method
37 } catch(StringIndexOutOfBoundsException sioobe) { method
53 } catch (IndexOutOfBoundsException e) { method
60 } catch (IndexOutOfBoundsException e) { method
67 } catch (IndexOutOfBoundsException e) { method
74 } catch (IndexOutOfBoundsException e) { method
81 } catch (IndexOutOfBoundsException e) { method
88 } catch (IndexOutOfBoundsException e) { method
97 } catch(StringIndexOutOfBoundsException sioobe) { method
104 } catch(StringIndexOutOfBoundsException sioobe) method
113 } catch(StringIndexOutOfBoundsException sioobe) { method
120 } catch(StringIndexOutOfBoundsException sioobe) { method
129 } catch(StringIndexOutOfBoundsException sioobe) { method
136 } catch(StringIndexOutOfBoundsException sioobe) { method
145 } catch(StringIndexOutOfBoundsException sioobe) { method
152 } catch(StringIndexOutOfBoundsException sioobe) { method
162 } catch(StringIndexOutOfBoundsException sioobe) { method
169 } catch(StringIndexOutOfBoundsException sioobe) { method
178 } catch(StringIndexOutOfBoundsException sioobe) { method
185 } catch(StringIndexOutOfBoundsException sioobe) { method
194 } catch(StringIndexOutOfBoundsException sioobe) { method
201 } catch(StringIndexOutOfBoundsException sioobe) { method
210 } catch(StringIndexOutOfBoundsException sioobe) { method
217 } catch(StringIndexOutOfBoundsException sioobe) { method
224 } catch(StringIndexOutOfBoundsException sioobe) { method
232 } catch(StringIndexOutOfBoundsException sioobe) { method
242 } catch(IndexOutOfBoundsException ioobe) { method
248 } catch(IndexOutOfBoundsException ioobe) { method
257 } catch(StringIndexOutOfBoundsException oobe) { method
264 } catch(StringIndexOutOfBoundsException oobe) { method
273 } catch(StringIndexOutOfBoundsException oobe) { method
280 } catch(StringIndexOutOfBoundsException oobe) { method
287 } catch(StringIndexOutOfBoundsException oobe) { method
303 } catch (IndexOutOfBoundsException ioobe) { method
310 } catch (IndexOutOfBoundsException ioobe) { method
317 } catch (IndexOutOfBoundsException ioobe) { method
    [all...]

Completed in 511 milliseconds

1 2 34 5 6 7 8 91011>>