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

1234567891011>>

/external/valgrind/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/elfutils/src/tests/
H A Drun-typeiter.sh46 testrun_compare ${abs_builddir}/typeiter testfile59 <<\EOF
48 EOF
50 testrun_compare ${abs_builddir}/typeiter2 testfile59 <<\EOF
52 EOF
H A Drun-find-prologues.sh23 testrun_compare ${abs_builddir}/find-prologues -e testfile <<\EOF
27 EOF
29 testrun_compare ${abs_builddir}/find-prologues -e testfile11 <<\EOF
38 EOF
40 testrun_compare ${abs_builddir}/find-prologues -e testfile22 <<\EOF
43 EOF
45 testrun_compare ${abs_builddir}/find-prologues -e testfile24 <<\EOF
48 EOF
50 testrun_compare ${abs_builddir}/find-prologues -e testfile25 <<\EOF
52 EOF
[all...]
H A Drun-dwfl-bug-offline-rel.sh22 testrun_compare ${abs_builddir}/dwflmodtest -e testfile36 <<\EOF
26 EOF
H A Drun-readelf-test2.sh22 testrun_compare ${abs_top_builddir}/src/readelf -x .strtab testfile28 <<\EOF
26 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/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
H A Deof.pass.cpp21 assert(std::char_traits<char>::eof() == EOF);
/external/jemalloc/include/jemalloc/
H A Djemalloc.sh5 cat <<EOF
12 EOF
23 cat <<EOF
28 EOF
/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/libvpx/tools/
H A Dgen_authors.sh5 cat <<EOF
13 EOF
/external/mesa3d/src/glsl/tests/lower_jumps/
H A Dlower_breaks_1.opt_test7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 0, 1)' <<EOF
13 EOF
H A Dlower_returns_1.opt_test7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 1, 0, 0)' <<EOF
12 EOF
H A Dlower_returns_2.opt_test7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 1, 0, 0, 0)' <<EOF
13 EOF
H A Dlower_returns_4.opt_test7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 1, 0, 0, 0)' <<EOF
14 EOF
H A Dremove_continue_at_end_of_loop.opt_test7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 0, 0)' <<EOF
13 EOF
/external/vboot_reference/scripts/keygeneration/
H A Dmake_pair.sh12 cat <<EOF
16 EOF
/external/bison/examples/calc++/
H A Dtest23 cat >input <<EOF
29 EOF
34 cat >input <<EOF
37 EOF
40 cat >input <<EOF
43 EOF
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
H A Dpbackfail.pass.cpp14 // int_type pbackfail(int_type c = EOF);
28 virtual int_type pbackfail(int_type c = EOF) {return base::pbackfail(c);} argument
40 assert(sb.snextc() == EOF);
42 assert(sb.pbackfail('3') == EOF);
44 assert(sb.pbackfail(EOF) != EOF);
45 assert(sb.pbackfail(EOF) == EOF);
55 assert(sb.snextc() == EOF);
58 assert(sb.pbackfail(EOF) !
[all...]
/external/toybox/scripts/
H A Dgenconfig.sh35 probesymbol TOYBOX_CONTAINER << EOF
40 EOF
42 probesymbol TOYBOX_FIFREEZE -c << EOF
47 EOF
50 probesymbol TOYBOX_ICONV -c << EOF
52 EOF
53 probesymbol TOYBOX_FALLOCATE << EOF
57 EOF
60 probesymbol TOYBOX_UTMPX -c << EOF
70 EOF
[all...]
/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
/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/mesa3d/src/glsl/glcpp/tests/
H A Dglcpp-test7 cat <<EOF
15 EOF

Completed in 981 milliseconds

1234567891011>>