HomeSort by relevance Sort by last modified time
    Searched full:database (Results 351 - 375 of 2752) sorted by null

<<11121314151617181920>>

  /packages/providers/CalendarProvider/res/values-tl/
strings.xml 20 <string name="upgrade_msg" msgid="2792831029435070926">"Ina-upgrade ang database ng Calendar."</string>
30 <string name="debug_tool_message" msgid="4414152820946316089">"Ikaw ay 1) gagawa ng kopya ng iyong database ng kalendaryo sa sd card/usb storage na nababasa ng anumang app at 2) magpapadala ng email nito. Tandaang tanggalin ito sa oras na matagumpay mo itong nakopya mula sa device o natanggap ang email."</string>
33 <string name="debug_tool_email_body" msgid="740309162644398319">"Naka-attach ang aking database ng kalendaryo kasama ang lahat ng aking mga appointment at personal na impormasyon. Mangyaring pangasiwaan nang may pag-iingat."</string>
  /frameworks/base/core/java/android/widget/
SimpleCursorAdapter.java 20 import android.database.Cursor;
32 * {@link ViewBinder#setViewValue(android.view.View, android.database.Cursor, int)}
45 * {@link #convertToString(android.database.Cursor)} and
92 * @param c The database cursor. Can be null if the cursor is not available yet.
117 * {@link ViewBinder#setViewValue(android.view.View, android.database.Cursor, int)}
128 * android.content.Context, android.database.Cursor)
173 * @see #bindView(android.view.View, android.content.Context, android.database.Cursor)
186 * @see #bindView(android.view.View, android.content.Context, android.database.Cursor)
203 * retrieved from the database.
222 * retrieved from the database
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 162 ** CAPI3REF: Database Connection Handle {H12000} <S40200>
163 ** KEYWORDS: {database connection} {database connections}
165 ** Each open SQLite database is represented by a pointer to an instance of
211 ** CAPI3REF: Closing A Database Connection {H12010} <S30100><S40200>
219 ** [prepared statements] associated with a [database connection] if desired.
269 ** statements are evaluated and the database is not changed.
273 ** The sqlite3_exec() routine does nothing to the database that cannot be done
277 ** [database connection].
279 ** The database connection must not be closed whil
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java 17 package android.database.sqlite.cts;
24 import android.database.Cursor;
25 import android.database.DatabaseUtils;
26 import android.database.SQLException;
27 import android.database.sqlite.SQLiteCursor;
28 import android.database.sqlite.SQLiteCursorDriver;
29 import android.database.sqlite.SQLiteDatabase;
30 import android.database.sqlite.SQLiteDatabase.CursorFactory;
31 import android.database.sqlite.SQLiteException;
32 import android.database.sqlite.SQLiteQuery
378 SQLiteDatabase database = null; local
784 SQLiteDatabase database = null; local
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
methods_index_changes.html 222 <nobr><A HREF="android.database.sqlite.SQLiteDatabase.html#android.database.sqlite.SQLiteDatabase.getSyncedTables_changed()" class="hiddenlink" target="rightframe">getSyncedTables
230 <nobr><A HREF="android.database.sqlite.SQLiteProgram.html#android.database.sqlite.SQLiteProgram.getUniqueId_changed()" class="hiddenlink" target="rightframe">getUniqueId
232 <nobr><A HREF="android.database.AbstractCursor.html#android.database.AbstractCursor.getUpdatedField_changed(int)" class="hiddenlink" target="rightframe">getUpdatedField
268 <nobr><A HREF="android.widget.CursorAdapter.html#android.widget.CursorAdapter.init_changed(android.content.Context, android.database.Cursor, boolean)" class="hiddenlink" target="rightframe">init
278 &nbsp;&nbsp;<nobr><A HREF="android.database.AbstractWindowedCursor.html#android.database.AbstractWindowedCursor.isBlob_changed(int)" class="hiddenlink" target="rightframe">type&nbsp;
279 (<code>int</code>)&nbsp;in&nbsp;android.database.AbstractWindowedCurso
    [all...]
  /cts/tests/appsecurity-tests/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
PermissionContentProviderPath.java 5 import android.database.Cursor;
  /cts/tests/tests/database/src/android/database/cts/
ContentObservableTest.java 17 package android.database.cts;
25 import android.database.ContentObservable;
26 import android.database.ContentObserver;
46 args = {android.database.ContentObserver.class}
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 32 import android.database.Cursor;
33 import android.database.DatabaseUtils;
34 import android.database.SQLException;
35 import android.database.sqlite.SQLiteDatabase;
36 import android.database.sqlite.SQLiteOpenHelper;
37 import android.database.sqlite.SQLiteQueryBuilder;
116 * This class helps open, create, and upgrade the database file.
131 * Creates the underlying database with table name and column names taken from the
145 * underlying datastore is changed. In this sample, the database is upgraded the database
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
cron.yaml 17 # Create a weekly cron job that cleans up the SampleSyncAdapter server database.
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 26 import android.database.Cursor;
27 import android.database.SQLException;
28 import android.database.sqlite.SQLiteDatabase;
29 import android.database.sqlite.SQLiteOpenHelper;
30 import android.database.sqlite.SQLiteQueryBuilder;
41 import android.support.v4.database.DatabaseUtilsCompat;
117 * This class helps open, create, and upgrade the database file.
132 * Creates the underlying database with table name and column names taken from the
146 * underlying datastore is changed. In this sample, the database is upgraded the database
    [all...]
  /external/chromium/chrome/browser/download/
download_history.cc 15 // database handles in incognito mode starting at -1 and progressively getting
46 // Do not store the download in the history database for a few special cases:
69 // Don't store info in the database if the download was initiated while in
70 // incognito mode or if it hasn't been initialized in our database table.
  /external/chromium/chrome/browser/history/
history_unittest_base.h 18 // Executes the sql from the file |sql_path| in the database at |db_path|.
in_memory_history_backend.h 5 // Contains the history backend wrapper around the in-memory URL database. This
44 // Initializes the backend from the history database pointed to by the
46 // directory containing the history database and is also used
61 // Returns the underlying database associated with this backend. The current
top_sites_database.h 58 // Sets the rank for a given URL. The URL must be in the database.
73 // Adds a new URL to the database.
81 // Updates thumbnail of a URL that's already in the database.
88 // Returns the number of URLs (rows) in the database.
  /external/chromium/chrome/browser/password_manager/
password_store_mac.h 20 // database for extra metadata. For an overview of the interactions with the
60 // Returns true if our database contains a form that exactly matches the given
66 // corresponding metadata for in our database.
70 // Removes the given forms from the database.
password_store_x.h 22 // login database like PasswordStoreDefault. It also handles automatically
23 // migrating password data to a native backend from the login database.
89 // Synchronously migrates all the passwords stored in the login database to
90 // the native backend. If successful, the login database will be left with no
  /external/chromium/chrome/browser/visitedlink/
visitedlink_event_listener.h 5 // VisitedLinkEventListener broadcasts link coloring database updates to all
visitedlink_master.h 25 // Controls the link coloring database. The master controls all writing to the
26 // database as well as disk I/O. There should be only one master.
33 // Listens to the link coloring database events. The master is given this
39 // Called when link coloring database has been created or replaced. The
55 // In unit test mode, we allow the caller to optionally specify the database
115 // Call to cause the entire database file to be re-written from scratch
169 // Try to load the table from the database file. If the file doesn't exist or
173 // Reads the header of the link coloring database from disk. Assumes the
179 // the version of the file is not the current version of the database.
183 // Fills *filename with the name of the link database filenam
    [all...]
  /external/collada/include/dae/
daeStandardURIResolver.h 25 * @param database The @c daeDatabase used.
  /external/llvm/utils/
importNLT.pl 2 #take the output of parseNLT.pl and load it into a database
7 # database information
14 # make connection to database
85 # disconnect from database
parseNLT.pl 3 # one can reason about, namely import into a database
  /external/webkit/LayoutTests/http/tests/appcache/
max-size.html 25 <p>Cache a manifest that contains a resource that is too large to fit. The layout test controller sets a maximum size of 10KB for the application cache database file.</p>
  /external/webkit/LayoutTests/storage/
change-version-handle-reuse.js 12 db = openDatabaseWithSuffix("ChangeVersion", "", "Test that changing a database version doesn't kill our handle to it", 1);
  /external/webkit/Source/WebCore/inspector/front-end/
DatabaseTableView.js 26 WebInspector.DatabaseTableView = function(database, tableName)
30 this.database = database;
54 this.database.executeSql("SELECT * FROM " + this.tableName, this._queryFinished.bind(this), this._queryError.bind(this));
  /external/webkit/Source/WebCore/platform/audio/
HRTFDatabaseLoader.h 55 // Returns true once the default database has been completely loaded.
62 HRTFDatabase* database() { return m_hrtfDatabase.get(); } function in class:WebCore::HRTFDatabaseLoader
67 // defaultHRTFDatabase() gives access to the loaded database.
76 // If it hasn't already been loaded, creates a new thread and initiates asynchronous loading of the default database.

Completed in 3208 milliseconds

<<11121314151617181920>>