/frameworks/base/core/java/com/android/internal/widget/ |
D | InlinePresentationStyleUtils.java | 55 final boolean equal = value1 instanceof Bundle && value2 instanceof Bundle in bundleEquals() 58 if (!equal) { in bundleEquals()
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Android.bp | 24 "-Wno-float-equal", 69 "-Wno-float-equal",
|
/frameworks/base/tools/aapt2/ |
D | formats.md | 16 | `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/ |
D | MockUtils.java | 47 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/ |
D | MediaTranscoderTests.cpp | 35 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/ |
D | egl_cache.cpp | 79 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/ |
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/errorprone/java/com/google/errorprone/bugpatterns/android/ |
D | RequiresPermissionChecker.java | 208 } 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()
|
D | EfficientXmlChecker.java | 259 && Objects.equal(name, target)) { in matchMethodInvocation() 301 && Objects.equal(((IdentifierTree) arg).getName(), fName)) { in matchMethodInvocation()
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/ |
D | Android.bp | 28 "-Wno-float-equal",
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 164 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/ |
D | batteryusagestats.proto | 40 // 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/ |
D | Android.bp | 39 "-Wno-float-equal",
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | shared.rsh | 100 /* 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/ |
D | shared.rsh | 102 /* 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/ |
D | Android.bp | 33 "-Wno-float-equal",
|
/frameworks/native/libs/math/tests/ |
D | vec_test.cpp | 194 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/ |
D | Android.bp | 45 // p_vaddr values are equal to work around problems with __libc_init_vdso in Bionic.
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | ClientCompositionRequestCache.cpp | 85 std::equal(layerSettings.begin(), layerSettings.end(), newLayerSettings.begin(), in equals()
|
/frameworks/native/vulkan/libvulkan/ |
D | Android.bp | 69 "-Wno-float-equal",
|
/frameworks/base/test-runner/src/android/test/ |
D | MoreAsserts.java | 68 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/ |
D | ShaderCache.cpp | 69 if (loaded && std::equal(hash.begin(), hash.end(), mIDHash.begin())) return true; in validateCache()
|
/frameworks/compile/slang/ |
D | slang_rs_reflection_state.cpp | 36 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/ |
D | array_traits.h | 106 return lhs.size() == rhs.size() && std::equal(lhs.begin(), lhs.end(), rhs.begin());
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-testing.md | 11 …ot affect the animations’ progress. The latch is initialized with a count equal to the number of p…
|