HomeSort by relevance Sort by last modified time
    Searched defs:Schema (Results 1 - 21 of 21) sorted by null

  /libcore/luni/src/main/java/javax/xml/validation/
Schema.java 18 // $Id: Schema.java 446598 2006-09-15 12:55:40Z jeremias $
30 * A {@link Schema} object is thread safe and applications are
34 * A {@link Schema} object is immutable in the sense that it shouldn't
37 * {@link Schema}, it must always produce the same result.
40 * A {@link Schema} object is usually created from {@link SchemaFactory}.
43 * Two kinds of validators can be created from a {@link Schema} object.
52 * In other words, if you parse the same schema twice, you may
57 * @see <a href="http://www.w3.org/TR/xmlschema-1/">XML Schema Part 1: Structures</a>
62 public abstract class Schema {
70 protected Schema() {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/managed/
supervised_user_authentication.h 21 // Main property is the schema used to handle password. For now it can be either
22 // plain password schema, when plain text password is passed to standard
24 // schema, when password is additioUpdateContextToChecknally hashed with
26 // Second schema is required to allow password syncing across devices for
30 enum Schema {
55 // Returns current schema for whole ChromeOS. It defines if users with older
56 // schema should be migrated somehow.
57 Schema GetStableSchema();
59 // Transforms key according to schema specified in Local State.
63 // depending on target schema. Does not affect Local State
    [all...]
  /external/chromium_org/components/policy/core/common/
schema.h 26 // Option flags passed to Schema::Validate() and Schema::Normalize(), describing
28 // Note that in Schema::Normalize() allowed errors will be dropped and thus
31 // the one in root) have unknown property name according to schema.
32 // Invalid error indicates a validation failure against the schema. As
52 class Schema;
54 typedef std::vector<Schema> SchemaList;
60 class POLICY_EXPORT Schema {
65 // Builds an empty, invalid schema.
66 Schema();
    [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/tagsoup/src/org/ccil/cowan/tagsoup/
Schema.java 21 Abstract class representing a TSSL schema.
25 public abstract class Schema {
47 Add or replace an element type for this schema.
61 Get the root element of this schema
69 Add or replace a default attribute for an element type in this schema.
88 Specify natural parent of an element in this schema.
106 Add to or replace a character entity in this schema.
139 Return the URI (namespace name) of this schema.
147 Return the prefix of this schema.
155 Change the URI (namespace name) of this schema
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 271 const char *CommentsSchemaArg = "-comments-xml-schema=";
548 xmlRelaxNGPtr Schema;
561 Schema = xmlRelaxNGParse(RNGParser);
571 ValidationCtxt = xmlRelaxNGNewValidCtxt(Schema);
583 xmlRelaxNGFree(Schema);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 533 ** The name of the schema table.
604 typedef struct Schema Schema;
666 Schema *pSchema; /* Pointer to database schema (possibly shared) */
670 ** An instance of the following structure stores a database schema.
672 ** Most Schema objects are associated with a Btree. The exception is
673 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
674 ** In shared cache mode, a single Schema object can be shared by multiple
677 ** Schema objects are automatically deallocated when the last Btree tha
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/sqlite/dist/orig/
sqlite3.c 531 #define SQLITE_SCHEMA 17 /* The database schema changed */
    [all...]
  /external/sqlite/dist/
sqlite3.c 531 #define SQLITE_SCHEMA 17 /* The database schema changed */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 733 milliseconds