Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/com/android/internal/widget/
DInlinePresentationStyleUtils.java55 final boolean equal = value1 instanceof Bundle && value2 instanceof Bundle in bundleEquals()
58 if (!equal) { in bundleEquals()
/frameworks/native/cmds/surfacereplayer/replayer/
DAndroid.bp24 "-Wno-float-equal",
69 "-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:
/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/av/media/libmediatranscoding/transcoder/tests/
DMediaTranscoderTests.cpp35 static bool equal##_typeName(const char* key, AMediaFormat* src, AMediaFormat* dst) { \
47 std::function<bool(const char*, AMediaFormat*, AMediaFormat*)> equal; member
253 EXPECT_TRUE(kFieldsToPreserve[i].equal(kFieldsToPreserve[i].key, in verifyOutputFormat()
262 entry.equal(entry.key, mSourceVideoFormat.get(), videoFormat.get())); in verifyOutputFormat()
/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp79 bool equal = !strcmp(BC_EXT_STR, exts); in initialize() local
84 if (equal || atStart || atEnd || inMiddle) { in initialize()
/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/base/errorprone/java/com/google/errorprone/bugpatterns/android/
DRequiresPermissionChecker.java208 } else if (!Objects.equal(sourcePerm, targetPerm)) { in matchMethodInvocation()
346 if (Objects.equal(methodTree, tree)) { in parseBroadcastSourceRequiresPermission()
350 if (Objects.equal(argName, name) in parseBroadcastSourceRequiresPermission()
362 if (Objects.equal(argName, name) in parseBroadcastSourceRequiresPermission()
373 if (Objects.equal(argName, name) in parseBroadcastSourceRequiresPermission()
DEfficientXmlChecker.java259 && Objects.equal(name, target)) { in matchMethodInvocation()
301 && Objects.equal(((IdentifierTree) arg).getName(), fName)) { in matchMethodInvocation()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/
DAndroid.bp28 "-Wno-float-equal",
/frameworks/native/services/inputflinger/
DInputListener.cpp164 bool equal = id == rhs.id && eventTime == rhs.eventTime && readTime == rhs.readTime && in operator ==() local
176 if (!equal) { in operator ==()
181 equal = in operator ==()
184 if (!equal) { in operator ==()
/frameworks/base/core/proto/android/os/
Dbatteryusagestats.proto40 // Length that the reported data covered. This usually will be equal to the entire session,
48 // May not equal the sum of the PowerComponentUsage due to under- or over-estimations.
/frameworks/native/services/surfaceflinger/layerproto/
DAndroid.bp39 "-Wno-float-equal",
/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/native/services/surfaceflinger/TimeStats/timestatsproto/
DAndroid.bp33 "-Wno-float-equal",
/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/libs/native_bridge_support/vdso/
DAndroid.bp45 // p_vaddr values are equal to work around problems with __libc_init_vdso in Bionic.
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DClientCompositionRequestCache.cpp85 std::equal(layerSettings.begin(), layerSettings.end(), newLayerSettings.begin(), in equals()
/frameworks/native/vulkan/libvulkan/
DAndroid.bp69 "-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/base/libs/hwui/pipeline/skia/
DShaderCache.cpp69 if (loaded && std::equal(hash.begin(), hash.end(), mIDHash.begin())) return true; in validateCache()
/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/native/include/ftl/
Darray_traits.h106 return lhs.size() == rhs.size() && std::equal(lhs.begin(), lhs.end(), rhs.begin());
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-testing.md11 …ot affect the animations’ progress. The latch is initialized with a count equal to the number of p…

123