/external/pigweed/pw_log_rpc/ |
D | docs.rst | 18 1. Set up RPC 24 2. Set up tokenized logging (optional) 28 3. Connect the tokenized logging handler to the MultiSink 34 4. Create log drains and filters 44 5. Flush the log drains in the background 262 1. Set up RPC 266 2. Create ``Filter``\s 271 3. Create a ``FilterMap`` and ``FilterService`` 276 4. Use RPCs to retrieve and modify filter rules
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | def_use_manager.h | 34 struct Use { struct 40 inline bool operator==(const Use& lhs, const Use& rhs) { argument
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | def_use_manager.h | 34 struct Use { struct 40 inline bool operator==(const Use& lhs, const Use& rhs) { argument
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | def_use_manager.h | 34 struct Use { struct 40 inline bool operator==(const Use& lhs, const Use& rhs) { argument
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Use.h | 36 class Use; variable 78 Use(PrevPtrTag tag) : Val(nullptr) { Prev.setInt(tag); } in Use() function
|
/external/libchrome/base/memory/ |
D | linked_ptr_unittest.cc | 21 virtual void Use() { history += base::StringPrintf("A%d use\n", mynum); } in Use() function 29 void Use() override { history += base::StringPrintf("B%d use\n", mynum); } in Use() function
|
/external/llvm/lib/Target/AMDGPU/ |
D | GCNHazardRecognizer.cpp | 213 for (const MachineOperand &Use : SMRD->uses()) { in checkSMRDHazards() local 237 for (const MachineOperand &Use : VMEM->uses()) { in checkVMEMHazards() local 255 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards() local
|
/external/llvm/include/llvm/IR/ |
D | Use.h | 36 class Use; variable 88 Use(PrevPtrTag tag) : Val(nullptr) { Prev.setInt(tag); } in Use() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineLoopUtils.cpp | 64 for (auto &Use : MRI.use_operands(OrigR)) in PeelSingleBlockLoop() local 67 for (auto *Use : Uses) { in PeelSingleBlockLoop() local
|
/external/AFLplusplus/instrumentation/ |
D | README.cmplog.md | 33 ## Use section in CmpLog instrumentation
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | GuardUtils.h | 18 class Use; variable
|
D | CaptureTracking.h | 19 class Use; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCBranchCoalescing.cpp | 430 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMoveToBeginning() local 460 for (auto &Use : MI.uses()) { in canMoveToEnd() local 541 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMerge() local
|
/external/llvm/include/llvm/Analysis/ |
D | CaptureTracking.h | 20 class Use; variable
|
/external/webrtc/rtc_base/ |
D | data_rate_limiter.cc | 20 void DataRateLimiter::Use(size_t used, double time) { in Use() function in rtc::DataRateLimiter
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | Instruction.cpp | 192 if (!all_of(getUses(), [](const ReadState &Use) { return Use.isReady(); })) in updatePending() 206 if (!all_of(getUses(), [](const ReadState &Use) { in updateDispatched()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DerivedUser.h | 17 class Use; variable
|
/external/clang/test/Modules/ |
D | merge-using-decls.cpp | 18 template<typename T> int Use() { in Use() function
|
/external/clang/lib/Tooling/Core/ |
D | Lookup.cpp | 85 std::string tooling::replaceNestedName(const NestedNameSpecifier *Use, in replaceNestedName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | SROA.h | 33 class Use; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | SSAUpdater.h | 29 class Use; variable
|
/external/cronet/net/proxy_resolution/ |
D | proxy_info.cc | 17 void ProxyInfo::Use(const ProxyInfo& other) { in Use() function in net::ProxyInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 359 DeadArgumentEliminationPass::MarkIfNotLive(RetOrArg Use, in MarkIfNotLive() 389 RetOrArg Use = CreateRet(F, RetValNum); in SurveyUse() local 395 RetOrArg Use = CreateRet(F, i); in SurveyUse() local 452 RetOrArg Use = CreateArg(F, ArgNo); in SurveyUse() local
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 335 DeadArgumentEliminationPass::MarkIfNotLive(RetOrArg Use, in MarkIfNotLive() 366 RetOrArg Use = CreateRet(F, RetValNum); in SurveyUse() local 372 RetOrArg Use = CreateRet(F, i); in SurveyUse() local 429 RetOrArg Use = CreateArg(F, ArgNo); in SurveyUse() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FixupSetCC.cpp | 80 for (auto &Use : MRI->use_instructions(MI.getOperand(0).getReg())) in runOnMachineFunction() local
|