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

1 2 34 5 6 7 8 91011

  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 101 CPPUNIT_ASSERT (f.good());
103 CPPUNIT_ASSERT (f.good());
105 CPPUNIT_ASSERT (f.good());
107 CPPUNIT_ASSERT (f.good());
109 CPPUNIT_ASSERT (f.good());
111 CPPUNIT_ASSERT (f.good());
113 CPPUNIT_ASSERT (f.good());
115 CPPUNIT_ASSERT (f.good());
118 CPPUNIT_ASSERT (f.good());
129 CPPUNIT_ASSERT( f.good() );
    [all...]
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 101 CPPUNIT_ASSERT (f.good());
103 CPPUNIT_ASSERT (f.good());
105 CPPUNIT_ASSERT (f.good());
107 CPPUNIT_ASSERT (f.good());
109 CPPUNIT_ASSERT (f.good());
111 CPPUNIT_ASSERT (f.good());
113 CPPUNIT_ASSERT (f.good());
115 CPPUNIT_ASSERT (f.good());
118 CPPUNIT_ASSERT (f.good());
129 CPPUNIT_ASSERT( f.good() );
    [all...]
  /external/chromium/chrome/browser/sync/engine/
apply_updates_command_unittest.cc 57 ASSERT_TRUE(dir.good());
61 ASSERT_TRUE(entry.good());
78 ASSERT_TRUE(dir.good());
82 ASSERT_TRUE(entry.good());
104 ASSERT_TRUE(dir.good());
108 ASSERT_TRUE(entry.good());
195 // See what happens when there's a mixture of good and bad updates.
223 ASSERT_TRUE(dir.good());
278 ASSERT_TRUE(dir.good());
325 ASSERT_TRUE(dir.good());
    [all...]
conflict_resolver.cc 67 // Must be good as the entry won't have been cleaned up.
68 CHECK(entry.good());
151 CHECK(server_update.good());
190 if (!parent.good()) // server parent update not received yet
198 CHECK(parent.good());
222 if (!parent.good() || !parent.Get(syncable::IS_UNAPPLIED_UPDATE) ||
236 if (!parent.good() || !parent.Get(syncable::IS_UNAPPLIED_UPDATE) ||
268 if (!parent.good() || !parent.Get(syncable::IS_DEL) ||
287 if (!parent.good()) {
406 if (e.good())
    [all...]
verify_updates_command.cc 34 if (!dir.good()) {
103 : same_id.good() ? same_id.GetModelType() : syncable::UNSPECIFIED;
123 result.value = VERIFY_SUCCESS; // No news is good news.
process_commit_response_command_unittest.cc 73 EXPECT_TRUE(e->good());
92 ASSERT_TRUE(dir.good());
96 ASSERT_TRUE(entry.good());
138 ASSERT_TRUE(dir.good());
141 ASSERT_TRUE(entry.good());
234 ASSERT_TRUE(dir.good());
242 ASSERT_TRUE(b_folder.good());
288 ASSERT_TRUE(dir.good());
321 ASSERT_TRUE(dir.good());
331 ASSERT_TRUE(parent.good());
    [all...]
clear_data_command.cc 41 if (!dir.good()) {
store_timestamps_command.cc 22 if (!dir.good()) {
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp 64 assert(is.good());
79 assert(is.good());
get_streambuf_chart.pass.cpp 65 assert(is.good());
80 assert(is.good());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ostream_insert.h 93 if (__out.good())
95 if (__left && __out.good())
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ostream_insert.h 95 if (__out.good())
97 if (__left && __out.good())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ostream_insert.h 95 if (__out.good())
97 if (__left && __out.good())
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 93 if (__out.good())
95 if (__left && __out.good())
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 93 if (__out.good())
95 if (__left && __out.good())
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 93 if (__out.good())
95 if (__left && __out.good())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ostream_insert.h 93 if (__out.good())
95 if (__left && __out.good())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream_insert.h 95 if (__out.good())
97 if (__left && __out.good())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream_insert.h 95 if (__out.good())
97 if (__left && __out.good())
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.h 116 inline bool good() { function in class:syncable::ScopedDirLookup
129 // Ensure that the programmer checks good before using the ScopedDirLookup.
nigori_util.cc 20 if (!entry.good()) {
132 if (!entry.good()) {
159 if (!type_root.good()) {
175 if (!child.good()) {
  /external/clang/lib/AST/
Comment.cpp 36 struct good {}; struct in namespace:clang::comments::__anon5576
40 good implements_child_begin_end(Comment::child_iterator (T::*)() const) {
41 return good();
50 (void) sizeof(good(implements_child_begin_end(function)))
150 // Defaults are should be good for declarations we don't handle explicitly.
  /external/eigen/bench/spbench/
spbenchsolver.cpp 52 if(statbuf.good()){
  /external/stlport/test/unit/
fstream_test.cpp 101 CPPUNIT_ASSERT (f.good());
111 CPPUNIT_ASSERT( f.good() );
115 CPPUNIT_ASSERT( f.good() );
119 CPPUNIT_ASSERT( f.good() );
123 CPPUNIT_ASSERT( f.good() );
126 CPPUNIT_ASSERT( f.good() );
135 if (in.good()) {
168 CPPUNIT_ASSERT( f.good() );
175 CPPUNIT_ASSERT( f.good() );
179 CPPUNIT_ASSERT( f.good() );
    [all...]
num_put_get_test.cpp 405 CPPUNIT_ASSERT(ostr.good());
415 CPPUNIT_ASSERT(ostr.good());
423 CPPUNIT_ASSERT(ostr.good());
431 CPPUNIT_ASSERT(ostr.good());
441 CPPUNIT_ASSERT(ostr.good());
451 CPPUNIT_ASSERT(ostr.good());
461 CPPUNIT_ASSERT(ostr.good());
471 CPPUNIT_ASSERT(ostr.good());
479 CPPUNIT_ASSERT(ostr.good());
487 CPPUNIT_ASSERT(ostr.good());
    [all...]

Completed in 1427 milliseconds

1 2 34 5 6 7 8 91011