Searched refs:schemas (Results 1 - 8 of 8) sorted by relevance
/external/libxml2/ |
H A D | runsuite.c | 321 * dump the schemas to a buffer, then reparse it and compile the schemas 456 * dump the schemas to a buffer, then reparse it and compile the schemas 776 xstcTestInstance(xmlNodePtr cur, xmlSchemaPtr schemas, argument 799 "Failed to build path to schemas testGroup line %ld : %s\n", 805 test_log("schemas for testGroup line %ld is missing: %s\n", 827 ctxt = xmlSchemaNewValidCtxt(schemas); 878 xmlSchemaPtr schemas = NULL; local 896 test_log("Failed to build path to schemas testGrou [all...] |
H A D | runtest.c | 2905 xmlSchemaPtr schemas) { 2932 ctxt = xmlSchemaNewValidCtxt(schemas); 2971 * @filename: the schemas file 2989 xmlSchemaPtr schemas; local 2999 /* first compile the schemas if possible */ 3005 schemas = xmlSchemaParse(ctxt); 3013 xmlSchemaFree(schemas); 3026 snprintf(pattern, 499, "./test/schemas/%s_?.xml", prefix); 3045 snprintf(result, 499, "result/schemas/%s_%c", 3048 snprintf(err, 499, "result/schemas/ 2900 schemasOneTest(const char *sch, const char *filename, const char *result, const char *err, int options, xmlSchemaPtr schemas) argument 3076 rngOneTest(const char *sch, const char *filename, const char *result, const char *err, int options, xmlRelaxNGPtr schemas) argument 3166 xmlRelaxNGPtr schemas; local [all...] |
H A D | rngparser.c | 1426 * @schemas: pointer to the text of the compact schemas 1427 * @len: length of the schemas in bytes (or 0) 1430 * Compiles the schemas into the equivalent Relax-NG XML structure 1436 xmlConvertCRNG(const char *schemas, int len, const char *encoding) { argument 1440 if (schemas == NULL) return(NULL); 1441 if (len <= 5) len = xmlStrlen((const unsigned char *) schemas); 1445 ctxt.compact = (const unsigned char *) schemas; 1446 ctxt.cur = (const unsigned char *) schemas; 1447 ctxt.end = (const unsigned char *) &schemas[le 1517 const xmlChar *schemas = variable [all...] |
H A D | Makefile.am | 979 -@(for i in $(srcdir)/test/schemas/*_*.xsd ; do \ 982 for j in $(srcdir)/test/schemas/"$$name"_*.xml ; do \ 985 if [ ! -f $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" ]; \ 989 > $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \ 990 2> $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err; \ 996 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \ 998 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err \ 1012 echo New schemas $$name ; \ 1026 if [ -n "$$log" ] ; then echo schemas $$name result ; echo $$log ; fi ; \
|
H A D | debugXML.c | 2345 * @schemas: the path to the Relax-NG schemas 2350 * validating the instance against a Relax-NG schemas 2355 xmlShellRNGValidate(xmlShellCtxtPtr sctxt, char *schemas, argument 2364 ctxt = xmlRelaxNGNewParserCtxt(schemas); 2373 "Relax-NG schema %s failed to compile\n", schemas); 2934 fprintf(ctxt->output, "\trelaxng rng validate the document agaisnt the Relax-NG schemas\n");
|
/external/parameter-framework/support/android/ |
H A D | build_pfw_settings.mk | 62 --schemas-dir $(MY_SCHEMAS_DIR) > "$@"
|
/external/robolectric/lib/main/ |
H A D | h2-1.2.147.jar | META-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
H A D | ant-nodeps.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
Completed in 1595 milliseconds