HomeSort by relevance Sort by last modified time
    Searched refs:good (Results 51 - 75 of 388) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/
istream.pass.cpp 26 assert(inf.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
flush.pass.cpp 48 assert(os.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.cons/
string.pass.cpp 26 assert(ss.good());
37 assert(ss.good());
48 assert(ss.good());
59 assert(ss.good());
move.pass.cpp 27 assert(ss.good());
39 assert(ss.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ostringstream.cons/
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++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons/
istream.pass.cpp 26 assert(inf.good());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
reloc.s 10 # Pad out to a good alignment
  /external/chromium-trace/catapult/third_party/html5lib-python/utils/
entities.py 32 def make_test(name, characters, good):
34 "description":test_description(name, good),
36 "output":test_expected(name, characters, good)
39 def test_description(name, good):
43 if good:
49 def test_expected(name, characters, good):
51 if not good or not name.endswith(";"):
  /dalvik/dx/tests/
run-test 113 good="no"
117 good="yes"
120 good="yes"
126 good="yes"
131 if [ "$good" = "yes" ]; then
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java 231 private static String[][] good = { field in class:CertificateFactory_ImplTest
307 for (int i = 0; i < good.length; i++) {
309 (good[i][0] + x509crl + good[i][1]).getBytes("UTF-8"));
322 (good[0][0] + bad_content[i] + good[0][1]).getBytes("UTF-8"));
408 data[pem_x509] = (good[0][0] + x509crl + good[0][1] + "\n").getBytes("UTF-8");
410 data[pem_pkcs] = (good[0][0] + pkcs7so + good[0][1] + "\n").getBytes("UTF-8")
    [all...]
  /external/libcxx/test/std/input.output/string.streams/istringstream/istringstream.assign/
member_swap.pass.cpp 27 assert(ss.good());
44 assert(ss.good());
nonmember_swap.pass.cpp 30 assert(ss.good());
47 assert(ss.good());
  /external/libcxx/test/std/input.output/string.streams/istringstream/istringstream.cons/
move.pass.cpp 27 assert(ss.good());
39 assert(ss.good());
  /external/libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.assign/
member_swap.pass.cpp 27 assert(ss.good());
40 assert(ss.good());
move.pass.cpp 28 assert(ss.good());
39 assert(ss.good());
nonmember_swap.pass.cpp 27 assert(ss.good());
40 assert(ss.good());
  /external/libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.members/
str.pass.cpp 25 assert(ss.good());
40 assert(ss.good());
  /external/libcxx/test/std/input.output/string.streams/stringstream.cons/
move.pass.cpp 27 assert(ss.good());
41 assert(ss.good());
string.pass.cpp 26 assert(ss.good());
39 assert(ss.good());
  /external/libcxx/test/std/input.output/string.streams/stringstream.cons/stringstream.assign/
member_swap.pass.cpp 27 assert(ss.good());
44 assert(ss.good());
move.pass.cpp 28 assert(ss.good());
43 assert(ss.good());
nonmember_swap.pass.cpp 30 assert(ss.good());
47 assert(ss.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/istringstream.assign/
member_swap.pass.cpp 27 assert(ss.good());
44 assert(ss.good());
move.pass.cpp 28 assert(ss.good());
41 assert(ss.good());
nonmember_swap.pass.cpp 30 assert(ss.good());
47 assert(ss.good());

Completed in 406 milliseconds

1 23 4 5 6 7 8 91011>>