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

  /external/chromium_org/google_apis/drive/
drive_api_parser_unittest.cc 234 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/chromeos/drive/
file_change_unittest.cc 19 FileChange::Change change2(change_type, file_type);
22 EXPECT_EQ(change1, change2);
  /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 453 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);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 2993 double change2 = 1.0 * abs((int)(cpi->mb.prediction_error - local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 2943 double change2 = 1.0 * abs((int)(cpi->mb.prediction_error - local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 2944 double change2 = 1.0 * abs((int)(cpi->mb.prediction_error - local
    [all...]

Completed in 661 milliseconds