Searched refs:good (Results 1 - 25 of 240) sorted by relevance

12345678910

/external/toolchain-utils/binary_search_tool/ndk/
H A Dget_initial_items.sh11 cat ${BISECT_DIR}/good/_LIST
/external/valgrind/memcheck/tests/
H A Dexecve1.c7 char* good[1] = { NULL }; local
10 execve("/bin/true", good, good);
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
H A Dget_initial_items.sh5 cat ${bisect_dir}/good/_LIST
/external/libcxx/test/std/input.output/iostreams.base/ios/iostate.flags/
H A Dgood.pass.cpp14 // bool good() const;
26 assert(!ios.good());
31 assert(ios.good());
33 assert(!ios.good());
/external/testng/src/test/java/test/override/
H A DOverrideSampleTest.java8 public void good() { method in class:OverrideSampleTest
/external/clang/test/SemaCXX/
H A Doperator-arrow-depth.cpp21 A<MAX/2> good; variable
22 int n = good->n;
/external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
H A Dostream_delim.pass.cpp33 assert(outf.good());
38 assert(outf.good());
43 assert(outf.good());
H A Dcopy.pass.cpp25 assert(outf.good());
H A Dostream.pass.cpp32 assert(outf.good());
37 assert(outf.good());
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
H A Dget_line_delim.pass.cpp29 assert(in.good());
32 assert(in.good());
35 assert(in.good());
45 assert(in.good());
48 assert(in.good());
51 assert(in.good());
63 assert(in.good());
66 assert(in.good());
69 assert(in.good());
80 assert(in.good());
[all...]
H A Dget_line.pass.cpp29 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());
H A Dstream_extract.pass.cpp29 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...]
H A Dstream_insert.pass.cpp29 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/libcxx/test/std/input.output/string.streams/istringstream/istringstream.cons/
H A Ddefault.pass.cpp25 assert(ss.good());
31 assert(ss.good());
37 assert(ss.good());
43 assert(ss.good());
/external/libcxx/test/std/input.output/string.streams/istringstream/istringstream.members/
H A Dstr.pass.cpp25 assert(ss.good());
34 assert(ss.good());
42 assert(ss.good());
51 assert(ss.good());
/external/libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.cons/
H A Ddefault.pass.cpp25 assert(ss.good());
31 assert(ss.good());
37 assert(ss.good());
43 assert(ss.good());
H A Dmove.pass.cpp27 assert(ss.good());
37 assert(ss.good());
/external/libcxx/test/std/input.output/string.streams/stringstream.cons/
H A Ddefault.pass.cpp25 assert(ss.good());
31 assert(ss.good());
37 assert(ss.good());
43 assert(ss.good());
/external/libcxx/test/std/strings/string.view/string.view.io/
H A Dstream_insert.pass.cpp30 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.manip/
H A Dflush.pass.cpp49 assert(os.good());
56 assert(os.good());
/external/doclava/src/com/google/doclava/
H A DTodoFile.java94 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
[all...]
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
H A Dputback.pass.cpp54 assert(is.good());
57 assert(is.good());
60 assert(is.good());
77 assert(is.good());
80 assert(is.good());
83 assert(is.good());
H A Dunget.pass.cpp50 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/
H A Drdbuf_streambuf.pass.cpp24 assert(!ios.good());
29 assert(ios.good());
/external/libcxx/test/std/experimental/string.view/string.view.io/
H A Dstream_insert.pass.cpp30 assert(out.good());
39 assert(out.good());
46 assert(out.good());
55 assert(out.good());

Completed in 1503 milliseconds

12345678910