HomeSort by relevance Sort by last modified time
    Searched refs:testErrorHandler (Results 1 - 4 of 4) sorted by null

  /external/libxml2/
runsuite.c 184 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) {
230 xmlSetGenericErrorFunc(NULL, testErrorHandler);
331 (xmlRelaxNGValidityErrorFunc) testErrorHandler,
332 (xmlRelaxNGValidityWarningFunc) testErrorHandler,
466 (xmlRelaxNGValidityErrorFunc) testErrorHandler,
467 (xmlRelaxNGValidityWarningFunc) testErrorHandler,
513 (xmlRelaxNGValidityErrorFunc) testErrorHandler,
514 (xmlRelaxNGValidityWarningFunc) testErrorHandler,
570 (xmlRelaxNGValidityErrorFunc) testErrorHandler,
571 (xmlRelaxNGValidityWarningFunc) testErrorHandler,
    [all...]
runtest.c 248 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) {
    [all...]
runxmlconf.c 129 testErrorHandler(void *userData ATTRIBUTE_UNUSED, xmlErrorPtr error) {
173 xmlSetStructuredErrorFunc(NULL, testErrorHandler);
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 120 public void testErrorHandler() {

Completed in 442 milliseconds