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

<<21222324252627282930>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete5.java 23 import android.database.Cursor;
  /development/samples/NotePad/
_index.html 5 <li>Accessing a database</li>
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherDataProvider.java 26 import android.database.Cursor;
27 import android.database.MatrixCursor;
34 * will be stored in an external and persistent location (ie. File, Database, SharedPreferences) so
62 * Database, SharedPreferences) so that the data can persist if the process is ever killed.
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
UrlImageBinder.java 20 import android.database.Cursor;
  /external/chromium/chrome/browser/
DEPS 20 "+webkit/database",
browsing_data_indexed_db_helper.h 32 // Contains detailed information about an indexed database.
72 // Requests a single indexed database file to be deleted in the WEBKIT thread.
81 // not fetch its information from the indexed database tracker, but gets them
93 // Add a indexed database to the set of canned indexed databases that is
  /external/chromium/chrome/browser/autofill/
autofill_type.h 17 // and for associating form fields with form values in the Web Database.
  /external/chromium/chrome/browser/history/
in_memory_history_backend.cc 125 // TODO(brettw) currently the rows in the in-memory database don't match the
126 // IDs in the main database. This sucks. Instead of Add and Remove, we should
146 // create a new database to quickly clear everything out.
155 // Delete all matching URLs in our database.
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.h 19 // Implements the PersistentCookieStore interface in terms of a SQLite database.
  /external/chromium/chrome/browser/sync/engine/
store_timestamps_command.h 20 // database, meaning it is safe to update the persisted
  /external/chromium/chrome/browser/ui/webui/
favicon_source.h 49 // database doesn't have a favicon for a webpage.
fileicon_source.h 46 // database doesn't have a favicon for a webpage.
thumbnail_source.h 45 // database doesn't have a thumbnail for a webpage.
  /external/chromium/net/base/
cert_database.cc 22 // are added to the database.
platform_mime_util_win.cc 30 std::wstring key(L"MIME\\Database\\Content Type\\" + UTF8ToWide(mime_type));
  /external/collada/include/dae/
daeDocument.h 21 * The @c daeDocument class implements a COLLADA runtime database entry.
77 * Accessor to get the database associated with this document.
78 * @return Returns the database associated with this document.
131 * The DAE that owns this document. The DAE's database is notified by the document when
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.leasedir.diff.gz 
  /external/icu4c/tools/genprops/misc/
ucdstrip.c 16 * Simple tool for Unicode Character Database files with semicolon-delimited fields.
  /external/icu4c/tools/genprops/
ucdstrip.c 16 * Simple tool for Unicode Character Database files with semicolon-delimited fields.
  /external/iproute2/
README 18 database routines. Often this is in the db-devel package.
  /external/javasqlite/src/main/java/SQLite/
Backup.java 78 * Return the total number of pages in the backup source database.
  /external/oprofile/doc/
opgprof.1.in 33 Use sample database out of directory dir_path instead of the default location (/var/lib/oprofile).
  /external/webkit/LayoutTests/storage/indexeddb/
transaction-after-close-expected.txt 1 Test closing a database connection in IndexedDB.
  /external/webkit/LayoutTests/storage/
read-transactions-running-concurrently.html 65 This test tests that two read-only transactions on different handles to the same database run concurrently.<br>
  /external/webkit/Source/WebCore/loader/icon/
IconLoader.cpp 151 // When an icon load results in a 404 we commit it to the database here and clear the loading state.
159 LOG(IconDatabase, "IconLoader::finishLoading() - Committing iconURL %s to database", iconURL.string().ascii().data());
161 // Setting the icon data only after committing to the database ensures that the data is
162 // kept in memory (so it does not have to be read from the database asynchronously), since

Completed in 1381 milliseconds

<<21222324252627282930>>