Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 25 of 67) 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()
/frameworks/base/core/java/android/net/
DNetworkTemplate.java187 && Objects.equal(mSubscriberId, other.mSubscriberId) in equals()
188 && Objects.equal(mNetworkId, other.mNetworkId); in equals()
238 && Objects.equal(mSubscriberId, ident.mSubscriberId)); in matchesMobile()
283 return Objects.equal( in matchesWifi()
DNetworkIdentity.java71 && Objects.equal(mSubscriberId, ident.mSubscriberId) in equals()
72 && Objects.equal(mNetworkId, ident.mNetworkId); in equals()
DNetworkPolicy.java162 && Objects.equal(cycleTimezone, other.cycleTimezone) in equals()
163 && Objects.equal(template, other.template); in equals()
/frameworks/base/services/java/com/android/server/display/
DDisplayDeviceInfo.java168 && Objects.equal(name, other.name) in equals()
179 && Objects.equal(address, other.address); in equals()
DLogicalDisplay.java196 if (!Objects.equal(mPrimaryDisplayDeviceInfo, deviceInfo)) { in updateLocked()
DPersistentDataStore.java107 if (!Objects.equal(display.getDeviceAlias(), alias)) { in applyWifiDisplayAlias()
/frameworks/base/core/java/com/android/internal/util/
DObjects.java39 public static boolean equal(Object a, Object b) { in equal() method in Objects
/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/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/base/core/java/android/hardware/display/
DWifiDisplay.java107 && Objects.equal(mDeviceAlias, other.mDeviceAlias); 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/view/
DDisplayInfo.java213 && Objects.equal(address, other.address) in equals()
214 && Objects.equal(name, other.name) in equals()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DomxVCM4P2_PredictReconCoefIntra_s.s36 ; * equal to predQP especially when the current block and
44 ; * performed. It is equal to ac_pred_flag in the bit
DomxVCM4P2_DecodePadMV_PVOP_s.s38 ; * [in] fcodeForward a code equal to vop_fcode_forward in MPEG-4
41 ; * is not equal to OMX_VC_INTER4V, the destination
/frameworks/base/services/java/com/android/server/input/
DPersistentDataStore.java286 if (Objects.equal(mCurrentKeyboardLayout, keyboardLayout)) { in setCurrentKeyboardLayout()
325 if (Objects.equal(mCurrentKeyboardLayout, removedKeyboardLayout)) { in updateCurrentKeyboardLayoutIfRemoved()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DomxVCM4P2_DecodePadMV_PVOP_s.s38 ; * [in] fcodeForward a code equal to vop_fcode_forward in MPEG-4
41 ; * is not equal to OMX_VC_INTER4V, the destination
DomxVCM4P2_PredictReconCoefIntra_s.s36 ; * equal to predQP especially when the current block and
44 ; * performed. It is equal to ac_pred_flag in the bit
/frameworks/base/test-runner/src/android/test/
DMoreAsserts.java66 if (equal(unexpected, actual)) { in assertNotEqual()
552 private static boolean equal(Object a, Object b) { in equal() method in MoreAsserts
/frameworks/rs/scriptc/
Drs_types.rsh549 * Drawn if the incoming depth value is less or equal to that in
559 * Drawn if the incoming depth value is greater or equal to that
564 * Drawn if the incoming depth value is equal to that in the
569 * Drawn if the incoming depth value is not equal to that in the
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouter.java540 static <T> boolean equal(T a, T b) { in equal() method in MediaRouter
983 if (!equal(mName, descriptor.getName())) { in updateDescriptor()
987 if (!equal(mDescription, descriptor.getDescription())) { in updateDescriptor()
1029 if (!equal(mExtras, descriptor.getExtras())) { in updateDescriptor()
/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/base/docs/html/design/style/
Dmetrics-grids.jd9 screen.">dp</acronym>) and <em>tablet</em> (larger than or equal 600dp). The density buckets are <a…
/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…

123