Searched refs:EOF (Results 1 - 25 of 698) sorted by relevance

1234567891011>>

/external/valgrind/main/drd/scripts/
H A Drun-splash2-water-input11 cat <<EOF
15 EOF
/external/clang/test/Preprocessor/
H A Dmacro_paste_c_block_comment.c3 // expected-error@9 {{EOF}}
9 #error EOF
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DCharStream.pm9 Readonly my $EOF => -1;
10 sub EOF { return $EOF } subroutine
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dconstants.py33 EOF = -1 variable
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DEOF.java8 public final class EOF extends Token class in inherits:Token
10 public EOF() method in class:EOF
15 public EOF(int line, int pos) method in class:EOF
25 return new EOF(getLine(), getPos());
/external/libvpx/tools/
H A Dgen_authors.sh5 cat <<EOF
13 EOF
/external/elfutils/tests/
H A Drun-find-prologues.sh31 testrun_compare ./find-prologues -e testfile <<\EOF
35 EOF
37 testrun_compare ./find-prologues -e testfile11 <<\EOF
46 EOF
48 testrun_compare ./find-prologues -e testfile22 <<\EOF
51 EOF
53 testrun_compare ./find-prologues -e testfile24 <<\EOF
56 EOF
58 testrun_compare ./find-prologues -e testfile25 <<\EOF
60 EOF
[all...]
H A Drun-dwfl-bug-offline-rel.sh30 testrun_compare ./dwflmodtest -e testfile36 <<\EOF
34 EOF
H A Drun-readelf-test2.sh30 testrun_compare ../src/readelf -x .strtab testfile28 <<\EOF
34 EOF
H A Drun-dwfl-addr-sect.sh30 testrun_compare ./dwfl-addr-sect -e testfile43 0x64 0x8 0x98 <<\EOF
34 EOF
H A Drun-readelf-test3.sh30 testrun_compare ../src/readelf -n testfile40.debug <<\EOF
37 EOF
H A Drun-readelf-test4.sh30 testrun_compare ../src/readelf -c testfile19.index <<\EOF
39 EOF
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTLexer.h17 #ifdef EOF
18 #undef EOF macro
20 #define EOF -1 macro
H A DTParser.h26 #ifdef EOF
27 #undef EOF macro
29 #define EOF -1 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
H A DTestLexerLexer.h17 #ifdef EOF
18 #undef EOF macro
20 #define EOF -1 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteLexer.h17 #ifdef EOF
18 #undef EOF macro
20 #define EOF -1 macro
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DChannelCondition.java29 * has been closed. This implies <code>EOF</code>. Note that there may still
46 * EOF on has been reached, no more _new_ stdout or stderr data will arrive
51 public static final int EOF = 16; field in interface:ChannelCondition
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DToken.js21 EOF: org.antlr.runtime.CharStream.EOF,
/external/valgrind/main/auxprogs/
H A Dposixtestsuite-1.5.1-diff-results5 cat <<EOF
9 EOF
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DToken.java40 public static final int EOF = CharStream.EOF; field in interface:Token
42 public static final Token EOF_TOKEN = new CommonToken(EOF);
H A DCharStream.java32 public static final int EOF = -1; field in interface:CharStream
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableLexer.h17 #ifdef EOF
18 #undef EOF macro
20 #define EOF -1 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.h17 #ifdef EOF
18 #undef EOF macro
20 #define EOF -1 macro
/external/openssh/regress/
H A Denvpass.sh9 cat << EOF > $OBJ/ssh_proxy_envpass
12 EOF
18 sh << 'EOF'
20 EOF
29 sh << 'EOF'
31 EOF
40 otherhost sh << 'EOF'
42 EOF
52 sh << 'EOF'
54 EOF
[all...]
H A Dsftp-batch.sh12 cat << EOF > ${BATCH}.pass.1
17 EOF
19 cat << EOF > ${BATCH}.pass.2
24 EOF
26 cat << EOF > ${BATCH}.fail.1
32 EOF
34 cat << EOF > ${BATCH}.fail.2
37 EOF

Completed in 985 milliseconds

1234567891011>>