Searched refs:EOF (Results 1 – 4 of 4) sorted by relevance
36 @Native public static final int EOF = -1; // End of file field in IOStatus81 return ((n > EOF) || (n < UNSUPPORTED_CASE)); in checkAll()
454 return IOStatus.EOF; in read()491 return IOStatus.EOF; in read()
69 private final static int EOF = -1; field in SocketChannelTest1929 if (EOF == count) { in test_readLjava_nio_ByteBuffer_Blocking()1973 if (EOF == count) { in test_readLjava_nio_ByteBuffer_Nonblocking()2028 if (EOF == count) { in test_writeLjava_nio_ByteBuffer_Blocking()2088 if (EOF == count) { in test_writeLjava_nio_ByteBuffer_NonBlocking()2695 if (EOF == countRead) { in assert_read$LByteBuffer()2776 if (EOF == count) { in assert_write$LByteBuffer()2928 while (EOF != worker.read(readBuffer)) {} in test_write$LByteBuffer2()2969 while (EOF != worker.read(readBuffer)) {} in test_write$LByteBuffer_buffers()3011 while (EOF != worker.read(readBuffer)) {} in test_write$LByteBuffer_writes()
371 if (fclose(fp) == EOF && errno != EINTR) { in Java_sun_nio_fs_UnixNativeDispatcher_fclose()