Home
last modified time | relevance | path

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

1234

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaTests.java167 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffNone() local
185 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffNoneInsert() local
228 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffUpdateInsert() local
271 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffNoneUpdate() local
307 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffDelete() local
333 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffInsert() local
362 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testEntityDiffInsertInsert() local
DRawContactDeltaListTests.java178 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in assertDiffPattern() local
188 static void assertDiffPattern(ArrayList<CPOWrapper> diff, CPOWrapper... pattern) { in assertDiffPattern()
310 static int countExceptionUpdates(ArrayList<CPOWrapper> diff) { in countExceptionUpdates()
327 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsert() local
338 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testUpdateUpdate() local
349 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testUpdateInsert() local
361 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsertUpdateInsert() local
373 final ArrayList<CPOWrapper> diff = set.buildDiffWrapper(); in testInsertInsertInsert() local
DRawContactModifierTests.java385 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimEmptySingle() local
488 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimEmptyUntouched() local
513 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimEmptyAfterUpdate() local
567 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimInsertEmpty() local
597 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimInsertInsert() local
644 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimUpdateRemain() local
716 final ArrayList<CPOWrapper> diff = Lists.newArrayList(); in testTrimUpdateUpdate() local
/packages/apps/Launcher3/src/com/android/launcher3/util/
DCellContentDimensions.kt37 val diff = cellContentHeight - cellHeightPx in resizeToFitCellHeight() constant
/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
DFlingAnimationUtils.java126 float diff = Math.abs(endValue - currValue); in getProperties() local
198 float diff = Math.abs(endValue - currValue); in getDismissingProperties() local
273 private float diff; field in FlingAnimationUtils.VelocityInterpolator
275 private VelocityInterpolator(float durationSeconds, float velocity, float diff) { in VelocityInterpolator()
/packages/services/Car/cpp/watchdog/server/src/
DProcDiskStatsCollector.cpp129 ProcDiskStatsCollector::PerPartitionDiskStats diff; in diffPerPartitionDiskStats() local
155 auto diff = [](const uint64_t& l, const uint64_t& r) -> uint64_t { in operator -=() local
DUidIoStatsCollector.cpp66 const auto diff = [](int64_t lhs, int64_t rhs) -> int64_t { return lhs > rhs ? lhs - rhs : 0; }; in operator -=() local
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountComparator.java50 int diff = a.name.compareToIgnoreCase(b.name); in compare() local
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/element/
DCarSystemBarElementStatusBarDisableController.java100 int diff = mStatusBarStates.get(displayId) ^ disableFlags; in refreshSystemBarDisabledStates() local
152 boolean isAffectedByChange(int displayId, int diff, int diff2, in isAffectedByChange()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/network/
DWifiUtils.java48 long diff = (now - config.getNetworkSelectionStatus().getDisableTime()) / 1000; in buildLoggingSummary() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/v33/
DReviewPermissionDecisionsViewModel.kt157 val diff = System.currentTimeMillis() - permissionDecision.eventTime in createSummaryText() constant
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DNameNormalizer.java89 int diff = getComplexityCollator().compare(clean1, clean2); in compareComplexity() local
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DIngestObjectInfo.java61 long diff = getDateCreated() - another.getDateCreated(); in compareTo() local
/packages/apps/Settings/src/com/android/settings/gestures/
DLongPressPowerSensitivityPreferenceController.java144 int diff = Math.abs(values[i] - needle); in closestValueIndex() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/rotaryinput/
DHaptics.kt111 val diff = abs(currScrollPosition - prevHapticsPosition) in handleScrollHaptic() constant
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/net/
DRefinedStatsTest.java124 RefinedStats diff = RefinedStats.subtract(mRefinedStats, other); in testSubtract() local
/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DStatefulActivity.java187 int diff = newConfig.diff(mOldConfig); in handleConfigurationChanged() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/gridmigration/
DValidGridMigrationUnitTest.kt97 val diff = resultCountMap - srcCountMap in validate() constant
/packages/apps/Settings/src/com/android/settings/datetime/timezone/
DSpannableUtil.java72 int diff = width - s.length(); in handleWidth() local
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DCountedDataInputStream.java80 long diff = target - cur; in skipTo() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderEncoderTests.java161 long now = -1, diff = -1; in timeWritingDictToFile() local
213 long now, diff = -1; in timeReadingAndCheckDict() local
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDelta.java394 private void possibleAdd(ArrayList<ContentProviderOperation> diff, in possibleAdd()
405 private void possibleAddWrapper(ArrayList<CPOWrapper> diff, BuilderWrapper bw) { in possibleAddWrapper()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DRotateImageView.java77 int diff = mTargetDegree - mCurrentDegree; in setOrientation() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DCountedDataInputStream.java77 long diff = target - cur; in skipTo() local
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DCountedDataInputStream.java79 long diff = target - cur; in skipTo() local

1234