/third_party/icu/icu4c/source/test/cintltst/ |
D | spooftest.c | 136 int32_t checkResults; in TestOpenFromSource() local 168 checkResults = uspoof_check(rsc, goodLatin, -1, NULL, &status); in TestOpenFromSource() 170 TEST_ASSERT_EQ(0, checkResults); in TestOpenFromSource() 208 int32_t checkResults; in TestUSpoofCAPI() local 231 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() 233 TEST_ASSERT_EQ(0, checkResults); in TestUSpoofCAPI() 235 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status); in TestUSpoofCAPI() 237 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT, checkResults); in TestUSpoofCAPI() 295 int32_t checkResults = 0; in TestUSpoofCAPI() local 308 checkResults = uspoof_check(clone2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() [all …]
|
/third_party/node/test/parallel/ |
D | test-tls-alpn-server-client.js | 17 function checkResults(result, expected) { function 76 checkResults(results[0], 80 checkResults(results[1], 84 checkResults(results[2], 102 checkResults(results[0], 106 checkResults(results[1], 110 checkResults(results[2], 132 checkResults(results[0], { server: { ALPN: false }, 135 checkResults(results[1], { server: { ALPN: false }, 138 checkResults(results[2], [all …]
|
D | test-repl-history-perm.js | 38 const checkResults = common.mustSucceed((r) => { constant 57 checkResults
|
D | test-cluster-worker-kill.js | 102 checkResults(expected_results, results); 108 function checkResults(expected_results, results) { function
|
D | test-cluster-worker-exit.js | 106 checkResults(expected_results, results); 121 function checkResults(expected_results, results) { function
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 206 boolean checkResults; in TestGetSetChecks() 220 checkResults = sc.failsChecks(scMixed); in TestGetSetChecks() 221 assertFalse("", checkResults); in TestGetSetChecks() 232 boolean checkResults; in TestAllowedLocales() 262 checkResults = sc.failsChecks(goodLatin); in TestAllowedLocales() 263 assertFalse("", checkResults); in TestAllowedLocales() 265 checkResults = sc.failsChecks(goodGreek, result); in TestAllowedLocales() 268 checkResults = sc.failsChecks(goodCyrl); in TestAllowedLocales() 269 assertFalse("", checkResults); in TestAllowedLocales() 275 checkResults = sc.failsChecks(goodGreek); in TestAllowedLocales() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 203 boolean checkResults; in TestGetSetChecks() 217 checkResults = sc.failsChecks(scMixed); in TestGetSetChecks() 218 assertFalse("", checkResults); in TestGetSetChecks() 229 boolean checkResults; in TestAllowedLocales() 259 checkResults = sc.failsChecks(goodLatin); in TestAllowedLocales() 260 assertFalse("", checkResults); in TestAllowedLocales() 262 checkResults = sc.failsChecks(goodGreek, result); in TestAllowedLocales() 265 checkResults = sc.failsChecks(goodCyrl); in TestAllowedLocales() 266 assertFalse("", checkResults); in TestAllowedLocales() 272 checkResults = sc.failsChecks(goodGreek); in TestAllowedLocales() [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | UniformBufferTest.cpp | 1995 void checkResults(const GLColor &firstQuarter, in checkResults() function in __anoncc44e4570111::UniformBlockWithOneLargeArrayMemberTest 2076 checkResults(GLColor::blue, GLColor::blue, GLColor::blue, GLColor::blue); in TEST_P() 2081 checkResults(GLColor::green, GLColor::green, GLColor::green, GLColor::green); in TEST_P() 2086 checkResults(GLColor::green, GLColor::red, GLColor::green, GLColor::green); in TEST_P() 2128 checkResults(GLColor::blue, GLColor::blue, GLColor::blue, GLColor::blue); in TEST_P() 2133 checkResults(GLColor::green, GLColor::green, GLColor::green, GLColor::green); in TEST_P() 2138 checkResults(GLColor::green, GLColor::red, GLColor::green, GLColor::green); in TEST_P() 2196 checkResults(GLColor::cyan, GLColor::cyan, GLColor::cyan, GLColor::cyan); in TEST_P() 2202 checkResults(GLColor::yellow, GLColor::yellow, GLColor::yellow, GLColor::yellow); in TEST_P() 2208 checkResults(GLColor::yellow, GLColor::magenta, GLColor::yellow, GLColor::yellow); in TEST_P() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayImageTextureSize.hpp | 106 virtual glw::GLboolean checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth, 142 virtual glw::GLboolean checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth, 270 virtual glw::GLboolean checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth, 331 virtual glw::GLboolean checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth,
|
D | esextcTextureCubeMapArrayImageOperations.cpp | 139 bool checkResults(Context& context, glw::GLuint copy_po_id, glw::GLuint id, glw::GLuint width, glw:… in checkResults() function 633 …if (!checkResults<glw::GLfloat>(m_context, m_copy_po_id, m_image_write_to_id, width, height, depth, in iterate() 639 … if (!checkResults<glw::GLint>(m_context, m_copy_po_id, m_iimage_write_to_id, width, height, depth, in iterate() 645 …if (!checkResults<glw::GLuint>(m_context, m_copy_po_id, m_uimage_write_to_id, width, height, depth, in iterate() 694 …if (!checkResults<glw::GLfloat>(m_context, m_copy_po_id, m_image_write_to_id, width, height, depth, in iterate() 700 if (!checkResults<glw::GLint>(m_context, m_copy_po_id, m_iimage_write_to_id, width, height, depth, in iterate() 706 …if (!checkResults<glw::GLuint>(m_context, m_copy_po_id, m_uimage_write_to_id, width, height, depth, in iterate()
|
D | esextcTextureCubeMapArraySubImage3D.cpp | 432 bool TextureCubeMapArraySubImage3D::checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint… in checkResults() function in glcts::TextureCubeMapArraySubImage3D 476 if (!checkResults(width, height, depth)) in testTexSubImage3D() 499 if (!checkResults(width, height, depth)) in testTexSubImage3D() 535 if (!checkResults(width, height, depth)) in testCopyTexSubImage3D()
|
D | esextcTextureCubeMapArraySubImage3D.hpp | 144 bool checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth);
|
D | esextcTextureCubeMapArrayImageTextureSize.cpp | 188 if (!checkResults(width, height, depth, (STORAGE_TYPE)i)) in iterate() 468 glw::GLboolean TextureCubeMapArrayTextureSizeTFBase::checkResults(glw::GLuint width, glw::GLuint he… in checkResults() function in glcts::TextureCubeMapArrayTextureSizeTFBase 1168 glw::GLboolean TextureCubeMapArrayTextureSizeRTBase::checkResults(glw::GLuint width, glw::GLuint he… in checkResults() function in glcts::TextureCubeMapArrayTextureSizeRTBase 1646 glw::GLboolean TextureCubeMapArrayTextureSizeRTComputeShader::checkResults(glw::GLuint width, glw::… in checkResults() function in glcts::TextureCubeMapArrayTextureSizeRTComputeShader 1649 …glw::GLboolean test_passed = TextureCubeMapArrayTextureSizeRTBase::checkResults(width, height, dep… in checkResults()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcViewportArrayTests.hpp | 590 …virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_c… 721 …virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_c… 788 …virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_c… 823 …virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_c… 886 …virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_c… 919 …virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_c… 971 …virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_c… 1007 …virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_c… 1064 …virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_c…
|
D | glcViewportArrayTests.cpp | 2652 bool result = checkResults(texture_0, texture_1, draw_call); in iterate() 2669 bool result = checkResults(texture_0, texture_1, 0); in iterate() 2702 bool DrawTestBase::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, GLuint … in checkResults() function in glcts::ViewportArray::DrawTestBase 3466 bool DynamicViewportIndex::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, in checkResults() function in glcts::ViewportArray::DynamicViewportIndex 3723 bool ViewportIndexSubroutine::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 … in checkResults() function in glcts::ViewportArray::ViewportIndexSubroutine 3948 bool DrawMultipleLayers::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, in checkResults() function in glcts::ViewportArray::DrawMultipleLayers 4045 bool ScissorZeroDimension::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, in checkResults() function in glcts::ViewportArray::ScissorZeroDimension 4134 bool ScissorClear::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, GLuint … in checkResults() function in glcts::ViewportArray::ScissorClear 4212 bool DepthRange::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, GLuint /*… in checkResults() function in glcts::ViewportArray::DepthRange 4375 bool DepthRangeDepthTest::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, in checkResults() function in glcts::ViewportArray::DepthRangeDepthTest [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 850 checkResults("testForwards", CheckDirection.FORWARD); in testForwards() 874 checkResults("testFollowing", CheckDirection.FORWARD); in testFollowing() 891 checkResults("testPrevius", CheckDirection.REVERSE); in testPrevious() 941 checkResults("testPreceding", CheckDirection.REVERSE); in testPreceding() 954 checkResults("testForwards", CheckDirection.FORWARD); in testIsBoundary() 958 void checkResults(String msg, CheckDirection direction) { in checkResults() method in RBBIMonkeyTest.RBBIMonkeyImpl
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 853 checkResults("testForwards", CheckDirection.FORWARD); in testForwards() 877 checkResults("testFollowing", CheckDirection.FORWARD); in testFollowing() 894 checkResults("testPrevius", CheckDirection.REVERSE); in testPrevious() 944 checkResults("testPreceding", CheckDirection.REVERSE); in testPreceding() 957 checkResults("testForwards", CheckDirection.FORWARD); in testIsBoundary() 961 void checkResults(String msg, CheckDirection direction) { in checkResults() method in RBBIMonkeyTest.RBBIMonkeyImpl
|
/third_party/icu/icu4c/source/test/intltest/ |
D | rbbimonkeytest.cpp | 717 checkResults("testForwards", FORWARD, status); in testForwards() 744 checkResults("testFollowing", FORWARD, status); in testFollowing() 766 checkResults("testPrevius", REVERSE, status); in testPrevious() 804 checkResults("testPreceding", REVERSE, status); in testPreceding() 819 checkResults("testForwards", FORWARD, status); in testIsBoundary() 845 void RBBIMonkeyImpl::checkResults(const char *msg, CheckDirection direction, UErrorCode &status) { in checkResults() function in RBBIMonkeyImpl
|
D | itspoof.cpp | 120 int32_t checkResults = uspoof_checkUnicodeString(sc, s, &position, &status); in testSpoofAPI() local 122 TEST_ASSERT_EQ(0, checkResults); in testSpoofAPI() 129 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status); in testSpoofAPI() local 131 … TEST_ASSERT_EQ(USPOOF_MIXED_SCRIPT_CONFUSABLE | USPOOF_WHOLE_SCRIPT_CONFUSABLE, checkResults); in testSpoofAPI()
|
D | rbbimonkeytest.h | 213 void checkResults(const char *msg, CheckDirection dir, UErrorCode &status);
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.hpp | 504 virtual bool checkResults(Utils::program& program) = 0; 543 bool checkResults(Utils::texture& color_texture) const; 1639 virtual bool checkResults(Utils::program& program); 1933 virtual bool checkResults(Utils::program& program); 2210 virtual bool checkResults(Utils::program& program);
|
D | gl3cClipDistance.hpp | 268 …bool checkResults(glw::GLenum primitive_type, glw::GLuint clip_function, std::vector<glw::GLfloat>…
|
D | gl3cClipDistance.cpp | 665 if (!checkResults(primitive_type, i_clip_function, results)) in iterate() 832 bool gl3cts::ClipDistance::FunctionalTest::checkResults(glw::GLenum primitive_type, glw::GLuint cli… in checkResults() function in gl3cts::ClipDistance::FunctionalTest
|
D | gl4cShadingLanguage420PackTests.cpp | 1805 return checkResults(program); in testCompute() 1864 return checkResults(program); in testDrawArray() 1978 bool GLSLTestBase::checkResults(Utils::texture& color_texture) const in checkResults() function in gl4cts::GLSL420Pack::GLSLTestBase 2120 result = checkResults(color_tex); in testCompute() 2232 result = checkResults(color_tex); in testDrawArray() 8872 bool BindingUniformDefaultTest::checkResults(Utils::program& program) in checkResults() function in gl4cts::GLSL420Pack::BindingUniformDefaultTest 10851 bool BindingSamplerDefaultTest::checkResults(Utils::program& program) in checkResults() function in gl4cts::GLSL420Pack::BindingSamplerDefaultTest 12645 bool BindingImageDefaultTest::checkResults(Utils::program& program) in checkResults() function in gl4cts::GLSL420Pack::BindingImageDefaultTest
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktAtomicOperationTests.cpp | 251 virtual void checkResults(tcu::ResultCollector& resultCollector) = 0; 315 virtual void checkResults(tcu::ResultCollector& resultCollector) in checkResults() function in vkt::shaderexecutor::__anon4aec3fc90111::TestBuffer 439 virtual void checkResults(tcu::ResultCollector& resultCollector) in checkResults() function in vkt::shaderexecutor::__anon4aec3fc90111::TestBufferFloatingPoint 1007 testBuffer->checkResults(resultCollector); in iterate()
|