Home
last modified time | relevance | path

Searched refs:testErrorHandler (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/src/
H A Drunsuite.c184 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in testErrorHandler() function
230 xmlSetGenericErrorFunc(NULL, testErrorHandler); in initializeLibxml2()
330 xmlRelaxNGSetParserErrors(pctxt, testErrorHandler, testErrorHandler, in xsdIncorectTestCase()
463 xmlRelaxNGSetParserErrors(pctxt, testErrorHandler, testErrorHandler, in xsdTestCase()
509 testErrorHandler, testErrorHandler, ctxt); in xsdTestCase()
564 testErrorHandler, testErrorHandler, ctxt); in xsdTestCase()
820 xmlSchemaSetValidErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in xstcTestInstance()
908 xmlSchemaSetParserErrors(ctxt, testErrorHandler, testErrorHandler, in xstcTestGroup()
942 xmlSchemaSetParserErrors(ctxt, testErrorHandler, testErrorHandler, in xstcTestGroup()
H A Druntest.c250 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in testErrorHandler() function
1714 xmlSetGenericErrorFunc(NULL, testErrorHandler); in saxParseTest()
2217 testErrorHandler(NULL, "%s fails to validate\n", filename); in streamProcessTest()
2219 testErrorHandler(NULL, "%s validates\n", filename); in streamProcessTest()
3022 xmlSchemaSetValidErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in schemasOneTest()
3087 xmlSchemaSetParserErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in schemasTest()
3193 xmlRelaxNGSetValidErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in rngOneTest()
3196 testErrorHandler(NULL, "%s validates\n", filename); in rngOneTest()
3198 testErrorHandler(NULL, "%s fails to validate\n", filename); in rngOneTest()
3260 xmlRelaxNGSetParserErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in rngTest()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libxml2/vtklibxml2/
H A Drunsuite.c242 xmlSetGenericErrorFunc(NULL, testErrorHandler); in initializeLibxml2()
343 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in xsdIncorectTestCase()
344 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in xsdIncorectTestCase()
478 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in xsdTestCase()
479 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in xsdTestCase()
841 (xmlSchemaValidityErrorFunc) testErrorHandler, in xstcTestInstance()
842 (xmlSchemaValidityWarningFunc) testErrorHandler, in xstcTestInstance()
932 (xmlSchemaValidityErrorFunc) testErrorHandler, in xstcTestGroup()
933 (xmlSchemaValidityWarningFunc) testErrorHandler, in xstcTestGroup()
968 (xmlSchemaValidityErrorFunc) testErrorHandler, in xstcTestGroup()
[all …]
H A Druntest.c1671 xmlSetGenericErrorFunc(NULL, testErrorHandler); in saxParseTest()
2917 (xmlSchemaValidityErrorFunc) testErrorHandler, in schemasOneTest()
2918 (xmlSchemaValidityWarningFunc) testErrorHandler, in schemasOneTest()
2983 (xmlSchemaValidityErrorFunc) testErrorHandler, in schemasTest()
2984 (xmlSchemaValidityWarningFunc) testErrorHandler, in schemasTest()
3090 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in rngOneTest()
3091 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in rngOneTest()
3095 testErrorHandler(NULL, "%s validates\n", filename); in rngOneTest()
3157 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in rngTest()
3158 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in rngTest()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libxml2/vtklibxml2/
H A Drunsuite.c242 xmlSetGenericErrorFunc(NULL, testErrorHandler); in initializeLibxml2()
343 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in xsdIncorectTestCase()
344 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in xsdIncorectTestCase()
478 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in xsdTestCase()
479 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in xsdTestCase()
841 (xmlSchemaValidityErrorFunc) testErrorHandler, in xstcTestInstance()
842 (xmlSchemaValidityWarningFunc) testErrorHandler, in xstcTestInstance()
932 (xmlSchemaValidityErrorFunc) testErrorHandler, in xstcTestGroup()
933 (xmlSchemaValidityWarningFunc) testErrorHandler, in xstcTestGroup()
968 (xmlSchemaValidityErrorFunc) testErrorHandler, in xstcTestGroup()
[all …]
H A Druntest.c1671 xmlSetGenericErrorFunc(NULL, testErrorHandler); in saxParseTest()
2917 (xmlSchemaValidityErrorFunc) testErrorHandler, in schemasOneTest()
2918 (xmlSchemaValidityWarningFunc) testErrorHandler, in schemasOneTest()
2983 (xmlSchemaValidityErrorFunc) testErrorHandler, in schemasTest()
2984 (xmlSchemaValidityWarningFunc) testErrorHandler, in schemasTest()
3090 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in rngOneTest()
3091 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in rngOneTest()
3095 testErrorHandler(NULL, "%s validates\n", filename); in rngOneTest()
3157 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in rngTest()
3158 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in rngTest()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxml/src/
H A Drunsuite.c184 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in testErrorHandler() function
230 xmlSetGenericErrorFunc(NULL, testErrorHandler); in initializeLibxml2()
330 xmlRelaxNGSetParserErrors(pctxt, testErrorHandler, testErrorHandler, in xsdIncorrectTestCase()
463 xmlRelaxNGSetParserErrors(pctxt, testErrorHandler, testErrorHandler, in xsdTestCase()
509 testErrorHandler, testErrorHandler, ctxt); in xsdTestCase()
564 testErrorHandler, testErrorHandler, ctxt); in xsdTestCase()
820 xmlSchemaSetValidErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in xstcTestInstance()
908 xmlSchemaSetParserErrors(ctxt, testErrorHandler, testErrorHandler, in xstcTestGroup()
942 xmlSchemaSetParserErrors(ctxt, testErrorHandler, testErrorHandler, in xstcTestGroup()
H A Druntest.c251 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in testErrorHandler() function
1717 xmlSetGenericErrorFunc(NULL, testErrorHandler); in saxParseTest()
2220 testErrorHandler(NULL, "%s fails to validate\n", filename); in streamProcessTest()
2222 testErrorHandler(NULL, "%s validates\n", filename); in streamProcessTest()
3025 xmlSchemaSetValidErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in schemasOneTest()
3090 xmlSchemaSetParserErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in schemasTest()
3196 xmlRelaxNGSetValidErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in rngOneTest()
3199 testErrorHandler(NULL, "%s validates\n", filename); in rngOneTest()
3201 testErrorHandler(NULL, "%s fails to validate\n", filename); in rngOneTest()
3263 xmlRelaxNGSetParserErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in rngTest()
[all …]
/dports/textproc/libxml2/libxml2-2.9.12/
H A Drunsuite.c184 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in testErrorHandler() function
230 xmlSetGenericErrorFunc(NULL, testErrorHandler); in initializeLibxml2()
330 xmlRelaxNGSetParserErrors(pctxt, testErrorHandler, testErrorHandler, in xsdIncorrectTestCase()
463 xmlRelaxNGSetParserErrors(pctxt, testErrorHandler, testErrorHandler, in xsdTestCase()
509 testErrorHandler, testErrorHandler, ctxt); in xsdTestCase()
564 testErrorHandler, testErrorHandler, ctxt); in xsdTestCase()
820 xmlSchemaSetValidErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in xstcTestInstance()
908 xmlSchemaSetParserErrors(ctxt, testErrorHandler, testErrorHandler, in xstcTestGroup()
942 xmlSchemaSetParserErrors(ctxt, testErrorHandler, testErrorHandler, in xstcTestGroup()
H A Druntest.c251 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in testErrorHandler() function
1717 xmlSetGenericErrorFunc(NULL, testErrorHandler); in saxParseTest()
2220 testErrorHandler(NULL, "%s fails to validate\n", filename); in streamProcessTest()
2222 testErrorHandler(NULL, "%s validates\n", filename); in streamProcessTest()
3025 xmlSchemaSetValidErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in schemasOneTest()
3090 xmlSchemaSetParserErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in schemasTest()
3196 xmlRelaxNGSetValidErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in rngOneTest()
3199 testErrorHandler(NULL, "%s validates\n", filename); in rngOneTest()
3201 testErrorHandler(NULL, "%s fails to validate\n", filename); in rngOneTest()
3263 xmlRelaxNGSetParserErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in rngTest()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/
H A Drunsuite.c242 xmlSetGenericErrorFunc(NULL, testErrorHandler); in initializeLibxml2()
343 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in xsdIncorectTestCase()
478 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in xsdTestCase()
525 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in xsdTestCase()
526 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in xsdTestCase()
582 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in xsdTestCase()
841 (xmlSchemaValidityErrorFunc) testErrorHandler, in xstcTestInstance()
932 (xmlSchemaValidityErrorFunc) testErrorHandler, in xstcTestGroup()
933 (xmlSchemaValidityWarningFunc) testErrorHandler, in xstcTestGroup()
968 (xmlSchemaValidityErrorFunc) testErrorHandler, in xstcTestGroup()
[all …]
H A Druntest.c1671 xmlSetGenericErrorFunc(NULL, testErrorHandler); in saxParseTest()
2143 testErrorHandler(NULL, "%s validates\n", filename); in streamProcessTest()
2917 (xmlSchemaValidityErrorFunc) testErrorHandler, in schemasOneTest()
2918 (xmlSchemaValidityWarningFunc) testErrorHandler, in schemasOneTest()
2983 (xmlSchemaValidityErrorFunc) testErrorHandler, in schemasTest()
2984 (xmlSchemaValidityWarningFunc) testErrorHandler, in schemasTest()
3090 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in rngOneTest()
3091 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in rngOneTest()
3095 testErrorHandler(NULL, "%s validates\n", filename); in rngOneTest()
3157 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in rngTest()
[all …]
/dports/textproc/py-libxml2/libxml2-2.9.12/
H A Drunsuite.c184 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in testErrorHandler() function
230 xmlSetGenericErrorFunc(NULL, testErrorHandler); in initializeLibxml2()
330 xmlRelaxNGSetParserErrors(pctxt, testErrorHandler, testErrorHandler, in xsdIncorrectTestCase()
463 xmlRelaxNGSetParserErrors(pctxt, testErrorHandler, testErrorHandler, in xsdTestCase()
509 testErrorHandler, testErrorHandler, ctxt); in xsdTestCase()
564 testErrorHandler, testErrorHandler, ctxt); in xsdTestCase()
820 xmlSchemaSetValidErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in xstcTestInstance()
908 xmlSchemaSetParserErrors(ctxt, testErrorHandler, testErrorHandler, in xstcTestGroup()
942 xmlSchemaSetParserErrors(ctxt, testErrorHandler, testErrorHandler, in xstcTestGroup()
H A Druntest.c251 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in testErrorHandler() function
1717 xmlSetGenericErrorFunc(NULL, testErrorHandler); in saxParseTest()
2220 testErrorHandler(NULL, "%s fails to validate\n", filename); in streamProcessTest()
2222 testErrorHandler(NULL, "%s validates\n", filename); in streamProcessTest()
3025 xmlSchemaSetValidErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in schemasOneTest()
3090 xmlSchemaSetParserErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in schemasTest()
3196 xmlRelaxNGSetValidErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in rngOneTest()
3199 testErrorHandler(NULL, "%s validates\n", filename); in rngOneTest()
3201 testErrorHandler(NULL, "%s fails to validate\n", filename); in rngOneTest()
3263 xmlRelaxNGSetParserErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in rngTest()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/libxml2/
H A Drunsuite.c242 xmlSetGenericErrorFunc(NULL, testErrorHandler); in initializeLibxml2()
343 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in xsdIncorectTestCase()
478 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in xsdTestCase()
525 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in xsdTestCase()
526 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in xsdTestCase()
582 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in xsdTestCase()
841 (xmlSchemaValidityErrorFunc) testErrorHandler, in xstcTestInstance()
932 (xmlSchemaValidityErrorFunc) testErrorHandler, in xstcTestGroup()
933 (xmlSchemaValidityWarningFunc) testErrorHandler, in xstcTestGroup()
968 (xmlSchemaValidityErrorFunc) testErrorHandler, in xstcTestGroup()
[all …]
H A Druntest.c1671 xmlSetGenericErrorFunc(NULL, testErrorHandler); in saxParseTest()
2151 testErrorHandler(NULL, "%s validates\n", filename); in streamProcessTest()
2935 (xmlSchemaValidityErrorFunc) testErrorHandler, in schemasOneTest()
2936 (xmlSchemaValidityWarningFunc) testErrorHandler, in schemasOneTest()
3003 (xmlSchemaValidityErrorFunc) testErrorHandler, in schemasTest()
3004 (xmlSchemaValidityWarningFunc) testErrorHandler, in schemasTest()
3110 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in rngOneTest()
3111 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in rngOneTest()
3115 testErrorHandler(NULL, "%s validates\n", filename); in rngOneTest()
3180 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in rngTest()
[all …]
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/common/
H A DerrorTest.c53 testErrorHandler(unsigned int tryDepth) in testErrorHandler() function
120 static const ErrorHandlerFunction testErrorHandlerList[] = {testErrorHandler}; in testRun()
123 assert(errorContext.handlerList[0] == testErrorHandler); in testRun()
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/src/Functional/System/
H A DErrorHandlerTest.php30 public function testErrorHandler() { function in Drupal\\Tests\\system\\Functional\\System\\ErrorHandlerTest
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/src/Functional/System/
H A DErrorHandlerTest.php30 public function testErrorHandler() { function in Drupal\\Tests\\system\\Functional\\System\\ErrorHandlerTest
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/javax/xml/validation/ptests/
H A DValidatorHandlerTest.java66 public void testErrorHandler() { in testErrorHandler() method in ValidatorHandlerTest
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/functional/javax/xml/validation/ptests/
H A DValidatorHandlerTest.java66 public void testErrorHandler() { in testErrorHandler() method in ValidatorHandlerTest
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/functional/javax/xml/validation/ptests/
H A DValidatorHandlerTest.java66 public void testErrorHandler() { in testErrorHandler() method in ValidatorHandlerTest
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/functional/javax/xml/validation/ptests/
H A DValidatorHandlerTest.java66 public void testErrorHandler() { in testErrorHandler() method in ValidatorHandlerTest
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/functional/javax/xml/validation/ptests/
H A DValidatorHandlerTest.java66 public void testErrorHandler() { in testErrorHandler() method in ValidatorHandlerTest
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/functional/javax/xml/validation/ptests/
H A DValidatorHandlerTest.java66 public void testErrorHandler() { in testErrorHandler() method in ValidatorHandlerTest

123