Home
last modified time | relevance | path

Searched refs:EOF (Results 1 – 25 of 1010) sorted by relevance

12345678910>>...41

/external/llvm/test/tools/llvm-cov/Inputs/
Dtest_missing.cpp.gcov6 -: 1:/*EOF*/
7 -: 2:/*EOF*/
8 -: 3:/*EOF*/
9 -: 4:/*EOF*/
10 -: 5:/*EOF*/
11 -: 6:/*EOF*/
12 -: 7:/*EOF*/
13 -: 8:/*EOF*/
14 -: 9:/*EOF*/
15 12884901888: 10:/*EOF*/
[all …]
/external/fio/
Dconfigure113 cat > $TMPC <<EOF heredoc
121 EOF
337 cat > $TMPC <<EOF heredoc
342 EOF
353 cat > $TMPC <<EOF heredoc
360 EOF
367 cat > $TMPC <<EOF heredoc
375 EOF
392 cat > $TMPC <<EOF heredoc
400 EOF
[all …]
/external/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
Dpbackfail.pass.cpp28 virtual int_type pbackfail(int_type c = EOF) {return base::pbackfail(c);} in pbackfail()
40 assert(sb.snextc() == EOF); in main()
42 assert(sb.pbackfail('3') == EOF); in main()
44 assert(sb.pbackfail(EOF) != EOF); in main()
45 assert(sb.pbackfail(EOF) == EOF); in main()
55 assert(sb.snextc() == EOF); in main()
58 assert(sb.pbackfail(EOF) != EOF); in main()
59 assert(sb.pbackfail(EOF) == EOF); in main()
/external/zlib/src/contrib/iostream/
Dzfstream.cpp131 return streampos(EOF); in seekoff()
139 return EOF; in underflow()
144 if ( (allocate()) == EOF ) in underflow()
145 return EOF; in underflow()
154 if ( flushbuf() == EOF ) in underflow()
155 return EOF; in underflow()
163 if ( result == EOF ) { in underflow()
166 return EOF; in underflow()
176 return EOF; in overflow()
179 if ( allocate() == EOF ) in overflow()
[all …]
/external/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
Dscp_size_scp.pass.cpp29 assert(sb.snextc() == EOF); in main()
38 assert(sb.snextc() == EOF); in main()
43 assert(sb.sgetc() == EOF); in main()
49 assert(sb.sputc('j') == EOF); in main()
55 assert(sb.snextc() == EOF); in main()
60 assert(sb.sgetc() == EOF); in main()
65 assert(sb.sputc('i') == EOF); in main()
70 assert(sb.snextc() == EOF); in main()
80 assert(sb.snextc() == EOF); in main()
87 assert(sb.sputc('j') == EOF); in main()
[all …]
Ducp_size_ucp.pass.cpp29 assert(sb.snextc() == EOF); in main()
38 assert(sb.snextc() == EOF); in main()
43 assert(sb.sgetc() == EOF); in main()
49 assert(sb.sputc('j') == EOF); in main()
55 assert(sb.snextc() == EOF); in main()
60 assert(sb.sgetc() == EOF); in main()
65 assert(sb.sputc('i') == EOF); in main()
70 assert(sb.snextc() == EOF); in main()
80 assert(sb.snextc() == EOF); in main()
87 assert(sb.sputc('j') == EOF); in main()
[all …]
Dcp_size_cp.pass.cpp29 assert(sb.snextc() == EOF); in main()
38 assert(sb.snextc() == EOF); in main()
43 assert(sb.sgetc() == EOF); in main()
49 assert(sb.sputc('j') == EOF); in main()
55 assert(sb.snextc() == EOF); in main()
60 assert(sb.sgetc() == EOF); in main()
65 assert(sb.sputc('i') == EOF); in main()
70 assert(sb.snextc() == EOF); in main()
80 assert(sb.snextc() == EOF); in main()
87 assert(sb.sputc('j') == EOF); in main()
[all …]
/external/qemu/distrib/jpeg-6b/
Dconfigure144 cat << EOF heredoc
623 cat > conftest.$ac_ext <<EOF heredoc
627 EOF
657 cat > conftest.c <<EOF heredoc
661 EOF
694 cat > conftest.$ac_ext <<EOF heredoc
699 EOF
745 cat > conftest.$ac_ext <<EOF heredoc
763 EOF
795 cat > conftest.$ac_ext <<EOF heredoc
[all …]
Drdcolmap.c88 if ((header[i] = getc(infile)) == EOF) in read_gif_map()
107 if (R == EOF || G == EOF || B == EOF) in read_gif_map()
131 } while (ch != '\n' && ch != EOF); in pbm_getc()
150 if (ch == EOF) in read_pbm_integer()
210 if (R == EOF || G == EOF || B == EOF) in read_ppm_map()
/external/jpeg/
Dconfigure144 cat << EOF heredoc
623 cat > conftest.$ac_ext <<EOF heredoc
627 EOF
657 cat > conftest.c <<EOF heredoc
661 EOF
694 cat > conftest.$ac_ext <<EOF heredoc
699 EOF
745 cat > conftest.$ac_ext <<EOF heredoc
763 EOF
795 cat > conftest.$ac_ext <<EOF heredoc
[all …]
Drdcolmap.c88 if ((header[i] = getc(infile)) == EOF) in read_gif_map()
107 if (R == EOF || G == EOF || B == EOF) in read_gif_map()
131 } while (ch != '\n' && ch != EOF); in pbm_getc()
150 if (ch == EOF) in read_pbm_integer()
210 if (R == EOF || G == EOF || B == EOF) in read_ppm_map()
/external/libexif/m4m/
Dgp-byteorder.m450 cat > "$1" << EOF
57 EOF
65 cat >> "$1" << EOF
69 EOF],
75 [cat >> "$1" << EOF
79 EOF],
82 [cat >> "$1" << EOF
86 EOF],true)])
93 [cat >> "$1" << EOF
96 EOF],
[all …]
/external/bison/examples/calc++/
Dtest23 cat >input <<EOF heredoc
29 EOF
34 cat >input <<EOF heredoc
37 EOF
40 cat >input <<EOF heredoc
43 EOF
/external/libmtp/m4/
Dbyteorder.m448 cat > "$1" << EOF
55 EOF
63 cat >> "$1" << EOF
67 EOF],
73 [cat >> "$1" << EOF
77 EOF],
80 [cat >> "$1" << EOF
84 EOF],true)])
91 [cat >> "$1" << EOF
94 EOF],
[all …]
/external/zlib/src/
Dconfigure147 cat > $test.c <<EOF heredoc
150 EOF
329 cat > $test.c <<EOF heredoc
331 EOF
364 cat > $test.c << EOF heredoc
366 EOF
378 cat > $test.c <<EOF heredoc
381 EOF
426 cat > $test.c <<EOF heredoc
429 EOF
[all …]
/external/qemu/distrib/zlib-1.2.8/
Dconfigure147 cat > $test.c <<EOF heredoc
150 EOF
329 cat > $test.c <<EOF heredoc
331 EOF
364 cat > $test.c << EOF heredoc
366 EOF
378 cat > $test.c <<EOF heredoc
381 EOF
426 cat > $test.c <<EOF heredoc
429 EOF
[all …]
/external/iproute2/
Dconfigure12 cat >$TMPDIR/atmtest.c <<EOF heredoc
19 EOF
34 cat >$TMPDIR/ipttest.c <<EOF heredoc
52 EOF
71 cat >$TMPDIR/ipttest.c <<EOF heredoc
90 EOF
110 cat >$TMPDIR/ipttest.c <<EOF heredoc
130 EOF
167 cat >$TMPDIR/setnstest.c <<EOF heredoc
174 EOF
/external/mksh/src/
Dshf.c235 ret = EOF; in shf_close()
254 ret = EOF; in shf_fdclose()
292 return ((shf->flags & SHF_WR) ? EOF : 0); in shf_flush()
299 return (EOF); in shf_flush()
330 return (EOF); in shf_emptybuf()
350 return (EOF); in shf_emptybuf()
382 return (EOF); in shf_emptybuf()
417 return (EOF); in shf_fillbuf()
420 if ((shf->flags & SHF_WRITING) && shf_emptybuf(shf, EB_READSW) == EOF) in shf_fillbuf()
421 return (EOF); in shf_fillbuf()
[all …]
DBuild.sh400 ac_testn can_$vn '' "$ft" <<-'EOF' heredoc
404 EOF
642 EOF
1059 EOF
1070 EOF
1255 ac_testn can_delexe compiler_fails 0 'for the -non_shared linker option' <<-EOF heredoc
1258 EOF
1262 ac_testn can_delexe compiler_fails 0 'for the /DELEXECUTABLE linker option' <<-EOF heredoc
1265 EOF
1272 ac_testn compiler_still_fails '' 'if the compiler still does not fail correctly' <<-EOF heredoc
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
DTestActionFeatures.g321 : EOF
28 : EOF {$setDynamicScopeAttr::i=3; $setDynamicScopeAttr[0]::i=3; $setDynamicScopeAttr[-0]::i=3;}
35 : EOF {Console.WriteLine($dynamicScopeAttr::i);}
42 : EOF {Console.WriteLine($dynamicNegativeIndexedScopeAttr[-1]::i);}
49 : EOF {Console.WriteLine($dynamicNegativeIndexedScopeAttr[0]::i);}
56 : EOF {Console.WriteLine($isolatedDynamicScope.Count);}
/external/qemu/distrib/sdl-1.2.15/
Dandroid-configure.sh81 cat << EOF heredoc
85 EOF
272 cat > $TMPC <<EOF heredoc
285 EOF
302 cat > $TMPC <<EOF heredoc
313 EOF
480 cat > $TMPC <<EOF heredoc
484 EOF
487 cat >> $TMPC <<EOF heredoc
492 EOF
[all …]
/external/chromium_org/third_party/libjpeg_turbo/
Drdcolmap.c88 if ((header[i] = getc(infile)) == EOF) in read_gif_map()
107 if (R == EOF || G == EOF || B == EOF) in read_gif_map()
131 } while (ch != '\n' && ch != EOF); in pbm_getc()
150 if (ch == EOF) in read_pbm_integer()
210 if (R == EOF || G == EOF || B == EOF) in read_ppm_map()
/external/chromium_org/third_party/libvpx/source/libvpx/
Dconfigure21 cat << EOF heredoc
505 enabled child || cat <<EOF >> config.mk heredoc
522 EOF
599 check_ld <<EOF || die "Toolchain is unable to link executables" heredoc
601 EOF
755 check_cxx "$@" <<EOF && soft_enable unit_tests heredoc
757 EOF
758 check_cxx "$@" <<EOF && soft_enable webm_io heredoc
760 EOF
761 check_cxx "$@" <<EOF && soft_enable libyuv heredoc
[all …]
/external/jemalloc/include/jemalloc/
Djemalloc_mangle.sh6 cat <<EOF heredoc
18 EOF
25 cat <<EOF heredoc
36 EOF
43 cat <<EOF heredoc
45 EOF
Djemalloc.sh5 cat <<EOF heredoc
12 EOF
23 cat <<EOF heredoc
28 EOF

12345678910>>...41