HomeSort by relevance Sort by last modified time
    Searched refs:good (Results 1 - 25 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/valgrind/main/memcheck/tests/
execve1.c 7 char* good[1] = { NULL }; local
10 execve("/bin/true", good, good);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios/iostate.flags/
good.pass.cpp 14 // bool good() const;
26 assert(!ios.good());
31 assert(ios.good());
33 assert(!ios.good());
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
ostream.pass.cpp 24 assert(outf.good());
ostream_delem.pass.cpp 25 assert(outf.good());
30 assert(outf.good());
copy.pass.cpp 25 assert(outf.good());
  /external/stlport/test/unit/
ostmit_test.cpp 42 CPPUNIT_ASSERT(os.good());
44 CPPUNIT_ASSERT(os.good());
48 CPPUNIT_ASSERT(os.good());
  /ndk/tests/device/test-gnustl-full/unit/
ostmit_test.cpp 42 CPPUNIT_ASSERT(os.good());
44 CPPUNIT_ASSERT(os.good());
48 CPPUNIT_ASSERT(os.good());
  /ndk/tests/device/test-stlport/unit/
ostmit_test.cpp 42 CPPUNIT_ASSERT(os.good());
44 CPPUNIT_ASSERT(os.good());
48 CPPUNIT_ASSERT(os.good());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/istringstream/istringstream.cons/
default.pass.cpp 25 assert(ss.good());
31 assert(ss.good());
37 assert(ss.good());
43 assert(ss.good());
string.pass.cpp 26 assert(ss.good());
37 assert(ss.good());
48 assert(ss.good());
59 assert(ss.good());
  /ndk/sources/cxx-stl/llvm-libc++/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++/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());
string.pass.cpp 26 assert(ss.good());
35 assert(ss.good());
44 assert(ss.good());
53 assert(ss.good());
  /ndk/sources/cxx-stl/llvm-libc++/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++/test/strings/basic.string/string.nonmembers/string.io/
get_line.pass.cpp 27 assert(in.good());
30 assert(in.good());
40 assert(in.good());
43 assert(in.good());
stream_insert.pass.cpp 27 assert(out.good());
35 assert(out.good());
42 assert(out.good());
50 assert(out.good());
get_line_delim.pass.cpp 27 assert(in.good());
30 assert(in.good());
33 assert(in.good());
43 assert(in.good());
46 assert(in.good());
49 assert(in.good());
stream_extract.pass.cpp 27 assert(in.good());
31 assert(in.good());
36 assert(in.good());
49 assert(in.good());
53 assert(in.good());
58 assert(in.good());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.manip/
flush.pass.cpp 49 assert(os.good());
56 assert(os.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...]
  /ndk/sources/cxx-stl/llvm-libc++/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());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios/basic.ios.members/
rdbuf_streambuf.pass.cpp 24 assert(!ios.good());
29 assert(ios.good());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.unformatted/
flush.pass.cpp 48 assert(os.good());

Completed in 1285 milliseconds

1 2 3 4 5 6 7 8 91011