HomeSort by relevance Sort by last modified time
    Searched refs:good (Results 101 - 125 of 442) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libcxx/test/input.output/iostream.format/input.streams/istream.manip/
ws.pass.cpp 49 assert(is.good());
56 assert(is.good());
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
seekg.pass.cpp 54 assert(is.good());
62 assert(is.good());
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
pointer.pass.cpp 66 assert(os.good());
80 assert(os.good());
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
endl.pass.cpp 70 assert(os.good());
78 assert(os.good());
ends.pass.cpp 61 assert(os.good());
69 assert(os.good());
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
put.pass.cpp 66 assert(os.good());
74 assert(os.good());
write.pass.cpp 65 assert(os.good());
74 assert(os.good());
  /external/libcxx/test/input.output/string.streams/stringstream.members/
str.pass.cpp 25 assert(ss.good());
45 assert(ss.good());
  /external/stlport/test/unit/
iostream_test.cpp 47 CPPUNIT_ASSERT( istr.good() );
66 CPPUNIT_ASSERT( istr.good() );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
seekg.pass.cpp 54 assert(is.good());
62 assert(is.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
pointer.pass.cpp 66 assert(os.good());
84 assert(os.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
endl.pass.cpp 70 assert(os.good());
78 assert(os.good());
ends.pass.cpp 61 assert(os.good());
69 assert(os.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
put.pass.cpp 66 assert(os.good());
74 assert(os.good());
write.pass.cpp 65 assert(os.good());
74 assert(os.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.members/
str.pass.cpp 25 assert(ss.good());
45 assert(ss.good());
  /ndk/tests/device/test-gnustl-full/unit/
iostream_test.cpp 47 CPPUNIT_ASSERT( istr.good() );
66 CPPUNIT_ASSERT( istr.good() );
  /ndk/tests/device/test-stlport/unit/
iostream_test.cpp 47 CPPUNIT_ASSERT( istr.good() );
66 CPPUNIT_ASSERT( istr.good() );
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-134609.js 44 var iAmContextAllocated = "good";
52 assertEquals("good", test());
53 assertEquals("good", test());
55 assertEquals("good", test());
59 assertEquals("good", test());
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_win.c 197 int good = 0; local
360 good = 1;
374 good = 1;
499 if (good) starttime = GetTickCount();
530 && (!good || (GetTickCount()-starttime)<MAXDELAY)
540 && (!good || (GetTickCount()-starttime)<MAXDELAY)
563 && (!good || (GetTickCount()-starttime)<MAXDELAY));
574 if (good) starttime = GetTickCount();
578 while (process_next(handle, &p) && (!good || (GetTickCount()-starttime)<MAXDELAY));
586 if (good) starttime = GetTickCount()
    [all...]
  /external/openssl/crypto/rand/
rand_win.c 197 int good = 0; local
360 good = 1;
374 good = 1;
499 if (good) starttime = GetTickCount();
530 && (!good || (GetTickCount()-starttime)<MAXDELAY)
540 && (!good || (GetTickCount()-starttime)<MAXDELAY)
563 && (!good || (GetTickCount()-starttime)<MAXDELAY));
574 if (good) starttime = GetTickCount();
578 while (process_next(handle, &p) && (!good || (GetTickCount()-starttime)<MAXDELAY));
586 if (good) starttime = GetTickCount()
    [all...]
  /external/chromium_org/sync/syncable/
directory_unittest.cc 43 ASSERT_TRUE(e->good());
119 ASSERT_TRUE(me.good());
128 ASSERT_TRUE(entry.good());
173 for (ModelTypeSet::Iterator it = types_to_purge.First(); it.Good();
222 ASSERT_TRUE(e.good());
361 ASSERT_TRUE(e1.good());
382 ASSERT_TRUE(e.good());
404 ASSERT_TRUE(e.good());
447 ASSERT_TRUE(item1.good());
452 ASSERT_TRUE(item2.good());
    [all...]
syncable_util.cc 39 if (!SyncAssert(new_parent.good(),
56 CHECK(old_entry.good());
68 CHECK(child_entry.good());
  /external/chromium_org/sync/test/engine/
test_syncable_utils.cc 34 CHECK(e.good());
51 CHECK(e.good());
77 DCHECK(node.good());
  /external/clang/test/CXX/temp/temp.spec/
no-body.cpp 11 namespace good { namespace

Completed in 392 milliseconds

1 2 3 45 6 7 8 91011>>