Searched refs:EOF (Results 1 - 25 of 917) 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/libcxx/test/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/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dgen_authors.sh5 cat <<EOF
13 EOF
/external/chromium_org/third_party/mesa/src/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/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/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/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/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/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A Dglcpp-test7 cat <<EOF
15 EOF

Completed in 5850 milliseconds

1234567891011>>