Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 25 of 72) sorted by relevance

123

/frameworks/base/core/java/android/util/
DPair.java55 return Objects.equal(p.first, first) && Objects.equal(p.second, second); in equals()
DMapCollections.java143 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/
DDisplayDeviceInfo.java242 && 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()
DLogicalDisplay.java194 if (!Objects.equal(mPrimaryDisplayDeviceInfo, deviceInfo)) { in updateLocked()
DPersistentDataStore.java107 if (!Objects.equal(display.getDeviceAlias(), alias)) { in applyWifiDisplayAlias()
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dshared.rsh81 /* 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/
Dshared.rsh81 /* 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/
DContainerHelpers.java40 public static boolean equal(Object a, Object b) { in equal() method in ContainerHelpers
DMapCollections.java141 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/
DDisplayInfo.java264 && 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/
Degl_cache.cpp97 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/
DWifiDisplay.java143 && Objects.equal(mDeviceAlias, other.mDeviceAlias); in equals()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DomxVCM4P2_PredictReconCoefIntra_s.s50 ; * equal to predQP especially when the current block and
58 ; * performed. It is equal to ac_pred_flag in the bit
DomxVCM4P2_DecodePadMV_PVOP_s.s52 ; * [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/
DomxVCM4P2_PredictReconCoefIntra_s.s50 ; * equal to predQP especially when the current block and
58 ; * performed. It is equal to ac_pred_flag in the bit
DomxVCM4P2_DecodePadMV_PVOP_s.s52 ; * [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/
DMoreAsserts.java65 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/
Dtabs.jd47 <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/
DMediaRouter.java753 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/
DPersistentDataStore.java338 if (Objects.equal(mCurrentKeyboardLayout, keyboardLayout)) { in setCurrentKeyboardLayout()
377 if (Objects.equal(mCurrentKeyboardLayout, removedKeyboardLayout)) { in updateCurrentKeyboardLayoutIfRemoved()
/frameworks/rs/scriptc/
Drs_types.rsh571 * 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/
Dindex.jd48 …<dd>When it comes to impact on battery life, not all connection types are created equal. Not only …
Dconnectivity_patterns.jd28 <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/
Dindex.jd51 but greater than or equal to Android 4.0 (API level 14), use the <code>animateLayoutChanges</code>
/frameworks/base/docs/html/design/style/
Dmetrics-grids.jd14 screen.">dp</acronym>) and <em>tablet</em> (larger than or equal 600dp).</li>

123