Searched defs:schema (Results 1 - 25 of 69) sorted by last modified time

123

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dxml_libxml2.c60 xmlSchemaPtr schema; local
83 schema = xmlSchemaParse(pctx);
86 vctx = xmlSchemaNewValidCtxt(schema);
94 xmlSchemaFree(schema);
/external/wpa_supplicant_8/src/utils/
H A Dxml_libxml2.c60 xmlSchemaPtr schema; local
83 schema = xmlSchemaParse(pctx);
86 vctx = xmlSchemaNewValidCtxt(schema);
94 xmlSchemaFree(schema);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dxml_libxml2.c60 xmlSchemaPtr schema; local
83 schema = xmlSchemaParse(pctx);
86 vctx = xmlSchemaNewValidCtxt(schema);
94 xmlSchemaFree(schema);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMetaFactory.java31 private static XMPSchemaRegistry schema = new XMPSchemaRegistryImpl(); field in class:XMPMetaFactory
49 return schema;
241 * Resets the schema registry to its original state (creates a new one).
247 schema = new XMPSchemaRegistryImpl();
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DUtils.java154 * @param schema
155 * a schema namespace
161 static boolean isInternalProperty(String schema, String prop) argument
165 if (NS_DC.equals(schema))
172 else if (NS_XMP.equals(schema))
181 else if (NS_PDF.equals(schema))
190 else if (NS_TIFF.equals(schema))
199 else if (NS_EXIF.equals(schema))
207 else if (NS_EXIF_AUX.equals(schema))
211 else if (NS_PHOTOSHOP.equals(schema))
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DElementType.java17 This class represents an element type in the schema.
19 a flags vector, default attributes, and a schema to which it belongs.
33 private Schema theSchema; // schema to which this belongs
46 @param schema The schema with which this element type will be
50 public ElementType(String name, int model, int memberOf, int flags, Schema schema) { argument
56 theSchema = schema;
64 name if there is no prefix, or use the schema default instead.
160 Returns the schema which this element type is associated with.
161 @return The schema
164 public Schema schema() {return theSchema;} method in class:ElementType
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/libxml2/
H A Drelaxng.c212 xmlRelaxNGPtr schema; /* The schema in use */ member in struct:_xmlRelaxNGParserCtxt
357 xmlRelaxNGPtr schema; /* The schema in use */ member in struct:_xmlRelaxNGValidCtxt
405 xmlRelaxNGPtr schema; /* the schema */ member in struct:_xmlRelaxNGInclude
418 xmlRelaxNGPtr schema; /* the schema */ member in struct:_xmlRelaxNGDocument
665 static void xmlRelaxNGFreeInnerSchema(xmlRelaxNGPtr schema);
689 if (docu->schema !
781 xmlRelaxNGFreeInnerSchema(xmlRelaxNGPtr schema) argument
806 xmlRelaxNGFree(xmlRelaxNGPtr schema) argument
6643 xmlRelaxNGPtr schema = NULL; local
7855 xmlRelaxNGDump(FILE * output, xmlRelaxNGPtr schema) argument
7886 xmlRelaxNGDumpTree(FILE * output, xmlRelaxNGPtr schema) argument
8291 xmlRelaxNGPtr schema; local
10710 xmlRelaxNGPtr schema; local
10860 xmlRelaxNGNewValidCtxt(xmlRelaxNGPtr schema) argument
[all...]
H A Dschematron.c2 * schematron.c : implementation of the Schematron schema validity checking
130 const xmlChar *name; /* schema name */
163 xmlSchematronPtr schema; member in struct:_xmlSchematronValidCtxt
192 xmlSchematronPtr schema; member in struct:_xmlSchematronParserCtxt
293 * @ctxt: the schema parsing context
331 xmlSchematronPErrMemory(ctxt, "allocating schema test", node);
378 * @ctxt: the schema parsing context
379 * @schema: a schema structure
389 xmlSchematronAddRule(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPtr schema, argument
482 xmlSchematronAddPattern(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPtr schema, xmlNodePtr node, xmlChar *name) argument
561 xmlSchematronFree(xmlSchematronPtr schema) argument
1503 xmlSchematronNewValidCtxt(xmlSchematronPtr schema, int options) argument
1748 xmlSchematronPtr schema = NULL; local
[all...]
H A Dxmllint.c117 XMLLINT_ERR_SCHEMAPAT = 7, /* Error in schema pattern */
152 static char * schema = NULL; variable
1888 "Relax-NG schema %s failed to compile\n", relaxng);
1896 if (schema != NULL) {
1900 ret = xmlTextReaderSchemaValidate(reader, schema);
1903 "XSD schema %s failed to compile\n", schema);
1905 schema = NULL;
1953 if ((relaxng != NULL) || (schema != NULL)) {
3068 printf("\t--relaxng schema
[all...]
H A Dxmlreader.c3641 * defined in the DTD or schema.
4095 * @schema: a precompiled RelaxNG schema
4099 * if @schema is NULL, then RelaxNG validation is desactivated.
4100 @ The @schema should not be freed until the reader is deallocated
4107 xmlTextReaderRelaxNGSetSchema(xmlTextReaderPtr reader, xmlRelaxNGPtr schema) { argument
4110 if (schema == NULL) {
4135 reader->rngValidCtxt = xmlRelaxNGNewValidCtxt(schema);
4212 * @schema: a precompiled Schema schema
4224 xmlTextReaderSetSchema(xmlTextReaderPtr reader, xmlSchemaPtr schema) argument
[all...]
H A Dxmlschemas.c3 * schema validity checking
15 * - if we don't intend to use the schema for schemas, we
16 * need to validate all schema attributes (ref, type, name)
21 * - For xsi-driven schema acquisition, augment the IDCs after every
29 * - http://lists.w3.org/Archives/Public/www-xml-schema-comments/2005JulSep/0337.html
45 * is schema construction via an API is implemented.
205 * Macros for schema buckets.
299 #define WXS_SCHEMA(ctx) (ctx)->schema
340 * Some flags used for various schema constraints.
379 * Used to create a graph of schema relationship
440 xmlSchemaPtr schema; member in struct:_xmlSchemaImport
602 xmlSchemaPtr schema; /* The main schema in use */ member in struct:_xmlSchemaParserCtxt
971 xmlSchemaPtr schema; /* The schema in use */ member in struct:_xmlSchemaValidCtxt
4110 xmlSchemaFree(xmlSchemaPtr schema) argument
4502 xmlSchemaDump(FILE * output, xmlSchemaPtr schema) argument
4747 xmlSchemaGetElem(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4781 xmlSchemaGetType(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4828 xmlSchemaGetAttributeDecl(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4862 xmlSchemaGetAttributeGroup(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4902 xmlSchemaGetGroup(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4927 xmlSchemaGetNotation(xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName) argument
4943 xmlSchemaGetIDC(xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName) argument
4969 xmlSchemaGetNamedComponent(xmlSchemaPtr schema, xmlSchemaTypeType itemType, const xmlChar *name, const xmlChar *targetNs) argument
5125 xmlSchemaAddNotation(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName, xmlNodePtr node ATTRIBUTE_UNUSED) argument
5162 xmlSchemaAddAttribute(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5366 xmlSchemaAddType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaTypeType type, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5463 xmlSchemaAddModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaTypeType type, xmlNodePtr node) argument
5551 xmlSchemaAddModelGroupDefinition(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName, xmlNodePtr node) argument
5613 xmlSchemaAddIDC(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName, int category, xmlNodePtr node) argument
5655 xmlSchemaAddWildcard(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaTypeType type, xmlNodePtr node) argument
5788 xmlSchemaPValAttrNodeQNameValue(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const xmlChar *value, const xmlChar **uri, const xmlChar **local) argument
5869 xmlSchemaPValAttrNodeQName(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const xmlChar **uri, const xmlChar **local) argument
5900 xmlSchemaPValAttrQName(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, const xmlChar **uri, const xmlChar **local) argument
6467 xmlSchemaParseLocalAttributes(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr *child, xmlSchemaItemListPtr *list, int parentType, int *hasRefs) argument
6630 xmlSchemaParseFacet(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node) argument
6890 xmlSchemaParseAny(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node) argument
6982 xmlSchemaParseNotation(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node) argument
7030 xmlSchemaParseAnyAttribute(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node) argument
7100 xmlSchemaParseLocalAttribute(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlSchemaItemListPtr uses, int parentType) argument
7492 xmlSchemaParseGlobalAttribute(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlNodePtr node) argument
7645 xmlSchemaParseAttributeGroupRef(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlNodePtr node) argument
7776 xmlSchemaParseAttributeGroupDefinition(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlNodePtr node) argument
8304 xmlSchemaParseIDC(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlSchemaTypeType idcCategory, const xmlChar *targetNamespace) argument
8454 xmlSchemaParseElement(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, int *isElemRef, int topLevel) argument
8852 xmlSchemaParseUnion(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node) argument
9021 xmlSchemaParseList(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node) argument
9132 xmlSchemaParseSimpleType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, int topLevel) argument
9346 xmlSchemaParseModelGroupDefRef(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node) argument
9448 xmlSchemaParseModelGroupDefinition(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node) argument
9603 xmlSchemaClearSchemaDefaults(xmlSchemaPtr schema) argument
9629 xmlSchemaParseSchemaElement(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node) argument
9746 xmlSchemaParseSchemaTopLevel(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr nodes) argument
10095 xmlSchemaParseNewDocWithContext(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlSchemaBucketPtr bucket) argument
10164 xmlSchemaParseNewDoc(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlSchemaBucketPtr bucket) argument
10706 xmlSchemaParseImport(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlNodePtr node) argument
10853 xmlSchemaParseIncludeOrRedefineAttrs(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlChar **schemaLocation, int type) argument
10949 xmlSchemaParseIncludeOrRedefine(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlNodePtr node, int type) argument
11157 xmlSchemaParseRedefine(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlNodePtr node) argument
11173 xmlSchemaParseInclude(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema, xmlNodePtr node) argument
11211 xmlSchemaParseModelGroup(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlSchemaTypeType type, int withParticle) argument
11477 xmlSchemaParseRestriction(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlSchemaTypeType parentType) argument
11781 xmlSchemaParseExtension(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, xmlSchemaTypeType parentType) argument
11916 xmlSchemaParseSimpleContent(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, int *hasRestrictionOrExtension) argument
12006 xmlSchemaParseComplexContent(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, int *hasRestrictionOrExtension) argument
12101 xmlSchemaParseComplexType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlNodePtr node, int topLevel) argument
21591 xmlSchemaAssembleByLocation(xmlSchemaValidCtxtPtr vctxt, xmlSchemaPtr schema, xmlNodePtr node, const xmlChar *nsName, const xmlChar *location) argument
21871 xmlSchemaValidateNotation(xmlSchemaValidCtxtPtr vctxt, xmlSchemaPtr schema, xmlNodePtr node, const xmlChar *value, xmlSchemaValPtr *val, int valNeeded) argument
27480 xmlSchemaNewValidCtxt(xmlSchemaPtr schema) argument
[all...]
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java600 throw new SQLException("schema reload failed");
684 public ResultSet getColumnPrivileges(String catalog, String schema, argument
725 public ResultSet getBestRowIdentifier(String catalog, String schema, argument
737 throw new SQLException("schema reload failed");
840 public ResultSet getVersionColumns(String catalog, String schema, argument
859 public ResultSet getPrimaryKeys(String catalog, String schema, argument
867 throw new SQLException("schema reload failed");
1022 public ResultSet getImportedKeys(String catalog, String schema, argument
1030 throw new SQLException("schema reload failed");
1064 public ResultSet getExportedKeys(String catalog, String schema, argument
1272 getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate) argument
1650 getSchemas(String cat, String schema) argument
1669 getFunctions(String cat, String schema, String func) argument
1674 getFunctionColumns(String cat, String schema, String func, String colpat) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jar ... plist macosx/Info.plist.32 plugin.properties schema.css targets/ targets/rcp.target targets/rcpWithSource. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
H A Dpde-ant.jar ... org.eclipse.pde.internal.core.schema.Schema schema org.eclipse.pde.internal ...
/external/chromium_org/tools/json_to_struct/
H A Djson_to_struct.py6 # Format for the JSON schema file:
12 # "schema": [ // Fields of the generated structure.
83 def _GenerateH(basepath, fileroot, head, namespace, schema, description):
85 by the schema.
93 schema: A dict containing the schema. See comment at the top of this file.
110 for header in schema.get('headers', []):
119 schema['type_name'], schema['schema']))
206 schema = _Load(opts.schema) variable
[all...]
/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c211 xmlRelaxNGPtr schema; /* The schema in use */ member in struct:_xmlRelaxNGParserCtxt
356 xmlRelaxNGPtr schema; /* The schema in use */ member in struct:_xmlRelaxNGValidCtxt
404 xmlRelaxNGPtr schema; /* the schema */ member in struct:_xmlRelaxNGInclude
417 xmlRelaxNGPtr schema; /* the schema */ member in struct:_xmlRelaxNGDocument
664 static void xmlRelaxNGFreeInnerSchema(xmlRelaxNGPtr schema);
688 if (docu->schema !
780 xmlRelaxNGFreeInnerSchema(xmlRelaxNGPtr schema) argument
805 xmlRelaxNGFree(xmlRelaxNGPtr schema) argument
6642 xmlRelaxNGPtr schema = NULL; local
7854 xmlRelaxNGDump(FILE * output, xmlRelaxNGPtr schema) argument
7885 xmlRelaxNGDumpTree(FILE * output, xmlRelaxNGPtr schema) argument
8290 xmlRelaxNGPtr schema; local
10680 xmlRelaxNGPtr schema; local
10830 xmlRelaxNGNewValidCtxt(xmlRelaxNGPtr schema) argument
[all...]
H A Dschematron.c2 * schematron.c : implementation of the Schematron schema validity checking
130 const xmlChar *name; /* schema name */
163 xmlSchematronPtr schema; member in struct:_xmlSchematronValidCtxt
192 xmlSchematronPtr schema; member in struct:_xmlSchematronParserCtxt
293 * @ctxt: the schema parsing context
331 xmlSchematronPErrMemory(ctxt, "allocating schema test", node);
378 * @ctxt: the schema parsing context
379 * @schema: a schema structure
389 xmlSchematronAddRule(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPtr schema, argument
482 xmlSchematronAddPattern(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPtr schema, xmlNodePtr node, xmlChar *name) argument
561 xmlSchematronFree(xmlSchematronPtr schema) argument
1503 xmlSchematronNewValidCtxt(xmlSchematronPtr schema, int options) argument
1748 xmlSchematronPtr schema = NULL; local
[all...]
H A DtestRelax.c60 xmlRelaxNGPtr schema = NULL; local
84 if (schema == NULL) {
107 schema = xmlRelaxNGParse(ctxt);
118 schema = xmlRelaxNGParse(ctxt);
121 if (schema == NULL) {
122 printf("Relax-NG schema %s failed to compile\n", argv[i]);
129 xmlRelaxNGDump(stdout, schema);
132 xmlRelaxNGDumpTree(stdout, schema);
145 ctxt = xmlRelaxNGNewValidCtxt(schema);
166 if (schema !
[all...]

Completed in 1062 milliseconds

123