HomeSort by relevance Sort by last modified time
    Searched refs:good (Results 26 - 50 of 396) 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.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());
  /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...]
  /external/chromium_org/chrome/browser/resources/help/
channel_change_page.css 22 .show-when-selected-channel-good,
31 .selected-channel-good .show-when-selected-channel-good,
  /frameworks/rs/cpu_ref/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++/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());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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}}
  /external/chromium_org/chrome_frame/
chrome_launcher_unittest.cc 20 CommandLine good(base::FilePath(L"dummy.exe"));
21 good.AppendSwitch(switches::kNoFirstRun); // in whitelist
22 good.AppendSwitch(switches::kDisableBackgroundMode); // in whitelist
23 good.AppendSwitchASCII(switches::kUserDataDir, "foo"); // in whitelist
26 good.GetCommandLineString().c_str()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/
stream_input.pass.cpp 36 assert(is.good());
43 assert(is.good());
57 assert(is.good());
64 assert(is.good());
71 assert(is.good());

Completed in 434 milliseconds

12 3 4 5 6 7 8 91011>>