HomeSort by relevance Sort by last modified time
    Searched refs:EOF (Results 1 - 25 of 976) 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++/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);
  /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/antlr/antlr-3.4/runtime/Python/antlr3/
constants.py 33 EOF = -1
  /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/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++/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...]
generate-factory-images-common.sh 87 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
104 EOF
107 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
109 EOF
113 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
119 EOF
123 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
125 EOF
127 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
129 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...]
run-dwfl-bug-offline-rel.sh 30 testrun_compare ./dwflmodtest -e testfile36 <<\EOF
34 EOF
run-readelf-test2.sh 30 testrun_compare ../src/readelf -x .strtab testfile28 <<\EOF
34 EOF
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.h 17 #ifdef EOF
18 #undef EOF
20 #define EOF -1
TParser.h 26 #ifdef EOF
27 #undef EOF
29 #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
  /bionic/libc/stdio/
rget.c 50 return (EOF);
wbuf.c 59 return (EOF);
75 return (EOF);
82 return (EOF);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
ChannelCondition.java 29 * 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;
  /external/valgrind/main/auxprogs/
posixtestsuite-1.5.1-diff-results 5 cat <<EOF
9 EOF
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Token.java 40 public static final int EOF = CharStream.EOF;
42 public static final Token EOF_TOKEN = new CommonToken(EOF);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.h 17 #ifdef EOF
18 #undef EOF
20 #define EOF -1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.h 17 #ifdef EOF
18 #undef EOF
20 #define EOF -1

Completed in 1073 milliseconds

1 2 3 4 5 6 7 8 91011>>