HomeSort by relevance Sort by last modified time
    Searched full:throw (Results 626 - 650 of 5185) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/content/
ContentResolver.java 261 throw e;
295 throw new FileNotFoundException("Resource does not exist: " + uri);
306 throw new FileNotFoundException("Unable to create stream");
346 throw new FileNotFoundException("Unable to create stream");
397 throw new FileNotFoundException("Not a whole file");
449 throw new FileNotFoundException("Can't write resources: " + uri);
455 throw new FileNotFoundException("Resource does not exist: " + uri);
464 throw new FileNotFoundException("No content provider: " + uri);
478 throw new FileNotFoundException("Dead content provider: " + uri);
481 throw e
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
KeyStore.java 108 throw new KeyStoreException(NOTINITKEYSTORE);
127 throw new NullPointerException(Messages.getString("security.07")); //$NON-NLS-1$
134 throw new KeyStoreException(e.getMessage());
164 throw new IllegalArgumentException(Messages.getString("security.02")); //$NON-NLS-1$
168 throw new NoSuchProviderException(provider);
173 throw new KeyStoreException(e.getMessage(), e);
201 throw new IllegalArgumentException(Messages.getString("security.04")); //$NON-NLS-1$
204 throw new NullPointerException(Messages.getString("security.07")); //$NON-NLS-1$
213 throw new KeyStoreException(e.getMessage());
375 throw new IllegalArgumentException(Message
    [all...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
DatagramChannelTest.java 342 fail("should throw NotYetConnectedException");
377 fail("should throw NPE");
383 fail("should throw NPE");
403 fail("should throw NPE");
409 fail("should throw NotYetConnectedException");
431 fail("Should throw NotYetConnectedException.");
464 fail("should throw AsynchronousCloseException");
485 errMsg = "should throw ClosedByInterruptException";
526 fail("Should throw NotYetConnectedException.");
538 fail("Should throw ClosedChannelEception.")
    [all...]
  /cts/tests/src/android/content/cts/
HighPriorityBroadcastReceiver.java 33 throw new RuntimeException("Got interrupted during wait()", e);
  /cts/tests/tests/net/src/android/net/cts/
SSLCertificateSocketFactoryTest.java 113 fail("should throw exception!");
122 fail("should throw exception!");
130 fail("should throw exception!");
140 // it throw exception when calling createSocket(String, int, InetAddress, int)
  /cts/tests/tests/permission/src/android/permission/cts/
NoActivityRelatedPermissionTest.java 86 fail("Add dialog to Window Manager did not throw BadTokenException as expected");
103 fail("Activity.setPersistent() did not throw SecurityException as expected");
120 fail("Activity.getRunningTasks did not throw SecurityException as expected");
127 fail("Activity.getRunningTasks did not throw SecurityException as expected");
  /cts/tests/tests/text/src/android/text/cts/
TextUtils_SimpleStringSplitterTest.java 100 @ToBeFixed(bug="1436930", explanation="should throw NoSuchElementException " +
110 fail("Should throw StringIndexOutOfBoundsException!");
151 fail("Should throw UnsupportedOperationException!");
178 fail("Should throw NullPointerException!");
  /cts/tools/dx-tests/src/dxc/junit/argsreturns/pargsreturn/jm/
T4.java 24 throw new UnsupportedOperationException();
  /cts/tools/dx-tests/src/dxc/junit/opcodes/athrow/jm/
T_athrow_1.java 22 throw new RuntimeException();
T_athrow_10.java 22 throw new RuntimeException();
T_athrow_11.java 22 throw new NullPointerException();
T_athrow_12.java 24 throw new RuntimeException();
T_athrow_2.java 22 throw new Throwable();
T_athrow_3.java 22 throw new RuntimeException();
T_athrow_4.java 22 throw new RuntimeException();
T_athrow_5.java 22 throw new NullPointerException();
T_athrow_6.java 22 throw new RuntimeException();
T_athrow_7.java 22 throw new RuntimeException();
T_athrow_8.java 22 throw new Error();
T_athrow_9.java 22 throw new RuntimeException();
  /cts/tools/dx-tests/src/dxc/junit/opcodes/getstatic/jm/
T_getstatic_6.java 22 throw new UnsupportedOperationException();
  /cts/tools/dx-tests/src/dxc/junit/opcodes/putfield/jm/
T_putfield_15.java 22 throw new UnsupportedOperationException();
  /cts/tools/dx-tests/src/dxc/junit/verify/t482_10/jm/
T_t482_10_1.java 30 throw new Exception();
  /cts/tools/host/src/com/android/cts/
ADBServerNeedRestartException.java 20 * Throw out ADBServerNeedRestartException to request restarting ADB server.
CommandNotFoundException.java 20 * Throw out CommandNotFoundException if no command action.

Completed in 150 milliseconds

<<21222324252627282930>>