/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/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/module/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/services/surfaceflinger/TimeStats/timestatsatomsproto/ |
D | Android.bp | 29 "-Wno-float-equal",
|
/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/ |
D | RequiresPermissionChecker.java | 214 } else if (!Objects.equal(sourcePerm, targetPerm)) { in matchMethodInvocation() 359 if (Objects.equal(methodTree, tree)) { in parseBroadcastSourceRequiresPermission() 363 if (Objects.equal(argName, name) in parseBroadcastSourceRequiresPermission() 375 if (Objects.equal(argName, name) in parseBroadcastSourceRequiresPermission() 386 if (Objects.equal(argName, name) in parseBroadcastSourceRequiresPermission()
|
D | EfficientXmlChecker.java | 263 && Objects.equal(name, target)) { in matchMethodInvocation() 305 && Objects.equal(((IdentifierTree) arg).getName(), fName)) { in matchMethodInvocation()
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | Android.bp | 48 "-Wno-float-equal",
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_cache.cpp | 90 bool equal = !strcmp(BC_EXT_STR, exts); in initialize() local 95 if (equal || atStart || atEnd || inMiddle) { in initialize()
|
/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/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | Android.bp | 34 "-Wno-float-equal",
|
/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/libs/native_bridge_support/android_api/vdso/ |
D | Android.bp | 48 // p_vaddr values are equal to work around problems with __libc_init_vdso in Bionic.
|
/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/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/binary_translation/assembler/ |
D | assembler_test.cc | 217 Assembler::Label equal, above, below, done; in JccTest() local 221 as.Jcc(Assembler::Condition::kEqual, equal); in JccTest() 228 as.Bind(&equal); in JccTest() 524 Assembler::Label equal, above, below, done; in JccTest() local 526 as.Jcc(Assembler::Condition::kEqual, equal); in JccTest() 533 as.Bind(&equal); in JccTest()
|
/frameworks/proto_logging/stats/atoms/art/ |
D | background_extension_dexopt_atoms.proto | 182 // reboot. Note that this isn't necessarily equal to 190 // reboot. Normally, this should be equal to 195 // after the reboot. Normally, this should be equal to
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | ClientCompositionRequestCache.cpp | 83 std::equal(layerSettings.begin(), layerSettings.end(), newLayerSettings.begin(), in equals()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | FrameRateOverrideMappings.cpp | 124 if (!std::equal(mFrameRateOverridesByContent.begin(), mFrameRateOverridesByContent.end(), in updateFrameRateOverridesByContent()
|
/frameworks/native/vulkan/libvulkan/ |
D | Android.bp | 71 "-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/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/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/ |
D | ParcelableComponentTest.kt | 419 val equal = it.compare(actual, expected) in <lambda>() constant 421 .that(equal) in <lambda>()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | ShaderCache.cpp | 75 if (loaded && std::equal(hash.begin(), hash.end(), mIDHash.begin())) return true; in validateCache()
|
/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…
|