HomeSort by relevance Sort by last modified time
    Searched refs:schema (Results 126 - 150 of 220) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/chrome/browser/chromeos/login/managed/
supervised_user_login_flow.cc 113 int schema = 0; local
119 password_data->GetIntegerWithoutPathExpansion(kSchemaVersion, &schema);
139 SupervisedUserAuthentication::Schema current_schema =
149 VLOG(1) << "Adding new schema key";
175 NOTREACHED() << "Unsupported password schema";
  /external/chromium_org/components/policy/core/browser/
configuration_policy_handler.h 17 #include "components/policy/core/common/schema.h"
262 // Like TypeCheckingPolicyHandler, but validates against a schema instead of a
263 // single type. |schema| is the schema used for this policy, and |strategy| is
264 // the strategy used for schema validation errors.
269 Schema schema,
287 Schema schema_;
294 // set matches the schema. |schema| is the schema used for policies, an
    [all...]
  /external/chromium_org/components/policy/core/common/
schema_registry.cc 30 const Schema& schema) {
32 map[ns.component_id] = schema;
41 // Assume that a schema was updated if the namespace was already registered
163 // If two registries publish a Schema for the same component then it's
registry_dict_win_unittest.cc 10 #include "components/policy/core/common/schema.h"
209 Schema schema = Schema::Parse( local
225 ASSERT_TRUE(schema.valid()) << error;
227 scoped_ptr<base::Value> actual(test_dict.ConvertToJSON(schema));
  /external/chromium_org/extensions/renderer/resources/
messaging_utils.js 9 // schema validation is expecting, e.g.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
pde-ant.jar 
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathParser.java 37 * root namespace prefix to the first property component. The schema URI is
76 * schema namespace
95 // Pull out the first component and do some special processing on it: add the schema
352 // add schema xpath step
359 // add schema xpath step and base step of alias
440 * the full schema URI and/or a qualified root property name. Returns true for normal
441 * processing. If allowUnknownSchemaNS is true and the schema namespace is not registered, false
442 * is returned. If allowUnknownSchemaNS is false and the schema namespace is not registered, an
447 * @param schemaNS schema namespace
461 "Schema namespace URI is required", XMPError.BADSCHEMA)
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc 747 static void GetDictionaryFromList(const base::DictionaryValue* schema,
752 EXPECT_TRUE(schema->GetList(list_name, &list));
771 const base::DictionaryValue* schema = api.GetSchema("test.foo"); local
777 GetDictionaryFromList(schema, "types", 0, &dict);
791 GetDictionaryFromList(schema, "functions", 0, &dict);
799 GetDictionaryFromList(schema, "functions", 1, &dict);
807 GetDictionaryFromList(schema, "events", 0, &dict);
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
automation_custom_bindings.js 15 var schema = variable
126 forEach(schema, function(k, v) {
app_custom_bindings.js 41 // but we don't have a way to express this in the schema JSON (nor is it
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
InspectorBackend.js 195 var schema = JSON.parse(xhr.responseText);
196 var code = InspectorBackendClass._generateCommands(schema);
232 * @param {*} schema
235 InspectorBackendClass._generateCommands = function(schema) {
240 var domains = schema["domains"] || [];
  /external/chromium_org/tools/json_schema_compiler/
idl_schema.py 18 # the JSON schema compiler understands. compiler.py drives both idl_schema.py
121 dictionary that the JSON schema compiler expects to see.
135 schema compiler expects to see.
162 where the value is a Python dictionary that the JSON schema compiler expects
218 function parameter, converts into a Python dictionary that the JSON schema
296 schema compiler expects to see.
333 dictionary that the JSON schema compiler expects to see.
398 of api_defs that the JSON schema compiler expects to see.
455 Python dictionary in a format that the JSON schema compiler expects to see.
474 schema = Load(filename
    [all...]
ppapi_generator_test.py 20 schema = os.path.normpath(filename)
21 api_def = schema_loader.LoadSchema(os.path.split(schema)[1])[0]
  /external/wpa_supplicant_8/src/wps/
upnp_xml.c 186 * schema following actionName will be WFA scheme instead
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x_unittest.cc 89 bool IsStringAttribute(const GnomeKeyringPasswordSchema* schema,
91 for (size_t i = 0; schema->attributes[i].name; ++i)
92 if (name == schema->attributes[i].name)
93 return schema->attributes[i].type == GNOME_KEYRING_ATTRIBUTE_TYPE_STRING;
103 const GnomeKeyringPasswordSchema* schema,
123 if (IsStringAttribute(schema, name)) {
156 const GnomeKeyringPasswordSchema* schema,
166 if (IsStringAttribute(schema, name)) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_util.js 93 * Checks if an element of a math expression is a Layout Schema.
107 * @return {boolean} True if element is a layout schema.
123 * Checks if an element of a math expression is a Script Schema.
137 * @return {boolean} True if element is a script schema.
153 * Checks if an element of a math expression is a Tables Schema.
162 * @return {boolean} True if element is a tables schema.
178 * Checks if an element of a math expression is a Elementary Schema.
189 * @return {boolean} True if element is a elementary schema.
  /external/chromium_org/chrome/common/extensions/docs/server2/
availability_finder.py 100 '''Gets the name of the file which may contain the schema for |api_name| in
106 # API schema filenames switch format to unix_hacker_style.
123 '''Searches |file_system| for |api_name|'s API schema data, and processes
135 # There should only be a single matching schema per file, or zero in the
141 '''Whether or not an API schema for |api_name|exists in the given
184 back to checking the file system for API schema existence, to determine
314 # the last revision. Parsing the same schema and forming a graph on every
319 # Keep track of any new schema elements from this version by adding
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlreader.h 289 xmlRelaxNGPtr schema);
299 xmlSchemaPtr schema);
  /external/libxml2/include/libxml/
xmlreader.h 294 xmlRelaxNGPtr schema);
304 xmlSchemaPtr schema);
  /external/qemu/scripts/
qapi-commands.py 332 * schema-defined QAPI function prototypes
360 * schema-defined QMP->QAPI command dispatch
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 600 throw new SQLException("schema reload failed");
684 public ResultSet getColumnPrivileges(String catalog, String schema,
725 public ResultSet getBestRowIdentifier(String catalog, String schema,
737 throw new SQLException("schema reload failed");
840 public ResultSet getVersionColumns(String catalog, String schema,
859 public ResultSet getPrimaryKeys(String catalog, String schema,
867 throw new SQLException("schema reload failed");
1022 public ResultSet getImportedKeys(String catalog, String schema,
1030 throw new SQLException("schema reload failed");
1064 public ResultSet getExportedKeys(String catalog, String schema,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_service_unittest.cc 25 #include "components/policy/core/common/schema.h"
219 Schema CreateTestSchema() {
221 Schema schema = Schema::Parse(kTestSchema, &error); local
222 EXPECT_TRUE(schema.valid()) << error;
223 return schema;
355 // because the new schema may filter different policies from the store.
535 // loaded, the other should be filtered out by the schema.
  /external/qemu/
android-configure.sh 738 # Generate the QAPI headers and sources from qapi-schema.json
744 python scripts/qapi-types.py qapi.types --output-dir=$AUTOGENERATED_DIR -b < qapi-schema.json
745 python scripts/qapi-visit.py --output-dir=$AUTOGENERATED_DIR -b < qapi-schema.json
746 python scripts/qapi-commands.py --output-dir=$AUTOGENERATED_DIR -m < qapi-schema.json
  /build/tools/droiddoc/templates-pdk/
docpage.cs 5 <body class="gc-documentation" itemscope itemtype="http://schema.org/Article">

Completed in 973 milliseconds

1 2 3 4 56 7 8 9