HomeSort by relevance Sort by last modified time
    Searched full:database (Results 476 - 500 of 2940) sorted by null

<<11121314151617181920>>

  /hardware/ti/omap3/dspbridge/inc/
DSPManager.h 65 * in the database will be returned.
80 * in the database will be returned.
92 * in the node database.
98 * in the database will be returned.
127 * in the database will be returned
166 * Register object with DSP/BIOS Bridge Configuration database (DCD).
183 * Unregister object with DSP/BIOS Bridge Configuration Database (DCD).
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPManager.h 65 * in the database will be returned.
80 * in the database will be returned.
92 * in the node database.
98 * in the database will be returned.
127 * in the database will be returned
166 * Register object with DSP/BIOS Bridge Configuration database (DCD).
183 * Unregister object with DSP/BIOS Bridge Configuration Database (DCD).
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ApiLookup.java 45 * Database for API checking: Allows quick lookup of a given class, method or field
57 * to open the database you can just read in the byte array and go. On one particular
73 /** Relative path to the api-versions.xml database file within the Lint installation */
75 private static final String FILE_HEADER = "API database used by Android lint\000";
96 * Returns an instance of the API database
98 * @param client the client to associate with this database - used only for
99 * logging. The database object may be shared among repeated invocations,
103 * @return a (possibly shared) instance of the API database, or null
121 client.log(null, "Fatal error: No API database found at %1$s", file);
134 * Returns an instance of the API database
    [all...]
  /external/chromium/chrome/browser/history/
