/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | equal.example.cpp | 7 namespace generated_tests::equal { namespace 64 namespace generated_tests::equal { namespace 189 namespace generated_tests::equal { namespace 246 namespace generated_tests::equal { namespace 303 namespace generated_tests::equal { namespace 428 namespace generated_tests::equal { namespace 485 namespace generated_tests::equal { namespace 610 namespace generated_tests::equal { namespace 667 namespace generated_tests::equal { namespace 792 namespace generated_tests::equal { namespace [all …]
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Android.bp | 15 "-Wno-float-equal", 60 "-Wno-float-equal",
|
/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/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:
|
D | ResourceValues.cpp | 570 return std::equal(sorted_a.begin(), sorted_a.end(), sorted_b.begin(), in Equals() 894 return std::equal(sorted_a.begin(), sorted_a.end(), sorted_b.begin(), in Equals() 994 return std::equal(elements.begin(), elements.end(), other->elements.begin(), in Equals() 1087 return std::equal(entries.begin(), entries.end(), other->entries.begin(), in Equals()
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 128 bool equal = in operator ==() local 149 if (!equal) { in operator ==() 154 equal = in operator ==() 157 if (!equal) { in operator ==()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_cache.cpp | 87 bool equal = !strcmp(BC_EXT_STR, exts); in initialize() local 92 if (equal || atStart || atEnd || inMiddle) { in initialize()
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | Android.bp | 24 "-Wno-float-equal",
|
/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/native/services/surfaceflinger/layerproto/ |
D | Android.bp | 30 "-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/ml/nn/runtime/ |
D | TypeManager.cpp | 59 bool equal(const Extension& a, const Extension& b) { in equal() function 210 } else if (!equal(extension, it->second)) { in registerExtension()
|
/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 | 41 // p_vaddr values are equal to work around problems with __libc_init_vdso in Bionic.
|
/frameworks/native/vulkan/libvulkan/ |
D | Android.bp | 62 "-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/native/services/surfaceflinger/DisplayHardware/ |
D | DisplayIdentification.cpp | 81 std::equal(std::begin(kMagic), std::end(kMagic), data.begin()); in isEdid()
|
/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/native/libs/renderengine/tests/ |
D | RenderEngineTest.cpp | 87 bool equal = std::equal(src, src + 4, expected, colorCompare); in expectBufferColor() local 88 EXPECT_TRUE(equal) in expectBufferColor() 97 if (!equal && ++fails >= maxFails) { in expectBufferColor()
|
/frameworks/rs/script_api/ |
D | rs_value_types.spec | 54 equal to the number of entries named.
|
/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…
|
/frameworks/base/libs/hwui/surfacetexture/ |
D | EGLConsumer.cpp | 70 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts); in hasEglProtectedContentImpl() local 75 return equal || atStart || atEnd || inMiddle; in hasEglProtectedContentImpl()
|
/frameworks/av/media/libaudiofoundation/ |
D | AudioGain.cpp | 168 return std::equal(begin(), end(), other.begin(), other.end(), in equals()
|