HomeSort by relevance Sort by last modified time
    Searched full:throwable (Results 776 - 800 of 3684) sorted by null

<<31323334353637383940>>

  /libcore/dalvik/src/main/java/dalvik/system/
CloseGuard.java 41 * protected void finalize() throws Throwable {
77 * protected void finalize() throws Throwable {
184 allocationSite = new Throwable(message);
187 private Throwable allocationSite;
219 public void report (String message, Throwable allocationSite);
226 @Override public void report (String message, Throwable allocationSite) {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetAttributeNS.java 72 * @throws Throwable
76 // public void testGetAttributeNS1() throws Throwable {
90 public void testGetAttributeNS2() throws Throwable {
111 public void testGetAttributeNS3() throws Throwable {
126 public void testGetAttributeNS4() throws Throwable {
145 public void testGetAttributeNS5() throws Throwable {
NodeIsSupported.java 79 * @throws Throwable
82 public void testIsSupported1() throws Throwable {
117 public void testIsSupported2() throws Throwable {
152 public void testIsSupported3() throws Throwable {
161 public void testIsSupported4() throws Throwable {
171 public void testIsSupported5() throws Throwable {
SetAttributeNodeNS.java 79 * @throws Throwable
82 public void testSetAttributeNode1() throws Throwable {
112 // public void testSetAttributeNode2() throws Throwable {
148 public void testSetAttributeNode3() throws Throwable {
165 public void testSetAttributeNode4() throws Throwable {
182 public void testSetAttributeNode5() throws Throwable {
SetNamedItemNS.java 74 * @throws Throwable Any uncaught exception causes test to fail
76 public void testSetNamedItemNS1() throws Throwable {
103 public void testSetNamedItemNS2() throws Throwable {
131 public void testSetNamedItemNS3() throws Throwable {
155 // public void testSetNamedItemNS4() throws Throwable {
196 public void testSetNamedItemNS5() throws Throwable {
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
MessagingException.java 74 public MessagingException(String message, Throwable throwable) {
75 this(UNSPECIFIED_EXCEPTION, message, throwable);
78 public MessagingException(int exceptionType, String message, Throwable throwable) {
79 super(message, throwable);
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/0.5.7/
builder-test-api-0.5.7.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 283 catch (Throwable throwable)
286 // throwable.printStackTrace();
290 while (throwable
293 throwable =
294 ((org.apache.xml.utils.WrappedRuntimeException) throwable).getException();
297 if ((throwable instanceof NullPointerException)
298 || (throwable instanceof ClassCastException))
301 (Exception) throwable);
307 if (throwable instanceof TransformerException
    [all...]
  /dalvik/vm/
Exception.cpp 33 with a Throwable at the time the Throwable is constructed. The construction
37 (1) A Throwable is created with a "new Throwable" statement in the
49 because it'll get overwritten as soon as the Throwable constructor starts
79 before the Throwable construction can overwrite the copy in Thread. One
92 in the Throwable).
210 "(Ljava/lang/String;Ljava/lang/Throwable;)V");
223 "(Ljava/lang/Object;Ljava/lang/Throwable;)V");
230 excepClass, "<init>", "(Ljava/lang/Throwable;)V")
634 ClassObject* throwable = local
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwViewportTest.java 21 public void testTargetDensityDpi() throws Throwable {
58 public void testWideViewportInitialScaleDoesNotExpandFixedLayoutWidth() throws Throwable {
84 public void testZeroValuesQuirk() throws Throwable {
116 public void testScreenSizeInPhysicalPixelsQuirk() throws Throwable {
171 public void testMetaMergeContentQuirk() throws Throwable {
203 public void testMetaMergeContentQuirkOverrides() throws Throwable {
228 public void testInitialScaleClobberQuirk() throws Throwable {
262 public void testNoUserScalableQuirk() throws Throwable {
296 throws Throwable {
302 } catch (Throwable t)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothMap.java 116 protected void finalize() throws Throwable {
166 if (DBG) log(Log.getStackTraceString(new Throwable()));
185 if (DBG) log(Log.getStackTraceString(new Throwable()));
203 if (DBG) log(Log.getStackTraceString(new Throwable()));
231 Log.e(TAG, Log.getStackTraceString(new Throwable()));
270 Log.e(TAG, Log.getStackTraceString(new Throwable()));
289 Log.e(TAG, Log.getStackTraceString(new Throwable()));
309 Log.e(TAG, Log.getStackTraceString(new Throwable()));
339 Log.e(TAG, Log.getStackTraceString(new Throwable()));
364 Log.e(TAG, Log.getStackTraceString(new Throwable()));
    [all...]
BluetoothHeadset.java 350 Log.e(TAG, Log.getStackTraceString(new Throwable()));
391 Log.e(TAG, Log.getStackTraceString(new Throwable()));
408 Log.e(TAG, Log.getStackTraceString(new Throwable()));
425 Log.e(TAG, Log.getStackTraceString(new Throwable()));
443 Log.e(TAG, Log.getStackTraceString(new Throwable()));
477 Log.e(TAG, Log.getStackTraceString(new Throwable()));
505 Log.e(TAG, Log.getStackTraceString(new Throwable()));
541 Log.e(TAG, Log.getStackTraceString(new Throwable()));
565 Log.e(TAG, Log.getStackTraceString(new Throwable()));
588 Log.e(TAG, Log.getStackTraceString(new Throwable()));
    [all...]
BluetoothInputDevice.java 302 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
342 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
359 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
376 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
393 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
426 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
453 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
508 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
534 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
558 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
    [all...]
  /prebuilts/tools/common/m2/internal/org/slf4j/slf4j-api/1.7.2/
slf4j-api-1.7.2.jar 
  /frameworks/base/core/java/android/util/
Log.java 90 TerribleFailure(String msg, Throwable cause) { super(msg, cause); }
128 public static int v(String tag, String msg, Throwable tr) {
149 public static int d(String tag, String msg, Throwable tr) {
170 public static int i(String tag, String msg, Throwable tr) {
191 public static int w(String tag, String msg, Throwable tr) {
221 public static int w(String tag, Throwable tr) {
242 public static int e(String tag, String msg, Throwable tr) {
274 public static int wtf(String tag, Throwable tr) {
280 * Similar to {@link #wtf(String, Throwable)}, with a message as well.
285 public static int wtf(String tag, String msg, Throwable tr)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
ProxyTest.java 53 throws Throwable {
102 throws Throwable {
119 throws Throwable {
186 } catch (Throwable e) {
209 throws Throwable {
236 throws Throwable {
307 throws Throwable {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jar 
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 47 import java.lang.Throwable;
132 public void testRecipientsRefReplyAllCustomFromReplyTo() throws Throwable {
174 public void testRecipientsRefReplyAllOnlyAccount() throws Throwable {
208 public void testRecipientsRefReplyAllOnlyCustomFrom() throws Throwable {
243 public void testReply() throws Throwable {
265 public void testReplyWithReplyTo() throws Throwable {
291 public void testReplyToSelf() throws Throwable {
316 public void testReplyAllToSelf() throws Throwable {
342 public void testReplyAllToSelfWithCc() throws Throwable {
368 public void testReplyAll() throws Throwable {
    [all...]
  /developers/build/prebuilts/gradle/ActivityInstrumentation/ActivityInstrumentationSample/src/main/java/com/example/android/common/logger/
Log.java 64 public static void println(int priority, String tag, String msg, Throwable tr) {
90 public static void v(String tag, String msg, Throwable tr) {
113 public static void d(String tag, String msg, Throwable tr) {
135 public static void i(String tag, String msg, Throwable tr) {
157 public static void w(String tag, String msg, Throwable tr) {
178 public static void w(String tag, Throwable tr) {
190 public static void e(String tag, String msg, Throwable tr) {
212 public static void wtf(String tag, String msg, Throwable tr) {
233 public static void wtf(String tag, Throwable tr) {
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/java/com/example/android/common/logger/
Log.java 64 public static void println(int priority, String tag, String msg, Throwable tr) {
90 public static void v(String tag, String msg, Throwable tr) {
113 public static void d(String tag, String msg, Throwable tr) {
135 public static void i(String tag, String msg, Throwable tr) {
157 public static void w(String tag, String msg, Throwable tr) {
178 public static void w(String tag, Throwable tr) {
190 public static void e(String tag, String msg, Throwable tr) {
212 public static void wtf(String tag, String msg, Throwable tr) {
233 public static void wtf(String tag, Throwable tr) {
  /developers/build/prebuilts/gradle/BasicAccessibility/BasicAccessibilitySample/src/main/java/com/example/android/common/logger/
Log.java 64 public static void println(int priority, String tag, String msg, Throwable tr) {
90 public static void v(String tag, String msg, Throwable tr) {
113 public static void d(String tag, String msg, Throwable tr) {
135 public static void i(String tag, String msg, Throwable tr) {
157 public static void w(String tag, String msg, Throwable tr) {
178 public static void w(String tag, Throwable tr) {
190 public static void e(String tag, String msg, Throwable tr) {
212 public static void wtf(String tag, String msg, Throwable tr) {
233 public static void wtf(String tag, Throwable tr) {
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/common/logger/
Log.java 64 public static void println(int priority, String tag, String msg, Throwable tr) {
90 public static void v(String tag, String msg, Throwable tr) {
113 public static void d(String tag, String msg, Throwable tr) {
135 public static void i(String tag, String msg, Throwable tr) {
157 public static void w(String tag, String msg, Throwable tr) {
178 public static void w(String tag, Throwable tr) {
190 public static void e(String tag, String msg, Throwable tr) {
212 public static void wtf(String tag, String msg, Throwable tr) {
233 public static void wtf(String tag, Throwable tr) {
  /developers/build/prebuilts/gradle/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/common/logger/
Log.java 64 public static void println(int priority, String tag, String msg, Throwable tr) {
90 public static void v(String tag, String msg, Throwable tr) {
113 public static void d(String tag, String msg, Throwable tr) {
135 public static void i(String tag, String msg, Throwable tr) {
157 public static void w(String tag, String msg, Throwable tr) {
178 public static void w(String tag, Throwable tr) {
190 public static void e(String tag, String msg, Throwable tr) {
212 public static void wtf(String tag, String msg, Throwable tr) {
233 public static void wtf(String tag, Throwable tr) {
  /developers/build/prebuilts/gradle/BasicGestureDetect/BasicGestureDetectSample/src/main/java/com/example/android/common/logger/
Log.java 64 public static void println(int priority, String tag, String msg, Throwable tr) {
90 public static void v(String tag, String msg, Throwable tr) {
113 public static void d(String tag, String msg, Throwable tr) {
135 public static void i(String tag, String msg, Throwable tr) {
157 public static void w(String tag, String msg, Throwable tr) {
178 public static void w(String tag, Throwable tr) {
190 public static void e(String tag, String msg, Throwable tr) {
212 public static void wtf(String tag, String msg, Throwable tr) {
233 public static void wtf(String tag, Throwable tr) {
  /developers/build/prebuilts/gradle/BasicImmersiveMode/BasicImmersiveModeSample/src/main/java/com/example/android/common/logger/
Log.java 64 public static void println(int priority, String tag, String msg, Throwable tr) {
90 public static void v(String tag, String msg, Throwable tr) {
113 public static void d(String tag, String msg, Throwable tr) {
135 public static void i(String tag, String msg, Throwable tr) {
157 public static void w(String tag, String msg, Throwable tr) {
178 public static void w(String tag, Throwable tr) {
190 public static void e(String tag, String msg, Throwable tr) {
212 public static void wtf(String tag, String msg, Throwable tr) {
233 public static void wtf(String tag, Throwable tr) {

Completed in 1858 milliseconds

<<31323334353637383940>>