HomeSort by relevance Sort by last modified time
    Searched refs:db (Results 476 - 500 of 833) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_aux.c 57 sqlite3 *db, /* Database connection */
87 rc = sqlite3_declare_vtab(db, FTS3_TERMS_SCHEMA);
98 p->pFts3Tab->db = db;
438 ** Register the fts3aux module with database connection db. Return SQLITE_OK
441 int sqlite3Fts3InitAux(sqlite3 *db){
466 rc = sqlite3_create_module(db, "fts4aux", &fts3aux_module, 0);
  /external/chromium_org/third_party/sqlite/src/tool/
restore_jrnl.tcl 55 set rc [catch {uplevel [list db eval $sql]} msg]
228 sqlite3 db $db_name
232 db close
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elfso64.asm 72 asmstr db 'hello, world', 0 ; [2]
76 printfstr db "integer==%d, localint==%d, commvar=%d"
77 db 10, 0
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfso.asm 79 asmstr db 'hello, world', 0 ; [2]
83 printfstr db "integer==%d, localint==%d, commvar=%d"
84 db 10, 0
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 145 sqlite3 *db; /* Host database connection */ member in struct:Rtree
625 pNode->iNode = sqlite3_last_insert_rowid(pRtree->db);
715 sqlite3 *db,
721 return rtreeInit(db, pAux, argc, argv, ppVtab, pzErr, 1);
728 sqlite3 *db,
734 return rtreeInit(db, pAux, argc, argv, ppVtab, pzErr, 0);
789 rc = sqlite3_exec(pRtree->db, zCreate, 0, 0, 0);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapPixels.java 96 int db = ((getB32(to) << 23) - b) / (n - 1); local
106 b += db;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database_index_on_disk.h 31 static scoped_ptr<MetadataDatabaseIndexOnDisk> Create(LevelDBWrapper* db);
88 explicit MetadataDatabaseIndexOnDisk(LevelDBWrapper* db);
137 // Adds an entry for |active_key| on DB, if |tracker_id| has an entry with
144 // Removes an entry for |active_key| on DB, if the value of |active_key| key
  /external/chromium_org/content/browser/indexed_db/
indexed_db_context_impl.h 51 // The indexed db directory.
76 void ConnectionOpened(const GURL& origin_url, IndexedDBConnection* db);
77 void ConnectionClosed(const GURL& origin_url, IndexedDBConnection* db);
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_unittest.cc 214 sql::Connection db; local
215 ASSERT_TRUE(db.Open(temp_dir_.path().Append(kCookieFilename)));
217 meta_table_.Init(&db, 1, 1);
218 ASSERT_TRUE(db.Execute("DELETE FROM meta"));
219 db.Close();
283 // Posting a blocking task to db_thread_ makes sure that the DB thread waits
299 // Now the DB-thread queue contains:
339 // whether the DB file has been modified by checking its size.
345 // Write some large cookies, so the DB will have to expand by several KB.
347 // Each cookie needs a unique timestamp for creation_utc (see DB schema)
584 sql::Connection db; local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.h 10 #include "db/dbformat.h"
11 #include "db/log_writer.h"
12 #include "db/snapshot.h"
13 #include "leveldb/db.h"
26 class DBImpl : public DB {
31 // Implementations of the DB interface
45 // Extra methods (for testing) that are not in the public DB interface
68 friend class DB;
108 static void BGWork(void* db);
133 // Lock over the persistent DB state. Non-NULL iff successfully acquired
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
7z.h 148 CSzAr db; member in struct:__anon18045
176 const CSzArEx *db,
  /external/chromium_org/third_party/skia/tools/
skdiff.h 261 int db = SkGetPackedB32(c0) - SkGetPackedB32(c1); local
263 return SkPackARGB32(0xFF, SkAbs32(dr), SkAbs32(dg), SkAbs32(db));
  /external/chromium_org/third_party/sqlite/src/src/
btreeInt.h 343 sqlite3 *db; /* The database connection holding this btree */ member in struct:Btree
346 u8 sharable; /* True if we can share pBt with another db */
347 u8 locked; /* True if db currently has pBt locked */
350 Btree *pNext; /* List of other sharable Btrees from the same db */
405 sqlite3 *db; /* Database connection currently using this Btree */ member in struct:BtShared
436 u8 isExclusive; /* True if pWriter has an EXCLUSIVE lock on the db */
479 ** particular database connection identified BtCursor.pBtree.db.
  /external/chromium_org/third_party/sqlite/src/test/
laststmtchanges.test 60 db cache flush
61 sqlite3_exec_printf db {update t0 set x=4 where x=3; select 1;} {}
104 set ::tc [db total_changes]
140 expr [db total_changes] - $::tc
  /external/lzma/C/
7z.h 148 CSzAr db; member in struct:__anon6241
176 const CSzArEx *db,
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.cpp 17 const CArchiveDatabaseEx *db,
23 _db = db;
7zOut.h 106 const CArchiveDatabase &db,
139 const CArchiveDatabase &db,
  /external/oprofile/libpp/
profile.cpp 73 void profile_t::open_sample_file(string const & filename, odb_t & db)
87 int rc = odb_open(&db, filename.c_str(), ODB_RDONLY,
  /developers/build/prebuilts/gradle/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/
LocationDataManager.java 21 import com.example.android.wearable.speedtracker.db.LocationDbHelper;
53 // there is no cache for this day, so lets get it from DB
  /developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/
LocationDataManager.java 21 import com.example.android.wearable.speedtracker.db.LocationDbHelper;
53 // there is no cache for this day, so lets get it from DB
  /development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/
LocationDataManager.java 21 import com.example.android.wearable.speedtracker.db.LocationDbHelper;
53 // there is no cache for this day, so lets get it from DB
  /external/chromium_org/chrome/browser/history/
shortcuts_database_unittest.cc 60 // Checks that the database at |db| has the version 2 columns iff |is_v2|.
234 base::FilePath db_path(temp_dir.path().AppendASCII("TestShortcuts1.db"));
242 scoped_refptr<ShortcutsDatabase> db(new ShortcutsDatabase(db_path));
243 db->Init();
279 base::FilePath db_path(temp_dir.path().AppendASCII("TestShortcuts2.db"));
285 scoped_refptr<ShortcutsDatabase> db(new ShortcutsDatabase(db_path));
286 db->Init();
  /external/chromium_org/content/test/data/indexeddb/
index_test.js 129 db = event.target.result;
130 window.objectStore = db.createObjectStore('test');
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionBackend.cpp 342 PassRefPtrWillBeRawPtr<SQLTransactionBackend> SQLTransactionBackend::create(Database* db,
347 return adoptRefWillBeNoop(new SQLTransactionBackend(db, frontend, wrapper, readOnly));
350 SQLTransactionBackend::SQLTransactionBackend(Database* db,
355 , m_database(db)
539 // DB thread. Amongst other work, doCleanup() will clear m_sqliteTransaction
    [all...]

Completed in 632 milliseconds

<<11121314151617181920>>