HomeSort by relevance Sort by last modified time
    Searched full:throws (Results 476 - 500 of 22175) sorted by null

<<11121314151617181920>>

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
CloseShieldInputStream.java 50 public int read() throws IOException {
58 public int available() throws IOException {
67 public void close() throws IOException {
74 public synchronized void reset() throws IOException {
99 public long skip(long n) throws IOException {
107 public int read(byte b[]) throws IOException {
115 public int read(byte b[], int off, int len) throws IOException {
123 * @throws IOException if the underlying InputStream is null
125 private void checkIfClosed() throws IOException {
  /packages/services/Telephony/src/org/apache/james/mime4j/
CloseShieldInputStream.java 50 public int read() throws IOException {
58 public int available() throws IOException {
67 public void close() throws IOException {
74 public synchronized void reset() throws IOException {
99 public long skip(long n) throws IOException {
107 public int read(byte b[]) throws IOException {
115 public int read(byte b[], int off, int len) throws IOException {
123 * @throws IOException if the underlying InputStream is null
125 private void checkIfClosed() throws IOException {
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
SuspendPackageTest.java 18 protected void setUp() throws Exception {
26 public void tearDown() throws Exception {
31 public void testPackageSuspended() throws Exception {
35 public void testPackageNotSuspended() throws Exception {
43 private void assertPackageSuspended(boolean suspended) throws Exception {
  /cts/hostsidetests/net/src/com/android/cts/net/
HostsideVpnTests.java 22 protected void setUp() throws Exception {
30 protected void tearDown() throws Exception {
36 public void testDefault() throws Exception {
40 public void testAppAllowed() throws Exception {
44 public void testAppDisallowed() throws Exception {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BEROctetStringGenerator.java 10 throws IOException
21 throws IOException
56 throws IOException
67 public void write(byte[] b, int off, int len) throws IOException
89 throws IOException
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
TeeOutputStream.java 29 throws IOException
36 throws IOException
43 throws IOException
50 throws IOException
57 throws IOException
  /external/guava/guava/src/com/google/common/io/
LittleEndianDataOutputStream.java 55 @Override public void write(byte[] b, int off, int len) throws IOException {
60 @Override public void writeBoolean(boolean v) throws IOException {
64 @Override public void writeByte(int v) throws IOException {
74 @Override public void writeBytes(String s) throws IOException {
82 * @throws IOException if an I/O error occurs
84 @Override public void writeChar(int v) throws IOException {
93 * @throws IOException if an I/O error occurs
95 @Override public void writeChars(String s) throws IOException {
106 * @throws IOException if an I/O error occurs
108 @Override public void writeDouble(double v) throws IOException
    [all...]
  /external/guava/guava-bootstrap/src/java/util/concurrent/
ExecutorService.java 26 throws InterruptedException;
35 throws InterruptedException;
39 throws InterruptedException;
42 throws InterruptedException, ExecutionException;
46 throws InterruptedException, ExecutionException, TimeoutException;
  /external/guava/guava-gwt/test/com/google/common/collect/
ContiguousSetTest_gwt.java 21 public void testContains() throws Exception {
26 public void testContainsAll() throws Exception {
31 public void testCreate_empty() throws Exception {
36 public void testCreate_noMax() throws Exception {
41 public void testCreate_noMin() throws Exception {
46 public void testEquals() throws Exception {
51 public void testFirst() throws Exception {
56 public void testHeadSet() throws Exception {
61 public void testHeadSet_tooSmall() throws Exception {
66 public void testIntersection() throws Exception
    [all...]
LinkedListMultimapTest_gwt.java 21 public void testCreateFromIllegalSize() throws Exception {
26 public void testCreateFromMultimap() throws Exception {
31 public void testCreateFromSize() throws Exception {
36 public void testEntriesAfterMultimapUpdate() throws Exception {
41 public void testEquals() throws Exception {
46 public void testGetRandomAccess() throws Exception {
51 public void testLinkedAsMapEntries() throws Exception {
56 public void testLinkedClear() throws Exception {
61 public void testLinkedEntries() throws Exception {
66 public void testLinkedGetAdd() throws Exception
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
RemoteControlWriter.java 36 * @throws IOException
39 public RemoteControlWriter(final OutputStream output) throws IOException {
47 * @throws IOException
50 public void sendCmdOk() throws IOException {
55 throws IOException {
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
FileWriter.java 23 public FileWriter (String name) throws FileNotFoundException {
27 public void close () throws IOException {
31 public void flush () throws IOException {
35 public void write (String s) throws IOException {
41 // public void write(char[] cbuf, int off, int len) throws IOException {
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lz/
OutWindow.java 21 public void SetStream (java.io.OutputStream stream) throws IOException {
26 public void ReleaseStream () throws IOException {
38 public void Flush () throws IOException {
46 public void CopyBlock (int distance, int len) throws IOException {
56 public void PutByte (byte b) throws IOException {
  /external/lzma/Java/SevenZip/Compression/LZ/
OutWindow.java 24 public void SetStream(java.io.OutputStream stream) throws IOException
30 public void ReleaseStream() throws IOException
45 public void Flush() throws IOException
56 public void CopyBlock(int distance, int len) throws IOException
71 public void PutByte(byte b) throws IOException
  /external/oauth/core/src/main/java/net/oauth/
OAuthValidator.java 33 * @throws OAuthException TODO
34 * @throws IOException TODO
35 * @throws URISyntaxException
36 * @throws OAuthProblemException the message is invalid.
41 throws OAuthException, IOException, URISyntaxException;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/content/pm/
StubPackageManager.java 25 public PackageInfo getPackageInfo(String packageName, int flags) throws NameNotFoundException {
41 @Override public int[] getPackageGids(String packageName) throws NameNotFoundException {
46 public PermissionInfo getPermissionInfo(String name, int flags) throws NameNotFoundException {
51 public List<PermissionInfo> queryPermissionsByGroup(String group, int flags) throws NameNotFoundException {
56 public PermissionGroupInfo getPermissionGroupInfo(String name, int flags) throws NameNotFoundException {
65 public ApplicationInfo getApplicationInfo(String packageName, int flags) throws NameNotFoundException {
70 public ActivityInfo getActivityInfo(ComponentName className, int flags) throws NameNotFoundException {
75 public ActivityInfo getReceiverInfo(ComponentName className, int flags) throws NameNotFoundException {
80 public ServiceInfo getServiceInfo(ComponentName className, int flags) throws NameNotFoundException {
85 public ProviderInfo getProviderInfo(ComponentName componentName, int i) throws NameNotFoundException
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
SpannableStringBuilderTest.java 15 public void testAppend() throws Exception {
22 public void testLength() throws Exception {
28 public void testReplace() throws Exception {
35 public void testInsert() throws Exception {
41 public void testDelete() throws Exception {
SyncResultTest.java 19 public void testConstructor() throws Exception {
25 public void hasSoftError() throws Exception {
34 public void hasHardError() throws Exception {
43 public void testMadeSomeProgress() throws Exception {
51 public void testClear() throws Exception {
  /frameworks/base/core/java/android/content/
ContentInsertHandler.java 35 * @throws IOException
36 * @throws SAXException
39 throws IOException, SAXException;
45 * @throws SAXException
48 throws SAXException;
  /frameworks/base/core/tests/coretests/src/android/view/
RunQueueTest.java 28 public void setUp() throws Exception {
33 public void testRunnableRan() throws Exception {
40 public void testRunnableCancelled() throws Exception {
47 public void testListenerFired() throws Exception {
54 public void testTreeObserverKilled() throws Exception {
  /frameworks/base/test-runner/tests/src/android/test/
AndroidTestRunnerTest.java 42 protected void setUp() throws Exception {
50 public void testLoadNoTestCases() throws Exception {
60 public void testSetTestSuiteWithOneTestCase() throws Exception {
70 public void testRunTest() throws Exception {
81 public void testRunTestWithAndroidTestCase() throws Exception {
97 public void testRunTestWithAndroidTestCaseInSuite() throws Exception {
113 public void testRunTestWithAndroidTestCaseInNestedSuite() throws Exception {
129 public void testRunTestWithNullListener() throws Exception {
140 public void testSetTestClassWithTestSuiteProvider() throws Exception {
152 public void testSetTestClassWithTestSuite() throws Exception
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
ISOCharsetDecoderTest.java 28 protected void setUp() throws Exception {
36 protected void tearDown() throws Exception {
46 ByteBuffer getUnmappedByteBuffer() throws UnsupportedEncodingException {
52 ByteBuffer getMalformedByteBuffer() throws UnsupportedEncodingException {
57 ByteBuffer getExceptionByteArray() throws UnsupportedEncodingException {
  /libcore/luni/src/test/java/libcore/java/util/function/
IntUnaryOperatorTest.java 25 public void testIdentity() throws Exception {
30 public void testCompose() throws Exception {
36 public void testCompose_null() throws Exception {
44 public void testAndThen() throws Exception {
50 public void testAndThen_null() throws Exception {
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
ImageCaptureCommand.java 34 * @throws InterruptedException
35 * @throws CameraAccessException
36 * @throws CameraCaptureSessionClosedException
37 * @throws ResourceAcquisitionFailedException
41 throws InterruptedException,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
FmActivityToLayoutMethodTest.java 29 private void check(String s, String expected) throws TemplateModelException {
35 public void test1() throws Exception {
39 public void test2() throws Exception {
43 public void test3() throws Exception {
47 public void test4() throws Exception {

Completed in 1054 milliseconds

<<11121314151617181920>>