HomeSort by relevance Sort by last modified time
    Searched full:database (Results 301 - 325 of 2668) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
nsswitch.h 144 * and its dispatch control flags for a given database.
154 * or the requested database doesn't have an entry)
168 * An nsswitch module provides a mapping from (database name, method name)
173 const char *database; member in struct:__anon23946
196 * ns_dbt - `nsswitch database thang'
197 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its
201 const char *name; /* name of database */
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
nsswitch.h 144 * and its dispatch control flags for a given database.
154 * or the requested database doesn't have an entry)
168 * An nsswitch module provides a mapping from (database name, method name)
173 const char *database; member in struct:__anon24565
196 * ns_dbt - `nsswitch database thang'
197 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its
201 const char *name; /* name of database */
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
nsswitch.h 144 * and its dispatch control flags for a given database.
154 * or the requested database doesn't have an entry)
168 * An nsswitch module provides a mapping from (database name, method name)
173 const char *database; member in struct:__anon24902
196 * ns_dbt - `nsswitch database thang'
197 * For each database in /etc/nsswitch.conf there is a ns_dbt, with its
201 const char *name; /* name of database */
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryDatabase.java 23 import android.database.Cursor;
24 import android.database.sqlite.SQLiteDatabase;
25 import android.database.sqlite.SQLiteOpenHelper;
26 import android.database.sqlite.SQLiteQueryBuilder;
129 * Performs a database query.
137 * actual columns in the database, creating a simple column alias mechanism
158 * This creates/opens the database.
188 * Starts a thread to load the database table with words
238 Log.w(TAG, "Upgrading database from version " + oldVersion + " to "
  /external/chromium/chrome/browser/webdata/
web_database.cc 37 LOG(WARNING) << "Unable to update web database to version "
99 // Run the database in exclusive mode. Nobody else should be accessing the
100 // database while we're running, and this will give somewhat improved perf.
115 LOG(WARNING) << "Web database is too new.";
130 LOG(WARNING) << "Unable to initialize the web database.";
134 // If the file on disk is an older database version, bring it up to date.
153 // There should not be a released product that makes a database too old to
154 // migrate. If we do encounter such a legacy database, we will need a
157 LOG(WARNING) << "Web database version " << current_version <<
keyword_table.h 21 // This class manages the |keywords| MetaTable within the SQLite database
24 // Note: The database stores time in seconds, UTC.
72 // Updates the database values for the specified url.
  /external/webkit/Source/WebKit/gtk/webkit/
webkitglobals.cpp 62 * sizes, database quotas, and the HTTP session management.
188 static WebKitWebPluginDatabase* database = 0; local
192 if (!database)
193 database = webkit_web_plugin_database_new();
195 return database;
240 static WebKitIconDatabase* database = 0; local
241 if (!database)
242 database = WEBKIT_ICON_DATABASE(g_object_new(WEBKIT_TYPE_ICON_DATABASE, NULL));
244 return database;
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.database.AbstractWindowedCursor.html 10 android.database.AbstractWindowedCursor
74 Class android.database.<A HREF="../../../../reference/android/database/AbstractWindowedCursor.html" target="_top"><font size="+2"><code>AbstractWindowedCursor</code></font></A>
86 <A NAME="android.database.AbstractWindowedCursor.isFloat_added(int)"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/AbstractWindowedCursor.html#isFloat(int)" target="_top"><code>isFloat</code></A>(<code>int</code>)</nobr>
93 <A NAME="android.database.AbstractWindowedCursor.isLong_added(int)"></A>
94 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/AbstractWindowedCursor.html#isLong(int)" target="_top"><code>isLong</code></A>(<code>int</code>)</nobr>
100 <A NAME="android.database.AbstractWindowedCursor.isString_added(int)"></A>
101 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/AbstractWindowedCursor.html#isString(int)" target="_top"><code>isString</code></A>(<code>int</code>)</nobr>
android.database.CursorWindow.html 10 android.database.CursorWindow
74 Class android.database.<A HREF="../../../../reference/android/database/CursorWindow.html" target="_top"><font size="+2"><code>CursorWindow</code></font></A>
86 <A NAME="android.database.CursorWindow.isFloat_added(int, int)"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/CursorWindow.html#isFloat(int, int)" target="_top"><code>isFloat</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
93 <A NAME="android.database.CursorWindow.isLong_added(int, int)"></A>
94 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/CursorWindow.html#isLong(int, int)" target="_top"><code>isLong</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
100 <A NAME="android.database.CursorWindow.isString_added(int, int)"></A>
101 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/CursorWindow.html#isString(int, int)" target="_top"><code>isString</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
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>
86 <A NAME="android.database.sqlite.SQLiteDatabase.beginTransactionWithListener_added(android.database.sqlite.SQLiteTransactionListener)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#beginTransactionWithListener(android.database.sqlite.SQLiteTransactionListener)" target="_top"><code>beginTransactionWithListener</code></A>(<code>SQLiteTransactionListener</code>)</nobr>
93 <A NAME="android.database.sqlite.SQLiteDatabase.yieldIfContendedSafely_added(long)"></A>
94 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#yieldIfContendedSafely(long)" target="_top"><code>yieldIfContendedSafely</code></A>(<code>long</code>)</nobr>
  /frameworks/base/test-runner/src/android/test/
ProviderTestCase2.java 25 import android.database.DatabaseUtils;
44 * database work.
181 * with an authority name set to the authority parameter, and using an SQLite database as
182 * the underlying data source. The SQL statement parameter is used to create the database.
189 * file, database, and directory names.
196 * @param filenamePrefix A string that is prepended to file, database, and directory names
199 * @param databaseName The name assigned to the database
200 * @param databaseVersion The version assigned to the database
202 * database and its tables. The format is the same as that generated by the
  /packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
Gservices.java 20 import android.database.ContentObserver;
21 import android.database.Cursor;
85 * Look up a key in the database.
86 * @param cr to access the database with
88 * @param defValue the value to return if the value from the database is null
122 * Look up a key in the database.
123 * @param cr to access the database with
132 * Look up the value for key in the database, convert it to an int
149 * Look up the value for key in the database, convert it to a long
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java 28 import android.database.Cursor;
29 import android.database.SQLException;
30 import android.database.sqlite.SQLiteDatabase;
31 import android.database.sqlite.SQLiteOpenHelper;
32 import android.database.sqlite.SQLiteQueryBuilder;
40 * Provides access to a database of user defined words. Each item has a word and a frequency.
66 * This class helps open, create, and upgrade the database file.
87 Log.w(TAG, "Upgrading database from version " + oldVersion + " to "
132 // Get the database and run the query
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteClosableTest.java 17 package android.database.sqlite.cts;
19 import android.database.sqlite.SQLiteClosable;
26 @TestTargetClass(android.database.sqlite.SQLiteClosable.class)
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieSyncManagerTest.java 66 // Remove all cookies from the database.
84 // Store the cookie to the database.
93 // Remove all cookies from the database.
  /external/chromium/app/sql/
meta_table.h 34 // The version number of the database. This should be the version number of
43 // database can be read by. If there are minor changes or additions, old
44 // versions of the code can still work with the database without failing.
  /external/chromium/chrome/browser/extensions/
extension_data_deleter.h 54 // Deletes the database for the extension. May only be called on the file
70 // The database context for deleting the database.
  /external/chromium/chrome/browser/history/
top_sites_backend.h 47 // Updates top sites database from the specified delta.
55 // Deletes the database and recreates it.
91 // Resets the database.
  /external/clang/include/clang/Basic/
BuiltinsARM.def 1 //===--- BuiltinsARM.def - ARM Builtin function database ----*- C++ -*-===//
10 // This file defines the ARM-specific builtin function database. Users of
15 // The format of this database matches clang/Basic/Builtins.def.
BuiltinsPTX.def 1 //===--- BuiltinsPTX.def - PTX Builtin function database ----*- C++ -*-===//
10 // This file defines the PTX-specific builtin function database. Users of
15 // The format of this database matches clang/Basic/Builtins.def.
  /external/llvm/utils/
cgiplotNLT.pl 9 # database information
16 # make connection to database
67 # disconnect from database
webNLT.pl 19 # database information
26 # make connection to database
56 # disconnect from database
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PUserDatabaseHeader.java 35 * of the P-User-Database header. We only have one
37 * This value is the Database name. The DB here refers
50 public final static String NAME = "P-User-Database";
  /external/webkit/LayoutTests/storage/
hash-change-with-xhr.js 74 // Allow a little time for all the database transactions to complete now we've stopped making them.
102 // Init the database.
106 // Give a little for the database to 'warm up' before making xhr requests
  /external/webkit/LayoutTests/storage/indexeddb/
database-basics.html 19 request = evalAndLog("webkitIndexedDB.open('database-basics')");
58 shouldBeEqualToString("db.name", "database-basics");
94 shouldBeEqualToString("db.name", "database-basics");

Completed in 575 milliseconds

<<11121314151617181920>>