HomeSort by relevance Sort by last modified time
    Searched refs:DB (Results 101 - 125 of 148) sorted by null

1 2 3 45 6

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 47 IB, IA, DB, DA
GGLAssembler.h 140 mGen.STM(mGen.AL, mGen.DB, mGen.SP, 1, mRegList);
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 235 DiagnosticBuilder DB
246 DB << SourceRange(Locations[I]);
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 540 DB (DB_JOBS, ("CreateProcess(%s,%s,...)\n",
1198 DB (DB_JOBS, ("process_easy: All process slots used up\n"));
  /external/chromium/chrome/browser/password_manager/
native_backend_kwallet_x.cc 568 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB));
  /external/chromium/chrome/browser/webdata/
web_data_service_unittest.cc 74 db_thread_(BrowserThread::DB) {}
127 // Release this first so it can get destructed on the db thread.
web_data_service.cc 92 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB));
582 // In the rare case where the db fails to initialize a dialog may get shown
586 WebDatabase* db = new WebDatabase();
587 sql::InitStatus init_status = db->Init(path_);
591 delete db;
603 db_ = db;
637 BrowserThread::PostTask(BrowserThread::DB, FROM_HERE, t);
939 // done on the DB thread, and not the UI thread.
    [all...]
  /external/icu4c/data/sprep/
rfc3530cs.txt 75 09D8..09DB; ; UNASSIGNED
rfc3530mixp.txt 76 09D8..09DB; ; UNASSIGNED
rfc3920res.txt 76 09D8..09DB; ; UNASSIGNED
rfc4011.txt 75 09D8..09DB; ; UNASSIGNED
rfc4013.txt 76 09D8..09DB; ; UNASSIGNED
rfc4505.txt 75 09D8..09DB; ; UNASSIGNED
rfc4518.txt 75 09D8..09DB; ; UNASSIGNED
  /external/icu4c/test/testdata/
nfs4_cs_prep_cs.txt 67 09D8..09DB; ; UNASSIGNED
nfs4_mixed_prep_p.txt 67 09D8..09DB; ; UNASSIGNED
  /external/clang/include/clang/AST/
Decl.h     [all...]
DeclCXX.h     [all...]
  /external/sqlite/dist/orig/
shell.c 232 static sqlite3 *db = 0; variable
417 sqlite3 *db; /* The database */ member in struct:callback_data
661 if( db ) sqlite3_interrupt(db);
959 rc = sqlite3_prepare(p->db, zSelect, -1, &pSelect, 0);
961 fprintf(p->out, "/**** ERROR: (%d) %s *****/\n", rc, sqlite3_errmsg(p->db));
988 fprintf(p->out, "/**** ERROR: (%d) %s *****/\n", rc, sqlite3_errmsg(p->db));
998 sqlite3 *db /* Database to query */
1000 int nErrMsg = 1+strlen30(sqlite3_errmsg(db));
1003 memcpy(zErrMsg, sqlite3_errmsg(db), nErrMsg)
    [all...]
  /external/sqlite/dist/
shell.c 237 static sqlite3 *db = 0; variable
422 sqlite3 *db; /* The database */ member in struct:callback_data
666 if( db ) sqlite3_interrupt(db);
964 rc = sqlite3_prepare(p->db, zSelect, -1, &pSelect, 0);
966 fprintf(p->out, "/**** ERROR: (%d) %s *****/\n", rc, sqlite3_errmsg(p->db));
993 fprintf(p->out, "/**** ERROR: (%d) %s *****/\n", rc, sqlite3_errmsg(p->db));
1003 sqlite3 *db /* Database to query */
1005 int nErrMsg = 1+strlen30(sqlite3_errmsg(db));
1008 memcpy(zErrMsg, sqlite3_errmsg(db), nErrMsg)
    [all...]
  /external/chromium/chrome/browser/
browser_process_impl.cc 270 // on the db thread too.
276 // At this point, no render process exist and the file, io, db, and
760 new BrowserProcessSubThread(BrowserThread::DB));
    [all...]
  /external/chromium/chrome/browser/history/
expire_history_backend_unittest.cc 56 db_thread_(BrowserThread::DB, &message_loop_),
67 // Returns true if the given favicon/thumanil has an entry in the DB.
95 // Returns the path the db files are created in.
478 // Compute the text DB filename.
784 // Note that the ID is different in the archived DB, so look up by URL.
809 // in the main DB and not in the archived one since it is starred.
812 // Note that the ID is different in the archived DB, so look up by URL.
819 // archived. It should be present in both the main DB (because it's starred)
820 // and the archived DB (for the archived visit).
825 // Note that the ID is different in the archived DB, so look up by URL
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java 11 package org.eclipse.test.internal.performance.results.db;
31 import org.eclipse.test.internal.performance.db.DB;
37 * Specific and private implementation of {@link org.eclipse.test.internal.performance.db.DB} class
39 * TODO (frederic) Should be at least a subclass of {@link DB}...
50 // the two supported DB types
187 * Returns a title including DB version and name.
195 title += " Network DB";
197 title += " Local DB";
    [all...]
  /external/iproute2/misc/
arpd.c 42 DB *dbase;
43 char *dbname = "/var/lib/arpd/arpd.db";
310 /* Now we have at least mirror of kernel db, so that
  /external/libvpx/libvpx/
libs.mk 165 --proj-guid=DCE19DAF-69AC-46DB-B14A-39F0FAA5DB74 \

Completed in 2139 milliseconds

1 2 3 45 6