HomeSort by relevance Sort by last modified time
    Searched full:sql (Results 451 - 475 of 533) sorted by null

<<11121314151617181920>>

  /external/tcpdump/
addrtoname.c 977 { 0x0328, "WATCOM SQL Server" },
1070 { 0xf503, "Microsoft SQL Server" },
  /external/webkit/Source/WebCore/
WebCore.gypi     [all...]
GNUmakefile.am 54 -I$(srcdir)/Source/WebCore/platform/sql \
    [all...]
  /development/pdk/docs/source/
code-style.jd 216 import java.sql.ResultSet;
217 import java.sql.SQLException;
  /external/chromium/chrome/browser/history/
history.h 12 #include "app/sql/init_status.h"
684 void NotifyProfileError(sql::InitStatus init_status);
    [all...]
top_sites_unittest.cc 339 data_path.AppendASCII("history.19.sql"),
342 data_path.AppendASCII("thumbnails.3.sql"),
    [all...]
history_backend.cc 533 sql::InitStatus status = db_->Init(history_name, tmp_bookmarks_file);
535 case sql::INIT_OK:
537 case sql::INIT_FAILURE:
589 db_.get()) != sql::INIT_OK) {
    [all...]
in_memory_url_index.h 15 #include "app/sql/connection.h"
  /external/chromium/chrome/common/extensions/docs/
faq.html 495 extensions that need to execute SQL queries on their stored data,
497 <a href="http://dev.w3.org/html5/webdatabase/">client side SQL databases</a>,
    [all...]
  /external/protobuf/python/
mox.py 756 long SQL string that is passed to your mock DAO. You're only interested that
867 string parameter. This can be useful in mocking a database with SQL
    [all...]
  /external/webkit/Source/WebCore/WebCore.gyp/
WebCore.gyp 191 '../platform/sql',
    [all...]
  /frameworks/base/core/java/android/content/
ContentProvider.java 499 // proper SQL syntax for us.
609 * responsible for parsing the record number (22) when creating a SQL statement.
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 161 * This class encapsulates a SQL where clause and its parameters. It makes it possible for
339 * @param columnDefinition SQL for the column definition
    [all...]
  /external/chromium/chrome/common/extensions/docs/static/
manifest.html 428 This permission applies only to Web SQL Database and application cache
  /external/libvpx/examples/includes/geshi/geshi/
groovy.php     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 107 // The databases saved to disk for both the SQL and DOM Storage APIs are stored
  /frameworks/base/docs/html/guide/topics/data/
data-storage.jd 451 table contents, run SQL commands, and perform other useful functions on SQLite
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 403 // cause an exception in the SQL stack. The following line is a special case to
    [all...]
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 242 // We test each of the fields here (instead of in SQL) because they may be
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 126 /** SQL order by string describing the currently selected sort order. */
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutRepositoryTest.java 44 * Attempts to test logic independent of the (sql) details of the implementation, so these should
    [all...]
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 437 // NOTE: Query parameters won't work here since the SQL compiler
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java 261 * database table is that it makes it easy to run an SQL query to find the
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java     [all...]

Completed in 1144 milliseconds

<<11121314151617181920>>