HomeSort by relevance Sort by last modified time
    Searched refs:change2 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/google_apis/drive/
drive_api_parser_unittest.cc 270 const ChangeResource& change2 = *changelist->items()[1]; local
271 EXPECT_EQ(8424, change2.change_id());
272 EXPECT_FALSE(change2.is_deleted());
273 EXPECT_EQ("0B4v7G8yEYAWHUmRrU2lMS2hLABC", change2.file_id());
274 EXPECT_EQ(change2.file_id(), change2.file()->file_id());
275 EXPECT_TRUE(change2.file()->shared());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 211 public int compare(Change change1, Change change2) {
214 IFile file2 = getFile(change2);
225 int nameDelta = change2.getName().compareTo(change1.getName());
231 return describe(change2).compareTo(describe(change1));
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 479 SpellcheckCustomDictionary::Change change2; local
483 change2.AddWord("bar" + base::Uint64ToString(i));
485 Apply(*custom_dictionary2, change2);
561 SpellcheckCustomDictionary::Change change2; local
566 change2.AddWord("bar" + base::Uint64ToString(i));
570 Apply(*custom_dictionary2, change2);
613 SpellcheckCustomDictionary::Change change2; local
618 change2.AddWord("bar" + base::Uint64ToString(i));
621 Apply(*custom_dictionary2, change2);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 2934 double change2 = 1.0 * abs((int)(cpi->mb.prediction_error - local
    [all...]

Completed in 112 milliseconds