HomeSort by relevance Sort by last modified time
    Searched full:database (Results 176 - 200 of 4506) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/database/sqlite/
SQLiteAccessPermException.java 17 package android.database.sqlite;
20 * This exception class is used when sqlite can't access the database file
SQLiteDatabaseCorruptException.java 17 package android.database.sqlite;
20 * An exception that indicates that the SQLite database file is corrupt.
SQLiteDiskIOException.java 17 package android.database.sqlite;
21 * SQLite database file.
SQLiteException.java 17 package android.database.sqlite;
19 import android.database.SQLException;
SQLiteFullException.java 17 package android.database.sqlite;
20 * An exception that indicates that the SQLite database is full.
SQLiteStatement.java 17 package android.database.sqlite;
22 * Represents a statement that can be executed against a database. The statement
38 * @throws android.database.SQLException If the SQL string is invalid for
58 * @throws android.database.SQLException If the SQL string is invalid for
80 * @throws android.database.SQLException If the SQL string is invalid for
102 * @throws android.database.sqlite.SQLiteDoneException if the query returns zero rows
123 * @throws android.database.sqlite.SQLiteDoneException if the query returns zero rows
144 * @throws android.database.sqlite.SQLiteDoneException if the query returns zero rows
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.database.sqlite.SQLiteDatabase.html 10 android.database.sqlite.SQLiteDatabase
74 Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html" target="_top"><font size="+2"><code>SQLiteDatabase</code></font></A>
87 <A NAME="android.database.sqlite.SQLiteDatabase.deleteDatabase_added(java.io.File)"></A>
88 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#deleteDatabase(java.io.File)" target="_top"><code>deleteDatabase</code></A>(<code>File</code>)</nobr>
94 <A NAME="android.database.sqlite.SQLiteDatabase.disableWriteAheadLogging_added()"></A>
95 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#disableWriteAheadLogging()" target="_top"><code>disableWriteAheadLogging</code></A>()</nobr>
101 <A NAME="android.database.sqlite.SQLiteDatabase.isWriteAheadLoggingEnabled_added()"></A>
102 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#isWriteAheadLoggingEnabled()" target="_top"><code>isWriteAheadLoggingEnabled</code></A>()</nobr>
108 <A NAME="android.database.sqlite.SQLiteDatabase.query_added(boolean, java.lang.String, java.lang.String[], java.lang.String, (…)
    [all...]
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
DBAdapter.java 25 import android.database.Cursor;
26 import android.database.SQLException;
27 import android.database.sqlite.SQLiteDatabase;
28 import android.database.sqlite.SQLiteOpenHelper;
79 Log.w(TAG, "Upgrading database from version " + oldVersion
87 //---opens the database---
95 //---closes the database---
102 //---insert a station into the database---
  /libcore/luni/src/main/java/javax/sql/
DataSource.java 26 * connection to a database. This interface is an alternative to the {@code
56 * Creates a connection to the database represented by this {@code
60 * database.
62 * if there is a problem accessing the database.
67 * Creates a connection to the database represented by this {@code
71 * the a user name for the database login.
76 * database.
78 * if there is a problem accessing the database.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
CloseUtils.java 18 import android.database.Cursor;
21 * Utility methods for closing database cursors.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
ucnhash.h 1 /* Unicode name database interface */
20 If self is NULL, data come from the default version of the database.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
ucnhash.h 1 /* Unicode name database interface */
20 If self is NULL, data come from the default version of the database.
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.h 48 // whitelist databases. The browse database contains information
49 // about phishing and malware urls. The download database contains
51 // these downloaded contents. The csd whitelist database contains URLs
61 // |enable_download_protection| is used to control the download database
64 // database feature.
76 // Initializes the database with the given filename.
79 // Deletes the current database and creates a new one.
82 // Returns false if |url| is not in the browse database. If it
93 // Returns false if none of |urls| are in Download database. If it returns
95 // the database. This function could ONLY be accessed from creation thread
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
e_vacuum.test 50 # occupies database pages 3, 4, 8 and 9, then this command returns 2 (there
74 # the database file it leaves behind empty space, or "free" database
77 # EVIDENCE-OF: R-60541-63059 Running VACUUM to rebuild the database
78 # reclaims this space and reduces the size of the database file.
95 # the database file.
100 # The page size is 1024 bytes. Therefore, assuming the database contains
113 # cause the database file to become fragmented - where data for a single
114 # table or index is scattered around the database file.
117 # index is largely stored contiguously within the database file
    [all...]
corrupt6.test 14 # segfault if it sees a corrupt database file. It specifically focuses
22 # Do not use a codec for tests in this file, as the database file is
34 # Create a simple, small database.
88 } [list 1 {database disk image is malformed}]
100 } [list 1 {database disk image is malformed}]
123 } [list 1 {database disk image is malformed}]
135 } [list 1 {database disk image is malformed}]
158 } [list 1 {database disk image is malformed}]
170 } [list 1 {database disk image is malformed}]
182 } [list 1 {database disk image is malformed}
    [all...]
wal4.test 11 # Verify that an empty database and a non-empty WAL file do not
12 # result in database corruption
32 # only (no database file).
52 # deleted. In no case should the database file have been written, so
  /development/samples/browseable/BasicContactables/
_index.jd 13 queries needed when searching the contacts database.</p>
  /external/bluetooth/bluedroid/stack/btm/
btm_main.c 64 btm_inq_db_init(); /* Inquiry Database and Structures */
65 btm_acl_init(); /* ACL Database and Structures */
66 btm_sec_init(BTM_SEC_MODE_SP); /* Security Manager Database and Structures */
68 btm_sco_init(); /* SCO Database and Structures (If included) */
  /external/chromium/chrome/browser/download/
download_history.h 33 // Adds a new entry for a download to the history database.
45 // Removes |download_item| from the history database.
52 // Returns a new unique database handle which will not collide with real ones.
59 // This is useful for incognito mode or when the history database is offline.
  /external/chromium/chrome/browser/history/
download_database.h 27 // Get all the downloads from the database.
42 // Create a new database entry for one download and return its primary db id.
45 // Remove a download from the database.
55 // Returns the database for the functions in this interface.
text_database.h 22 // Encapsulation of a full-text indexed database file.
37 // The title is returned because the title in the text database and the URL
38 // database may differ. This happens because we capture the title when the
58 // This function will attach the new database to the given database
65 // ID is the identifier for the database. It should uniquely identify it among
76 // Initializes the database connection and creates the file if the class
88 // For testing, returns the file name of the database so it can be deleted
93 // which is the part before the database identifier. For example
94 // "History Index *". This is for finding existing database files
    [all...]
  /external/chromium_org/content/browser/dom_storage/
session_storage_database.h 43 // database exists on disk then it will be opened. If it does not exist then
50 // before updating the database if |clear_all_first| is set. Then all entries
71 // Reads the namespace IDs and origins present in the database.
81 // Opens the database at file_path_ if it exists already and creates it if
82 // |create_if_needed| is true. Returns true if the database was opened, false
83 // if the opening failed or was not necessary (the database doesn't exist and
85 // - leveldb cannot open the database.
86 // - The database is in an inconsistent or errored state.
89 // Tries to open the database at file_path_, assigns |db| to point to the
93 // Returns true if the database is already open, false otherwise
    [all...]
  /external/chromium_org/sql/
error_delegate_util.h 12 // Returns true if it is highly unlikely that the database can recover from
  /external/chromium_org/third_party/mesa/src/docs/
bugs.html 10 <h1>Bug Database</h1>
13 The Mesa bug database is hosted on
15 The old bug database on SourceForge is no longer used.
32 <li>Check if your bug is already reported in the database.
  /external/ganymed-ssh2/examples/
UsingKnownHosts.java 18 static KnownHosts database = new KnownHosts(); field in class:UsingKnownHosts
30 /* Load known_hosts file into in-memory database */
33 database.addHostkeys(knownHosts);
41 conn.connect(new SimpleVerifier(database));

Completed in 378 milliseconds

1 2 3 4 5 6 78 91011>>