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

12 3 4 5 6 7 8 91011

  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons/
istream.pass.cpp 26 assert(inf.good());
  /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
305 for (int i=0; i<good.length; i++) {
307 (good[i][0] + x509crl + good[i][1]).getBytes("UTF-8"));
320 (good[0][0] + bad_content[i] + good[0][1]).getBytes("UTF-8"));
401 data[pem_x509] = (good[0][0] + x509crl + good[0][1] + "\n").getBytes("UTF-8");
403 data[pem_pkcs] = (good[0][0] + pkcs7so + good[0][1] + "\n").getBytes("UTF-8")
    [all...]
  /frameworks/rs/driver/linkloader/utils/
serialize.h 66 bool good; member in class:ArchiveReader
71 cursor(buf), cursor_base(NULL), good(buf != NULL) {
95 if (!good || cursor + size > buf_end) {
96 good = false;
127 return good ? this : 0;
131 return !good;
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 196 CHECK(dir.good());
278 ASSERT_TRUE(dir.good());
388 EXPECT_TRUE(dir.good());
392 EXPECT_TRUE(entry.good());
415 EXPECT_TRUE(dir.good());
418 EXPECT_TRUE(entry.good());
419 if (!entry.good()) {
485 ASSERT_TRUE(dir.good());
501 ASSERT_TRUE(dir.good());
541 ASSERT_TRUE(dir.good());
    [all...]
resolve_conflicts_command.cc 25 if (!dir.good())
  /ndk/sources/cxx-stl/llvm-libc++/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());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/istringstream/istringstream.cons/
move.pass.cpp 27 assert(ss.good());
39 assert(ss.good());
  /ndk/sources/cxx-stl/llvm-libc++/test/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());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/ostringstream/ostringstream.members/
str.pass.cpp 25 assert(ss.good());
40 assert(ss.good());
  /ndk/sources/cxx-stl/llvm-libc++/test/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());
  /ndk/sources/cxx-stl/llvm-libc++/test/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());
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 46 struct good : non_trivial { struct in inherits:non_trivial
49 good g;
52 const good g; // expected-note {{field 'g' of const-qualified type 'const good' would not be initialized}}
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.ops/
stream_input.pass.cpp 34 assert(is.good());
41 assert(is.good());
55 assert(is.good());
62 assert(is.good());
69 assert(is.good());
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp 59 assert(!is.good());
67 assert(!is.good());
76 assert(is.good());
86 assert(is.good());
96 assert(is.good());
105 assert(is.good());
124 assert(is.good());
  /external/stlport/test/unit/
sstream_test.cpp 72 CPPUNIT_ASSERT( s.good() );
82 CPPUNIT_ASSERT( s.good() );
89 CPPUNIT_ASSERT( s.good() );
100 CPPUNIT_ASSERT( s.good() );
104 CPPUNIT_ASSERT( s.good() );
108 CPPUNIT_ASSERT( s.good() );
112 CPPUNIT_ASSERT( s.good() );
115 CPPUNIT_ASSERT( s.good() );
147 CPPUNIT_ASSERT( s.good() );
152 CPPUNIT_ASSERT( s.good() );
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 72 CPPUNIT_ASSERT( s.good() );
82 CPPUNIT_ASSERT( s.good() );
89 CPPUNIT_ASSERT( s.good() );
100 CPPUNIT_ASSERT( s.good() );
104 CPPUNIT_ASSERT( s.good() );
108 CPPUNIT_ASSERT( s.good() );
112 CPPUNIT_ASSERT( s.good() );
115 CPPUNIT_ASSERT( s.good() );
147 CPPUNIT_ASSERT( s.good() );
152 CPPUNIT_ASSERT( s.good() );
    [all...]
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 72 CPPUNIT_ASSERT( s.good() );
82 CPPUNIT_ASSERT( s.good() );
89 CPPUNIT_ASSERT( s.good() );
100 CPPUNIT_ASSERT( s.good() );
104 CPPUNIT_ASSERT( s.good() );
108 CPPUNIT_ASSERT( s.good() );
112 CPPUNIT_ASSERT( s.good() );
115 CPPUNIT_ASSERT( s.good() );
147 CPPUNIT_ASSERT( s.good() );
152 CPPUNIT_ASSERT( s.good() );
    [all...]

Completed in 1724 milliseconds

12 3 4 5 6 7 8 91011