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

1 2 34 5 6 7 8 91011

  /external/chromium_org/sync/engine/
process_updates_util.cc 53 if (existing_entry.good())
56 if (!existing_entry.good() && update.deleted()) {
65 if (existing_entry.good() &&
125 : same_id.good() ? same_id.GetModelType() : UNSPECIFIED;
151 result = VERIFY_SUCCESS; // No news is good news.
318 if (!entry.good() || !entry.GetId().ServerKnows() ||
syncer_util.cc 111 // The SyncAPI equivalent of this function will return !good if IS_DEL.
112 // The syncable version will return good even if IS_DEL.
114 if (local_entry.good()) {
169 if (local_entry.good() && !local_entry.GetIsDel()) {
196 CHECK(entry->good());
237 if (!parent.good() || parent.GetIsDel() || !parent.GetIsDir()) {
430 if (!entry.good()) {
521 if (!parent.good() || !parent.GetIsDel())
532 if (target->good()) {
554 CHECK(target->good());
    [all...]
apply_control_data_updates.cc 40 for (ModelTypeSet::Iterator iter = control_types.First(); iter.Good();
43 if (!entry.good())
66 CHECK(entry.good());
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_unittest.cc 713 ValueStore* good = AddExtensionAndGetStorage("good", type); local
721 "good", "foo", fooValue, model_type));
736 EXPECT_PRED_FORMAT2(SettingsEq, dict, good->Get());
743 // Changes made to good should be sent to sync, changes from bad shouldn't.
745 good->Set(DEFAULTS, "bar", barValue);
750 sync_processor_->GetOnlyChange("good", "bar").change_type());
757 EXPECT_PRED_FORMAT2(SettingsEq, dict, good->Get());
765 // Changes received from sync should go to good but not bad (even when it's
770 "good", "foo", barValue, model_type))
910 ValueStore* good = AddExtensionAndGetStorage("good", type); local
1008 ValueStore* good = AddExtensionAndGetStorage("good", type); local
1063 ValueStore* good = AddExtensionAndGetStorage("good", type); local
1167 ValueStore* good = AddExtensionAndGetStorage("good", type); local
1258 ValueStore* good = AddExtensionAndGetStorage("good", type); local
    [all...]
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
token_test.cpp 82 EXPECT_TRUE(out1.good());
88 EXPECT_TRUE(out2.good());
  /external/chromium_org/tools/android/md5sum/
md5sum.cc 26 if (!stream.good()) {
33 while (stream.good()) {
  /external/libcxx/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());
  /external/chromium_org/sync/test/engine/
test_directory_setter_upper.cc 59 if (!directory()->good())
  /external/eigen/bench/spbench/
spbenchsolver.cpp 51 if(statbuf.good()){
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp2.pass.cpp 54 assert(os.good());
  /external/chromium_org/sync/internal_api/
write_node.cc 285 if (!entry_->good())
306 if (!entry_->good())
319 if (!entry_->good())
349 if (!entry_->good())
389 if (existing_entry->good()) {
433 if (!entry_->good())
sync_backup_manager.cc 82 CHECK(entry.good());
107 if (entry.good()) {
sync_rollback_manager.cc 61 if (!e.good() || e.GetIsDel() || e.GetId().ServerKnows())
98 if (!e.good() || e.GetIsDel())
sync_rollback_manager_base.cc 105 type.Good(); type.Inc()) {
273 if (!entry.good())
295 if (!bookmark_root.good())
301 if (!entry.good())
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 369 if ( !in->good() ) return false;
383 while ( in->good() )
656 while ( in->good() )
659 while ( in->good() && in->peek() != '>' )
670 if ( in->good() )
907 while( in->good() )
931 // All good!
946 if ( in->good() && in->peek() != '<' )
959 if ( !in->good() ) return;
968 if ( !in->good() )
    [all...]
  /external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter_unittest.cc 48 // Builds an SSLInfo from a "good" cert chain, as defined by IsGoodSSLInfo,
64 // Checks that |info| is good as required by the SSL checks performed in
83 // Passes if invoked with a good SSLInfo and for a hostname that is a Google
161 SSLInfo good = GetGoodSSLInfo(); local
162 EXPECT_TRUE(IsGoodSSLInfo(good));
  /external/deqp/executor/tools/
xeExtractSampleLists.cpp 48 if (!out.good())
141 if (!in.good())
  /external/libcxx/test/input.output/iostreams.base/ios/iostate.flags/
Android.mk 23 test_name := input.output/iostreams.base/ios/iostate.flags/good
24 test_src := good.pass.cpp
  /external/chromium_org/v8/test/mjsunit/
string-compare-alignment.js 33 "Now is the time for all good men to come to the aid of the party. " +
34 "Now is the time for all good men to come to the aid of the party."
  /external/clang/lib/AST/
Comment.cpp 37 struct good {}; struct in namespace:clang::comments::__anon22336
41 good implements_child_begin_end(Comment::child_iterator (T::*)() const) {
42 return good();
52 (void) good(implements_child_begin_end(function))
151 // Defaults are should be good for declarations we don't handle explicitly.
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.cc 76 int good = UniLib::SpanInterchangeValid(start, end - start); local
77 if (good > 0) {
79 memmove(out, start, good);
81 out += good;
82 start += good;
  /external/chromium_org/sync/syncable/
nigori_util.cc 58 if (!entry.good()) {
104 if (!type_root.good()) {
119 if (!child.good()) {
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
testdata_source.cc 33 // seem like a good idea to refactor this.
71 while (file.good()) {
  /external/chromium_org/base/debug/
stack_trace_win.cc 88 for (size_t i = 0; (i < count) && os->good(); ++i) {
266 for (size_t i = 0; (i < count_) && os->good(); ++i) {

Completed in 1484 milliseconds

1 2 34 5 6 7 8 91011