Home
last modified time | relevance | path

Searched defs:EOF (Results 1 – 4 of 4) sorted by relevance

/libcore/tzdata/tools2/testing/
DprepareTzDataUpdates.sh87 cat > ${TZ_PREVIOUS_UPDATE_PROPERTIES} <<EOF heredoc
117 cat > ${TZ_CURRENT_UPDATE_PROPERTIES} <<EOF heredoc
147 cat > ${TZ_NEXT_UPDATE_PROPERTIES} <<EOF heredoc
/libcore/
Dcheck-ojluni-files27 make -s -f <(cat <<EOF heredoc
/libcore/ojluni/src/main/java/sun/nio/ch/
DIOStatus.java36 @Native public static final int EOF = -1; // End of file field in IOStatus
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSocketChannelTest.java69 private final static int EOF = -1; field in SocketChannelTest