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

1 2 3 4 5 67 8 9

  /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...]
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/third_party/libxml/src/
xmllint.c 115 XMLLINT_ERR_SCHEMACOMP = 5, /* Schema compilation */
117 XMLLINT_ERR_SCHEMAPAT = 7, /* Error in schema pattern */
151 static char * schema = NULL; variable
    [all...]
xmlreader.c     [all...]
  /external/libxml2/
xmllint.c 115 XMLLINT_ERR_SCHEMACOMP = 5, /* Schema compilation */
117 XMLLINT_ERR_SCHEMAPAT = 7, /* Error in schema pattern */
152 static char * schema = NULL; variable
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
policy_ui.cc 40 #include "components/policy/core/common/schema.h"
622 const policy::Schema* chrome_schema = schema_map->GetSchema(chrome_ns);
623 for (policy::Schema::Iterator it = chrome_schema->GetPropertiesIterator();
647 const policy::Schema* schema = local
651 if (schema && schema->valid()) {
652 // Get policy names from the extension's policy schema.
654 for (policy::Schema::Iterator prop = schema->GetPropertiesIterator()
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 464 assertEquals("Incorrect primary key table schema", "", rs
473 assertEquals("Incorrect foreign key table schema", "", rs
703 assertEquals("Incorrect primary key table schema", "", rs
711 assertEquals("Incorrect foreign key table schema", "", rs
845 assertEquals("Incorrect table schema", "", rs
1852 String schema = rs.getString("TABLE_SCHEM"); local
2286 String schema = rs.getString("TABLE_SCHEM"); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 102 * The schema used when creating this StylesheetRoot
108 * Creates a StylesheetRoot and retains a pointer to the schema used to create this
109 * StylesheetRoot. The schema may be needed later for an element-available() function call.
111 * @param schema The schema used to create this stylesheet
114 public StylesheetRoot(XSLTSchema schema, ErrorListener listener) throws TransformerConfigurationException
118 m_availElems = schema.getElemsAvailable();
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/proxy/
proxy_api_helpers_unittest.cc 38 base::DictionaryValue* CreateTestProxyServerDict(const std::string& schema,
42 dict->SetString(keys::kProxyConfigRuleScheme, schema);
305 // Test simplest case, no schema nor port specified --> defaults are used.
  /external/chromium_org/extensions/renderer/resources/
runtime_custom_bindings.js 125 // schema validation is expecting, e.g.
send_request.js 74 throw new Error(name + ": no callback schema defined");
utils.js 51 'with neither namespace nor default schema.');
  /development/build/tools/
sdk_repo.mk 162 # Pickup the most recent xml schema for repository and add-on
196 # Also generate the addon.xml using the latest schema and the renamed addon zip
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 1683 String schema = c.getString(0); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_policy_decoder_chromeos.cc 24 #include "components/policy/core/common/schema.h"
52 // according to a policy schema. |policy_name| is the name of a policy schema
67 const Schema& schema = g_browser_process local
72 if (schema.valid()) {
76 if (!schema.Normalize(
88 LOG(WARNING) << "Unknown or invalid policy schema for " << policy_name
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 1946 char *schema; local
2060 StringBuffer schema; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 32 * These are arrays, with values being AX schema paths (the 'path' part of the URL).
501 # An alias for AX schema has not been found,
549 * * @return Array Array of attributes with keys being the AX schema names, e.g. 'contact/email'
  /external/chromium_org/components/policy/tools/
syntax_check_policy_template_json.py 22 # Convert a 'type' to the schema types it may be converted to.
157 '''Checks that the 'schema' field matches the 'type' field.'''
158 self._CheckContains(policy, 'schema', dict)
159 if isinstance(policy.get('schema'), dict):
160 self._CheckContains(policy['schema'], 'type', str)
161 schema_type = policy['schema'].get('type')
163 self._Error('Schema type must match the existing type for policy %s' %
186 'id', 'schema', 'max_size'):
244 # 'schema' is the new 'type'.
245 # TODO(joaodasilva): remove the 'type' checks once 'schema' is use
    [all...]
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 15 <body class="gc-documentation" itemscope itemtype="http://schema.org/CreativeWork">
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 40 # to an in-memory database (for which the schema is shown below). It then
480 used to store schema information.
502 schema information in the SQLITE_MASTER table is not counted when
  /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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 20 from msilib import schema, sequence, text namespace
245 self.db = msilib.init_database(installer_name, schema,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 20 from msilib import schema, sequence, text namespace
245 self.db = msilib.init_database(installer_name, schema,
    [all...]
  /external/chromium_org/ui/file_manager/image_loader/
cache.js 72 // or not up to date. After changing the database's schema, increment

Completed in 882 milliseconds

1 2 3 4 5 67 8 9