HomeSort by relevance Sort by last modified time
    Searched refs:EOF (Results 176 - 200 of 857) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonErrorNode.java 45 stop.getType()!=Token.EOF) )
72 if ( ((Token)stop).getType() == Token.EOF ) {
  /external/antlr/antlr-3.4/runtime/Perl5/examples/id/
id.pl 17 last if $token->get_type() == IDLexer->EOF;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
rule-tracer.rb 33 input_symbol = @input.look || :EOF
48 input_symbol = ( @input.look || :EOF )
  /external/bison/build-aux/
vc-list-files 32 --help) cat <<EOF
44 EOF
49 cat <<EOF
55 EOF
  /external/chromium_org/courgette/
analyze_mem_test 30 cat <<EOF
37 EOF
run_mem_test 13 cat <<EOF
19 EOF
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_def.sh 18 cat <<EOF
34 EOF
gen_msvs_sln.sh 19 cat <<EOF
30 EOF
193 cat <<EOF
212 EOF
218 cat <<EOF
240 EOF
316 cat >${outfile} <<EOF
319 EOF
configure.sh 72 cat <<EOF
100 EOF
105 cat <<EOF
116 EOF
322 check_cpp "$@" <<EOF && enable_feature $var
325 EOF
331 check_cc -Werror "$@" <<EOF
333 EOF
341 *c++-analyzer|*clang++|*g++*) check_cxx -Werror "$@" <<EOF
343 EOF
    [all...]
  /external/chromium_org/third_party/libxml/linux/
xml2-config 10 cat <<EOF
22 EOF
  /external/chromium_org/third_party/libxml/src/
xml2-config.in 10 cat <<EOF
22 EOF
  /external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
arm64_make 11 cat >&2 <<EOF
28 EOF
barelinux_make 16 cat >&2 <<EOF
36 EOF
  /external/libvpx/libvpx/build/make/
gen_msvs_def.sh 18 cat <<EOF
34 EOF
gen_msvs_sln.sh 19 cat <<EOF
30 EOF
193 cat <<EOF
212 EOF
218 cat <<EOF
240 EOF
316 cat >${outfile} <<EOF
319 EOF
configure.sh 72 cat <<EOF
100 EOF
105 cat <<EOF
116 EOF
322 check_cpp "$@" <<EOF && enable_feature $var
325 EOF
331 check_cc -Werror "$@" <<EOF
333 EOF
341 *c++-analyzer|*clang++|*g++*) check_cxx -Werror "$@" <<EOF
343 EOF
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
configure 21 cat << EOF
70 EOF
505 enabled child || cat <<EOF >> config.mk
522 EOF
599 check_ld <<EOF || die "Toolchain is unable to link executables"
601 EOF
755 check_cxx "$@" <<EOF && soft_enable unit_tests
757 EOF
758 check_cxx "$@" <<EOF && soft_enable webm_io
760 EOF
    [all...]
  /external/mksh/src/
Build.sh 159 IFS= read line || genopt_die Unexpected EOF
168 3:) genopt_die Expected optc sym at EOF ;;
170 *) genopt_die Missing EOF marker ;;
342 ac_testn "$@" <<-EOF
353 EOF
400 ac_testn can_$vn '' "$ft" <<-'EOF'
404 EOF
633 cat >conftest.c <<'EOF'
642 EOF
989 cat >conftest.c <<'EOF'
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/md5/asm/
md5-x86_64.pl 24 $code .= <<EOF;
34 EOF
49 $code .= <<EOF;
61 EOF
74 $code .= <<EOF;
83 EOF
98 $code .= <<EOF;
108 EOF
126 $code .= <<EOF;
166 EOF
    [all...]
  /external/openssl/crypto/md5/asm/
md5-x86_64.pl 24 $code .= <<EOF;
34 EOF
49 $code .= <<EOF;
61 EOF
74 $code .= <<EOF;
83 EOF
98 $code .= <<EOF;
108 EOF
126 $code .= <<EOF;
166 EOF
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/
TestANTLRStringStream.as 30 // now consume past EOF for a few ticks, nothing should change
44 assertEquals(stream.LA(-1), CharStreamConstants.EOF); // should be EOF
49 assertEquals(stream.LA(4), CharStreamConstants.EOF);
53 assertEquals(stream.LA(-2), CharStreamConstants.EOF);
58 assertEquals(stream.LA(3), CharStreamConstants.EOF);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fgetwc.c 65 if (ch == EOF) {
fseek.c 66 return (EOF);
89 return (EOF);
113 return (EOF);
183 * simply adjust the pointers, clear EOF, undo ungetc(),
234 return (EOF);
236 /* success: clear EOF indicator and discard ungetc() data */
vdprintf.c 72 return fflush(&f) ? EOF : ret;
  /cts/tools/dasm/src/dasm/
sym.java 55 static final int EOF = 0;

Completed in 1030 milliseconds

1 2 3 4 5 6 78 91011>>