/third_party/icu/icu4c/source/test/cintltst/ |
H A D | spooftest.c | 137 int32_t checkResults; in TestOpenFromSource() local 169 checkResults = uspoof_check(rsc, goodLatin, -1, NULL, &status); in TestOpenFromSource() 171 TEST_ASSERT_EQ(0, checkResults); in TestOpenFromSource() 209 int32_t checkResults; in TestUSpoofCAPI() local 232 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() 234 TEST_ASSERT_EQ(0, checkResults); in TestUSpoofCAPI() 236 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status); in TestUSpoofCAPI() 238 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT, checkResults); in TestUSpoofCAPI() 296 int32_t checkResults = 0; in TestUSpoofCAPI() local 309 checkResults in TestUSpoofCAPI() 344 int32_t checkResults; TestUSpoofCAPI() local 369 int32_t checkResults; TestUSpoofCAPI() local 416 int32_t checkResults; TestUSpoofCAPI() local 452 int32_t checkResults, checkResults2; TestUSpoofCAPI() local 532 int32_t checkResults; TestUSpoofCAPI() local 552 int32_t checkResults; TestUSpoofCAPI() local [all...] |
/third_party/node/test/parallel/ |
H A D | test-tls-alpn-server-client.js | 17 function checkResults(result, expected) { function 84 checkResults(results[0], 88 checkResults(results[1], 92 checkResults(results[2], 110 checkResults(results[0], 114 checkResults(results[1], 118 checkResults(results[2], 140 checkResults(results[0], { server: { ALPN: false }, 143 checkResults(results[1], { server: { ALPN: false }, 146 checkResults(result [all...] |
H A D | test-repl-history-perm.js | 38 const checkResults = common.mustSucceed((r) => { 57 checkResults
|
H A D | test-cluster-worker-exit.js | 106 checkResults(expected_results, results); 121 function checkResults(expected_results, results) { function
|
H A D | test-cluster-worker-kill.js | 102 checkResults(expected_results, results); 108 function checkResults(expected_results, results) { function
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/ |
H A 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 in TestAllowedLocales() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
H A 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 in TestAllowedLocales() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | UniformBufferTest.cpp | 1995 void checkResults(const GLColor &firstQuarter, in checkResults() function in __anon20237::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(GLColo in TEST_P() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcViewportArrayTests.hpp | 590 virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_call_index); 721 virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_call_index); 788 virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_call_index); 823 virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_call_index); 886 virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_call_index); 919 virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_call_index); 971 virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_call_index); 1007 virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_call_index); 1064 virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_call_index);
|
H A 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 /*draw_call_index */) 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 /*draw_call_index */) in checkResults() function in glcts::ViewportArray::ScissorClear 4212 bool DepthRange::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, GLuint /*draw_call_index */) in checkResults() function in glcts::ViewportArray::DepthRange 4375 bool DepthRangeDepthTest::checkResults(Util function in glcts::ViewportArray::DepthRangeDepthTest 4589 bool ProvokingVertex::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, checkResults() function in glcts::ViewportArray::ProvokingVertex [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A 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,
|
H A D | esextcTextureCubeMapArrayImageOperations.cpp | 139 bool checkResults(Context& context, glw::GLuint copy_po_id, glw::GLuint id, glw::GLuint width, glw::GLuint height, 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()
|
H A D | esextcTextureCubeMapArraySubImage3D.cpp | 432 bool TextureCubeMapArraySubImage3D::checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth) 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()
|
H A D | esextcTextureCubeMapArraySubImage3D.hpp | 144 bool checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth);
|
H A D | esextcTextureCubeMapArrayImageTextureSize.cpp | 188 if (!checkResults(width, height, depth, (STORAGE_TYPE)i)) in iterate() 468 glw::GLboolean TextureCubeMapArrayTextureSizeTFBase::checkResults(glw::GLuint width, glw::GLuint height, in checkResults() function in glcts::TextureCubeMapArrayTextureSizeTFBase 1168 glw::GLboolean TextureCubeMapArrayTextureSizeRTBase::checkResults(glw::GLuint width, glw::GLuint height, in checkResults() function in glcts::TextureCubeMapArrayTextureSizeRTBase 1646 glw::GLboolean TextureCubeMapArrayTextureSizeRTComputeShader::checkResults(glw::GLuint width, glw::GLuint height, in checkResults() function in glcts::TextureCubeMapArrayTextureSizeRTComputeShader 1649 glw::GLboolean test_passed = TextureCubeMapArrayTextureSizeRTBase::checkResults(width, height, depth, storType); in checkResults()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
H A 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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
H A D | RBBIMonkeyTest.java | 857 checkResults("testForwards", CheckDirection.FORWARD); in testForwards() 881 checkResults("testFollowing", CheckDirection.FORWARD); in testFollowing() 898 checkResults("testPrevius", CheckDirection.REVERSE); in testPrevious() 948 checkResults("testPreceding", CheckDirection.REVERSE); in testPreceding() 961 checkResults("testForwards", CheckDirection.FORWARD); in testIsBoundary() 965 void checkResults(String msg, CheckDirection direction) { in checkResults() method in RBBIMonkeyTest.RBBIMonkeyImpl
|
/third_party/icu/icu4c/source/test/intltest/ |
H A 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
|
H A 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()
|
H A D | rbbimonkeytest.h | 213 void checkResults(const char *msg, CheckDirection dir, UErrorCode &status);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktAtomicOperationTests.cpp | 260 virtual void checkResults(tcu::ResultCollector& resultCollector) = 0; 324 virtual void checkResults(tcu::ResultCollector& resultCollector) in checkResults() function in vkt::shaderexecutor::__anon28661::TestBuffer 448 virtual void checkResults(tcu::ResultCollector& resultCollector) in checkResults() function in vkt::shaderexecutor::__anon28661::TestBufferFloatingPoint 1016 testBuffer->checkResults(resultCollector); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktAtomicOperationTests.cpp | 260 virtual void checkResults(tcu::ResultCollector& resultCollector) = 0; 324 virtual void checkResults(tcu::ResultCollector& resultCollector) in checkResults() function in vkt::shaderexecutor::__anon29810::TestBuffer 448 virtual void checkResults(tcu::ResultCollector& resultCollector) in checkResults() function in vkt::shaderexecutor::__anon29810::TestBufferFloatingPoint 1016 testBuffer->checkResults(resultCollector); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A 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);
|
H A D | gl3cClipDistance.hpp | 268 bool checkResults(glw::GLenum primitive_type, glw::GLuint clip_function, std::vector<glw::GLfloat>& results);
|
H A 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 clip_function, in checkResults() function in gl3cts::ClipDistance::FunctionalTest
|