HomeSort by relevance Sort by last modified time
    Searched full:database (Results 51 - 75 of 6564) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/hostsidetests/backup/includeexcludeapp/res/xml/
my_backup_rules.xml 7 <include domain="database" path="db_name/file_to_include"/>
8 <exclude domain="database" path="db_name/file_to_exclude"/>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
anydbm.py 14 dependent on the type of database being opened (determined by whichdb
58 """Open or create database at path given by *file*.
61 for read-write access of an existing database, 'c' for read-write access
62 to a new or existing database, and 'n' for read-write access to a new
63 database.
65 Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it
66 only if it doesn't exist; and 'n' always creates a new database.
69 # guess the type of an existing database
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGen.h 32 Dump Hii Database.
34 @param[in] HiiDatabase Pointer to Hii Database.
35 @param[in] HiiDatabaseSize Hii Database size.
96 Var Check Parse Hii Database.
98 @param[in] HiiDatabase Pointer to Hii Database.
99 @param[in] HiiDatabaseSize Hii Database size.
118 Generate from Hii Database.
127 Generate VarCheckHiiBin from Hii Database and FV.
  /external/autotest/tko/migrations/
001_initial_db.py 2 raise Exception('The TKO database is no longer used. Please run migrate.py '
3 'without the -d or --database parameter')
  /external/python/cpython2/Lib/
anydbm.py 14 dependent on the type of database being opened (determined by whichdb
58 """Open or create database at path given by *file*.
61 for read-write access of an existing database, 'c' for read-write access
62 to a new or existing database, and 'n' for read-write access to a new
63 database.
65 Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it
66 only if it doesn't exist; and 'n' always creates a new database.
69 # guess the type of an existing database
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabaseConfiguration.java 17 package android.database.sqlite;
24 * Describes how to configure a database.
27 * configuration settings that are applied to a database after it
38 // The pattern we use to strip email addresses from database paths
49 * The database path.
54 * The label to use to describe the database when it appears in logs.
60 * The flags used to open the database.
65 * The maximum size of the prepared statement cache for each database connection.
73 * The database locale.
100 * The total number of lookaside memory slots per database connectio
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteCommon.cpp 152 * should only be used when the database connection is not available because the
166 exceptionClass = "android/database/sqlite/SQLiteDiskIOException";
170 exceptionClass = "android/database/sqlite/SQLiteDatabaseCorruptException";
173 exceptionClass = "android/database/sqlite/SQLiteConstraintException";
176 exceptionClass = "android/database/sqlite/SQLiteAbortException";
179 exceptionClass = "android/database/sqlite/SQLiteDoneException";
183 exceptionClass = "android/database/sqlite/SQLiteFullException";
186 exceptionClass = "android/database/sqlite/SQLiteMisuseException";
189 exceptionClass = "android/database/sqlite/SQLiteAccessPermException";
192 exceptionClass = "android/database/sqlite/SQLiteDatabaseLockedException"
    [all...]
  /frameworks/support/room/runtime/src/main/java/androidx/room/migration/
Migration.java 23 * Base class for a database migration.
29 * going version 3 to 5 without going to version 4). If Room opens a database at version
34 * version, Room will clear the database and recreate so even if you have no changes between 2
44 * @param startVersion The start version of the database.
45 * @param endVersion The end version of the database after this migration is applied.
60 * @param database The database instance
62 public abstract void migrate(@NonNull SupportSQLiteDatabase database);
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/savedqueries/
SavedQueryRecorder.java 21 import android.database.sqlite.SQLiteDatabase;
22 import android.database.sqlite.SQLiteException;
60 final SQLiteDatabase database = getWritableDatabase(); local
61 if (database == null) {
68 database.delete(TABLE_SAVED_QUERIES,
73 lastInsertedRowId = database.insertOrThrow(TABLE_SAVED_QUERIES, null, values);
78 int count = database.delete(TABLE_SAVED_QUERIES,
93 Log.e(LOG_TAG, "Cannot open writable database", e);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
anydbm.py 14 dependent on the type of database being opened (determined by whichdb
58 """Open or create database at path given by *file*.
61 for read-write access of an existing database, 'c' for read-write access
62 to a new or existing database, and 'n' for read-write access to a new
63 database.
65 Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it
66 only if it doesn't exist; and 'n' always creates a new database.
69 # guess the type of an existing database
  /prebuilts/gdb/linux-x86/lib/python2.7/
anydbm.py 14 dependent on the type of database being opened (determined by whichdb
58 """Open or create database at path given by *file*.
61 for read-write access of an existing database, 'c' for read-write access
62 to a new or existing database, and 'n' for read-write access to a new
63 database.
65 Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it
66 only if it doesn't exist; and 'n' always creates a new database.
69 # guess the type of an existing database
  /prebuilts/go/darwin-x86/lib/time/
README 2 the code and data maintained as part of the IANA Time Zone Database.
3 The IANA asserts that the database is in the public domain.
  /prebuilts/go/linux-x86/lib/time/
README 2 the code and data maintained as part of the IANA Time Zone Database.
3 The IANA asserts that the database is in the public domain.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
anydbm.py 14 dependent on the type of database being opened (determined by whichdb
58 """Open or create database at path given by *file*.
61 for read-write access of an existing database, 'c' for read-write access
62 to a new or existing database, and 'n' for read-write access to a new
63 database.
65 Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it
66 only if it doesn't exist; and 'n' always creates a new database.
69 # guess the type of an existing database
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
anydbm.py 14 dependent on the type of database being opened (determined by whichdb
58 """Open or create database at path given by *file*.
61 for read-write access of an existing database, 'c' for read-write access
62 to a new or existing database, and 'n' for read-write access to a new
63 database.
65 Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it
66 only if it doesn't exist; and 'n' always creates a new database.
69 # guess the type of an existing database
  /system/tpm/attestation/server/
database_impl.h 20 #include "attestation/server/database.h"
35 // Reads the persistent database blob.
37 // Writes the persistent database blob.
39 // Watch for external changes to the database.
43 // An implementation of Database backed by an ordinary file. Not thread safe.
45 class DatabaseImpl : public Database, public DatabaseIO {
51 // Reads and decrypts any existing database on disk synchronously. Must be
55 // Database methods.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Database.py 2 # This file is used to create a database used by ECC tool
31 ## Database
34 # During the phase of initialization, the database will create all tables and
38 # @param DbPath: A string for the path of the ECC database
40 # @var Conn: Connection of the ECC database
44 class Database(object):
58 ## Initialize build database
65 EdkLogger.verbose("\nInitialize ECC database started ...")
86 EdkLogger.verbose("Initialize ECC database ... DONE!")
95 ## Close entire database
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
DatabaseMetaData.java 31 * Comprehensive information about the database as a whole.
34 * of a Database Management System (DBMS) in combination with
41 * together. Note that as used in this documentation, the term "database" is
76 // First, a variety of minor information about the target database.
83 * @exception SQLException if a database access error occurs
93 * @exception SQLException if a database access error occurs
102 * @exception SQLException if a database access error occurs
107 * Retrieves the user name as known to this database.
109 * @return the database user name
110 * @exception SQLException if a database access error occur
    [all...]
  /frameworks/support/room/compiler/src/test/kotlin/androidx/room/writer/
SQLiteOpenHelperWriterTest.kt 23 import androidx.room.vo.Database
49 @Database(entities = {MyEntity.class}, version = 3)
65 ) { database, _ ->
66 val query = SQLiteOpenHelperWriter(database)
67 .createQuery(database.entities.first())
84 ) { database, _ ->
85 val query = SQLiteOpenHelperWriter(database)
86 .createQuery(database.entities.first())
103 ) { database, _ ->
104 val query = SQLiteOpenHelperWriter(database)
    [all...]
  /external/autotest/database/
migrate.py 7 from autotest_lib.database import database_connection
15 'AUTOTEST_SERVER_DB': os.path.join(_AUTODIR, 'database',
21 """Represents a database migration."""
85 """Managest database migrations."""
115 """Gets the database name."""
120 """Executes a database query.
132 """Executes a set of database queries.
167 """Sets the database version.
169 @param version: The version to which to set the database.
179 """Gets the database version
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteOpenHelperTest.java 17 package android.database.sqlite.cts;
21 import android.database.Cursor;
22 import android.database.DatabaseUtils;
23 import android.database.sqlite.SQLiteCursor;
24 import android.database.sqlite.SQLiteCursorDriver;
25 import android.database.sqlite.SQLiteDatabase;
26 import android.database.sqlite.SQLiteDebug;
27 import android.database.sqlite.SQLiteGlobal;
28 import android.database.sqlite.SQLiteOpenHelper;
29 import android.database.sqlite.SQLiteQuery
82 SQLiteDatabase database = null; local
218 SQLiteDatabase database = helper.getWritableDatabase(); local
    [all...]
  /development/samples/browseable/BasicContactables/
_index.jd 10 reducing the number of queries your application needs to use when searching the contacts database!
  /external/autotest/client/site_tests/platform_Pkcs11InitUnderErrors/
platform_Pkcs11InitUnderErrors.py 33 # Erase the chaps database directory.
37 'database directory.')
38 # Corrupt each file in the chaps database directory.
44 'the database.')
  /external/autotest/frontend/
setup_django_readonly_environment.py 1 """Sets up the Django environment for readonly access to the database.
  /external/autotest/site_utils/
clear.sh 8 # This means cleaning up the database and all log and results files.
28 DROP DATABASE chromeos_autotest_db;
29 CREATE DATABASE chromeos_autotest_db;
32 ${AUTOTEST_DIR}/database/migrate.py sync -f

Completed in 804 milliseconds

1 23 4 5 6 7 8 91011>>