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

1 2

  /libcore/luni/src/main/java/java/nio/channels/
IllegalBlockingModeException.java 20 * An {@code IllegalBlockingModeException} is thrown when an operation that
24 public class IllegalBlockingModeException extends IllegalStateException {
29 * Constructs a {@code IllegalBlockingModeException}.
31 public IllegalBlockingModeException() {
Channels.java 48 * <li>It throws an {@link IllegalBlockingModeException} if the channel is
69 * <li>It throws an {@link IllegalBlockingModeException} if the channel is
279 throw new IllegalBlockingModeException();
  /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 36 import java.nio.channels.IllegalBlockingModeException;
610 fail("Should throw IllegalBlockingModeException");
611 } catch (IllegalBlockingModeException e1) {
679 fail("Should throw IllegalBlockingModeException");
680 } catch (IllegalBlockingModeException e) {
    [all...]
ChannelsTest.java 31 import java.nio.channels.IllegalBlockingModeException;
604 fail("should throw IllegalBlockingModeException");
605 } catch (IllegalBlockingModeException expected) {
610 fail("should throw IllegalBlockingModeException");
611 } catch (IllegalBlockingModeException expected) {
DatagramChannelTest.java 31 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/luni/src/main/java/java/nio/
ServerSocketChannelImpl.java 29 import java.nio.channels.IllegalBlockingModeException;
126 throw new IllegalBlockingModeException();
130 throw new IllegalBlockingModeException();
SocketChannelImpl.java 39 import java.nio.channels.IllegalBlockingModeException;
532 throw new IllegalBlockingModeException();
587 * Throws an IllegalBlockingModeException if the channel is in non-blocking
626 throw new IllegalBlockingModeException();
632 * Throws an IllegalBlockingModeException if the channel is in non-blocking
671 throw new IllegalBlockingModeException();
DatagramChannelImpl.java 38 import java.nio.channels.IllegalBlockingModeException;
593 throw new IllegalBlockingModeException();
608 throw new IllegalBlockingModeException();
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java 23 import java.nio.channels.IllegalBlockingModeException;
120 * @throws IllegalBlockingModeException
138 throw new IllegalBlockingModeException();
228 * @throws IllegalBlockingModeException
244 throw new IllegalBlockingModeException();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
AbstractSelectorTest.java 20 import java.nio.channels.IllegalBlockingModeException;
148 fail("should throw IllegalBlockingModeException");
149 } 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/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;
350 } catch (IllegalBlockingModeException expected) {
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /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/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 916 milliseconds

1 2