HomeSort by relevance Sort by last modified time
    Searched refs:good (Results 151 - 175 of 396) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/sync/engine/
syncer.cc 77 // The directory must be good here.
78 CHECK(dir.good());
95 // The directory must be good here.
96 CHECK(dir.good());
183 if (!dir.good()) {
process_commit_response_command.cc 64 if (!dir.good()) {
115 if (!dir.good()) {
219 CHECK(local_entry.good());
267 if (e.good()) {
344 if (same_id.good()) {
syncapi.cc 130 if (!entry.good())
708 return (entry_->good() && !entry_->Get(syncable::IS_DEL) &&
725 return (entry_->good() && !entry_->Get(syncable::IS_DEL) &&
735 if (!entry_->good())
777 if (!entry_->good())
815 if (existing_entry->good()) {
849 if (!entry_->good()) {
    [all...]
download_updates_command.cc 39 if (!dir.good()) {
process_updates_command.cc 40 if (!dir.good()) {
  /frameworks/base/services/java/com/android/server/
PreferredComponent.java 204 boolean good = false;
209 good = true;
213 if (!good) return false;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.cc 77 int good = UniLib::SpanInterchangeValid(start, end - start); local
78 if (good > 0) {
80 memmove(out, start, good);
82 out += good;
83 start += good;
  /external/stlport/test/unit/
codecvt_test.cpp 297 CPPUNIT_ASSERT( ostr.good() );
301 CPPUNIT_ASSERT( ostr.good() );
306 CPPUNIT_ASSERT( istr.good() );
313 CPPUNIT_ASSERT( istr.good() );
340 CPPUNIT_ASSERT( istr.good() );
347 CPPUNIT_ASSERT( istr.good() );
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 298 CPPUNIT_ASSERT( ostr.good() );
302 CPPUNIT_ASSERT( ostr.good() );
307 CPPUNIT_ASSERT( istr.good() );
314 CPPUNIT_ASSERT( istr.good() );
342 CPPUNIT_ASSERT( istr.good() );
349 CPPUNIT_ASSERT( istr.good() );
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 298 CPPUNIT_ASSERT( ostr.good() );
302 CPPUNIT_ASSERT( ostr.good() );
307 CPPUNIT_ASSERT( istr.good() );
314 CPPUNIT_ASSERT( istr.good() );
342 CPPUNIT_ASSERT( istr.good() );
349 CPPUNIT_ASSERT( istr.good() );
  /external/chromium_org/sync/engine/
apply_updates_and_resolve_conflicts_command_unittest.cc 147 ASSERT_TRUE(entry.good());
175 ASSERT_TRUE(entry.good());
247 ASSERT_TRUE(entry.good());
294 // See what happens when there's a mixture of good and bad updates.
get_commit_ids_command.cc 196 CHECK(parent.good()) << "Bad user-only parent in item path.";
256 CHECK(prev.good()) << "Bad id when walking predecessors.";
353 if (parent.good() &&
  /external/chromium_org/sync/syncable/
nigori_util.cc 58 if (!entry.good()) {
105 if (!type_root.good()) {
120 if (!child.good()) {
entry.h 47 // After constructing, you must check good() to test whether the Get
54 bool good() const { return 0 != kernel_; } function in class:syncer::syncable::Entry
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.cc 72 if (!dir.good())
  /external/chromium/chrome/browser/sync/sessions/
sync_session.cc 61 if (!dir.good())
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 161 if (!file_id.good() )
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
codecvt_specializations.h 117 good() const throw() function in class:encoding_state
308 if (__state.good())
375 if (__state.good())
412 if (__state.good())
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
codecvt_specializations.h 120 good() const throw() function in class:encoding_state
314 if (__state.good())
381 if (__state.good())
418 if (__state.good())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
codecvt_specializations.h 120 good() const throw() function in class:encoding_state
314 if (__state.good())
381 if (__state.good())
418 if (__state.good())
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 117 good() const throw() function in class:encoding_state
308 if (__state.good())
375 if (__state.good())
412 if (__state.good())
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 117 good() const throw() function in class:encoding_state
308 if (__state.good())
375 if (__state.good())
412 if (__state.good())
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 117 good() const throw() function in class:encoding_state
308 if (__state.good())
375 if (__state.good())
412 if (__state.good())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
codecvt_specializations.h 117 good() const throw() function in class:encoding_state
308 if (__state.good())
375 if (__state.good())
412 if (__state.good())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
codecvt_specializations.h 120 good() const throw() function in class:encoding_state
314 if (__state.good())
381 if (__state.good())
418 if (__state.good())

Completed in 743 milliseconds

1 2 3 4 5 67 8 91011>>