/frameworks/base/core/java/android/util/ |
D | Pair.java | 55 return Objects.equal(p.first, first) && Objects.equal(p.second, second); in equals()
|
D | MapCollections.java | 143 return Objects.equal(e.getKey(), colGetEntry(mIndex, 0)) in equals() 144 && Objects.equal(e.getValue(), colGetEntry(mIndex, 1)); in equals() 195 return Objects.equal(foundVal, e.getValue()); in contains()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayDeviceInfo.java | 242 && Objects.equal(name, other.name) in equals() 243 && Objects.equal(uniqueId, other.uniqueId) in equals() 257 && Objects.equal(address, other.address) in equals() 260 && Objects.equal(ownerPackageName, other.ownerPackageName); in equals()
|
D | LogicalDisplay.java | 194 if (!Objects.equal(mPrimaryDisplayDeviceInfo, deviceInfo)) { in updateLocked()
|
D | PersistentDataStore.java | 107 if (!Objects.equal(display.getDeviceAlias(), alias)) { in applyWifiDisplayAlias()
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | shared.rsh | 81 /* Max ULPs while still being considered "equal". Only used when this number 91 /* Check if two floats are essentially equal. Will fail with some values
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | shared.rsh | 81 /* Max ULPs while still being considered "equal". Only used when this number 91 /* Check if two floats are essentially equal. Will fail with some values
|
/frameworks/support/v4/java/android/support/v4/util/ |
D | ContainerHelpers.java | 40 public static boolean equal(Object a, Object b) { in equal() method in ContainerHelpers
|
D | MapCollections.java | 141 return ContainerHelpers.equal(e.getKey(), colGetEntry(mIndex, 0)) in equals() 142 && ContainerHelpers.equal(e.getValue(), colGetEntry(mIndex, 1)); in equals() 193 return ContainerHelpers.equal(foundVal, e.getValue()); in contains()
|
/frameworks/base/core/java/android/view/ |
D | DisplayInfo.java | 264 && Objects.equal(address, other.address) in equals() 265 && Objects.equal(uniqueId, other.uniqueId) in equals() 287 && Objects.equal(ownerPackageName, other.ownerPackageName); in equals()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_cache.cpp | 97 bool equal = !strcmp(BC_EXT_STR, exts); in initialize() local 102 if (equal || atStart || atEnd || inMiddle) { in initialize()
|
/frameworks/base/core/java/android/hardware/display/ |
D | WifiDisplay.java | 143 && Objects.equal(mDeviceAlias, other.mDeviceAlias); in equals()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
D | omxVCM4P2_PredictReconCoefIntra_s.s | 50 ; * equal to predQP especially when the current block and 58 ; * performed. It is equal to ac_pred_flag in the bit
|
D | omxVCM4P2_DecodePadMV_PVOP_s.s | 52 ; * [in] fcodeForward a code equal to vop_fcode_forward in MPEG-4 55 ; * is not equal to OMX_VC_INTER4V, the destination
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
D | omxVCM4P2_PredictReconCoefIntra_s.s | 50 ; * equal to predQP especially when the current block and 58 ; * performed. It is equal to ac_pred_flag in the bit
|
D | omxVCM4P2_DecodePadMV_PVOP_s.s | 52 ; * [in] fcodeForward a code equal to vop_fcode_forward in MPEG-4 55 ; * is not equal to OMX_VC_INTER4V, the destination
|
/frameworks/base/test-runner/src/android/test/ |
D | MoreAsserts.java | 65 if (equal(unexpected, actual)) { in assertNotEqual() 578 private static boolean equal(Object a, Object b) { in equal() method in MoreAsserts
|
/frameworks/base/docs/html/design/building-blocks/ |
D | tabs.jd | 47 <p>Fixed tabs are displayed with equal width, based on the width of the widest tab label. If there …
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
D | MediaRouter.java | 753 static <T> boolean equal(T a, T b) { in equal() method in MediaRouter 1276 if (!equal(mName, descriptor.getName())) { in updateDescriptor() 1280 if (!equal(mDescription, descriptor.getDescription())) { in updateDescriptor() 1322 if (!equal(mExtras, descriptor.getExtras())) { in updateDescriptor() 1326 if (!equal(mSettingsIntent, descriptor.getSettingsActivity())) { in updateDescriptor()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | PersistentDataStore.java | 338 if (Objects.equal(mCurrentKeyboardLayout, keyboardLayout)) { in setCurrentKeyboardLayout() 377 if (Objects.equal(mCurrentKeyboardLayout, removedKeyboardLayout)) { in updateCurrentKeyboardLayoutIfRemoved()
|
/frameworks/rs/scriptc/ |
D | rs_types.rsh | 571 * Drawn if the incoming depth value is less or equal to that in 581 * Drawn if the incoming depth value is greater or equal to that 586 * Drawn if the incoming depth value is equal to that in the 591 * Drawn if the incoming depth value is not equal to that in the
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | index.jd | 48 …<dd>When it comes to impact on battery life, not all connection types are created equal. Not only …
|
D | connectivity_patterns.jd | 28 <p>When it comes to impact on battery life, not all connection types are created equal. Not only do…
|
/frameworks/base/docs/html/training/transitions/ |
D | index.jd | 51 but greater than or equal to Android 4.0 (API level 14), use the <code>animateLayoutChanges</code>
|
/frameworks/base/docs/html/design/style/ |
D | metrics-grids.jd | 14 screen.">dp</acronym>) and <em>tablet</em> (larger than or equal 600dp).</li>
|