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

12 3 4 5 6 7

  /external/dhcpcd/mk/
cc.mk 3 # Setup some good default CFLAGS
12 # Try and use some good cc flags if we're building from git
  /external/chromium/chrome/browser/sync/engine/
build_and_process_conflict_sets_command.cc 42 if (!dir.good())
75 CHECK(entry.good());
109 CHECK(entry.good());
209 // good state we should always succeed.
230 if (!entry.good() ||
265 if (!parent.good()) {
274 if (!parent.good()) {
301 CHECK(e.good()) << "Missing parent in path of: " << log_entry;
320 CHECK(parent.good()) << "Tree inconsitency, missing id" << id << " "
333 return e.good() && e.Get(syncable::IS_DEL) && e.Get(syncable::IS_UNSYNCED)
    [all...]
clear_data_command_unittest.cc 66 ASSERT_TRUE(dir.good());
102 ASSERT_TRUE(dir.good());
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()) {
syncer_util.cc 85 CHECK(old_entry.good());
96 CHECK(child_entry.good());
162 // The SyncAPI equivalent of this function will return !good if IS_DEL.
163 // The syncable version will return good even if IS_DEL.
165 if (local_entry.good()) {
220 if (local_entry.good() && !local_entry.Get(IS_DEL)) {
250 CHECK(entry->good());
269 if (!parent.good() || parent.Get(IS_DEL) || !parent.Get(IS_DIR)) {
457 if (!entry.good()) {
469 if (!local_prev.good() || local_prev.Get(IS_DEL)
    [all...]
  /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...]
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...]
  /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...]
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...]
  /prebuilt/linux-x86/toolchain/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())
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 93 if (__out.good())
95 if (__left && __out.good())
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 93 if (__out.good())
95 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/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...]
  /development/tools/a3dconvert/
ObjLoader.cpp 38 while(is.good() && isWhitespace(is.peek())) {
47 while(is.good() && !isWhitespace(is.peek())) {
49 if (is.good()){
200 if (!ifs.good()) {
216 if (ifs.good() && ifs.gcount() > 0) {
  /frameworks/base/core/tests/coretests/src/android/os/
AidlTest.java 402 boolean good = false;
406 good = true;
408 assertEquals(good, true);
413 boolean good = false;
417 good = true;
419 assertEquals(good, true);
  /external/tinyxml/
tinyxmlparser.cpp 360 if ( !in->good() ) return false;
374 while ( in->good() )
633 while ( in->good() )
636 while ( in->good() && in->peek() != '>' )
647 if ( in->good() )
890 while( in->good() )
914 // All good!
928 if ( in->good() && in->peek() != '<' )
941 if ( !in->good() ) return;
950 if ( !in->good() )
    [all...]
  /external/chromium/base/debug/
stack_trace_win.cc 64 for (size_t i = 0; (i < count) && os->good(); ++i) {
187 for (int i = 0; (i < count_) && os->good(); ++i) {

Completed in 2679 milliseconds

12 3 4 5 6 7