HomeSort by relevance Sort by last modified time
    Searched refs:Throwable (Results 626 - 650 of 3051) sorted by null

<<21222324252627282930>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_int/
Test_shr_int.java 92 } catch (Throwable t) {
107 } catch (Throwable t) {
120 } catch (Throwable t) {
133 } catch (Throwable t) {
147 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_int_2addr/
Test_shr_int_2addr.java 92 } catch (Throwable t) {
107 } catch (Throwable t) {
120 } catch (Throwable t) {
133 } catch (Throwable t) {
147 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_int_lit8/
Test_shr_int_lit8.java 95 } catch (Throwable t) {
110 } catch (Throwable t) {
123 } catch (Throwable t) {
136 } catch (Throwable t) {
150 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_long/
Test_sub_long.java 108 } catch (Throwable t) {
121 } catch (Throwable t) {
134 } catch (Throwable t) {
147 } catch (Throwable t) {
161 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sub_long_2addr/
Test_sub_long_2addr.java 108 } catch (Throwable t) {
122 } catch (Throwable t) {
135 } catch (Throwable t) {
148 } catch (Throwable t) {
161 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_int/
Test_ushr_int.java 108 } catch (Throwable t) {
121 } catch (Throwable t) {
134 } catch (Throwable t) {
147 } catch (Throwable t) {
161 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_int_2addr/
Test_ushr_int_2addr.java 108 } catch (Throwable t) {
121 } catch (Throwable t) {
134 } catch (Throwable t) {
147 } catch (Throwable t) {
161 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_long/
Test_xor_long.java 81 } catch (Throwable t) {
97 } catch (Throwable t) {
111 } catch (Throwable t) {
125 } catch (Throwable t) {
139 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/xor_long_2addr/
Test_xor_long_2addr.java 82 } catch (Throwable t) {
98 } catch (Throwable t) {
112 } catch (Throwable t) {
126 } catch (Throwable t) {
140 } catch (Throwable t) {
  /external/easymock/src/org/easymock/internal/
Result.java 36 public static Result createThrowResult(final Throwable throwable) {
41 public Object answer() throws Throwable {
42 throw throwable;
47 return "Answer throwing " + throwable;
58 public Object answer() throws Throwable {
75 public Object answer() throws Throwable {
102 public Object answer() throws Throwable {
  /external/mockito/src/org/mockito/internal/handler/
InvocationNotifierHandler.java 36 public Object handle(Invocation invocation) throws Throwable {
41 } catch (Throwable t){
52 } catch(Throwable listenerThrowable) {
58 private void notifyMethodCallException(Invocation invocation, Throwable exception) {
62 } catch(Throwable listenerThrowable) {
  /external/smack/src/org/jivesoftware/smack/
XMPPException.java 47 private Throwable wrappedThrowable = null;
66 * Creates a new XMPPException with the Throwable that was the root cause of the
71 public XMPPException(Throwable wrappedThrowable) {
101 * Throwable that was the root cause of the exception.
106 public XMPPException(String message, Throwable wrappedThrowable) {
113 * and the Throwable that was the root cause of the exception.
119 public XMPPException(String message, XMPPError error, Throwable wrappedThrowable) {
159 * Returns the Throwable asscociated with this exception, or <tt>null</tt> if there
162 * @return the Throwable asscociated with this exception.
164 public Throwable getWrappedThrowable()
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LogTest.java 29 Throwable throwable = new Throwable(); local
31 Log.d("tag", "msg", throwable);
33 assertLogged(Log.DEBUG, "tag", "msg", throwable);
45 Throwable throwable = new Throwable(); local
47 Log.e("tag", "msg", throwable);
49 assertLogged(Log.ERROR, "tag", "msg", throwable);
61 Throwable throwable = new Throwable(); local
77 Throwable throwable = new Throwable(); local
93 Throwable throwable = new Throwable(); local
102 Throwable throwable = new Throwable(); local
116 Throwable throwable = new Throwable(); local
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
FmRadio.java 136 protected void finalize() throws Throwable {
173 Log.d(TAG, Log.getStackTraceString(new Throwable()));
194 Log.d(TAG, Log.getStackTraceString(new Throwable()));
216 Log.d(TAG, Log.getStackTraceString(new Throwable()));
237 Log.d(TAG, Log.getStackTraceString(new Throwable()));
258 Log.d(TAG, Log.getStackTraceString(new Throwable()));
275 Log.d(TAG, Log.getStackTraceString(new Throwable()));
292 Log.d(TAG, Log.getStackTraceString(new Throwable()));
309 Log.d(TAG, Log.getStackTraceString(new Throwable()));
326 Log.d(TAG, Log.getStackTraceString(new Throwable()));
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/
Test_aput_object.java 136 } catch (Throwable t) {
149 } catch (Throwable t) {
162 } catch (Throwable t) {
175 } catch (Throwable t) {
188 } catch (Throwable t) {
201 } catch (Throwable t) {
214 } catch (Throwable t) {
227 } catch (Throwable t) {
241 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/
Test_sput_boolean.java 91 } catch (Throwable t) {
105 } catch (Throwable t) {
135 } catch (Throwable t) {
216 } catch (Throwable t) {
230 } catch (Throwable t) {
244 } catch (Throwable t) {
258 } catch (Throwable t) {
272 } catch (Throwable t) {
286 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/
Test_sput_byte.java 89 } catch (Throwable t) {
103 } catch (Throwable t) {
133 } catch (Throwable t) {
214 } catch (Throwable t) {
228 } catch (Throwable t) {
242 } catch (Throwable t) {
256 } catch (Throwable t) {
270 } catch (Throwable t) {
283 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_char/
Test_sput_char.java 89 } catch (Throwable t) {
103 } catch (Throwable t) {
133 } catch (Throwable t) {
214 } catch (Throwable t) {
228 } catch (Throwable t) {
242 } catch (Throwable t) {
256 } catch (Throwable t) {
270 } catch (Throwable t) {
284 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/
Test_sput_short.java 89 } catch (Throwable t) {
103 } catch (Throwable t) {
133 } catch (Throwable t) {
214 } catch (Throwable t) {
228 } catch (Throwable t) {
242 } catch (Throwable t) {
256 } catch (Throwable t) {
270 } catch (Throwable t) {
284 } catch (Throwable t) {
  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 82 private void log( Level level, String msg, Throwable ex ) {
87 Throwable dummyException=new Throwable();
122 * @see org.apache.commons.logging.Log#debug(Object, Throwable)
124 public void debug(Object message, Throwable exception) {
145 * @see org.apache.commons.logging.Log#error(Object, Throwable)
147 public void error(Object message, Throwable exception) {
168 * @see org.apache.commons.logging.Log#fatal(Object, Throwable)
170 public void fatal(Object message, Throwable exception) {
202 * @see org.apache.commons.logging.Log#info(Object, Throwable)
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
GetTitleTest.java 57 private String loadFromDataAndGetTitle(String html) throws Throwable {
63 private PageInfo loadFromUrlAndGetTitle(String html, String filename) throws Throwable {
80 * @throws Throwable
85 public void testLoadDataGetTitle() throws Throwable {
92 * @throws Throwable
96 public void testGetTitleOnDataContainingEmptyTitle() throws Throwable {
106 * @throws Throwable
110 public void testGetTitleOnDataContainingNoTitle() throws Throwable {
119 * @throws Throwable
123 public void testLoadUrlGetTitle() throws Throwable {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMException.java 66 Throwable containedException;
71 * @return An Throwable object, or null.
74 public Throwable getException() {
79 * Returns the cause of this throwable or <code>null</code> if the
80 * cause is nonexistent or unknown. (The cause is the throwable that
81 * caused this throwable to get thrown.)
83 public Throwable getCause() {
91 * Initializes the <i>cause</i> of this throwable to the specified value.
92 * (The cause is the throwable that caused this throwable to get thrown.
    [all...]
  /external/junit/src/org/junit/experimental/theories/
Theories.java 29 protected void collectInitializationErrors(List<Throwable> errors) {
34 private void validateDataPointFields(List<Throwable> errors) {
43 protected void validateConstructor(List<Throwable> errors) {
48 protected void validateTestMethods(List<Throwable> errors) {
88 public void evaluate() throws Throwable {
99 throws Throwable {
109 Throwable {
118 InvocationTargetException, NoSuchMethodException, Throwable {
122 List<Throwable> errors) {
131 public void evaluate() throws Throwable {
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
ValueAnimatorTest.java 41 public void testDuration() throws Throwable {
48 public void testIsRunning() throws Throwable {
55 public void testIsStarted() throws Throwable {
65 public void testRepeatMode() throws Throwable {
72 public void testRepeatCount() throws Throwable {
85 public void testCurrentPlayTime() throws Throwable {
92 public void testGetFrameDelay() throws Throwable {
101 public void testSetInterpolator() throws Throwable {
108 public void testCancel() throws Throwable {
115 public void testEnd() throws Throwable {
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/float_to_double/
Test_float_to_double.java 109 } catch (Throwable t) {
123 } catch (Throwable t) {
136 } catch (Throwable t) {
149 } catch (Throwable t) {
162 } catch (Throwable t) {
176 } catch (Throwable t) {

Completed in 1402 milliseconds

<<21222324252627282930>>