Home
last modified time | relevance | path

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

12

/frameworks/native/cmds/surfacereplayer/replayer/
DAndroid.bp16 "-Wno-float-equal",
63 "-Wno-float-equal",
/frameworks/base/tools/aapt2/
Dformats.md16 | `4` | `magic` | The magic bytes must equal `'AAPT'` or `0x54504141`. |
29 If the `entry_type` is equal to `RES_TABLE (0x00000000)`, the `data` field contains a serialized
32 If the `entry_type` is equal to `RES_FILE (0x00000001)`, the `data` field contains the following:
DResourceValues.cpp570 return std::equal(sorted_a.begin(), sorted_a.end(), sorted_b.begin(), in Equals()
890 return std::equal(sorted_a.begin(), sorted_a.end(), sorted_b.begin(), in Equals()
990 return std::equal(elements.begin(), elements.end(), other->elements.begin(), in Equals()
1083 return std::equal(entries.begin(), entries.end(), other->entries.begin(), in Equals()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DMockUtils.java47 return Objects.equal(((UserHandle) item).getIdentifier(), userId); in checkUserHandle()
63 return Objects.equal(((Intent) item).getComponent(), component); in checkIntentComponent()
79 return Objects.equal(((Intent) item).getAction(), action); in checkIntentAction()
/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp87 bool equal = !strcmp(BC_EXT_STR, exts); in initialize() local
92 if (equal || atStart || atEnd || inMiddle) { in initialize()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DAndroid.bp25 "-Wno-float-equal",
/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/native/services/surfaceflinger/layerproto/
DAndroid.bp30 "-Wno-float-equal",
/frameworks/support/collection/src/main/java/androidx/collection/
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/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/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/support/
Dbuild.gradle24 …n instruct Gradle to use it by setting the environment variable JAVA_HOME equal to its file path.")
/frameworks/native/libs/gui/
DGLConsumer.cpp90 bool equal = !strcmp(CROP_EXT_STR, exts); in hasEglAndroidImageCropImpl() local
95 return equal || atStart || atEnd || inMiddle; in hasEglAndroidImageCropImpl()
110 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts); in hasEglProtectedContentImpl() local
115 return equal || atStart || atEnd || inMiddle; in hasEglProtectedContentImpl()
DAndroid.bp54 "-Wno-float-equal",
/frameworks/native/libs/ui/
DAndroid.bp39 "-Wno-float-equal",
/frameworks/base/test-runner/src/android/test/
DMoreAsserts.java68 if (equal(unexpected, actual)) { in assertNotEqual()
581 private static boolean equal(Object a, Object b) { in equal() method in MoreAsserts
/frameworks/compile/slang/
Dslang_rs_reflection_state.cpp36 static bool equal(const clang::APValue &a, const clang::APValue &b) { in equal() function
49 if (!equal(a.getVectorElt(i), b.getVectorElt(i))) in equal()
1086 !equal(variable.mInitializers[0], EV->getInit())) in declareVariable()
1094 if (!equal(variable.mInitializers[i], EV->getInitArray(i))) { in declareVariable()
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
DMediaRouter.java782 static <T> boolean equal(T a, T b) { in equal() method in MediaRouter
1489 if (!equal(mName, descriptor.getName())) { in updateDescriptor()
1493 if (!equal(mDescription, descriptor.getDescription())) { in updateDescriptor()
1497 if (!equal(mIconUri, descriptor.getIconUri())) { in updateDescriptor()
1547 if (!equal(mExtras, descriptor.getExtras())) { in updateDescriptor()
1551 if (!equal(mSettingsIntent, descriptor.getSettingsActivity())) { in updateDescriptor()
/frameworks/rs/script_api/
Drs_value_types.spec54 equal to the number of entries named.
/frameworks/hardware/interfaces/sensorservice/1.0/
DISensorManager.hal94 * @param size the intended size to be used, must be less than or equal

12