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

<<11121314151617181920>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/
stabs-elf.asm 66 asmstr db 'hello, world', 0 ; [2]
69 printfstr db "integer==%d, localint==%d, commvar=%d"
70 db 10, 0
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elftest.asm 66 asmstr db 'hello, world', 0 ; [2]
69 printfstr db "integer==%d, localint==%d, commvar=%d"
70 db 10, 0
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
machotest.asm 70 _asmstr db 'hello, world', 0 ; [2]
73 _printfstr db "integer==%d, localint==%d, commvar=%d"
74 db 10, 0
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
machotest64.asm 90 _printfstr db "integer==%d, localint==%d, commvar=%d"
91 db 10, 0
101 _asmstr db 'hello, world', 0 ; [2]
  /external/lzma/C/
7zIn.c 134 SzAr_Init(&p->db);
153 SzAr_Free(&p->db, alloc);
186 MY_ALLOC(UInt32, p->FolderStartPackStreamIndex, p->db.NumFolders, alloc);
187 for (i = 0; i < p->db.NumFolders; i++)
190 startPos += p->db.Folders[i].NumPackStreams;
193 MY_ALLOC(UInt64, p->PackStreamStartPositions, p->db.NumPackStreams, alloc);
195 for (i = 0; i < p->db.NumPackStreams; i++)
198 startPosSize += p->db.PackSizes[i];
201 MY_ALLOC(UInt32, p->FolderStartFileIndex, p->db.NumFolders, alloc);
202 MY_ALLOC(UInt32, p->FileIndexToFolderIndexMap, p->db.NumFiles, alloc);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorMatrixSample.java 47 float db, float da) {
51 0, 0, 2, 0, db,
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 405 history::URLDatabase* db);
425 history::URLDatabase* db)
427 db_(db),
490 // history DB without re-querying. However, we'd still have to go back to
523 // URL DB; otherwise, we'll replace this match lower down. Don't do this for
578 // where we can read the full on-disk DB.
656 history::URLDatabase* db) {
659 if (!db) {
664 DoAutocomplete(backend, db, params);
726 history::URLDatabase* db,
    [all...]
  /external/chromium_org/chrome/browser/history/
expire_history_backend.cc 48 HistoryDatabase* db,
51 DCHECK(db) << "must have a database to operate upon";
54 db->GetAllVisitsInRange(base::Time(), end_time, max_visits, visits);
70 HistoryDatabase* db,
73 DCHECK(db) << "must have a database to operate upon";
76 base::Time begin_time = db->GetEarlyExpirationThreshold();
87 db->GetVisitsInRangeForTransition(begin_time, early_end_time,
93 db->UpdateEarlyExpirationThreshold(early_end_time);
430 // Don't delete URLs with visits still in the DB, or bookmarked.
444 // Update the db with the new details
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
history_model_worker.cc 26 history::HistoryDatabase* db) OVERRIDE {
50 history::HistoryDatabase* db) OVERRIDE {
65 // Post the work task on |history_service|'s DB thread from the UI
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_transaction.cc 12 #include "third_party/leveldatabase/src/include/leveldb/db.h"
18 LevelDBTransaction::LevelDBTransaction(LevelDBDatabase* db)
19 : db_(db),
20 snapshot_(db),
21 comparator_(db->Comparator()),
348 // Try to seek data iterator to something greater than the db iterator.
356 // If going backward, seek to a key less than the db iterator.
390 // the db iterator.
456 LevelDBDatabase* db) {
457 return make_scoped_ptr(new LevelDBDirectTransaction(db));
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
async.test 22 catch {db close}
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest2.tcl 43 # set t [time "exec ./sqlite232 s232.db <$sqlfile" 1]
46 # set t [time "exec ./sqlite-100 s100.db <$sqlfile" 1]
50 set t [time "exec ./sqlite240 s2k.db <$sqlfile" 1]
54 set t [time "exec ./sqlite240 sns.db <$sqlfile" 1]
57 # set t [time "exec ./sqlite-t1 st1.db <$sqlfile" 1]
66 catch {exec /bin/sh -c {rm -f s*.db}}
81 exec ./sqlite240 s2k.db <2kinit.sql
82 exec ./sqlite-t1 st1.db <2kinit.sql
89 exec ./sqlite240 sns.db <nosync-init.sql
spaceanal.tcl 31 sqlite3 db [lindex $argv 0]
32 register_dbstat_vtab db
34 set pageSize [db one {PRAGMA page_size}]
36 #set DB [btree_open [lindex $argv 0] 1000 0]
41 # queries the in-memory db to produce the space-analysis report.
67 db eval {
83 db func isleaf isleaf
84 db func isinternal isinternal
85 db func isoverflow isoverflow
88 foreach {name tblname} [concat sqlite_master sqlite_master [db eval $sql]]
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect2.asm 7 msg db "this is a message", 0
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdtlib.asm 48 _message: db 'hello',
  /external/owasp/sanitizer/tools/findbugs/bin/
findbugs-dbStats 64 fb_mainclass=edu.umd.cs.findbugs.cloud.db.DBStats
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database_index.cc 17 #include "third_party/leveldatabase/src/include/leveldb/db.h"
80 void ReadDatabaseContents(LevelDBWrapper* db, DatabaseContents* contents) {
81 DCHECK(db);
84 scoped_ptr<LevelDBWrapper::Iterator> itr(db->NewIterator());
125 LevelDBWrapper* db) {
175 PutFileTrackerDeletionToDB(tracker->tracker_id(), db);
193 PutFileMetadataDeletionToDB(metadata->file_id(), db);
203 MetadataDatabaseIndex::Create(LevelDBWrapper* db) {
204 DCHECK(db);
206 scoped_ptr<ServiceMetadata> service_metadata = InitializeServiceMetadata(db);
    [all...]
  /external/chromium_org/storage/browser/database/
database_tracker.cc 37 FILE_PATH_LITERAL("Databases.db");
155 // We call NotifiyStorageAccessed when a db is opened and also when
640 for (std::set<base::string16>::const_iterator db = ori->second.begin();
641 db != ori->second.end(); ++db)
642 ScheduleDatabaseForDeletion(ori->first, *db);
691 for (std::vector<DatabaseDetails>::const_iterator db = details.begin();
692 db != details.end(); ++db) {
693 base::FilePath db_file = GetFullDBFilePath(*ori, db->database_name)
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 505 static int sql_exec(sqlite3 *db, const char *zName, const char *zFormat){
507 int rc = sqlite3_exec(db, zCommand, NULL, 0, NULL);
512 static int sql_prepare(sqlite3 *db, const char *zName, sqlite3_stmt **ppStmt,
515 int rc = sqlite3_prepare(db, zCommand, -1, ppStmt, NULL);
564 sqlite3 *db; member in struct:fulltext_vtab
600 int rc = sql_prepare(v->db, v->zName, &v->pFulltextStatements[iStmt],
855 static int fulltextConnect(sqlite3 *db, void *pAux, int argc, char **argv,
864 v->db = db;
892 rc = sqlite3_declare_vtab(db, "create table x(content text)")
    [all...]
  /external/chromium_org/chrome/utility/importer/
nss_decryptor.cc 242 sql::Connection db; local
243 if (!db.Open(sqlite_file))
247 sql::Statement s(db.GetUniqueStatement(query));
269 sql::Statement s2(db.GetUniqueStatement(query2));
  /external/chromium_org/components/search_engines/
keyword_table.h 98 static KeywordTable* FromWebDatabase(WebDatabase* db);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransaction.cpp 51 PassRefPtrWillBeRawPtr<SQLTransaction> SQLTransaction::create(Database* db, SQLTransactionCallback* callback,
55 return adoptRefWillBeNoop(new SQLTransaction(db, callback, successCallback, errorCallback, readOnly));
58 SQLTransaction::SQLTransaction(Database* db, SQLTransactionCallback* callback,
61 : m_database(db)
  /external/chromium_org/third_party/leveldatabase/src/db/
db_iter.cc 5 #include "db/db_iter.h"
7 #include "db/filename.h"
8 #include "db/db_impl.h"
9 #include "db/dbformat.h"
34 // Memtables and sstables that make the DB representation contain
36 // combines multiple entries for the same userkey found in the DB
51 DBIter(DBImpl* db, const Comparator* cmp, Iterator* iter, SequenceNumber s,
53 : db_(db),
309 DBImpl* db,
314 return new DBIter(db, user_key_comparator, internal_iter, sequence, seed)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
variance_impl_ssse3.asm 357 times 8 db 128, 0
358 times 8 db 112, 16
359 times 8 db 96, 32
360 times 8 db 80, 48
361 times 8 db 64, 64
362 times 8 db 48, 80
363 times 8 db 32, 96
364 times 8 db 16, 112
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 213 db = descriptor_database.DescriptorDatabase()
214 self.pool = descriptor_pool.DescriptorPool(db)
215 db.Add(self.factory_test1_fd)
216 db.Add(self.factory_test2_fd)

Completed in 1205 milliseconds

<<11121314151617181920>>