Searched defs:EOF (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DIOStatus.java36 @Native public static final int EOF = -1; // End of file field in class:IOStatus
81 return ((n > EOF) || (n < UNSUPPORTED_CASE));
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DSocketChannelTest.java69 private final static int EOF = -1; field in class:SocketChannelTest
1929 if (EOF == count) {
1973 if (EOF == count) {
2028 if (EOF == count) {
2088 if (EOF == count) {
2695 if (EOF == countRead) {
2776 if (EOF == count) {
2928 while (EOF != worker.read(readBuffer)) {}
2969 while (EOF != worker.read(readBuffer)) {}
3011 while (EOF !
[all...]

Completed in 243 milliseconds