| /packages/apps/Contacts/tests/src/com/android/contacts/model/ | 
| D | RawContactDeltaTests.java | 166         final ArrayList<CPOWrapper> diff = Lists.newArrayList();  in testEntityDiffNone()  local184         final ArrayList<CPOWrapper> diff = Lists.newArrayList();  in testEntityDiffNoneInsert()  local
 227         final ArrayList<CPOWrapper> diff = Lists.newArrayList();  in testEntityDiffUpdateInsert()  local
 270         final ArrayList<CPOWrapper> diff = Lists.newArrayList();  in testEntityDiffNoneUpdate()  local
 306         final ArrayList<CPOWrapper> diff = Lists.newArrayList();  in testEntityDiffDelete()  local
 332         final ArrayList<CPOWrapper> diff = Lists.newArrayList();  in testEntityDiffInsert()  local
 361         final ArrayList<CPOWrapper> diff = Lists.newArrayList();  in testEntityDiffInsertInsert()  local
 
 | 
| D | RawContactDeltaListTests.java | 177         final ArrayList<CPOWrapper> diff = Lists.newArrayList();  in assertDiffPattern()  local187     static void assertDiffPattern(ArrayList<CPOWrapper> diff, CPOWrapper... pattern) {  in assertDiffPattern()
 309     static int countExceptionUpdates(ArrayList<CPOWrapper> diff) {  in countExceptionUpdates()
 326         final ArrayList<CPOWrapper> diff = set.buildDiffWrapper();  in testInsert()  local
 337         final ArrayList<CPOWrapper> diff = set.buildDiffWrapper();  in testUpdateUpdate()  local
 348         final ArrayList<CPOWrapper> diff = set.buildDiffWrapper();  in testUpdateInsert()  local
 360         final ArrayList<CPOWrapper> diff = set.buildDiffWrapper();  in testInsertUpdateInsert()  local
 372         final ArrayList<CPOWrapper> diff = set.buildDiffWrapper();  in testInsertInsertInsert()  local
 
 | 
| D | RawContactModifierTests.java | 384         final ArrayList<CPOWrapper> diff = Lists.newArrayList();  in testTrimEmptySingle()  local487         final ArrayList<CPOWrapper> diff = Lists.newArrayList();  in testTrimEmptyUntouched()  local
 512         final ArrayList<CPOWrapper> diff = Lists.newArrayList();  in testTrimEmptyAfterUpdate()  local
 566         final ArrayList<CPOWrapper> diff = Lists.newArrayList();  in testTrimInsertEmpty()  local
 596         final ArrayList<CPOWrapper> diff = Lists.newArrayList();  in testTrimInsertInsert()  local
 643         final ArrayList<CPOWrapper> diff = Lists.newArrayList();  in testTrimUpdateRemain()  local
 715         final ArrayList<CPOWrapper> diff = Lists.newArrayList();  in testTrimUpdateUpdate()  local
 
 | 
| /packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/ | 
| D | FlingAnimationUtils.java | 126     float diff = Math.abs(endValue - currValue);  in getProperties()  local198     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/ | 
| D | ProcDiskStatsCollector.cpp | 129     ProcDiskStatsCollector::PerPartitionDiskStats diff;  in diffPerPartitionDiskStats()  local155     auto diff = [](const uint64_t& l, const uint64_t& r) -> uint64_t {  in operator -=()  local
 
 | 
| D | UidIoStatsCollector.cpp | 66     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/ | 
| D | AccountComparator.java | 50             int diff = a.name.compareToIgnoreCase(b.name);  in compare()  local
 | 
| /packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/network/ | 
| D | WifiUtils.java | 48                 long diff = (now - config.getNetworkSelectionStatus().getDisableTime()) / 1000;  in buildLoggingSummary()  local
 | 
| /packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/v33/ | 
| D | ReviewPermissionDecisionsViewModel.kt | 143         val diff = System.currentTimeMillis() - permissionDecision.eventTime  in createSummaryText()  constant
 | 
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ | 
| D | NameNormalizer.java | 89         int diff = getComplexityCollator().compare(clean1, clean2);  in compareComplexity()  local
 | 
| /packages/apps/Settings/src/com/android/settings/gestures/ | 
| D | LongPressPowerSensitivityPreferenceController.java | 144             int diff = Math.abs(values[i] - needle);  in closestValueIndex()  local
 | 
| /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ | 
| D | IngestObjectInfo.java | 61     long diff = getDateCreated() - another.getDateCreated();  in compareTo()  local
 | 
| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/net/ | 
| D | RefinedStatsTest.java | 124         RefinedStats diff = RefinedStats.subtract(mRefinedStats, other);  in testSubtract()  local
 | 
| /packages/modules/Bluetooth/tools/pdl/src/ | 
| D | test_utils.rs | 81 pub fn diff(left_label: &str, left: &str, right_label: &str, right: &str) -> String {  in diff()  function
 | 
| /packages/apps/Settings/src/com/android/settings/datetime/timezone/ | 
| D | SpannableUtil.java | 72             int diff = width - s.length();  in handleWidth()  local
 | 
| /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/ | 
| D | CountedDataInputStream.java | 80     long diff = target - cur;  in skipTo()  local
 | 
| /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ | 
| D | BinaryDictDecoderEncoderTests.java | 163         long now = -1, diff = -1;  in timeWritingDictToFile()  local215         long now, diff = -1;  in timeReadingAndCheckDict()  local
 
 | 
| /packages/apps/Contacts/src/com/android/contacts/model/ | 
| D | RawContactDelta.java | 394     private void possibleAdd(ArrayList<ContentProviderOperation> diff,  in possibleAdd()405     private void possibleAddWrapper(ArrayList<CPOWrapper> diff, BuilderWrapper bw) {  in possibleAddWrapper()
 
 | 
| /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ | 
| D | CountedDataInputStream.java | 77         long diff = target - cur;  in skipTo()  local
 | 
| /packages/apps/Camera2/src/com/android/camera/exif/ | 
| D | CountedDataInputStream.java | 77         long diff = target - cur;  in skipTo()  local
 | 
| /packages/apps/LegacyCamera/src/com/android/camera/ui/ | 
| D | RotateImageView.java | 77         int diff = mTargetDegree - mCurrentDegree;  in setOrientation()  local
 | 
| /packages/apps/Messaging/src/com/android/messaging/util/exif/ | 
| D | CountedDataInputStream.java | 79         long diff = target - cur;  in skipTo()  local
 | 
| /packages/apps/Launcher3/src/com/android/launcher3/statemanager/ | 
| D | StatefulActivity.java | 218         int diff = newConfig.diff(mOldConfig);  in handleConfigurationChanged()  local
 | 
| /packages/apps/Car/SystemUI/src/com/android/systemui/car/window/ | 
| D | OverlayPanelViewController.java | 698             float diff = mAnimateDirection * (event1.getRawY() - event2.getRawY());  in getYPositionOfPanelEndingEdge()  local793             float diff = mAnimateDirection * (event1.getRawY() - event2.getRawY());  in onScroll()  local
 
 | 
| /packages/apps/Calendar/src/com/android/calendar/ | 
| D | CalendarViewAdapter.kt | 313         var diff = dayOfWeek - firstDayOfWeek  in buildWeekDate()  variable
 |