Searched defs:Schema (Results 1 - 13 of 13) sorted by last modified time

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DSchema.java25 public abstract class Schema { class
/external/sqlite/dist/orig/
H A Dsqlite3.c5649 ** CAPI3REF: Declare The Schema Of A Virtual Table
8787 typedef struct Schema Schema; typedef in typeref:struct:Schema
9070 SQLITE_PRIVATE int sqlite3SchemaMutexHeld(sqlite3*,int,Schema*);
10323 Schema *pSchema; /* Pointer to database schema (possibly shared) */
10329 ** Most Schema objects are associated with a Btree. The exception is
10330 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
10331 ** In shared cache mode, a single Schema object can be shared by multiple
10334 ** Schema objects are automatically deallocated when the last Btree that
10335 ** references them is destroyed. The TEMP Schema i
10343 struct Schema { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c5649 ** CAPI3REF: Declare The Schema Of A Virtual Table
8787 typedef struct Schema Schema; typedef in typeref:struct:Schema
9070 SQLITE_PRIVATE int sqlite3SchemaMutexHeld(sqlite3*,int,Schema*);
10323 Schema *pSchema; /* Pointer to database schema (possibly shared) */
10329 ** Most Schema objects are associated with a Btree. The exception is
10330 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
10331 ** In shared cache mode, a single Schema object can be shared by multiple
10334 ** Schema objects are automatically deallocated when the last Btree that
10335 ** references them is destroyed. The TEMP Schema i
10343 struct Schema { struct
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/tools/c-index-test/
H A Dc-index-test.c548 xmlRelaxNGPtr Schema; local
561 Schema = xmlRelaxNGParse(RNGParser);
571 ValidationCtxt = xmlRelaxNGNewValidCtxt(Schema);
583 xmlRelaxNGFree(Schema);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c5339 ** CAPI3REF: Declare The Schema Of A Virtual Table
7584 typedef struct Schema Schema; typedef in typeref:struct:Schema
7850 SQLITE_PRIVATE int sqlite3SchemaMutexHeld(sqlite3*,int,Schema*);
9011 Schema *pSchema; /* Pointer to database schema (possibly shared) */
9017 ** Most Schema objects are associated with a Btree. The exception is
9018 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing.
9019 ** In shared cache mode, a single Schema object can be shared by multiple
9022 ** Schema objects are automatically deallocated when the last Btree that
9023 ** references them is destroyed. The TEMP Schema i
9031 struct Schema { struct
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h604 typedef struct Schema Schema; typedef in typeref:struct:Schema
666 Schema *pSchema; /* Pointer to database schema (possibly shared) */
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 that
678 ** references them is destroyed. The TEMP Schema is manually freed by
682 ** to access Schema content. This implies that the thread must also be
684 ** For a TEMP Schema, o
686 struct Schema { struct
[all...]
/external/chromium_org/components/policy/core/common/
H A Dschema.cc138 // Contains the internal data representation of a Schema. This can either wrap
141 class Schema::InternalStorage
265 Schema::InternalStorage::InternalStorage()
268 Schema::InternalStorage::~InternalStorage() {}
271 scoped_refptr<const Schema::InternalStorage> Schema::InternalStorage::Wrap(
284 scoped_refptr<const Schema::InternalStorage>
285 Schema::InternalStorage::ParseSchema(const base::DictionaryValue& schema,
343 re2::RE2* Schema::InternalStorage::CompileRegex(
355 void Schema
749 Schema::Schema() : node_(NULL) {} function in class:policy::Schema
751 Schema::Schema(const scoped_refptr<const InternalStorage>& storage, function in class:policy::Schema
755 Schema::Schema(const Schema& schema) function in class:policy::Schema
[all...]
H A Dschema.h26 // Option flags passed to Schema::Validate() and Schema::Normalize(), describing
28 // Note that in Schema::Normalize() allowed errors will be dropped and thus
52 class Schema;
54 typedef std::vector<Schema> SchemaList;
60 class POLICY_EXPORT Schema { class in namespace:policy
66 Schema();
69 Schema(const Schema& schema);
71 ~Schema();
[all...]
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_authentication.h30 enum Schema { enum in class:chromeos::SupervisedUserAuthentication
57 Schema GetStableSchema();
102 Schema GetPasswordSchema(const std::string& user_id);
116 Schema stable_schema_;

Completed in 739 milliseconds