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

1 2

  /libcore/ojluni/src/main/java/java/nio/channels/
IllegalBlockingModeException.java 40 public class IllegalBlockingModeException
49 public IllegalBlockingModeException() { }
Channels.java 98 throw new IllegalBlockingModeException();
112 * {@link IllegalBlockingModeException} if invoked while the underlying
133 * {@link IllegalBlockingModeException} if invoked while the underlying
331 * read then an {@link IllegalBlockingModeException} will be thrown. The
401 * written then an {@link IllegalBlockingModeException} will be thrown.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
IllegalBlockingModeExceptionTest.java 18 import java.nio.channels.IllegalBlockingModeException;
25 * Tests for IllegalBlockingModeException
30 * @tests {@link java.nio.channels.IllegalBlockingModeException#IllegalBlockingModeException()}
33 IllegalBlockingModeException e = new IllegalBlockingModeException();
44 SerializationTest.verifySelf(new IllegalBlockingModeException());
53 .verifyGolden(this, new IllegalBlockingModeException());
ServerSocketChannelTest.java 29 import java.nio.channels.IllegalBlockingModeException;
703 fail("Should throw an IllegalBlockingModeException");
704 } catch (IllegalBlockingModeException expected) {
709 fail("Should throw an IllegalBlockingModeException");
710 } catch (IllegalBlockingModeException expected) {
723 fail("Should throw an IllegalBlockingModeException");
724 } catch (IllegalBlockingModeException expected) {
729 fail("Should throw an IllegalBlockingModeException");
730 } catch (IllegalBlockingModeException expected) {
744 fail("Should throw an IllegalBlockingModeException");
    [all...]
SocketChannelTest.java 38 import java.nio.channels.IllegalBlockingModeException;
613 fail("Should throw IllegalBlockingModeException");
614 } catch (IllegalBlockingModeException e1) {
682 fail("Should throw IllegalBlockingModeException");
683 } catch (IllegalBlockingModeException e) {
    [all...]
ChannelsTest.java 31 import java.nio.channels.IllegalBlockingModeException;
608 fail("should throw IllegalBlockingModeException");
609 } catch (IllegalBlockingModeException expected) {
614 fail("should throw IllegalBlockingModeException");
615 } catch (IllegalBlockingModeException expected) {
DatagramChannelTest.java 33 import java.nio.channels.IllegalBlockingModeException;
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
ChannelsTest.java 22 import java.nio.channels.IllegalBlockingModeException;
34 } catch (IllegalBlockingModeException expected) {
47 } catch (IllegalBlockingModeException expected) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
AbstractSelectorTest.java 21 import java.nio.channels.IllegalBlockingModeException;
149 fail("should throw IllegalBlockingModeException");
150 } catch (IllegalBlockingModeException e) {
AbstractSelectableChannelTest.java 21 import java.nio.channels.IllegalBlockingModeException;
190 fail("Should throw IllegalBlockingModeException");
191 } catch (IllegalBlockingModeException e) {
204 fail("Should throw IllegalBlockingModeException");
205 } catch (IllegalBlockingModeException e) {
267 fail("Should throw IllegalBlockingModeException");
268 } catch (IllegalBlockingModeException e) {
  /libcore/ojluni/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java 180 * @throws IllegalBlockingModeException {@inheritDoc}
198 throw new IllegalBlockingModeException();
287 throw new IllegalBlockingModeException();
  /libcore/ojluni/src/main/java/sun/nio/ch/
ServerSocketAdaptor.java 97 throw new IllegalBlockingModeException();
102 throw new IllegalBlockingModeException();
ChannelInputStream.java 62 throw new IllegalBlockingModeException();
SocketAdaptor.java 94 throw new IllegalBlockingModeException();
218 throw new IllegalBlockingModeException();
367 throw new IllegalBlockingModeException();
DatagramSocketAdaptor.java 142 throw new IllegalBlockingModeException();
219 throw new IllegalBlockingModeException();
  /libcore/luni/src/test/java/libcore/java/net/
OldServerSocketTest.java 32 import java.nio.channels.IllegalBlockingModeException;
229 fail("IllegalBlockingModeException was not thrown.");
230 } catch(IllegalBlockingModeException ibme) {
OldSocketTest.java 37 import java.nio.channels.IllegalBlockingModeException;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ScannerTest.java 44 import java.nio.channels.IllegalBlockingModeException;
351 } catch (IllegalBlockingModeException expected) {
    [all...]
  /libcore/
openjdk_java_files.mk 360 ojluni/src/main/java/java/nio/channels/IllegalBlockingModeException.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 

Completed in 4928 milliseconds

1 2