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

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.members/
str.pass.cpp 25 assert(ss.good());
34 assert(ss.good());
42 assert(ss.good());
51 assert(ss.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.cons/
default.pass.cpp 25 assert(ss.good());
31 assert(ss.good());
37 assert(ss.good());
43 assert(ss.good());
move.pass.cpp 27 assert(ss.good());
37 assert(ss.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.cons/
default.pass.cpp 25 assert(ss.good());
31 assert(ss.good());
37 assert(ss.good());
43 assert(ss.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
copy.pass.cpp 25 assert(outf.good());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
sub.s 6 # Force a good alignment.
segment.s 8 # Force a good alignment.
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/
flush.pass.cpp 49 assert(os.good());
56 assert(os.good());
  /external/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
get_line.pass.cpp 29 assert(in.good());
32 assert(in.good());
42 assert(in.good());
45 assert(in.good());
57 assert(in.good());
60 assert(in.good());
71 assert(in.good());
74 assert(in.good());
stream_extract.pass.cpp 29 assert(in.good());
33 assert(in.good());
38 assert(in.good());
51 assert(in.good());
55 assert(in.good());
60 assert(in.good());
75 assert(in.good());
79 assert(in.good());
84 assert(in.good());
98 assert(in.good());
    [all...]
stream_insert.pass.cpp 29 assert(out.good());
37 assert(out.good());
44 assert(out.good());
52 assert(out.good());
61 assert(out.good());
70 assert(out.good());
78 assert(out.good());
87 assert(out.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
flush.pass.cpp 49 assert(os.good());
56 assert(os.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/
get_line.pass.cpp 29 assert(in.good());
32 assert(in.good());
42 assert(in.good());
45 assert(in.good());
57 assert(in.good());
60 assert(in.good());
71 assert(in.good());
74 assert(in.good());
stream_extract.pass.cpp 29 assert(in.good());
33 assert(in.good());
38 assert(in.good());
51 assert(in.good());
55 assert(in.good());
60 assert(in.good());
75 assert(in.good());
79 assert(in.good());
84 assert(in.good());
98 assert(in.good());
    [all...]
stream_insert.pass.cpp 29 assert(out.good());
37 assert(out.good());
44 assert(out.good());
52 assert(out.good());
61 assert(out.good());
70 assert(out.good());
78 assert(out.good());
87 assert(out.good());
  /external/doclava/src/com/google/doclava/
TodoFile.java 94 boolean good = true;
99 good = false;
102 if (!good) {
108 boolean good = true;
113 good = false;
116 if (!good) {
123 boolean good = true;
128 good = false;
131 if (!good) {
137 boolean good = true
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
putback.pass.cpp 54 assert(is.good());
57 assert(is.good());
60 assert(is.good());
77 assert(is.good());
80 assert(is.good());
83 assert(is.good());
unget.pass.cpp 50 assert(is.good());
53 assert(is.good());
56 assert(is.good());
69 assert(is.good());
72 assert(is.good());
75 assert(is.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
putback.pass.cpp 54 assert(is.good());
57 assert(is.good());
60 assert(is.good());
77 assert(is.good());
80 assert(is.good());
83 assert(is.good());
unget.pass.cpp 50 assert(is.good());
53 assert(is.good());
56 assert(is.good());
69 assert(is.good());
72 assert(is.good());
75 assert(is.good());
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
rdbuf_streambuf.pass.cpp 24 assert(!ios.good());
29 assert(ios.good());
  /external/libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.cons/
move.pass.cpp 27 assert(ss.good());
37 assert(ss.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
rdbuf_streambuf.pass.cpp 24 assert(!ios.good());
29 assert(ios.good());
  /external/libcxx/test/std/experimental/string.view/string.view.io/
stream_insert.pass.cpp 30 assert(out.good());
39 assert(out.good());
46 assert(out.good());
55 assert(out.good());
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
flush.pass.cpp 48 assert(os.good());

Completed in 819 milliseconds

12 3 4 5 6 7 8 91011>>