Home
last modified time | relevance | path

Searched defs:equal (Results 1 – 13 of 13) sorted by relevance

/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/opengl/libs/EGL/
Degl_cache.cpp87 bool equal = !strcmp(BC_EXT_STR, exts); in initialize() local
/frameworks/ml/nn/runtime/
DTypeManager.cpp59 bool equal(const Extension& a, const Extension& b) { in equal() function
/frameworks/native/services/inputflinger/
DInputListener.cpp162 bool equal = id == rhs.id && eventTime == rhs.eventTime && deviceId == rhs.deviceId && in operator ==() local
/frameworks/native/libs/nativedisplay/surfacetexture/
DEGLConsumer.cpp71 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts); in hasEglProtectedContentImpl() local
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseGeneralTest.java216 private void phoneNumberCompare(String phone1, String phone2, boolean equal, in phoneNumberCompare()
/frameworks/native/libs/math/include/math/
DTVecHelpers.h326 CONSTEXPR VECTOR<bool> PURE equal(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in equal() function
/frameworks/base/test-runner/src/android/test/
DMoreAsserts.java581 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
/frameworks/native/libs/gui/
DGLConsumer.cpp89 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts); in hasEglProtectedContentImpl() local
/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp36 bool equal = !strcmp(extensionName, exts); in hasEglExtension() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateConfigsTest.cpp1430 const auto equal = std::equal(knownFrameRateList.begin(), knownFrameRateList.end(), in TEST_F() local
/frameworks/native/libs/renderengine/tests/
DRenderEngineTest.cpp161 bool equal = colorCompare(src, expected); in expectBufferColor() local