Home
last modified time | relevance | path

Searched defs:POLLIN (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DDatagramChannelMulticastTest.java799 IoBridge.poll(receivingChannel.socket().getFileDescriptor$(), POLLIN, 1000); in check_block_filtersAsExpected() local
811 IoBridge.poll(receivingChannel.socket().getFileDescriptor$(), POLLIN, 1000); in check_block_filtersAsExpected() local
823 IoBridge.poll(receivingChannel.socket().getFileDescriptor$(), POLLIN, 1000); in check_block_filtersAsExpected() local
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java889 public static final int POLLIN; field in OsConstants
/libcore/luni/src/main/java/android/system/
DOsConstants.java528 public static final int POLLIN = placeholder(); field in OsConstants