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

<<11121314151617181920>>

  /external/junit/src/org/junit/runner/notification/
StoppedByUserException.java 5 * test running GUIs should be prepared to catch a <code>StoppedByUserException</code>.
  /external/llvm/test/Assembler/
2007-01-02-Undefined-Arg-Type.ll 1 ; The assembler should catch an undefined argument type .
  /external/nist-sip/java/javax/sip/
DialogState.java 15 } catch (IndexOutOfBoundsException e) { method
  /external/replicaisland/src/com/replica/replicaisland/
GameComponentPool.java 40 } catch (IllegalAccessException e) { method
41 // TODO Auto-generated catch block
43 } catch (InstantiationException e) { method
44 // TODO Auto-generated catch block
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowHandlerThread.java 50 } catch (InterruptedException ignored) { method
74 } catch (NoSuchMethodException ignored) { method
75 } catch (InvocationTargetException ignored) { method
76 } catch (IllegalAccessException ignored) { method
ShadowNfcAdapter.java 30 } catch (InstantiationException e) { method
32 } catch (IllegalAccessException e) { method
34 } catch (InvocationTargetException e) { method
36 } catch (NoSuchMethodException e) { method
  /frameworks/base/test-runner/src/junit/runner/
LoadingTestCollector.java 29 catch (ClassNotFoundException expected) { method
31 catch (NoClassDefFoundError notFatal) { method
56 } catch(Exception e) { method
65 } catch(NoSuchMethodException e) { method
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
Looper_Accessor.java 32 } catch (SecurityException e) { method
34 } catch (IllegalArgumentException e) { method
36 } catch (NoSuchFieldException e) { method
38 } catch (IllegalAccessException e) { method
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MissingClassesTest.java 42 } catch (NoClassDefFoundError expected) { method
50 } catch (NoClassDefFoundError expected) { method
58 } catch (NoClassDefFoundError expected) { method
66 } catch (NoClassDefFoundError expected) { method
  /libcore/luni/src/test/java/libcore/java/nio/
NoArrayTest.java 36 } catch (ReadOnlyBufferException expected) { method
37 } catch (UnsupportedOperationException expected) { method
42 } catch (ReadOnlyBufferException expected) { method
43 } catch (UnsupportedOperationException expected) { method
  /libcore/support/src/test/java/tests/security/
KeyAgreementHelper.java 44 } catch (NoSuchAlgorithmException e) { method
50 } catch (InvalidKeyException e) { method
55 } catch (InvalidKeyException e) { method
57 } catch (IllegalStateException e) { method
  /ndk/sources/cxx-stl/gabi++/tests/
catch_array_01.cpp 10 // Can you have a catch clause of array type that catches anything?
23 catch (Array& b) // can't catch char*
27 catch (...)
catch_class_03.cpp 99 catch (const A& a) // can catch A
108 catch (const C1&)
112 catch (const C2&)
116 catch (const B&)
133 catch (const B& a) // can not catch B (ambiguous base)
137 catch (const C1& c1) // can catch C1
143 catch (const C2&
    [all...]
catch_function_01.cpp 10 // Can you have a catch clause of array type that catches anything?
24 catch (Function& b) // can't catch void (*)()
28 catch (...)
catch_member_data_pointer_01.cpp 28 catch (md2)
32 catch (md1)
44 catch (md1)
48 catch (md2)
catch_member_function_pointer_01.cpp 28 catch (mf2)
32 catch (mf1)
44 catch (mf1)
48 catch (mf2)
catch_member_pointer_nullptr.cpp 30 catch (md2)
33 catch (md1)
46 catch (md1)
49 catch (md2)
catch_pointer_nullptr.cpp 21 catch (int*)
24 catch (long*)
39 catch (A*)
42 catch (int*)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/
current_exception.pass.cpp 41 catch (...)
56 catch (...)
76 catch (A& a)
96 catch (A a)
115 catch (...)
124 catch (...)
140 catch (...)
151 catch (...)
167 catch (...)
176 catch (...
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
array1_2.cpp 22 } catch (...) {
ctor1.cpp 34 catch(int i)
dyncast1.cpp 18 } catch (std::bad_cast) {
eh-global-1.cpp 37 catch (A& a) { }
eh10.cpp 23 } catch (int& i) {
eh16.cpp 22 } catch (...) {

Completed in 1065 milliseconds

<<11121314151617181920>>