HomeSort by relevance Sort by last modified time
    Searched refs:AsynchronousCloseException (Results 1 - 25 of 31) 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/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 27 import java.nio.channels.AsynchronousCloseException;
96 } 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());
  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketChannelImpl.java 360 // throw an appropriate exception (AsynchronousCloseException
502 throw new AsynchronousCloseException();
539 throw new AsynchronousCloseException();
569 throw new AsynchronousCloseException();
    [all...]
  /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 
  /libcore/
openjdk_java_files.mk 346 ojluni/src/main/java/java/nio/channels/AsynchronousCloseException.java \
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 479 milliseconds

1 2