HomeSort by relevance Sort by last modified time
    Searched refs:schema (Results 51 - 75 of 98) sorted by null

1 23 4

  /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/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigparameternames01.js 94 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-validate-if-schema
131 (("canonical-form".toUpperCase() == parameterName.toUpperCase()) || ("cdata-sections".toUpperCase() == parameterName.toUpperCase()) || ("check-character-normalization".toUpperCase() == parameterName.toUpperCase()) || ("comments".toUpperCase() == parameterName.toUpperCase()) || ("datatype-normalization".toUpperCase() == parameterName.toUpperCase()) || ("entities".toUpperCase() == parameterName.toUpperCase()) || ("error-handler".toUpperCase() == parameterName.toUpperCase()) || ("infoset".toUpperCase() == parameterName.toUpperCase()) || ("namespaces".toUpperCase() == parameterName.toUpperCase()) || ("namespace-declarations".toUpperCase() == parameterName.toUpperCase()) || ("normalize-characters".toUpperCase() == parameterName.toUpperCase()) || ("split-cdata-sections".toUpperCase() == parameterName.toUpperCase()) || ("validate".toUpperCase() == parameterName.toUpperCase()) || ("validate-if-schema".toUpperCase() == parameterName.toUpperCase()) || ("well-formed".toUpperCase() == parameterName.toUpperCase()) || ("element-content-whitespace".toUpperCase() == parameterName.toUpperCase()))
attrgetschematypeinfo06.js 79 Attr.schemaTypeInfo should return null if not validating or schema validating.
elementgetschematypeinfo02.js 79 Call getSchemaTypeInfo on title attribute for the first "em" element from schema-validated document.
elementgetschematypeinfo03.js 79 Element.schemaTypeInfo should return null if not validating or schema validating.
typeinfoisderivedfrom65.js 81 Get schemaTypeInfo on a simple type attribute that belongs to a document with an XML schema.
typeinfoisderivedfrom66.js 83 Get schemaTypeInfo on an element of type Union that belongs to a document with an XML schema.
  /external/wpa_supplicant_8/src/wps/
upnp_xml.c 186 * schema following actionName will be WFA scheme instead
  /external/libxml2/include/libxml/
xmlreader.h 289 xmlRelaxNGPtr schema);
299 xmlSchemaPtr schema);
  /external/webkit/LayoutTests/dom/html/level2/core/
createDocument08.js 81 var namespaceURI = "http://www.example.org/schema";
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
createDocument08.js 81 var namespaceURI = "http://www.example.org/schema";
  /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 
  /build/tools/droiddoc/templates-pdk/
docpage.cs 5 <body class="gc-documentation" itemscope itemtype="http://schema.org/Article">
  /external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers_unittest.cc 34 DictionaryValue* CreateTestProxyServerDict(const std::string& schema,
38 dict->SetString(keys::kProxyConfigRuleScheme, schema);
237 // Test simplest case, no schema nor port specified --> defaults are used.
  /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/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...]
  /development/build/tools/
sdk_repo.mk 158 # Pickup the most recent xml schema for repository and add-on
186 # Also generate the addon.xml using the latest schema and the renamed addon zip
  /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...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 1605 String schema = c.getString(0); local
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/chromium/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'

Completed in 1766 milliseconds

1 23 4