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

<<41424344454647484950>>

  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
IntegrationTestUtils.java 61 public void clickButton(final Activity activity, final int buttonResourceId) throws Throwable {
76 public CharSequence getText(final TextView view) throws Throwable {
93 public <T> T runOnUiThreadAndGetTheResult(Callable<T> callable) throws Throwable {
142 throws Throwable {
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSettingsTests.java 87 public void testPushOptionPOP() throws Throwable {
101 public void testPushOptionIMAP() throws Throwable {
115 public void testPushOptionEAS() throws Throwable {
129 private void getActivityAndFields() throws Throwable {
  /packages/apps/Mms/src/com/android/mms/util/
ItemLoadedCallback.java 31 void onItemLoaded(T result, Throwable exception);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DicTraverseSession.java 70 protected void finalize() throws Throwable {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
Mocks.java 62 public IClasspathEntry[] answer() throws Throwable {
84 public String answer() throws Throwable {
91 public String answer() throws Throwable {
98 public String answer() throws Throwable {
  /sdk/testapps/javaProjectTest/javaProject2/libs/
basicJar_not_in_classpath.jar 
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 57 public void testTypeViewSelectedAccessibilityEvent() throws Throwable {
98 public void testTypeViewClickedAccessibilityEvent() throws Throwable {
134 public void testTypeViewLongClickedAccessibilityEvent() throws Throwable {
170 public void testTypeViewFocusedAccessibilityEvent() throws Throwable {
208 public void testTypeViewTextChangedAccessibilityEvent() throws Throwable {
276 public void testTypeWindowStateChangedAccessibilityEvent() throws Throwable {
313 public void testTypeNotificationStateChangedAccessibilityEvent() throws Throwable {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/
Test_invoke_interface.java 157 } catch (Throwable t) {
197 } catch (Throwable t) {
210 } catch (Throwable t) {
225 } catch (Throwable t) {
241 } catch (Throwable t) {
268 } catch (Throwable t) {
315 } catch (Throwable t) {
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwTestBase.java 217 final String historyUrl) throws Throwable {
226 final String baseUrl, final String historyUrl) throws Throwable {
240 CallbackHelper onPageFinishedHelper) throws Throwable {
391 } catch (Throwable e) {
428 protected float getPixelScaleOnUiThread(final AwContents awContents) throws Throwable {
440 protected boolean canZoomInOnUiThread(final AwContents awContents) throws Throwable {
452 protected boolean canZoomOutOnUiThread(final AwContents awContents) throws Throwable {
  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 233 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
274 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
291 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
308 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
326 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
339 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
348 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportGradleTest.java 51 private Throwable mLastThrown;
64 public void testSimpleAndroidApp() throws Throwable {
117 } catch (Throwable t) {
132 public void testSimpleAndroidLib() throws Throwable {
194 } catch (Throwable t) {
209 public void testPlainJavaProject() throws Throwable {
231 } catch (Throwable t) {
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DelegateClassAdapterTest.java 71 public void testNoOp() throws Throwable {
127 } catch (Throwable t) {
155 public void testDelegateNative() throws Throwable {
195 } catch (Throwable t) {
201 public void testDelegateInner() throws Throwable {
275 } catch (Throwable t) {
424 * @return Either original {@code t} or a new wrapper {@link Throwable}
426 private Throwable dumpGeneratedClass(Throwable t, ClassLoader2 cl2) {
457 } catch (Throwable ignore)
    [all...]
  /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) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ProxyTest.java 58 throws Throwable {
97 throws Throwable {
171 throws Throwable {
191 throws Throwable {
298 throws Throwable {
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractService.java 64 * #notifyFailed(Throwable)} instead.
76 * invocation should cause a call to {@link #notifyFailed(Throwable)} instead.
92 } catch (Throwable startupFailure) {
117 } catch (Throwable shutdownFailure) {
197 protected final void notifyFailed(Throwable cause) {
  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 121 public void test_read_multiple() throws Throwable {
131 final List<Throwable> thrownExceptions = new CopyOnWriteArrayList<Throwable>();
143 } catch (Throwable ex) {
157 for (Throwable exception : thrownExceptions) {
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
InvocationTargetExceptionTest.java 128 * java.lang.reflect.InvocationTargetException#InvocationTargetException(java.lang.Throwable)
132 // java.lang.reflect.InvocationTargetException(java.lang.Throwable)
148 * java.lang.reflect.InvocationTargetException#InvocationTargetException(java.lang.Throwable,
153 // java.lang.reflect.InvocationTargetException(java.lang.Throwable,
174 // Test for method java.lang.Throwable
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 186 public void testAccessCacheMode() throws Throwable {
501 public void testAccessSupportZoom() throws Throwable {
513 public void testAccessBuiltInZoomControls() throws Throwable {
525 public void testAppCacheDisabled() throws Throwable {
544 public void testAppCacheEnabled() throws Throwable {
589 public void testDatabaseDisabled() throws Throwable {
607 public void testLoadsImagesAutomatically() throws Throwable {
639 public void testBlockNetworkImage() throws Throwable {
668 public void testBlockNetworkLoads() throws Throwable {
704 public void testLocalImageLoads() throws Throwable {
    [all...]
WebViewTest.java 223 public void testZoom() throws Throwable {
327 public void testScrollBarOverlay() throws Throwable {
422 public void testGetOriginalUrl() throws Throwable {
620 public void testUseRemovedJavascriptInterface() throws Throwable {
629 public void remove() throws Throwable {
681 final TestPictureListener listener) throws Throwable {
704 public void testCapturePicture() throws Exception, Throwable {
728 public void testSetPictureListener() throws Exception, Throwable {
832 public void testLoadData() throws Throwable {
    [all...]
  /external/emma/core/java12/com/vladium/logging/
Logger.java 49 * <LI> caller-supplied Throwable is dumped starting with a new line, if not null.
269 * Logs 'msg' from an unnamed calling method followed by the 'throwable' stack
275 * @param throwable to dump after message [ignored if null]
277 public final void log (final int level, final String msg, final Throwable throwable)
279 _log (level, null, msg, throwable);
283 * Logs 'msg' from a given calling method followed by the 'throwable' stack
290 * @param throwable to dump after message [ignored if null]
292 public final void log (final int level, final String method, final String msg, final Throwable throwable)
    [all...]
  /prebuilts/tools/common/m2/internal/org/slf4j/slf4j-simple/1.7.2/
slf4j-simple-1.7.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipAudioCall.java 257 } catch (Throwable t) {
367 } catch (Throwable t) {
384 } catch (Throwable t) {
397 } catch (Throwable t) {
420 } catch (Throwable e) {
448 } catch (Throwable t) {
471 } catch (Throwable t) {
485 } catch (Throwable t) {
503 } catch (Throwable t) {
550 } catch (Throwable e)
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
BatchUpdateExceptionTest.java 292 * @tests {@link java.sql.BatchUpdateException#BatchUpdateException(Throwable)}
297 Throwable cause = new Exception("MYTHROWABLE");
309 * @tests {@link java.sql.BatchUpdateException#BatchUpdateException(int[], Throwable)}
314 Throwable cause = new Exception("MYTHROWABLE");
329 * @tests {@link java.sql.BatchUpdateException#BatchUpdateException(String, int[], Throwable)}
334 Throwable cause = new Exception("MYTHROWABLE");
350 * @tests {@link java.sql.BatchUpdateException#BatchUpdateException(String, String, int[], Throwable)}
366 * @tests {@link java.sql.BatchUpdateException#BatchUpdateException(String, String, int, int[], Throwable)}
458 // do common checks for all throwable objects
  /libcore/luni/src/main/java/java/util/logging/
LogRecord.java 111 * The associated {@code Throwable} object if any.
115 private Throwable thrown;
368 for (StackTraceElement element : new Throwable().getStackTrace()) {
440 * Gets the {@code Throwable} object associated with this log record.
442 * @return the {@code Throwable} object associated with this log record.
444 public Throwable getThrown() {
449 * Sets the {@code Throwable} object associated with this log record.
452 * the new {@code Throwable} object to associate with this log
455 public void setThrown(Throwable thrown) {

Completed in 1624 milliseconds

<<41424344454647484950>>