Home
last modified time | relevance | path

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

123

/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceInfo.java309 if (!Objects.equal(name, other.name) in diff()
310 || !Objects.equal(uniqueId, other.uniqueId) in diff()
317 || !Objects.equal(hdrCapabilities, other.hdrCapabilities) in diff()
327 || !Objects.equal(address, other.address) in diff()
329 || !Objects.equal(ownerPackageName, other.ownerPackageName)) { in diff()
/frameworks/native/cmds/surfacereplayer/replayer/
DAndroid.bp16 "-Wno-float-equal",
63 "-Wno-float-equal",
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DMockUtils.java43 return Objects.equal(((UserHandle) item).getIdentifier(), userId); in checkUserHandle()
59 return Objects.equal(((Intent) item).getComponent(), component); in checkIntentComponent()
75 return Objects.equal(((Intent) item).getAction(), action); in checkIntentAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceManager.java251 if (!Objects.equal(pkgName, component.getPackageName())) {
263 if (Objects.equal(info.serviceInfo.packageName, component.getPackageName())
264 && Objects.equal(info.serviceInfo.name, component.getClassName())) {
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/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/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
Dshared.rsh84 /* Max ULPs while still being considered "equal". Only used when this number
94 /* Check if two floats are essentially equal. Will fail with some values
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DCustomizeTileView.java48 if (!Objects.equal(label, mAppLabel.getText())) { in setAppLabel()
/frameworks/support/compat/java/android/support/v4/util/
DContainerHelpers.java40 public static boolean equal(Object a, Object b) { in equal() method in ContainerHelpers
DMapCollections.java143 return ContainerHelpers.equal(e.getKey(), colGetEntry(mIndex, 0)) in equals()
144 && ContainerHelpers.equal(e.getValue(), colGetEntry(mIndex, 1)); in equals()
195 return ContainerHelpers.equal(foundVal, e.getValue()); in contains()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dshared.rsh100 /* Max ULPs while still being considered "equal". Only used when this number
110 /* Check if two floats are essentially equal. Will fail with some values
/frameworks/base/core/java/android/util/
DMapCollections.java146 return Objects.equal(e.getKey(), colGetEntry(mIndex, 0)) in equals()
147 && Objects.equal(e.getValue(), colGetEntry(mIndex, 1)); in equals()
198 return Objects.equal(foundVal, e.getValue()); in contains()
/frameworks/base/core/java/android/view/
DDisplayInfo.java283 && Objects.equal(address, other.address) in equals()
284 && Objects.equal(uniqueId, other.uniqueId) in equals()
302 && Objects.equal(hdrCapabilities, other.hdrCapabilities) in equals()
310 && Objects.equal(ownerPackageName, other.ownerPackageName) in equals()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dshared.rsh102 /* Max ULPs while still being considered "equal". Only used when this number
112 /* Check if two floats are essentially equal. Will fail with some values
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
DExpressionVisitor.java130 if (Objects.equal(item.getText(), ",")) { in visitLambdaParameterList()
312 if (Objects.equal(item.getText(), ",")) { in visitMethodInvocation()
392 if (Objects.equal(item.getText(), ",")) { in visitResources()
/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp95 bool equal = !strcmp(BC_EXT_STR, exts); in initialize() local
100 if (equal || atStart || atEnd || inMiddle) { in initialize()
/frameworks/native/libs/math/tests/
Dvec_test.cpp194 EXPECT_TRUE(all(equal(v0, v0))); in TEST_F()
197 EXPECT_FALSE(any(equal(v0, v1))); in TEST_F()
/frameworks/native/vulkan/libvulkan/
DAndroid.bp50 "-Wno-float-equal",
/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
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsState.java931 if (!Objects.equal(value, this.defaultValue) in update()
950 if (Objects.equal(value, this.value) in update()
951 && Objects.equal(defaultValue, this.defaultValue) in update()
952 && Objects.equal(packageName, this.packageName) in update()
953 && Objects.equal(tag, this.tag) in update()
/frameworks/native/libs/hwc2on1adapter/
DAndroid.bp51 "-Wno-float-equal",
/frameworks/base/core/java/com/android/internal/widget/
DCachingIconView.java129 && Objects.equal(iconPackage, mLastPackage); in testAndSetCache()
/frameworks/base/core/java/com/android/internal/util/
DBitUtils.java59 return Objects.equal(a, b); in maskedEquals()
/frameworks/native/libs/ui/
DAndroid.bp36 "-Wno-float-equal",
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
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

123