/external/chromium/chrome/common/ |
D | json_schema_validator_unittest_base.cc | 85 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 …]
|
D | json_schema_validator.cc | 140 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()
|
D | json_schema_validator_unittest.cc | 18 Value* instance, DictionaryValue* schema, in ExpectValid() 32 Value* instance, DictionaryValue* schema, in ExpectNotValid()
|
D | web_apps.cc | 215 scoped_ptr<Value> schema( in ParseWebAppFromDefinitionFile() local
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTElementDef.java | 55 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/ |
D | ElementType.java | 50 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/ |
D | JDBCDatabaseMetaData.java | 684 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/ |
D | schematron.c | 163 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
|
D | xmlschemas.c | 440 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 …]
|
D | relaxng.c | 211 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 …]
|
D | xmlreader.c | 4089 xmlTextReaderRelaxNGSetSchema(xmlTextReaderPtr reader, xmlRelaxNGPtr schema) { in xmlTextReaderRelaxNGSetSchema() 4148 xmlTextReaderSetSchema(xmlTextReaderPtr reader, xmlSchemaPtr schema) { in xmlTextReaderSetSchema()
|
D | xmllint.c | 152 static char * schema = NULL; variable
|
/external/chromium/chrome/common/extensions/docs/js/ |
D | api_page_generator.js | 41 var schema; variable 514 function getTypeName(schema) { argument
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | InjectedFakeWorker.js | 308 function normalizePort(schema, port) argument
|
/external/chromium/chrome/browser/extensions/ |
D | extension_proxy_api_helpers_unittest.cc | 34 DictionaryValue* CreateTestProxyServerDict(const std::string& schema, in CreateTestProxyServerDict()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | StylesheetRoot.java | 114 …public StylesheetRoot(XSLTSchema schema, ErrorListener listener) throws TransformerConfigurationEx… in StylesheetRoot()
|