HomeSort by relevance Sort by last modified time
    Searched refs:EOF (Results 26 - 50 of 2336) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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...]
  /external/toybox/scripts/
genconfig.sh 35 probesymbol TOYBOX_CONTAINER << EOF
40 EOF
42 probesymbol TOYBOX_FIFREEZE -c << EOF
47 EOF
50 probesymbol TOYBOX_ICONV -c << EOF
52 EOF
53 probesymbol TOYBOX_FALLOCATE << EOF
57 EOF
60 probesymbol TOYBOX_UTMPX -c << EOF
70 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...]
  /external/elfutils/tests/
run-find-prologues.sh 23 testrun_compare ${abs_builddir}/find-prologues -e testfile <<\EOF
27 EOF
29 testrun_compare ${abs_builddir}/find-prologues -e testfile11 <<\EOF
38 EOF
40 testrun_compare ${abs_builddir}/find-prologues -e testfile22 <<\EOF
43 EOF
45 testrun_compare ${abs_builddir}/find-prologues -e testfile24 <<\EOF
48 EOF
50 testrun_compare ${abs_builddir}/find-prologues -e testfile25 <<\EOF
52 EOF
    [all...]
run-dwarf-ranges.sh 22 testrun_compare ${abs_builddir}/dwarf-ranges debug-ranges-no-lowpc.o 0xb <<\EOF
25 EOF
run-dwelfgnucompressed.sh 81 testrun_compare ${abs_top_builddir}/tests/dwelfgnucompressed testfile-zgnu64 <<\EOF
85 EOF
88 testrun_compare ${abs_top_builddir}/tests/dwelfgnucompressed testfile-zgnu64be <<\EOF
92 EOF
95 testrun_compare ${abs_top_builddir}/tests/dwelfgnucompressed testfile-zgnu32 <<\EOF
99 EOF
102 testrun_compare ${abs_top_builddir}/tests/dwelfgnucompressed testfile-zgnu32be <<\EOF
106 EOF
run-dwfl-bug-offline-rel.sh 22 testrun_compare ${abs_builddir}/dwflmodtest -e testfile36 <<\EOF
26 EOF
run-readelf-test2.sh 22 testrun_compare ${abs_top_builddir}/src/readelf -x .strtab testfile28 <<\EOF
26 EOF
  /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
  /build/kati/testcase/
cmdline_var_modify.sh 21 cat <<EOF > Makefile
25 EOF
werror_find_emulator.sh 21 cat <<EOF > Makefile
24 EOF
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
putchar.c 10 /* Putchar() should either return the character printed or EOF in case of error.
21 res = EOF;
  /external/libvpx/libvpx/tools/
gen_authors.sh 5 cat <<EOF
14 EOF
  /external/ltp/scripts/
safe_rm.sh 59 cat <<EOF >&2
61 EOF
  /external/ltp/testscripts/
adp.sh 9 cat << EOF
18 EOF
  /external/minijail/
gen_syscalls.sh 48 cat <<-EOF > "${OUTFILE}"
57 EOF
  /external/syslinux/com32/lib/
fputc.c 13 return _fwrite(&ch, 1, f) == 1 ? ch : EOF;
putchar.c 15 return _fwrite(&ch, 1, stdout) == 1 ? ch : EOF;
  /external/tensorflow/tensorflow/python/debug/examples/
examples_test.sh 62 cat << EOF | ${DEBUG_FIBONACCI_BIN} --tensor_size=2 --ui_type=readline
65 EOF
67 cat << EOF | ${DEBUG_ERRORS_BIN} --error=no_error --ui_type=readline
70 EOF
72 cat << EOF | ${DEBUG_MNIST_BIN} --debug --max_steps=1 --fake_data --ui_type=readline
76 EOF
82 cat << EOF | ${DEBUG_TFLEARN_IRIS_BIN} --debug --fake_data --train_steps=2 --dump_root="${CUSTOM_DUMP_ROOT}" --ui_type=readline
85 EOF
  /prebuilts/go/darwin-x86/src/syscall/
mksysnum_dragonfly.pl 13 print <<EOF;
20 EOF
41 print <<EOF;
43 EOF
mksysnum_freebsd.pl 13 print <<EOF;
20 EOF
54 print <<EOF;
56 EOF
mksysnum_linux.pl 10 print <<EOF;
17 EOF
59 print <<EOF;
61 EOF

Completed in 1134 milliseconds

12 3 4 5 6 7 8 91011>>