/frameworks/base/core/java/android/util/ |
D | Pair.java | 55 return Objects.equal(p.first, first) && Objects.equal(p.second, second); in equals()
|
/frameworks/base/core/java/android/net/ |
D | NetworkTemplate.java | 187 && 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()
|
D | NetworkIdentity.java | 71 && Objects.equal(mSubscriberId, ident.mSubscriberId) in equals() 72 && Objects.equal(mNetworkId, ident.mNetworkId); in equals()
|
D | NetworkPolicy.java | 162 && Objects.equal(cycleTimezone, other.cycleTimezone) in equals() 163 && Objects.equal(template, other.template); in equals()
|
/frameworks/base/services/java/com/android/server/display/ |
D | DisplayDeviceInfo.java | 168 && Objects.equal(name, other.name) in equals() 179 && Objects.equal(address, other.address); in equals()
|
D | LogicalDisplay.java | 196 if (!Objects.equal(mPrimaryDisplayDeviceInfo, deviceInfo)) { in updateLocked()
|
D | PersistentDataStore.java | 107 if (!Objects.equal(display.getDeviceAlias(), alias)) { in applyWifiDisplayAlias()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | Objects.java | 39 public static boolean equal(Object a, Object b) { in equal() method in Objects
|
/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/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/base/core/java/android/hardware/display/ |
D | WifiDisplay.java | 107 && Objects.equal(mDeviceAlias, other.mDeviceAlias); 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/view/ |
D | DisplayInfo.java | 213 && 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/ |
D | omxVCM4P2_PredictReconCoefIntra_s.s | 36 ; * equal to predQP especially when the current block and 44 ; * performed. It is equal to ac_pred_flag in the bit
|
D | omxVCM4P2_DecodePadMV_PVOP_s.s | 38 ; * [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/ |
D | PersistentDataStore.java | 286 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/ |
D | omxVCM4P2_DecodePadMV_PVOP_s.s | 38 ; * [in] fcodeForward a code equal to vop_fcode_forward in MPEG-4 41 ; * is not equal to OMX_VC_INTER4V, the destination
|
D | omxVCM4P2_PredictReconCoefIntra_s.s | 36 ; * 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/ |
D | MoreAsserts.java | 66 if (equal(unexpected, actual)) { in assertNotEqual() 552 private static boolean equal(Object a, Object b) { in equal() method in MoreAsserts
|
/frameworks/rs/scriptc/ |
D | rs_types.rsh | 549 * 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/ |
D | MediaRouter.java | 540 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/ |
D | tabs.jd | 47 <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/ |
D | metrics-grids.jd | 9 screen.">dp</acronym>) and <em>tablet</em> (larger than or equal 600dp). The density buckets are <a…
|
/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…
|