HomeSort by relevance Sort by last modified time
    Searched refs:eof (Results 201 - 225 of 1085) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
basic_ios.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
ios_base.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
ostream.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
streambuf.pass.cpp 44 overflow(typename base::int_type __c = base::traits_type::eof())
46 if (__c != base::traits_type::eof())
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
double.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
float.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
int.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
long.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
long_double.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
long_long.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
short.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
unsigned_int.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
unsigned_long.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
unsigned_long_long.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
unsigned_short.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.manip/
endl.pass.cpp 40 overflow(typename base::int_type __c = base::traits_type::eof())
42 if (__c != base::traits_type::eof())
ends.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.rvalue/
CharT_pointer.pass.cpp 42 overflow(typename base::int_type __c = base::traits_type::eof())
44 if (__c != base::traits_type::eof())
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
put.pass.cpp 37 overflow(typename base::int_type __c = base::traits_type::eof())
39 if (__c != base::traits_type::eof())
  /external/libopus/src/
repacketizer_demo.c 60 int i, eof=0; local
114 while (!eof)
129 eof = 1;
143 eof = 1;
155 if (eof)
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/
StreamReader.java 37 private boolean eof = true; field in class:StreamReader
50 this.eof = true;
58 this.eof = false;
180 if (!this.eof) {
196 this.eof = true;
  /system/extras/tests/sdcard/
sysutil.cpp 95 bool eof = false; local
101 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
117 eof = true;
136 if (!eof)
476 bool eof = false; local
482 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
498 eof = true;
529 bool eof = false; local
537 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
553 eof = true
    [all...]
  /tools/tradefederation/core/
tradefed_win.bat 77 goto:eof
87 goto:eof
89 goto:eof
96 goto:eof
98 goto:eof
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shlex.py 34 self.eof = None
36 self.eof = ''
105 # Maybe we got EOF instead?
106 while raw == self.eof:
108 return self.eof
112 # Neither inclusion nor EOF
114 if raw != self.eof:
117 print "shlex: token=EOF"
170 print "shlex: I see EOF in quotes state"
189 print "shlex: I see EOF in escape state"
    [all...]
  /external/libcxx/test/std/numerics/complex.number/complex.ops/
stream_input.pass.cpp 29 assert(is.eof());
92 assert(!is.eof());
99 assert(!is.eof());

Completed in 159 milliseconds

1 2 3 4 5 6 7 891011>>