Home
last modified time | relevance | path

Searched defs:diff (Results 1 – 25 of 39) sorted by relevance

12

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaTests.java170 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffNone() local
188 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffNoneInsert() local
231 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffUpdateInsert() local
274 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffNoneUpdate() local
310 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffDelete() local
336 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffInsert() local
365 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffInsertInsert() local
DRawContactDeltaListTests.java182 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in assertDiffPattern() local
192 static void assertDiffPattern(ArrayList<CPOWrapper> diff, CPOWrapper... pattern) { in assertDiffPattern()
307 static int countExceptionUpdates(ArrayList<CPOWrapper> diff) { in countExceptionUpdates()
324 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsert() local
335 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testUpdateUpdate() local
346 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testUpdateInsert() local
358 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsertUpdateInsert() local
370 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsertInsertInsert() local
DRawContactModifierTests.java392 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimEmptySingle() local
495 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimEmptyUntouched() local
520 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimEmptyAfterUpdate() local
574 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimInsertEmpty() local
604 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimInsertInsert() local
651 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimUpdateRemain() local
723 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimUpdateUpdate() local
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntitySet.java115 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); in buildDiff() local
189 private void buildSplitContactDiff(final ArrayList<ContentProviderOperation> diff, in buildSplitContactDiff()
204 private void buildSplitContactDiff(ArrayList<ContentProviderOperation> diff, int index1, in buildSplitContactDiff()
DEntityDiff.java48 final EntityDiff diff = new EntityDiff(); in buildDiff() local
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DComposingText.java219 int diff = mod_len - org_len; in modifyUpper() local
383 int diff = to - from + 1; in deleteStrSegment() local
435 private void deleteStrSegment0(int layer, int from, int to, int diff) { in deleteStrSegment0()
544 public int moveCursor(int layer, int diff) { in moveCursor()
/packages/apps/UnifiedEmail/src/com/android/mail/
DMinTimeProgressView.java74 long diff = System.currentTimeMillis() - mStartTime; in hide() local
DMinTimeProgressDialog.java74 long diff = System.currentTimeMillis() - mStartTime; in dismiss() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DNameNormalizer.java89 int diff = getComplexityCollator().compare(clean1, clean2); in compareComplexity() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDeltaList.java134 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); in buildDiff() local
339 private void buildSplitContactDiff(final ArrayList<ContentProviderOperation> diff, in buildSplitContactDiff()
359 private void buildSplitContactDiffWrapper(final ArrayList<CPOWrapper> diff, int[] backRefs) { in buildSplitContactDiffWrapper()
DRawContactDelta.java394 private void possibleAdd(ArrayList<ContentProviderOperation> diff, in possibleAdd()
405 private void possibleAddWrapper(ArrayList<CPOWrapper> diff, BuilderWrapper bw) { in possibleAddWrapper()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationViewProgressController.java102 final long diff = Math.abs(System.currentTimeMillis() - mLoadingShownTime); in dismissLoadingStatus() local
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DIngestObjectInfo.java61 long diff = getDateCreated() - another.getDateCreated(); in compareTo() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DCustomContactListFilterActivity.java442 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); in buildDiff() local
528 public void buildDiff(ArrayList<ContentProviderOperation> diff) { in buildDiff()
836 final ArrayList<ContentProviderOperation> diff = mAdapter.mAccounts.buildDiff(); in doSaveAction() local
879 final ArrayList<ContentProviderOperation> diff = params[0]; in doInBackground() local
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DRotateImageView.java77 int diff = mTargetDegree - mCurrentDegree; in setOrientation() local
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DCountedDataInputStream.java79 long diff = target - cur; in skipTo() local
/packages/apps/Camera2/src/com/android/camera/exif/
DCountedDataInputStream.java77 long diff = target - cur; in skipTo() local
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
DCountedDataInputStream.java77 long diff = target - cur; in skipTo() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DCountedDataInputStream.java77 long diff = target - cur; in skipTo() local
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsListAdapter.java108 int diff = infoList.size() - row.getChildCount(); in onBindViewHolder() local
/packages/apps/Calendar/src/com/android/calendar/
DDayFragment.java183 int diff = currentView.compareToVisibleTimeRange(goToTime); in goTo() local
DCalendarViewAdapter.java392 int diff = dayOfWeek - firstDayOfWeek; in buildWeekDate() local
/packages/apps/Launcher2/src/com/android/launcher2/
DCling.java173 double diff = Math.sqrt(Math.pow(event.getX() - positions[i], 2) + in onTouchEvent() local
/packages/apps/Gallery2/jni/filters/
Dkmeans.h75 N diff = (N) val1[x] - (N) val2[x]; in euclideanDist() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DUtils.java223 float diff = target - source; in interpolateAngle() local

12