HomeSort by relevance Sort by last modified time
    Searched defs:schema (Results 26 - 50 of 104) sorted by null

12 3 4 5

  /external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc 784 static void GetDictionaryFromList(const base::DictionaryValue* schema,
789 EXPECT_TRUE(schema->GetList(list_name, &list));
808 const base::DictionaryValue* schema = api.GetSchema("test.foo"); local
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_service_unittest.cc 25 #include "components/policy/core/common/schema.h"
225 Schema CreateTestSchema() {
227 Schema schema = Schema::Parse(kTestSchema, &error); local
228 EXPECT_TRUE(schema.valid()) << error;
229 return schema;
361 // because the new schema may filter different policies from the store.
541 // loaded, the other should be filtered out by the schema.
  /external/chromium_org/components/policy/core/common/
configuration_policy_provider_test.cc 140 Schema schema = Schema::Parse(schema_string, &error); local
141 if (schema.valid()) {
142 schema_registry_.RegisterComponent(ns, schema);
179 Schema chrome_schema = *schema_registry_.schema_map()->GetSchema(chrome_ns);
180 Schema extension_schema =
schema_unittest.cc 5 #include "components/policy/core/common/schema.h"
133 Schema schema = Schema::Parse(content, &error); local
134 if (schema.valid())
141 Schema schema,
148 // Test that Schema::Validate() works as expected.
150 bool returned = schema.Validate(value, strategy, NULL, &error);
153 // Test that Schema::Normalize() will return the same value a
257 Schema schema = Schema::Parse( local
294 Schema schema = Schema::Parse(kTestSchema, &error); local
426 Schema schema = Schema::Parse("{ \\"type\\": \\"object\\" }", &error); local
542 Schema schema = Schema::Wrap(&kData); local
601 Schema schema = Schema::Parse(kTestSchema, &error); local
978 Schema schema = Schema::Parse( local
1028 Schema schema = Schema::Parse( local
1059 Schema schema = Schema::Parse( local
1098 Schema schema = Schema::Parse( local
    [all...]
policy_loader_win.cc 49 #include "components/policy/core/common/schema.h"
52 namespace schema = json_schema_constants;
60 const char kKeySchema[] = "schema";
101 // If the LBS extension is found and contains a schema in the registry then this
104 std::string PatchSchema(const std::string& schema) {
106 scoped_ptr<base::Value> json(base::JSONReader::Read(schema, options));
111 !dict->GetDictionary(schema::kProperties, &properties)) {
112 return schema;
120 policy_schema->GetString(schema::kType, &type) &&
121 type == schema::kArray &
633 Schema schema = *schema_from_map; local
    [all...]
schema.cc 5 #include "components/policy/core/common/schema.h"
23 namespace schema = json_schema_constants;
35 // Maps schema "id" attributes to the corresponding SchemaNode index.
71 { schema::kArray, base::Value::TYPE_LIST },
72 { schema::kBoolean, base::Value::TYPE_BOOLEAN },
73 { schema::kInteger, base::Value::TYPE_INTEGER },
74 { schema::kNull, base::Value::TYPE_NULL },
75 { schema::kNumber, base::Value::TYPE_DOUBLE },
76 { schema::kObject, base::Value::TYPE_DICTIONARY },
77 { schema::kString, base::Value::TYPE_STRING }
156 const SchemaNode* schema(int index) const { function in class:policy::Schema::InternalStorage
745 Schema Schema::Iterator::schema() const { function in class:policy::Schema::Iterator
1040 Schema schema = GetKnownProperty(key); local
    [all...]
  /external/chromium_org/extensions/common/
extension_api.cc 44 const base::StringPiece& schema) {
48 schema,
60 CHECK(result.get()) << error_message << " for schema " << schema; local
61 CHECK(result->IsType(base::Value::TYPE_LIST)) << " for schema " << schema;
110 // with key |key| in |schema| will be updated to |schema_namespace| + "." +
111 // |schema[key]|.
113 base::DictionaryValue* schema,
115 if (!schema->HasKey(key)
218 base::DictionaryValue* schema = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
xml_libxml2.c 60 xmlSchemaPtr schema; local
83 schema = xmlSchemaParse(pctx);
86 vctx = xmlSchemaNewValidCtxt(schema);
94 xmlSchemaFree(schema);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 55 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias,
66 schema.addAvailableElement(new QName(namespace, name));
68 schema.addAvailableElement(new QName(namespace, nameAlias));
84 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias,
96 schema.addAvailableElement(new QName(namespace, name));
98 schema.addAvailableElement(new QName(namespace, nameAlias));
116 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias,
121 this(schema, namespace, name, nameAlias,
142 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias,
148 this(schema, namespace, name, nameAlias
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/automation/
automation_node.js 13 var schema = requireNative('automationInternal').GetSchemaAdditions(); variable
354 this.dispatchEvent(schema.EventType.destroyed);
550 if (nodeData.role != schema.RoleType.rootWebArea &&
551 nodeData.role != schema.RoleType.desktop) {
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 129 // make sure the DC schema is existing, because it might be needed within the normalization
133 // Do the special case fixes within each schema.
183 * @param dcSchema the DC schema node
320 // Find the base path, look for the base schema and root node.
325 // find or create schema
411 * Moves an alias node of array form to another schema into an array
412 * @param propertyIt the property iterator of the old schema (used to delete the property)
440 * @param exifSchema the EXIF schema node
497 // Delete empty schema nodes. Do this last, other cleanup can make empty
498 // schema
502 XMPNode schema = (XMPNode) it.next(); local
    [all...]
XMPSerializerRDF.java 365 XMPNode schema = (XMPNode) it.next(); local
366 declareUsedNamespaces(schema, usedPrefixes, 4);
373 XMPNode schema = (XMPNode) it.next(); local
374 allAreAttrs &= serializeCompactRDFAttrProps (schema, 3);
386 return; // ! Done if all properties in all schema are written as attributes.
389 // Write the remaining properties for each schema.
392 XMPNode schema = (XMPNode) it.next(); local
393 serializeCompactRDFElementProps (schema, 3);
766 * Serializes one schema with all contained properties in pretty-printed
768 * Each schema's properties are written in a separat
    [all...]
XMPUtilsImpl.java 64 * The schema namespace URI for the array. Must not be null or
153 * The schema namespace URI for the array. Must not be null or
394 * Optional schema namespace URI for the properties to be
405 * "named schema" case above.
417 // the named schema might not actually exist. So don't lookup the
418 // schema node.
422 throw new XMPException("Property name requires schema namespace",
439 // remove empty schema node
449 // Remove all properties from the named schema. Optionally include
451 // there might not be an actual schema node
495 XMPNode schema = (XMPNode) it.next(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
policy_ui.cc 40 #include "components/policy/core/common/schema.h"
623 const policy::Schema* chrome_schema = schema_map->GetSchema(chrome_ns);
624 for (policy::Schema::Iterator it = chrome_schema->GetPropertiesIterator();
648 const policy::Schema* schema = local
652 if (schema && schema->valid()) {
653 // Get policy names from the extension's policy schema.
655 for (policy::Schema::Iterator prop = schema->GetPropertiesIterator()
    [all...]
  /external/chromium_org/components/json_schema/
json_schema_validator.cc 22 namespace schema = json_schema_constants;
35 schema::kAny,
36 schema::kArray,
37 schema::kBoolean,
38 schema::kInteger,
39 schema::kNull,
40 schema::kNumber,
41 schema::kObject,
42 schema::kString,
48 // Maps a schema attribute name to its expected type
500 schema, local
504 schema, path); local
    [all...]
  /external/chromium_org/sql/
connection.cc 424 // at this point the null database has none. Changing the schema
426 // schema version in the resulting database, as SQLite's backup
427 // implementation propagates the schema version from the original
429 // so that other readers see the schema change and act accordingly.
674 // a change alters the schema but not all queries adjust. This can happen
675 // in production if the schema is corrupted.
761 std::string schema; local
763 schema += statement.ColumnString(0);
764 schema += '|';
765 schema += statement.ColumnString(1)
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.9.2/
dvlib-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.0.1/
dvlib-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.0.2/
dvlib-23.0.2.jar 
  /external/chromium_org/third_party/libxml/src/
schematron.c 2 * 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,
1748 xmlSchematronPtr schema = NULL; local
    [all...]
  /external/libxml2/
schematron.c 2 * 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,
1748 xmlSchematronPtr schema = NULL; local
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 108 private static final HTMLSchema schema = new HTMLSchema(); field in class:Html.HtmlParser
124 parser.setProperty(Parser.schemaProperty, HtmlParser.schema);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 1690 String schema = c.getString(0); local
    [all...]
  /prebuilts/devtools/tools/lib/
dvlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.2.0/
dvlib-22.2.0.jar 

Completed in 1780 milliseconds

12 3 4 5