HomeSort by relevance Sort by last modified time
    Searched refs:CancelledKeyException (Results 1 - 24 of 24) sorted by null

  /libcore/ojluni/src/main/java/java/nio/channels/
CancelledKeyException.java 40 public class CancelledKeyException
49 public CancelledKeyException() { }
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
CancelledKeyExceptionTest.java 18 import java.nio.channels.CancelledKeyException;
25 * Tests for CancelledKeyException
30 * @tests {@link java.nio.channels.CancelledKeyException#CancelledKeyException()}
33 CancelledKeyException e = new CancelledKeyException();
44 SerializationTest.verifySelf(new CancelledKeyException());
52 SerializationTest.verifyGolden(this, new CancelledKeyException());
SelectionKeyTest.java 22 import java.nio.channels.CancelledKeyException;
247 fail("should throw CancelledKeyException.");
248 } catch (CancelledKeyException ex) {
253 fail("should throw CancelledKeyException.");
254 } catch (CancelledKeyException ex) {
259 fail("should throw CancelledKeyException.");
260 } catch (CancelledKeyException ex) {
265 fail("should throw CancelledKeyException.");
266 } catch (CancelledKeyException ex) {
272 fail("should throw CancelledKeyException.")
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
SelectionKeyImpl.java 73 throw new CancelledKeyException();
  /external/jetty/src/java/org/eclipse/jetty/io/nio/
SelectorManager.java 22 import java.nio.channels.CancelledKeyException;
511 catch (CancelledKeyException e)
661 catch (CancelledKeyException e)
739 catch (CancelledKeyException e)
    [all...]
  /libcore/
openjdk_java_files.mk 348 ojluni/src/main/java/java/nio/channels/CancelledKeyException.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/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 255 milliseconds