Home
last modified time | relevance | path

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

123

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dequal.example.cpp7 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/
DAndroid.bp15 "-Wno-float-equal",
60 "-Wno-float-equal",
/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/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()
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/
DInputListener.cpp128 bool equal = in operator ==() local
149 if (!equal) { in operator ==()
154 equal = in operator ==()
157 if (!equal) { in operator ==()
/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.bp24 "-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/native/services/surfaceflinger/layerproto/
DAndroid.bp30 "-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/ml/nn/runtime/
DTypeManager.cpp59 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/
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.bp41 // p_vaddr values are equal to work around problems with __libc_init_vdso in Bionic.
/frameworks/native/vulkan/libvulkan/
DAndroid.bp62 "-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/native/services/surfaceflinger/DisplayHardware/
DDisplayIdentification.cpp81 std::equal(std::begin(kMagic), std::end(kMagic), data.begin()); in isEdid()
/frameworks/base/libs/hwui/pipeline/skia/
DShaderCache.cpp69 if (loaded && std::equal(hash.begin(), hash.end(), mIDHash.begin())) return true; in validateCache()
/frameworks/native/libs/renderengine/tests/
DRenderEngineTest.cpp87 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/
Drs_value_types.spec54 equal to the number of entries named.
/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…
/frameworks/base/libs/hwui/surfacetexture/
DEGLConsumer.cpp70 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts); in hasEglProtectedContentImpl() local
75 return equal || atStart || atEnd || inMiddle; in hasEglProtectedContentImpl()
/frameworks/av/media/libaudiofoundation/
DAudioGain.cpp168 return std::equal(begin(), end(), other.begin(), other.end(), in equals()

123