Searched refs:EOF (Results 1 - 25 of 41) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
H A Deof.pass.cpp21 assert(std::char_traits<char>::eof() == EOF);
/ndk/sources/cxx-stl/llvm-libc++/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...]
H A Dunderflow.pass.cpp44 assert(sb.snextc() == EOF);
45 assert(sb.underflow() == EOF);
46 assert(sb.underflow() == EOF);
/ndk/tests/build/short-commands/
H A Dbuild.sh35 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...]
/ndk/sources/android/support/src/musl-multibyte/
H A Dbtowc.c6 return c<128U ? c : EOF;
H A Dwctob.c7 return EOF;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/
H A Dfreeze.pass.cpp24 assert(sb.sputc('a') == EOF);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcp_size_cp.pass.cpp29 assert(sb.snextc() == EOF);
38 assert(sb.snextc() == EOF);
43 assert(sb.sgetc() == EOF);
49 assert(sb.sputc('j') == EOF);
55 assert(sb.snextc() == EOF);
60 assert(sb.sgetc() == EOF);
65 assert(sb.sputc('i') == EOF);
70 assert(sb.snextc() == EOF);
80 assert(sb.snextc() == EOF);
87 assert(sb.sputc('j') == EOF);
[all...]
H A Dscp_size_scp.pass.cpp29 assert(sb.snextc() == EOF);
38 assert(sb.snextc() == EOF);
43 assert(sb.sgetc() == EOF);
49 assert(sb.sputc('j') == EOF);
55 assert(sb.snextc() == EOF);
60 assert(sb.sgetc() == EOF);
65 assert(sb.sputc('i') == EOF);
70 assert(sb.snextc() == EOF);
80 assert(sb.snextc() == EOF);
87 assert(sb.sputc('j') == EOF);
[all...]
H A Ducp_size_ucp.pass.cpp29 assert(sb.snextc() == EOF);
38 assert(sb.snextc() == EOF);
43 assert(sb.sgetc() == EOF);
49 assert(sb.sputc('j') == EOF);
55 assert(sb.snextc() == EOF);
60 assert(sb.sgetc() == EOF);
65 assert(sb.sputc('i') == EOF);
70 assert(sb.snextc() == EOF);
80 assert(sb.snextc() == EOF);
87 assert(sb.sputc('j') == EOF);
[all...]
H A Dccp_size.pass.cpp29 assert(sb.snextc() == EOF);
38 assert(sb.snextc() == EOF);
H A Dcscp_size.pass.cpp29 assert(sb.snextc() == EOF);
38 assert(sb.snextc() == EOF);
H A Dcucp_size.pass.cpp29 assert(sb.snextc() == EOF);
38 assert(sb.snextc() == EOF);
/ndk/tests/build/issue64679-prctl/
H A Dbuild.sh42 cat > $PROJECT_DIR/jni/Application.mk <<EOF
47 EOF
49 cat > $ANDROID_MK <<EOF
56 EOF
69 cat > $PROJECT_DIR/jni/$SRC <<EOF
74 EOF
77 cat >> $ANDROID_MK <<EOF
81 EOF
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
H A DSECONDARY18 print MAKEFILE <<'EOF';
30 EOF
90 print MAKEFILE <<'EOF';
98 EOF
/ndk/sources/android/support/src/wcstox/
H A Dshgetc.c15 return EOF;
/ndk/sources/cxx-stl/stlport/src/
H A Dstdio_streambuf.cpp163 if (c != EOF) {
177 return c != EOF ? c : traits_type::eof();
183 return result != EOF ? result : traits_type::eof();
229 return result != EOF ? result : traits_type::eof();
/ndk/build/tools/
H A Dgen-toolchain-wrapper.sh167 cat > "$DST_FILE" << EOF
171 EOF
H A Dbuild-llvm.sh511 cat > "${ANALYZER}" <<EOF
518 EOF
519 cat > "${ANALYZER}++" <<EOF
526 EOF
530 cat > "${ANALYZER}.cmd" <<EOF
541 EOF
542 cat > "${ANALYZER}++.cmd" <<EOF
553 EOF
H A Dmake-standalone-toolchain.sh456 cat > "$TMPDIR/bin/clang" <<EOF
464 EOF
465 cat > "$TMPDIR/bin/clang++" <<EOF
473 EOF
479 cat > "$TMPDIR/bin/clang.cmd" <<EOF
491 EOF
492 cat > "$TMPDIR/bin/clang++.cmd" <<EOF
504 EOF
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dstrstream.cpp153 if (__c == EOF)
158 return int_type(EOF);
169 return int_type(EOF);
196 return EOF;
197 if (__c == EOF)
209 return EOF;
222 return EOF;
/ndk/sources/host-tools/make-3.81/config/
H A Dcompile38 cat <<\EOF
49 EOF
H A Dmdate-sh39 cat <<\EOF
45 EOF
/ndk/sources/host-tools/nawk-20071023/
H A Dmain.c170 return EOF;
177 if ((c = getc(yyin)) != EOF)
H A Dlib.c162 /* EOF arrived on this file; set up next */
193 while ((c=getc(inf)) == '\n' && c != EOF) /* skip leading \n's */
195 if (c != EOF)
199 for (; (c=getc(inf)) != sep && c != EOF; ) {
205 if (**RS == sep || c == EOF)
207 if ((c = getc(inf)) == '\n' || c == EOF) /* 2 in a row */
217 dprintf( ("readrec saw <%s>, returns %d\n", buf, c == EOF && rr == buf ? 0 : 1) );
220 return c == EOF && rr == buf ? 0 : 1;
533 while ((c = input()) != EOF && c != '\0')
630 while ((c = input()) != '\n' && c != '\0' && c != EOF) {
[all...]

Completed in 1093 milliseconds

12