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

<<41424344454647484950>>

  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeTestBase.java 100 } catch (Throwable e) {
105 protected void executeJavaScript(final String script) throws Throwable {
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismExceptionTest.java 41 static Throwable tCause = new Throwable("Throwable for exception");
  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetAttributeNodeNS.java 71 * @throws Throwable
74 public void testGetAttributeNodeNS1() throws Throwable {
88 public void testGetAttributeNodeNS2() throws Throwable {
HasAttributes.java 67 * @throws Throwable
70 public void testHasAttributes1() throws Throwable {
81 public void testHasAttributes2() throws Throwable {
OwnerElement.java 71 * @throws Throwable
74 public void testGetOwnerElement1() throws Throwable {
91 public void testGetOwnerElement2() throws Throwable {
SetAttributeNS.java 76 * @throws Throwable
79 public void testSetAttributeNS1() throws Throwable {
100 public void testSetAttributeNS2() throws Throwable {
124 // public void testSetAttributeNS3() throws Throwable {
161 public void testSetAttributeNS4() throws Throwable {
189 public void testSetAttributeNS5() throws Throwable {
208 public void testSetAttributeNS6() throws Throwable {
229 public void testSetAttributeNS7() throws Throwable {
250 public void testSetAttributeNS9() throws Throwable {
280 public void testSetAttributeNS10() throws Throwable {
    [all...]
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 {
  /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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
JavaSourceRevealer.java 61 } catch (Throwable t) {
76 } catch (Throwable t) {
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsTest.java 109 public void testCreateDestroy() throws Throwable {
116 public void testCreateLoadPageDestroy() throws Throwable {
128 public void testCreateLoadDestroyManyTimes() throws Throwable {
141 public void testCreateLoadDestroyManyAtOnce() throws Throwable {
157 public void testCreateAndGcManyTimes() throws Throwable {
198 throws Throwable, InterruptedException {
223 public void testDocumentHasImages() throws Throwable {
246 public void testClearCacheMemoryAndDisk() throws Throwable {
299 public void testClearCacheInQuickSuccession() throws Throwable {
316 public void testGetFavicon() throws Throwable {
    [all...]
GeolocationTest.java 114 public void testGetPosition() throws Throwable {
141 public void testWatchPosition() throws Throwable {
157 public void testPauseGeolocationOnPause() throws Throwable {
208 public void testPauseAwContentsBeforeNavigating() throws Throwable {
246 public void testResumeWhenNotStarted() throws Throwable {
WebViewModalDialogOverrideTest.java 37 public void testOverrideAlertHandling() throws Throwable {
66 public void testOverridePromptHandling() throws Throwable {
100 public void testOverrideConfirmHandlingConfirmed() throws Throwable {
130 public void testOverrideConfirmHandlingCancelled() throws Throwable {
160 public void testOverrideBeforeUnloadHandling() throws Throwable {
AwContentsClientShouldOverrideUrlLoadingTest.java 50 final TestAwContentsClient contentsClient) throws Throwable {
59 final boolean value) throws Throwable {
129 public void testNotCalledOnLoadUrl() throws Throwable {
155 public void testNotCalledOnBackForwardNavigation() throws Throwable {
210 public void testCantBlockLoads() throws Throwable {
228 public void testCalledBeforeOnPageStarted() throws Throwable {
252 public void testDoesNotCauseOnReceivedError() throws Throwable {
284 public void testNotCalledForAnchorNavigations() throws Throwable {
290 public void testNotCalledForAnchorNavigationsWithNonHierarchicalScheme() throws Throwable {
294 private void doTestNotCalledForAnchorNavigations(boolean useLoadData) throws Throwable {
    [all...]
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...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int_lit16/
Test_div_int_lit16.java 158 } catch (Throwable t) {
171 } catch (Throwable t) {
184 } catch (Throwable t) {
197 } catch (Throwable t) {
211 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int_lit8/
Test_div_int_lit8.java 157 } catch (Throwable t) {
170 } catch (Throwable t) {
183 } catch (Throwable t) {
196 } catch (Throwable t) {
210 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/
Test_rsub_int.java 198 } catch (Throwable t) {
213 } catch (Throwable t) {
226 } catch (Throwable t) {
239 } catch (Throwable t) {
253 } catch (Throwable t) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/
Test_rsub_int_lit8.java 198 } catch (Throwable t) {
213 } catch (Throwable t) {
226 } catch (Throwable t) {
239 } catch (Throwable t) {
253 } catch (Throwable t) {
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentViewScrollingTest.java 122 private void fling(final int vx, final int vy) throws Throwable {
131 private void scrollTo(final int x, final int y) throws Throwable {
154 public void testFling() throws Throwable {
178 public void testScroll() throws Throwable {
206 public void testOnScrollChanged() throws Throwable {
PhoneNumberDetectionTest.java 33 throws Throwable {
42 public void testInternationalNumberIntents() throws Throwable {
158 public void testLocalUSNumbers() throws Throwable {
182 public void testLocalUKNumbers() throws Throwable {
206 public void testLocalFRNumbers() throws Throwable {
  /external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
ContentShellTestBase.java 78 protected void startActivityWithTestUrl(String url) throws Throwable {
93 String url, String[] commandLineArgs) throws Throwable {
149 } catch (Throwable e) {
165 final LoadUrlParams params) throws Throwable {
184 CallbackHelper callbackHelper, Runnable action) throws Throwable {
  /external/junit/src/org/junit/internal/runners/
MethodRoadie.java 109 Throwable actual= e.getTargetException();
119 } catch (Throwable e) {
135 } catch (Throwable e) {
148 } catch (Throwable e) {
153 protected void addFailure(Throwable e) {
  /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...]
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...]
  /cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 137 public void testSetIconWithParamInt() throws Throwable {
149 public void testSetIconWithParamDrawable() throws Throwable {
161 public void testSetPositiveButtonWithParamInt() throws Throwable {
177 public void testSetPositiveButtonWithParamCharSequence() throws Throwable {
192 public void testSetNegativeButtonWithParamCharSequence() throws Throwable {
207 public void testSetNegativeButtonWithParamInt() throws Throwable {
222 public void testSetNeutralButtonWithParamInt() throws Throwable {
237 public void testSetNeutralButtonWithParamCharSequence() throws Throwable {
252 private void testCancelable(final boolean cancelable) throws Throwable {
286 public void testSetCancelable() throws Throwable {
    [all...]

Completed in 1080 milliseconds

<<41424344454647484950>>