Home
last modified time | relevance | path

Searched refs:checkResults (Results 1 - 25 of 28) sorted by relevance

12

/third_party/icu/icu4c/source/test/cintltst/
H A Dspooftest.c137 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 Dtest-tls-alpn-server-client.js17 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 Dtest-repl-history-perm.js38 const checkResults = common.mustSucceed((r) => {
57 checkResults
H A Dtest-cluster-worker-exit.js106 checkResults(expected_results, results);
121 function checkResults(expected_results, results) { function
H A Dtest-cluster-worker-kill.js102 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 DSpoofCheckerTest.java206 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 DSpoofCheckerTest.java203 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 DUniformBufferTest.cpp1995 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 DglcViewportArrayTests.hpp590 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 DglcViewportArrayTests.cpp2652 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 DesextcTextureCubeMapArrayImageTextureSize.hpp106 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 DesextcTextureCubeMapArrayImageOperations.cpp139 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 DesextcTextureCubeMapArraySubImage3D.cpp432 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 DesextcTextureCubeMapArraySubImage3D.hpp144 bool checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth);
H A DesextcTextureCubeMapArrayImageTextureSize.cpp188 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 DRBBIMonkeyTest.java853 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 DRBBIMonkeyTest.java857 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 Drbbimonkeytest.cpp717 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 Ditspoof.cpp120 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 Drbbimonkeytest.h213 void checkResults(const char *msg, CheckDirection dir, UErrorCode &status);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp260 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 DvktAtomicOperationTests.cpp260 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 Dgl4cShadingLanguage420PackTests.hpp504 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 Dgl3cClipDistance.hpp268 bool checkResults(glw::GLenum primitive_type, glw::GLuint clip_function, std::vector<glw::GLfloat>& results);
H A Dgl3cClipDistance.cpp665 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

Completed in 35 milliseconds

12