HomeSort by relevance Sort by last modified time
    Searched defs:DB (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /development/scripts/
add-accounts 32 DB = "/data/data/com.google.android.googleapps/databases/accounts.db"
55 "/system/bin/ls", DB)
81 db = DbExists(adb_flags)
82 if db is None:
87 if db:
add-accounts-sdk 32 DB = "/data/data/com.google.android.googleapps/databases/accounts.db"
52 args = ("adb",) + adb_flags + ("shell", "/system/bin/ls", DB)
78 db = DbExists(adb_flags)
79 if db is None:
84 if db:
  /external/libxml2/doc/
queries.py 15 DB = index.DB
18 global DB
28 c = DB.cursor()
59 global DB
61 c = DB.cursor()
87 global DB
90 c = DB.cursor()
  /external/llvm/lib/Transforms/Scalar/
BDCE.cpp 38 static bool bitTrackingDCE(Function &F, DemandedBits &DB) {
43 !DB.getDemandedBits(&I).getBoolValue()) {
56 if (!DB.isInstructionDead(&I))
73 auto &DB = AM.getResult<DemandedBitsAnalysis>(F);
74 if (!bitTrackingDCE(F, DB))
93 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits();
94 return bitTrackingDCE(F, DB);
  /external/clang/test/Modules/Inputs/
redecl-add-after-load-decls.h 23 typedef D::A DB;
  /external/llvm/include/llvm/Transforms/Vectorize/
LoopVectorize.h 83 DemandedBits *DB;
SLPVectorizer.h 53 DemandedBits *DB = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Vectorize/
LoopVectorize.h 86 DemandedBits *DB;
SLPVectorizer.h 72 DemandedBits *DB = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Vectorize/
LoopVectorize.h 86 DemandedBits *DB;
SLPVectorizer.h 72 DemandedBits *DB = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Vectorize/
LoopVectorize.h 86 DemandedBits *DB;
SLPVectorizer.h 72 DemandedBits *DB = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Vectorize/
LoopVectorize.h 86 DemandedBits *DB;
SLPVectorizer.h 72 DemandedBits *DB = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Vectorize/
LoopVectorize.h 86 DemandedBits *DB;
SLPVectorizer.h 72 DemandedBits *DB = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Vectorize/
LoopVectorize.h 86 DemandedBits *DB;
SLPVectorizer.h 72 DemandedBits *DB = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Vectorize/
LoopVectorize.h 86 DemandedBits *DB;
SLPVectorizer.h 72 DemandedBits *DB = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Vectorize/
LoopVectorize.h 86 DemandedBits *DB;
SLPVectorizer.h 72 DemandedBits *DB = nullptr;
  /external/llvm/include/llvm/Analysis/
DemandedBits.h 73 mutable Optional<DemandedBits> DB;
84 DemandedBits &getDemandedBits() { return *DB; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DemandedBits.h 73 mutable Optional<DemandedBits> DB;
84 DemandedBits &getDemandedBits() { return *DB; }

Completed in 398 milliseconds

1 2 3 4 5 6