Home
last modified time | relevance | path

Searched defs:schema (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/common/
Djson_schema_validator_unittest_base.cc85 scoped_ptr<DictionaryValue> schema(LoadDictionary("complex_schema.json")); in TestComplex() local
115 scoped_ptr<DictionaryValue> schema(new DictionaryValue()); in TestStringPattern() local
133 scoped_ptr<DictionaryValue> schema(LoadDictionary("enum_schema.json")); in TestEnum() local
154 scoped_ptr<DictionaryValue> schema(LoadDictionary("choices_schema.json")); in TestChoices() local
184 scoped_ptr<DictionaryValue> schema(new DictionaryValue()); in TestObject() local
253 scoped_ptr<DictionaryValue> schema(new DictionaryValue()); in TestTypeReference() local
309 scoped_ptr<DictionaryValue> schema(LoadDictionary("array_tuple_schema.json")); in TestArrayTuple() local
368 scoped_ptr<DictionaryValue> schema(new DictionaryValue()); in TestArrayNonTuple() local
401 scoped_ptr<DictionaryValue> schema(new DictionaryValue()); in TestString() local
428 scoped_ptr<DictionaryValue> schema(new DictionaryValue()); in TestNumber() local
[all …]
Djson_schema_validator.cc140 JSONSchemaValidator::JSONSchemaValidator(DictionaryValue* schema) in JSONSchemaValidator()
144 JSONSchemaValidator::JSONSchemaValidator(DictionaryValue* schema, in JSONSchemaValidator()
171 DictionaryValue* schema, in Validate()
289 DictionaryValue* schema, in ValidateObject()
337 DictionaryValue* schema, in ValidateArray()
379 DictionaryValue* schema, in ValidateTuple()
427 DictionaryValue* schema, in ValidateString()
454 DictionaryValue* schema, in ValidateNumber()
491 DictionaryValue* schema, DictionaryValue** additional_properties_schema) { in SchemaAllowsAnyAdditionalItems()
Djson_schema_validator_unittest.cc18 Value* instance, DictionaryValue* schema, in ExpectValid()
32 Value* instance, DictionaryValue* schema, in ExpectNotValid()
Dweb_apps.cc215 scoped_ptr<Value> schema( in ParseWebAppFromDefinitionFile() local
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementDef.java55 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef()
84 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef()
116 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef()
142 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef()
171 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef()
199 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef()
224 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, in XSLTElementDef()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElementType.java50 public ElementType(String name, int model, int memberOf, int flags, Schema schema) { in ElementType()
164 public Schema schema() {return theSchema;} in schema() method in ElementType
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java684 public ResultSet getColumnPrivileges(String catalog, String schema, in getColumnPrivileges()
725 public ResultSet getBestRowIdentifier(String catalog, String schema, in getBestRowIdentifier()
840 public ResultSet getVersionColumns(String catalog, String schema, in getVersionColumns()
859 public ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys()
1022 public ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys()
1064 public ResultSet getExportedKeys(String catalog, String schema, in getExportedKeys()
1272 public ResultSet getIndexInfo(String catalog, String schema, String table, in getIndexInfo()
1650 public ResultSet getSchemas(String cat, String schema) in getSchemas()
1669 public ResultSet getFunctions(String cat, String schema, String func) in getFunctions()
1674 public ResultSet getFunctionColumns(String cat, String schema, in getFunctionColumns()
/external/libxml2/
Dschematron.c163 xmlSchematronPtr schema; member
192 xmlSchematronPtr schema; member
389 xmlSchematronAddRule(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPtr schema, in xmlSchematronAddRule()
483 xmlSchematronPtr schema, xmlNodePtr node, xmlChar *name) in xmlSchematronAddPattern()
561 xmlSchematronFree(xmlSchematronPtr schema) in xmlSchematronFree()
1503 xmlSchematronNewValidCtxt(xmlSchematronPtr schema, int options) in xmlSchematronNewValidCtxt()
1748 xmlSchematronPtr schema = NULL; in main() local
Dxmlschemas.c440 xmlSchemaPtr schema; member
602 xmlSchemaPtr schema; /* The main schema in use */ member
971 xmlSchemaPtr schema; /* The schema in use */ member
4091 xmlSchemaFree(xmlSchemaPtr schema) in xmlSchemaFree()
4483 xmlSchemaDump(FILE * output, xmlSchemaPtr schema) in xmlSchemaDump()
4728 xmlSchemaGetElem(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetElem()
4762 xmlSchemaGetType(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetType()
4809 xmlSchemaGetAttributeDecl(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetAttributeDecl()
4843 xmlSchemaGetAttributeGroup(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetAttributeGroup()
4883 xmlSchemaGetGroup(xmlSchemaPtr schema, const xmlChar * name, in xmlSchemaGetGroup()
[all …]
Drelaxng.c211 xmlRelaxNGPtr schema; /* The schema in use */ member
356 xmlRelaxNGPtr schema; /* The schema in use */ member
404 xmlRelaxNGPtr schema; /* the schema */ member
417 xmlRelaxNGPtr schema; /* the schema */ member
780 xmlRelaxNGFreeInnerSchema(xmlRelaxNGPtr schema) in xmlRelaxNGFreeInnerSchema()
805 xmlRelaxNGFree(xmlRelaxNGPtr schema) in xmlRelaxNGFree()
6642 xmlRelaxNGPtr schema = NULL; in xmlRelaxNGParseDocument() local
7854 xmlRelaxNGDump(FILE * output, xmlRelaxNGPtr schema) in xmlRelaxNGDump()
7885 xmlRelaxNGDumpTree(FILE * output, xmlRelaxNGPtr schema) in xmlRelaxNGDumpTree()
8290 xmlRelaxNGPtr schema; in xmlRelaxNGValidatePushElement() local
[all …]
Dxmlreader.c4089 xmlTextReaderRelaxNGSetSchema(xmlTextReaderPtr reader, xmlRelaxNGPtr schema) { in xmlTextReaderRelaxNGSetSchema()
4148 xmlTextReaderSetSchema(xmlTextReaderPtr reader, xmlSchemaPtr schema) { in xmlTextReaderSetSchema()
Dxmllint.c152 static char * schema = NULL; variable
/external/chromium/chrome/common/extensions/docs/js/
Dapi_page_generator.js41 var schema; variable
514 function getTypeName(schema) { argument
/external/webkit/Source/WebCore/inspector/front-end/
DInjectedFakeWorker.js308 function normalizePort(schema, port) argument
/external/chromium/chrome/browser/extensions/
Dextension_proxy_api_helpers_unittest.cc34 DictionaryValue* CreateTestProxyServerDict(const std::string& schema, in CreateTestProxyServerDict()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheetRoot.java114 …public StylesheetRoot(XSLTSchema schema, ErrorListener listener) throws TransformerConfigurationEx… in StylesheetRoot()