url_database.h 24 // Encapsulates an SQL database that holds URL info. This is a subset of the
34 // sure the database is initialized.
41 // Converts a GURL to a string used in the history database. We plan to
44 // interacting with the database.
75 // Adds a line to the URL database with the given information and returns the
78 // This does NOT add a row to the full text search database. Use
109 // that the main history database can provide this additional behavior.
114 // A basic enumerator to enumerate urls database.
154 // Initializes the given enumerator to enumerator all URLs in the database.
157 // Initializes the given enumerator to enumerator all URLs in the database
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 3 Samba database functions
102 /* a tdb tool for manipulating a tdb database */
160 " create dbname : create a database\n"
161 " open dbname : open an existing database\n"
162 " erase : erase the database\n"
163 " dump : dump the database as strings\n"
164 " keys : dump the database keys as strings\n"
165 " hexkeys : dump the database keys as hex values\n"
166 " info : print summary info about the database\n"
172 " list : print the database hash table and freelist\n
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database.h 56 // Abstract interface for a database of descriptors.
59 // descriptors on-demand from some sort of large database. If the database
91 // database will find all extensions, and it's not guaranteed that
114 // the database does not need to aggressively index all children of a symbol.
133 // Adds the FileDescriptorProto to the database, making a copy. The object
135 // with a file already in the database, in which case an error will have
139 // Adds the FileDescriptorProto to the database and takes ownership of it.
271 // Adds the FileDescriptorProto to the database. The descriptor is provided
272 // in encoded form. The database does not make a copy of the bytes, no
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 10 * Open database.
15 * Database URL.
41 * Timeout for Database.exec()
51 * File name of database.
66 * Database in readonly mode.
125 if (SQLite.Database.version().compareTo("2.6.0") >= 0) {
181 public SQLite.Database getSQLiteDatabase() {
182 return (SQLite.Database) db;
521 class DatabaseX extends SQLite.Database {
  /bionic/libc/netbsd/net/
nsdispatch.c 91 _nsmethod(const char *source, const char *database, const char *method,
111 nsdispatch(void *retval, const ns_dtab disp_tab[], const char *database,
123 assert(database != NULL);
126 if (database == NULL || method == NULL || defaults == NULL)
137 cb = _nsmethod(srclist[i].name, database, method,
  /external/chromium/chrome/browser/
browsing_data_database_helper.cc 220 for (std::vector<DatabaseInfo>::iterator database = database_info_.begin();
221 database != database_info_.end(); ++database) {
222 if (database->origin_identifier == origin_identifier &&
223 database->database_name == info->name) {
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 5 // This test creates a safebrowsing service using test safebrowsing database
37 // Initializes the database with the given filename.
40 // Deletes the current database and creates a new one.
96 // Fill up the database with test URL.
106 // Fill up the database with test hash digest.
192 // database and safebrowsing service issues a get hash request to backends.
300 // This test will fill up the database using testing prefixes
309 // This will setup the "url" prefix in database and prepare protocol manager
316 // full hash is hit in database's local cache.
325 // This will setup the binary digest prefix in database and prepare protoco
    [all...]
  /external/chromium/webkit/glue/
password_form.h 20 // The Web Data database stores saved username/passwords and associated form
37 // entry to the database and how they can affect the matching process.
53 // data from the database, so it must not be empty.
58 // fashion) whether or not a given PasswordForm result from the database is a
75 // of PasswordForm results from the database to make matches as tight as
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.h 85 // Depending on per-database attributes, the size will only be settable in units that are the page size of the database, which is established at creation
91 // Gets the number of unused bytes in the database file.
120 // the database file.
121 // INCREMENTAL - SQLite stores extra information for each page in the database
  /external/webkit/Source/WebCore/storage/
IDBTransactionBackendImpl.cpp 38 PassRefPtr<IDBTransactionBackendImpl> IDBTransactionBackendImpl::create(DOMStringList* objectStores, unsigned short mode, IDBDatabaseBackendImpl* database)
40 return adoptRef(new IDBTransactionBackendImpl(objectStores, mode, database));
43 IDBTransactionBackendImpl::IDBTransactionBackendImpl(DOMStringList* objectStores, unsigned short mode, IDBDatabaseBackendImpl* database)
47 , m_database(database)
48 , m_transaction(database->backingStore()->createTransaction())
  /frameworks/base/core/tests/coretests/src/android/content/
MemoryFileProvider.java 19 import android.database.Cursor;
20 import android.database.DatabaseUtils;
21 import android.database.sqlite.SQLiteDatabase;
22 import android.database.sqlite.SQLiteOpenHelper;
87 Log.w(TAG, "Upgrading test database from version " +
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.database.sqlite.SQLiteOpenHelper.html 10 android.database.sqlite.SQLiteOpenHelper
74 Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteOpenHelper.html" target="_top"><font size="+2"><code>SQLiteOpenHelper</code></font></A>
86 <A NAME="android.database.sqlite.SQLiteOpenHelper.getDatabaseName_added()"></A>
87 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteOpenHelper.html#getDatabaseName()" target="_top"><code>getDatabaseName</code></A>()</nobr>
android.database.sqlite.SQLiteQueryBuilder.html 10 android.database.sqlite.SQLiteQueryBuilder
74 Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteQueryBuilder.html" target="_top"><font size="+2"><code>SQLiteQueryBuilder</code></font></A>
86 <A NAME="android.database.sqlite.SQLiteQueryBuilder.setStrict_added(boolean)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteQueryBuilder.html#setStrict(boolean)" target="_top"><code>setStrict</code></A>(<code>boolean</code>)</nobr>
pkg_android.database.sqlite.html 10 android.database.sqlite
74 Package <A HREF="../../../../reference/android/database/sqlite/package-summary.html" target="_top"><font size="+1"><code>android.database.sqlite</code></font></A>
85 <nobr><A HREF="android.database.sqlite.SQLiteOpenHelper.html">SQLiteOpenHelper</A></nobr>
92 <nobr><A HREF="android.database.sqlite.SQLiteQueryBuilder.html">SQLiteQueryBuilder</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/15/changes/
pkg_android.database.html 10 android.database
74 Package <A HREF="../../../../reference/android/database/package-summary.html" target="_top"><font size="+1"><code>android.database</code></font></A>
85 <nobr><A HREF="../../../../reference/android/database/CrossProcessCursorWrapper.html" target="_top"><code>CrossProcessCursorWrapper</code></A></nobr>
100 <nobr><A HREF="android.database.CursorWindow.html">CursorWindow</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.database.Cursor.html 10 android.database.Cursor
74 Interface android.database.<A HREF="../../../../reference/android/database/Cursor.html" target="_top"><font size="+2"><code>Cursor</code></font></A>
87 <A NAME="android.database.Cursor.deactivate_changed()"></A>
88 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/Cursor.html#deactivate()" target="_top"><code>deactivate</code></A>() </nobr>
android.database.SQLException.html 10 android.database.SQLException
74 Class android.database.<A HREF="../../../../reference/android/database/SQLException.html" target="_top"><font size="+2"><code>SQLException</code></font></A>
85 <A NAME="android.database.SQLException.ctor_added(java.lang.String, java.lang.Throwable)"></A>
86 <nobr><A HREF="../../../../reference/android/database/SQLException.html#SQLException(java.lang.String, java.lang.Throwable)" target="_top"><code>SQLException</code></A>(<code>String,</nobr> Throwable<nobr><nobr></code>)</nobr>
android.database.sqlite.SQLiteException.html 10 android.database.sqlite.SQLiteException
74 Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteException.html" target="_top"><font size="+2"><code>SQLiteException</code></font></A>
85 <A NAME="android.database.sqlite.SQLiteException.ctor_added(java.lang.String, java.lang.Throwable)"></A>
86 <nobr><A HREF="../../../../reference/android/database/sqlite/SQLiteException.html#SQLiteException(java.lang.String, java.lang.Throwable)" target="_top"><code>SQLiteException</code></A>(<code>String,</nobr> Throwable<nobr><nobr></code>)</nobr>
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.database.Cursor.html 10 android.database.Cursor
74 Interface android.database.<A HREF="../../../../reference/android/database/Cursor.html" target="_top"><font size="+2"><code>Cursor</code></font></A>
86 <A NAME="android.database.Cursor.getColumnIndex_changed(java.lang.String)"></A>
87 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/database/Cursor.html#getColumnIndex(java.lang.String)" target="_top"><code>getColumnIndex</code></A>(<code>String</code>) </nobr>
android.database.CursorWrapper.html 10 android.database.CursorWrapper
74 Class android.database.<A HREF="../../../../reference/android/database/CursorWrapper.html" target="_top"><font size="+2"><code>CursorWrapper</code></font></A>
86 <A NAME="android.database.CursorWrapper.getColumnIndex_changed(java.lang.String)"></A>
87 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/database/CursorWrapper.html#getColumnIndex(java.lang.String)" target="_top"><code>getColumnIndex</code></A>(<code>String</code>) </nobr>
android.database.DatabaseUtils.html 10 android.database.DatabaseUtils
74 Class android.database.<A HREF="../../../../reference/android/database/DatabaseUtils.html" target="_top"><font size="+2"><code>DatabaseUtils</code></font></A>
86 <A NAME="android.database.DatabaseUtils.appendEscapedSQLString_changed(java.lang.StringBuilder, java.lang.String)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/DatabaseUtils.html#appendEscapedSQLString(java.lang.StringBuilder, java.lang.String)" target="_top"><code>appendEscapedSQLString</code></A>(<code>StringBuilder,</nobr> String<nobr><nobr></code>) </nobr>
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.database.DatabaseUtils.html 10 android.database.DatabaseUtils
74 Class android.database.<A HREF="../../../../reference/android/database/DatabaseUtils.html" target="_top"><font size="+2"><code>DatabaseUtils</code></font></A>
86 <A NAME="android.database.DatabaseUtils.readExceptionWithOperationApplicationExceptionFromParcel_added(android.os.Parcel)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/DatabaseUtils.html#readExceptionWithOperationApplicationExceptionFromParcel(android.os.Parcel)" target="_top"><code>readExceptionWithOperationApplicationExceptionFromParcel</code></A>(<code>Parcel</code>)</nobr>

Completed in 511 milliseconds

<<11121314151617181920>>