Home
last modified time | relevance | path

Searched refs:checkResults (Results 1 – 25 of 32) sorted by relevance

12

/external/icu/icu4c/source/test/cintltst/
Dspooftest.c136 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 …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
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 = sc.failsChecks(goodGreek); in TestAllowedLocales()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
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 = sc.failsChecks(goodGreek); in TestAllowedLocales()
[all …]
/external/angle/src/tests/gl_tests/
DUniformBufferTest.cpp1956 void checkResults(const GLColor &firstQuarter, in checkResults() function in __anond86de61f0111::UniformBlockWithOneLargeArrayMemberTest
2037 checkResults(GLColor::blue, GLColor::blue, GLColor::blue, GLColor::blue); in TEST_P()
2042 checkResults(GLColor::green, GLColor::green, GLColor::green, GLColor::green); in TEST_P()
2047 checkResults(GLColor::green, GLColor::red, GLColor::green, GLColor::green); in TEST_P()
2089 checkResults(GLColor::blue, GLColor::blue, GLColor::blue, GLColor::blue); in TEST_P()
2094 checkResults(GLColor::green, GLColor::green, GLColor::green, GLColor::green); in TEST_P()
2099 checkResults(GLColor::green, GLColor::red, GLColor::green, GLColor::green); in TEST_P()
2157 checkResults(GLColor::cyan, GLColor::cyan, GLColor::cyan, GLColor::cyan); in TEST_P()
2163 checkResults(GLColor::yellow, GLColor::yellow, GLColor::yellow, GLColor::yellow); in TEST_P()
2169 checkResults(GLColor::yellow, GLColor::magenta, GLColor::yellow, GLColor::yellow); in TEST_P()
[all …]
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
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,
DesextcTextureCubeMapArrayImageOperations.cpp139 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()
DesextcTextureCubeMapArraySubImage3D.cpp432 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()
DesextcTextureCubeMapArraySubImage3D.hpp144 bool checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth);
DesextcTextureCubeMapArrayImageTextureSize.cpp188 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()
/external/deqp/external/openglcts/modules/common/
DglcViewportArrayTests.hpp590 …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…
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 … 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 …]
/external/eigen/bench/btl/generic_bench/
Dbtl.hh167 : overwriteResults(false), checkResults(true), realclock(false), tries(DEFAULT_NB_TRIES) in BtlConfig()
204 Instance.checkResults = false; in BtlConfig()
231 bool checkResults; member in BtlConfig
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DWrappingExecutorServiceTest.java101 checkResults(futures); in testInvokeAll()
110 checkResults(futures); in testInvokeAll()
134 private static void checkResults(List<Future<String>> futures) in checkResults() method in WrappingExecutorServiceTest
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DWrappingExecutorServiceTest.java101 checkResults(futures); in testInvokeAll()
110 checkResults(futures); in testInvokeAll()
134 private static void checkResults(List<Future<String>> futures) in checkResults() method in WrappingExecutorServiceTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java850 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
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
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
/external/OpenCL-CTS/test_conformance/select/
Dtest_select.h68 extern CheckResults checkResults[kTypeCount];
/external/eigen/bench/btl/generic_bench/timers/
Dportable_perf_analyzer.hh67 if (BtlConfig::Instance.checkResults && size<128) in eval_mflops()
/external/icu/icu4c/source/test/intltest/
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
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()
Drbbimonkeytest.h213 void checkResults(const char *msg, CheckDirection dir, UErrorCode &status);
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h253 virtual bool checkResults() { in checkResults() function
308 assert(checkResults()); in getResults()
317 assert(checkResults()); in begin()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h224 virtual bool checkResults() { in checkResults() function
282 assert(checkResults()); in getResults()
290 assert(checkResults()); in begin()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp247 virtual void checkResults(tcu::ResultCollector& resultCollector) = 0;
311 virtual void checkResults(tcu::ResultCollector& resultCollector) in checkResults() function in vkt::shaderexecutor::__anon57d3740a0111::TestBuffer
407 virtual void checkResults(tcu::ResultCollector& resultCollector) in checkResults() function in vkt::shaderexecutor::__anon57d3740a0111::TestBufferFloatingPoint
826 testBuffer->checkResults(resultCollector); in iterate()
/external/deqp/external/openglcts/modules/gl/
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);

12