HomeSort by relevance Sort by last modified time
    Searched refs:AsynchronousCloseException (Results 1 - 25 of 45) sorted by null

1 2

  /libcore/ojluni/src/main/java/java/nio/channels/
AsynchronousCloseException.java 41 public class AsynchronousCloseException
50 public AsynchronousCloseException() { }
ClosedByInterruptException.java 43 extends AsynchronousCloseException
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
AsynchronousCloseExceptionTest.java 18 import java.nio.channels.AsynchronousCloseException;
25 * Tests for AsynchronousCloseException
30 * @tests {@link java.nio.channels.AsynchronousCloseException#AsynchronousCloseException()}
33 AsynchronousCloseException e = new AsynchronousCloseException();
44 SerializationTest.verifySelf(new AsynchronousCloseException());
52 SerializationTest.verifyGolden(this, new AsynchronousCloseException());
ServerSocketChannelTest.java 27 import java.nio.channels.AsynchronousCloseException;
388 fail("Should throw a AsynchronousCloseException");
389 } catch (AsynchronousCloseException e) {
806 fail("should throw AsynchronousCloseException");
807 } catch (AsynchronousCloseException expected) {
DatagramChannelTest.java 30 import java.nio.channels.AsynchronousCloseException;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
AbstractInterruptibleChannelTest.java 20 import java.nio.channels.AsynchronousCloseException;
98 fail("should throw AsynchronousCloseException");
99 } catch (AsynchronousCloseException e) {
131 void superEnd(boolean completed) throws AsynchronousCloseException {
  /libcore/ojluni/src/main/java/java/nio/channels/spi/
AbstractInterruptibleChannel.java 190 * @throws AsynchronousCloseException
197 throws AsynchronousCloseException
206 throw new AsynchronousCloseException();
  /libcore/ojluni/src/main/java/sun/nio/ch/
SimpleAsynchronousFileChannelImpl.java 209 throw new AsynchronousCloseException();
214 x = new AsynchronousCloseException();
271 throw new AsynchronousCloseException();
323 throw new AsynchronousCloseException();
326 x = new AsynchronousCloseException();
377 throw new AsynchronousCloseException();
380 x = new AsynchronousCloseException();
UnixAsynchronousServerSocketChannelImpl.java 123 AsynchronousCloseException x = new AsynchronousCloseException();
180 x = new AsynchronousCloseException();
331 x = new AsynchronousCloseException();
UnixAsynchronousSocketChannelImpl.java 280 x = new AsynchronousCloseException();
370 x = new AsynchronousCloseException();
432 x = new AsynchronousCloseException();
436 if (!(exc instanceof AsynchronousCloseException))
563 x = new AsynchronousCloseException();
627 x = new AsynchronousCloseException();
631 if (!(exc instanceof AsynchronousCloseException))
746 x = new AsynchronousCloseException();
AsynchronousFileChannelImpl.java 101 throw new AsynchronousCloseException();
SocketChannelImpl.java 42 import java.nio.channels.AsynchronousCloseException;
399 // throw an appropriate exception (AsynchronousCloseException
522 throw new AsynchronousCloseException();
555 throw new AsynchronousCloseException();
585 throw new AsynchronousCloseException();
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 30 import java.nio.channels.AsynchronousCloseException;
94 } catch (AsynchronousCloseException alsoOkay) {
  /libcore/luni/src/test/java/libcore/java/nio/channels/
FileIOInterruptTest.java 27 import java.nio.channels.AsynchronousCloseException;
276 assertSame(AsynchronousCloseException.class, channelReader.ioe.getClass());
407 // // The RI throws ChannelClosedException. AsynchronousCloseException is more correct according to
410 // Lies. RI throws AsynchronousCloseException only if NO data was written before interrupt.
412 // the AsynchronousCloseException. If some of data is written, the #write will return the number
415 // AsynchronousCloseException. Client application have no idea that SOME data
417 assertSame(AsynchronousCloseException.class, channelWriter.ioe.getClass());
AsynchronousServerSocketChannelTest.java 30 import java.nio.channels.AsynchronousCloseException;
336 } catch(AsynchronousCloseException expected) {}
  /prebuilts/devtools/tools/lib/
jimfs-1.1.jar 
  /prebuilts/gradle-plugin/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 

Completed in 298 milliseconds

1 2