HomeSort by relevance Sort by last modified time
    Searched refs:EOF (Results 1 - 25 of 1129) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Preprocessor/
macro_paste_c_block_comment.c 3 // expected-error@9 {{EOF}}
9 #error EOF
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CharStream.pm 9 Readonly my $EOF => -1;
10 sub EOF { return $EOF }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
eof.pass.cpp 14 // static constexpr int_type eof();
21 assert(std::char_traits<char>::eof() == EOF);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
constants.py 33 EOF = -1
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
lower_breaks_1.opt_test 7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 0, 1)' <<EOF
13 EOF
lower_returns_1.opt_test 7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 1, 0, 0)' <<EOF
12 EOF
lower_returns_2.opt_test 7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 1, 0, 0, 0)' <<EOF
13 EOF
lower_returns_4.opt_test 7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 1, 0, 0, 0)' <<EOF
14 EOF
remove_continue_at_end_of_loop.opt_test 7 ../../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/
EOF.java 8 public final class EOF extends Token
10 public EOF()
15 public EOF(int line, int pos)
25 return new EOF(getLine(), getPos());
  /external/libvpx/libvpx/tools/
gen_authors.sh 5 cat <<EOF
13 EOF
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_breaks_1.opt_test 7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 0, 1)' <<EOF
13 EOF
lower_returns_1.opt_test 7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 1, 0, 0)' <<EOF
12 EOF
lower_returns_2.opt_test 7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 1, 0, 0, 0)' <<EOF
13 EOF
lower_returns_4.opt_test 7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 1, 0, 0, 0)' <<EOF
14 EOF
remove_continue_at_end_of_loop.opt_test 7 ../../glsl_test optpass --quiet --input-ir 'do_lower_jumps(0, 0, 0, 0, 0)' <<EOF
13 EOF
  /external/bison/examples/calc++/
test 23 cat >input <<EOF
29 EOF
34 cat >input <<EOF
37 EOF
40 cat >input <<EOF
43 EOF
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
pbackfail.pass.cpp 14 // int_type pbackfail(int_type c = EOF);
28 virtual int_type pbackfail(int_type c = EOF) {return base::pbackfail(c);}
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) != EOF)
    [all...]
  /device/common/
populate-new-device.sh 27 cat > device/$1/$2/vendorsetup.sh << EOF
45 EOF
47 cat > device/$1/$2/AndroidProducts.mk << EOF
65 EOF
67 cat > device/$1/$2/full_$2.mk << EOF
91 EOF
93 cat > device/$1/$2/device.mk << EOF
120 EOF
122 cat > device/$1/$2/BoardConfig.mk << EOF
146 EOF
    [all...]
  /ndk/tests/build/short-commands/
build.sh 35 cat > $SRCFILE <<EOF
40 EOF
48 cat > $SRCDIR/main.c <<EOF
50 EOF
53 cat >> $SRCDIR/main.c <<EOF
55 EOF
58 cat >> $SRCDIR/main.c <<EOF
62 EOF
65 cat >> $SRCDIR/main.c <<EOF
67 EOF
    [all...]
  /external/elfutils/tests/
run-find-prologues.sh 31 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...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.h 17 #ifdef EOF
18 #undef EOF
20 #define EOF -1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexerLexer.h 17 #ifdef EOF
18 #undef EOF
20 #define EOF -1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.h 17 #ifdef EOF
18 #undef EOF
20 #define EOF -1
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
glcpp-test 7 cat <<EOF
15 EOF

Completed in 2000 milliseconds

1 2 3 4 5 6 7 8 91011>>