/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
D | DOMFileSystem.h | 73 template <typename CB, typename CBArg> 74 static void scheduleCallback(ExecutionContext*, CB*, PassRefPtrWillBeRawPtr<CBArg>); 76 template <typename CB, typename CBArg> 77 static void scheduleCallback(ExecutionContext*, CB*, CBArg*); 79 template <typename CB, typename CBArg> 80 static void scheduleCallback(ExecutionContext*, CB*, const HeapVector<CBArg>&); 82 template <typename CB, typename CBArg> 83 static void scheduleCallback(ExecutionContext*, CB*, const CBArg&); 85 template <typename CB> 86 static void scheduleCallback(ExecutionContext*, CB*); [all …]
|
D | FileSystemCallbacks.h | 71 template <typename CB, typename CBArg> 72 void handleEventOrScheduleCallback(RawPtr<CB>, RawPtr<CBArg>); 75 template <typename CB, typename CBArg> 76 void handleEventOrScheduleCallback(RawPtr<CB>, CBArg*); 78 template <typename CB, typename CBArg> 79 void handleEventOrScheduleCallback(RawPtr<CB>, PassRefPtrWillBeRawPtr<CBArg>); 81 template <typename CB> 82 void handleEventOrScheduleCallback(RawPtr<CB>);
|
D | FileSystemCallbacks.cpp | 91 template <typename CB, typename CBArg> 92 void FileSystemCallbacksBase::handleEventOrScheduleCallback(RawPtr<CB> callback, RawPtr<CBArg> arg) in handleEventOrScheduleCallback() 98 template <typename CB, typename CBArg> 99 void FileSystemCallbacksBase::handleEventOrScheduleCallback(RawPtr<CB> callback, CBArg* arg) in handleEventOrScheduleCallback() 111 template <typename CB, typename CBArg> 112 void FileSystemCallbacksBase::handleEventOrScheduleCallback(RawPtr<CB> callback, PassRefPtrWillBeRa… in handleEventOrScheduleCallback() 124 template <typename CB> 125 void FileSystemCallbacksBase::handleEventOrScheduleCallback(RawPtr<CB> callback) in handleEventOrScheduleCallback()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UnreachableCodeChecker.cpp | 44 static inline const Stmt *getUnreachableStmt(const CFGBlock *CB); 45 static void FindUnreachableEntryPoints(const CFGBlock *CB, 48 static bool isInvalidPath(const CFGBlock *CB, const ParentMap &PM); 49 static inline bool isEmptyCFGBlock(const CFGBlock *CB); 83 const CFGBlock *CB = BE->getBlock(); in checkEndAnalysis() local 84 reachable.insert(CB->getBlockID()); in checkEndAnalysis() 101 const CFGBlock *CB = *I; in checkEndAnalysis() local 103 if (reachable.count(CB->getBlockID())) in checkEndAnalysis() 107 if (isEmptyCFGBlock(CB)) in checkEndAnalysis() 111 if (!visited.count(CB->getBlockID())) in checkEndAnalysis() [all …]
|
D | AnalyzerStatsChecker.cpp | 64 const CFGBlock *CB = BE->getBlock(); in checkEndAnalysis() local 65 reachable.insert(CB); in checkEndAnalysis() 76 const CFGBlock *CB = *I; in checkEndAnalysis() local 79 if (!reachable.count(CB)) { in checkEndAnalysis()
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
D | env_test.cc | 38 struct CB { in TEST() struct 42 CB(port::AtomicPointer* p, int i) : last_id_ptr(p), id(i) { } in TEST() function 45 CB* cb = reinterpret_cast<CB*>(v); in TEST() 53 CB cb1(&last_id, 1); in TEST() 54 CB cb2(&last_id, 2); in TEST() 55 CB cb3(&last_id, 3); in TEST() 56 CB cb4(&last_id, 4); in TEST() 57 env_->Schedule(&CB::Run, &cb1); in TEST() 58 env_->Schedule(&CB::Run, &cb2); in TEST() 59 env_->Schedule(&CB::Run, &cb3); in TEST() [all …]
|
/external/zlib/src/contrib/dotzlib/ |
D | DotZLib.sln | 2 …F4B-00C04F79EFBC}") = "DotZLib", "DotZLib\DotZLib.csproj", "{BB1EE0B1-1808-46CB-B786-949D91117FC5}" 12 {BB1EE0B1-1808-46CB-B786-949D91117FC5}.Debug.ActiveCfg = Debug|.NET 13 {BB1EE0B1-1808-46CB-B786-949D91117FC5}.Debug.Build.0 = Debug|.NET 14 {BB1EE0B1-1808-46CB-B786-949D91117FC5}.Release.ActiveCfg = Release|.NET 15 {BB1EE0B1-1808-46CB-B786-949D91117FC5}.Release.Build.0 = Release|.NET
|
/external/eigen/blas/ |
D | lsame.f | 1 LOGICAL FUNCTION LSAME(CA,CB) 8 CHARACTER CA,CB local 36 LSAME = CA .EQ. CB 49 INTB = ICHAR(CB)
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
D | vq3.c | 29 int16_t *CB, /* codebook in Q13 */ in WebRtcIlbcfix_Vq3() argument 43 tmp = X[0] - CB[pos]; in WebRtcIlbcfix_Vq3() 46 tmp = X[i] - CB[pos + i]; in WebRtcIlbcfix_Vq3() 59 Xq[i] = CB[minindex*3 + i]; in WebRtcIlbcfix_Vq3()
|
D | vq4.c | 29 int16_t *CB, /* codebook in Q13 */ in WebRtcIlbcfix_Vq4() argument 43 tmp = X[0] - CB[pos]; in WebRtcIlbcfix_Vq4() 46 tmp = X[i] - CB[pos + i]; in WebRtcIlbcfix_Vq4() 59 Xq[i] = CB[minindex*4 + i]; in WebRtcIlbcfix_Vq4()
|
D | cb_mem_energy.c | 31 int16_t *CB, /* (i) The CB memory (1:st section) */ in WebRtcIlbcfix_CbMemEnergy() argument 48 ppi = CB+lMem-lTarget-1; in WebRtcIlbcfix_CbMemEnergy() 49 ppo = CB+lMem-1; in WebRtcIlbcfix_CbMemEnergy() 51 pp=CB+lMem-lTarget; in WebRtcIlbcfix_CbMemEnergy()
|
D | split_vq.c | 33 int16_t *CB, /* (i) the quantizer codebook in Q13 */ in WebRtcIlbcfix_SplitVq() argument 44 CBPtr=CB; in WebRtcIlbcfix_SplitVq()
|
/external/qemu/distrib/sdl-1.2.15/VisualCE/ |
D | SDL.sln | 17 …0-8D11-00A0C91BC942}") = "testwin", "testwin\testwin.vcproj", "{DC516978-88CB-4F9A-A39A-C351C25861… 99 …{DC516978-88CB-4F9A-A39A-C351C258613B}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Pocket PC 20… 100 …{DC516978-88CB-4F9A-A39A-C351C258613B}.Debug|Pocket PC 2003 (ARMV4).Build.0 = Debug|Pocket PC 2003… 101 …{DC516978-88CB-4F9A-A39A-C351C258613B}.Debug|Pocket PC 2003 (ARMV4).Deploy.0 = Debug|Pocket PC 200… 102 …{DC516978-88CB-4F9A-A39A-C351C258613B}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone … 103 …{DC516978-88CB-4F9A-A39A-C351C258613B}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 20… 104 …{DC516978-88CB-4F9A-A39A-C351C258613B}.Debug|Smartphone 2003 (ARMV4).Deploy.0 = Debug|Smartphone 2… 105 …{DC516978-88CB-4F9A-A39A-C351C258613B}.Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg =… 106 …{DC516978-88CB-4F9A-A39A-C351C258613B}.Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Build.0 = D… 107 …{DC516978-88CB-4F9A-A39A-C351C258613B}.Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).Deploy.0 = … [all …]
|
/external/valgrind/main/VEX/orig_x86/ |
D | manyfp.orig | 536 . 90 E8 CB 01 00 00 659 . 55 89 E5 53 83 EC 44 80 3D C2 CB 32 40 00 74 1B 677 . 80 3D C2 CB 32 40 00 74 13 1467 . EB CB 1491 . 55 89 E5 53 83 EC 34 80 3D C2 CB 32 40 00 74 1B 1534 … DD 1C D8 D9 C0 D8 C3 D9 C9 8B 75 E4 D8 C2 D9 C9 8B 45 E0 DD 1C DE DD 1C D8 43 83 C4 08 39 CB 72 C7 1539 … DD 1C D8 D9 C0 D8 C3 D9 C9 8B 75 E4 D8 C2 D9 C9 8B 45 E0 DD 1C DE DD 1C D8 43 83 C4 08 39 CB 72 C7 1622 …44 30 08 8B 45 E0 03 45 E4 31 D2 DD 45 C8 D9 C3 D9 C9 F7 75 10 D8 CB D9 C9 D8 CA D9 CB DE CC D9 C9… 1770 … F7 89 D0 31 D2 52 50 DF 2C 24 DC 0D E0 06 06 08 83 EC 08 DC 75 E0 DD 14 24 DD 5D C8 E8 EE CB FF FF 1778 . DD 45 B8 DD 45 14 DD 45 1C D9 C9 D8 CA D9 C9 D8 CB D9 CA DC 4D 1C D9 CB DC 4D 14 D9 C9 8B 45 DC 8… [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramState.h | 312 template <typename CB> CB scanReachableSymbols(SVal val) const; 313 template <typename CB> CB scanReachableSymbols(const SVal *beg, 316 template <typename CB> CB 772 template <typename CB> 773 CB ProgramState::scanReachableSymbols(SVal val) const { in scanReachableSymbols() 774 CB cb(this); in scanReachableSymbols() 779 template <typename CB> 780 CB ProgramState::scanReachableSymbols(const SVal *beg, const SVal *end) const { in scanReachableSymbols() 781 CB cb(this); in scanReachableSymbols() 786 template <typename CB> [all …]
|
/external/chromium_org/media/base/ |
D | callback_holder.h | 16 template <typename CB> class CallbackHolder { 28 void SetCallback(const CB& cb) { in SetCallback() 82 CB original_cb_;
|
/external/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 268 BasicBlock *CB; in FlattenParallelAndOr() local 275 CB = PBI->getSuccessor(1 - Idx); in FlattenParallelAndOr() 279 .splice(FirstCondBlock->end(), CB->getInstList()); in FlattenParallelAndOr() 294 if (CB == LastCondBlock) in FlattenParallelAndOr() 297 CB->dropAllReferences(); in FlattenParallelAndOr() 299 new UnreachableInst(CB->getContext(), CB); in FlattenParallelAndOr()
|
/external/ltrace/ |
D | vect.h | 161 #define VECT_EACH(VECP, ELT_TYPE, START_AFTER, CB, DATA) \ argument 166 enum callback_status (*_cb)(ELT_TYPE *, void *) = CB; \ 180 #define VECT_EACH_CST(VECP, ELT_TYPE, START_AFTER, CB, DATA) \ argument 185 enum callback_status (*_cb)(const ELT_TYPE *, void *) = CB; \
|
/external/clang/lib/Analysis/ |
D | ReachableCode.cpp | 363 clang::reachable_code::Callback &CB); 371 clang::reachable_code::Callback &CB); 443 clang::reachable_code::Callback &CB) { in scanBackwards() argument 476 reportDeadCode(Block, S, CB); in scanBackwards() 496 reportDeadCode(Block, I->second, CB); in scanBackwards() 571 clang::reachable_code::Callback &CB) { in reportDeadCode() argument 601 CB.HandleUnreachable(reachable_code::UK_Loop_Increment, in reportDeadCode() 621 CB.HandleUnreachable(UK, Loc, SilenceableCondVal, R1, R2); in reportDeadCode() 638 Callback &CB) { in FindUnreachableCode() argument 672 numReachable += DS.scanBackwards(block, CB); in FindUnreachableCode()
|
/external/valgrind/main/VEX/orig_ppc32/ |
D | morefp.orig | 131 . 7C 00 04 AC 4C 00 01 2C 7F 23 CB 78 81 01 00 08 83 21 00 34 82 E1 00 0C 7D 00 81 20 7F 28 03 A6 8… 149 . 81 8B 00 08 80 CB 00 00 39 6B 00 0C 7C EC EA 14 7F 8B F8 40 7C E6 E9 2E 41 9C FF E8 242 . 81 7E 04 90 54 00 10 3A 7C CB 00 2E 7D 26 5A 14 7D 29 03 A6 4E 80 04 20 470 . 38 CB 00 04 39 49 00 03 90 C3 00 00 4B FF FF D0 833 …91 7C 00 00 3B 9C 00 04 7D 9A 42 14 91 0B 00 0C 90 8B 00 04 39 0C 00 01 90 CB 00 08 93 4B 00 10 40… 848 …91 7C 00 00 3B 9C 00 04 7D 9A 42 14 91 0B 00 0C 90 8B 00 04 39 0C 00 01 90 CB 00 08 93 4B 00 10 40… 872 . 7F 23 CB 78 7F 3D CB 78 48 00 DC BD 1355 . 80 81 00 00 7F 23 CB 78 82 E4 00 04 82 A4 FF D4 7E E8 03 A6 82 C4 FF D8 82 E4 FF DC 83 04 FF E0 8… 1418 . 7F 25 CB 78 7F 68 DB 78 7E 03 83 78 7E 84 A3 78 7E E6 BB 78 7E C7 B3 78 48 00 39 B1 1496 . 80 7D 00 18 3D 80 73 51 61 8E 62 40 54 6F 16 FA 7D C8 7E 30 55 06 07 3E 90 CB 00 14 4B FF FC 78 [all …]
|
D | loadsafp.orig | 131 . 7C 00 04 AC 4C 00 01 2C 7F 23 CB 78 81 01 00 08 83 21 00 34 82 E1 00 0C 7D 00 81 20 7F 28 03 A6 8… 149 . 81 8B 00 08 80 CB 00 00 39 6B 00 0C 7C EC EA 14 7F 8B F8 40 7C E6 E9 2E 41 9C FF E8 242 . 81 7E 04 90 54 00 10 3A 7C CB 00 2E 7D 26 5A 14 7D 29 03 A6 4E 80 04 20 470 . 38 CB 00 04 39 49 00 03 90 C3 00 00 4B FF FF D0 833 …91 7C 00 00 3B 9C 00 04 7D 9A 42 14 91 0B 00 0C 90 8B 00 04 39 0C 00 01 90 CB 00 08 93 4B 00 10 40… 848 …91 7C 00 00 3B 9C 00 04 7D 9A 42 14 91 0B 00 0C 90 8B 00 04 39 0C 00 01 90 CB 00 08 93 4B 00 10 40… 872 . 7F 23 CB 78 7F 3D CB 78 48 00 DC BD 1355 . 80 81 00 00 7F 23 CB 78 82 E4 00 04 82 A4 FF D4 7E E8 03 A6 82 C4 FF D8 82 E4 FF DC 83 04 FF E0 8… 1418 . 7F 25 CB 78 7F 68 DB 78 7E 03 83 78 7E 84 A3 78 7E E6 BB 78 7E C7 B3 78 48 00 39 B1 1496 . 80 7D 00 18 3D 80 73 51 61 8E 62 40 54 6F 16 FA 7D C8 7E 30 55 06 07 3E 90 CB 00 14 4B FF FC 78 [all …]
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 510 IndexerCallbacks CB; in clang_indexSourceFile_Impl() local 511 memset(&CB, 0, sizeof(CB)); in clang_indexSourceFile_Impl() 512 unsigned ClientCBSize = index_callbacks_size < sizeof(CB) in clang_indexSourceFile_Impl() 513 ? index_callbacks_size : sizeof(CB); in clang_indexSourceFile_Impl() 514 memcpy(&CB, client_index_callbacks, ClientCBSize); in clang_indexSourceFile_Impl() 617 IndexAction.reset(new IndexingFrontendAction(client_data, CB, in clang_indexSourceFile_Impl() 769 IndexerCallbacks CB; in clang_indexTranslationUnit_Impl() local 770 memset(&CB, 0, sizeof(CB)); in clang_indexTranslationUnit_Impl() 771 unsigned ClientCBSize = index_callbacks_size < sizeof(CB) in clang_indexTranslationUnit_Impl() 772 ? index_callbacks_size : sizeof(CB); in clang_indexTranslationUnit_Impl() [all …]
|
D | IndexingContext.cpp | 228 if (!CB.abortQuery) in shouldAbort() 230 return CB.abortQuery(ClientData, nullptr); in shouldAbort() 234 if (File && CB.enteredMainFile) { in enteredMainFile() 236 CB.enteredMainFile(ClientData, in enteredMainFile() 248 if (!CB.ppIncludedFile) in ppIncludedFile() 257 CXIdxClientFile idxFile = CB.ppIncludedFile(ClientData, &Info); in ppIncludedFile() 262 if (!CB.importedASTFile) in importedModule() 276 CXIdxClientASTFile astFile = CB.importedASTFile(ClientData, &Info); in importedModule() 281 if (!CB.importedASTFile) in importedPCH() 291 CXIdxClientASTFile astFile = CB.importedASTFile(ClientData, &Info); in importedPCH() [all …]
|
D | CIndexInclusionStack.cpp | 25 void clang_getInclusions(CXTranslationUnit TU, CXInclusionVisitor CB, in clang_getInclusions() argument 71 CB(static_cast<CXFile>( in clang_getInclusions()
|
/external/clang/test/Modules/ |
D | redecl-add-after-load.cpp | 23 typedef C::A CB; typedef 45 CB struct_struct_test;
|