Searched defs:change2 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/google_apis/drive/
H A Ddrive_api_parser_unittest.cc234 const ChangeResource& change2 = *changelist->items()[1]; local
235 EXPECT_EQ(8424, change2.change_id());
236 EXPECT_FALSE(change2.is_deleted());
237 EXPECT_EQ("0B4v7G8yEYAWHUmRrU2lMS2hLABC", change2.file_id());
238 EXPECT_EQ(change2.file_id(), change2.file()->file_id());
239 EXPECT_TRUE(change2.file()->shared());
240 EXPECT_EQ(change2.file()->modified_date(), change2.modification_date());
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary_unittest.cc453 SpellcheckCustomDictionary::Change change2; local
457 change2.AddWord("bar" + base::Uint64ToString(i));
459 Apply(*custom_dictionary2, change2);
545 SpellcheckCustomDictionary::Change change2; local
550 change2.AddWord("bar" + base::Uint64ToString(i));
554 Apply(*custom_dictionary2, change2);
602 SpellcheckCustomDictionary::Change change2; local
607 change2.AddWord("bar" + base::Uint64ToString(i));
610 Apply(*custom_dictionary2, change2);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c2993 double change2 = 1.0 * abs((int)(cpi->mb.prediction_error - local
3002 && (change > .25 || change2 > .25))
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c2943 double change2 = 1.0 * abs((int)(cpi->mb.prediction_error - local
2952 && (change > .25 || change2 > .25))

Completed in 666 milliseconds