Searched refs:relaxng (Results 1 - 25 of 33) sorted by relevance

12

/external/libxml2/
H A DAndroid.mk40 relaxng.c \
H A Dxmllint.c92 #include <libxml/relaxng.h>
150 static char * relaxng = NULL; variable
1881 if (relaxng != NULL) {
1885 ret = xmlTextReaderRelaxNGValidate(reader, relaxng);
1888 "Relax-NG schema %s failed to compile\n", relaxng);
1890 relaxng = NULL;
1931 if (relaxng != NULL)
1953 if ((relaxng != NULL) || (schema != NULL)) {
3068 printf("\t--relaxng schema : do RelaxNG validation against the schema\n");
3408 } else if ((!strcmp(argv[i], "-relaxng")) ||
[all...]
H A DdebugXML.c34 #include <libxml/relaxng.h>
2347 * Implements the XML shell function "relaxng"
2942 } else if (!strcmp(command, "relaxng")) {
/external/chromium_org/third_party/libxml/src/
H A DtestRelax.c45 #include <libxml/relaxng.h>
H A Dxmllint.c92 #include <libxml/relaxng.h>
149 static char * relaxng = NULL; variable
1873 if (relaxng != NULL) {
1877 ret = xmlTextReaderRelaxNGValidate(reader, relaxng);
1880 "Relax-NG schema %s failed to compile\n", relaxng);
1882 relaxng = NULL;
1923 if (relaxng != NULL)
1945 if ((relaxng != NULL) || (schema != NULL)) {
3044 printf("\t--relaxng schema : do RelaxNG validation against the schema\n");
3359 } else if ((!strcmp(argv[i], "-relaxng")) ||
[all...]
H A Drunsuite.c33 #include <libxml/relaxng.h>
709 const char *filename = "test/relaxng/OASIS/spectest.xml";
747 const char *filename = "test/relaxng/testsuite.xml";
H A DdebugXML.c34 #include <libxml/relaxng.h>
2344 * Implements the XML shell function "relaxng"
2932 } else if (!strcmp(command, "relaxng")) {
H A Druntest.c50 #include <libxml/relaxng.h>
3198 snprintf(pattern, 499, "./test/relaxng/%s_?.xml", prefix);
3211 snprintf(result, 499, "result/relaxng/%s_%c",
3214 snprintf(err, 499, "result/relaxng/%s_%c.err",
3287 snprintf(pattern, 499, "./test/relaxng/%s_?.xml", prefix);
3300 snprintf(result, 499, "result/relaxng/%s_%c",
3303 snprintf(err, 499, "result/relaxng/%s_%c.err",
4268 rngTest, "./test/relaxng/*.rng", NULL, NULL, NULL,
4272 rngStreamTest, "./test/relaxng/*.rng", NULL, NULL, NULL,
H A Dxmlreader.c36 #include <libxml/relaxng.h>
/external/chromium_org/third_party/libxml/src/win32/
H A DMakefile121 $(XML_INTDIR)\relaxng.obj\
166 $(XML_INTDIR_A)\relaxng.obj\
211 $(XML_INTDIR_A_DLL)\relaxng.obj\
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlreader.h17 #include <libxml/relaxng.h>
/external/libxml2/include/libxml/
H A Dxmlreader.h17 #include <libxml/relaxng.h>
/external/chromium_org/third_party/libxml/
H A Dlibxml.target.darwin-arm.mk48 third_party/libxml/src/relaxng.c \
H A Dlibxml.target.darwin-arm64.mk48 third_party/libxml/src/relaxng.c \
H A Dlibxml.target.darwin-mips.mk48 third_party/libxml/src/relaxng.c \
H A Dlibxml.target.darwin-mips64.mk48 third_party/libxml/src/relaxng.c \
H A Dlibxml.target.darwin-x86.mk48 third_party/libxml/src/relaxng.c \
H A Dlibxml.target.darwin-x86_64.mk48 third_party/libxml/src/relaxng.c \
H A Dlibxml.target.linux-arm.mk48 third_party/libxml/src/relaxng.c \
H A Dlibxml.target.linux-arm64.mk48 third_party/libxml/src/relaxng.c \
H A Dlibxml.target.linux-mips.mk48 third_party/libxml/src/relaxng.c \
H A Dlibxml.target.linux-mips64.mk48 third_party/libxml/src/relaxng.c \
H A Dlibxml.target.linux-x86.mk48 third_party/libxml/src/relaxng.c \
H A Dlibxml.target.linux-x86_64.mk48 third_party/libxml/src/relaxng.c \
/external/clang/tools/c-index-test/
H A Dc-index-test.c16 #include <libxml/relaxng.h>

Completed in 587 milliseconds

12