/frameworks/compile/libbcc/lib/ |
D | RSScreenFunctionsPass.cpp | 47 bool isLegal(llvm::Function &F) { in isLegal() 80 for(auto &F: FunctionList) { in runOnModule() local
|
D | RSX86CallConvPass.cpp | 44 bool IsRSFunctionOfInterest(llvm::Function &F) { in IsRSFunctionOfInterest() 60 bool IsDerefNeeded(llvm::Function *F, llvm::Argument &Arg) { in IsDerefNeeded() 94 bool FillArgsToDeref(llvm::Function *F, std::vector<unsigned> &ArgNums) { in FillArgsToDeref()
|
D | RSIsThreadablePass.cpp | 105 for (auto &F: FunctionList) { in runOnModule() local
|
D | RSInvariant.cpp | 75 virtual bool runOnFunction(llvm::Function &F) { in runOnFunction()
|
D | RSX86TranslateGEPPass.cpp | 137 virtual bool runOnFunction(llvm::Function &F) override { in runOnFunction()
|
/frameworks/compile/slang/ |
D | slang_rs_export_func.cpp | 53 RSExportFunc *F; in Create() local 146 const RSExportRecordType::Field *F = *FI; in checkParameterPacketType() local
|
D | slang_rs_reflection.h | 177 inline void addFieldIndexMapping(const RSExportRecordType::Field *F) { in addFieldIndexMapping() 183 inline std::pair<unsigned, unsigned> getFieldIndex(const RSExportRecordType::Field *F) const { in getFieldIndex()
|
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
D | PooledLambda.java | 611 HeptConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainRunnable() 648 HeptConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainMessage() 675 OctConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, in obtainRunnable() 714 OctConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, in obtainMessage() 743 NonaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainRunnable() 783 NonaConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainMessage() 813 DecConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainRunnable() 854 DecConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainMessage() 886 UndecConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainRunnable() 928 UndecConsumer<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, in obtainMessage() [all …]
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | NullFragment.h | 29 static bool classof(const Fragment* F) { in classof()
|
D | RegionFragment.h | 30 static bool classof(const Fragment* F) { in classof()
|
D | TargetFragment.h | 30 static bool classof(const Fragment* F) { in classof()
|
D | FillFragment.h | 31 static bool classof(const Fragment* F) { in classof()
|
D | AlignFragment.h | 38 static bool classof(const Fragment* F) { in classof()
|
D | Stub.h | 121 static bool classof(const Fragment* F) { in classof()
|
/frameworks/compile/slang/StripUnkAttr/ |
D | strip_unknown_attributes.cpp | 23 bool stripUnknownAttributes(llvm::Function &F) { in stripUnknownAttributes()
|
D | strip_unknown_attributes_pass.cpp | 26 bool StripUnknownAttributes::runOnFunction(llvm::Function &F) { in runOnFunction()
|
/frameworks/native/libs/ftl/ |
D | enum_test.cpp | 25 enum class E { A, B, C, F = 5, ftl_last = F }; enumerator 41 enum class F : std::uint16_t { X = 0b1, Y = 0b10, Z = 0b100 }; enum
|
/frameworks/native/libs/renderengine/skia/ |
D | VulkanInterface.cpp | 226 #define VK_GET_PROC(F) \ argument 229 #define VK_GET_INST_PROC(instance, F) \ argument 232 #define VK_GET_DEV_PROC(device, F) \ argument
|
/frameworks/native/libs/binder/rust/src/ |
D | proxy.rs | 310 fn dump<F: AsRawFd>(&mut self, fp: &F, args: &[&str]) -> Result<()> { in dump() 574 let callback: *const F = Arc::into_raw(Arc::new(callback)); in new() constant 638 let callback = unsafe { (cookie as *const F).as_ref().unwrap() }; in binder_died() constant 654 drop(unsafe { Arc::from_raw(cookie as *const F) }); in cookie_decr_refcount() constant 668 let arc = mem::ManuallyDrop::new(unsafe { Arc::from_raw(cookie as *const F) }); in cookie_incr_refcount() constant
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.cpp | 81 for (const Function &F : M) { in ValueEnumerator() local 456 void ValueEnumerator::incorporateFunction(const Function &F) { in incorporateFunction() 527 static void IncorporateFunctionInfoGlobalBBIDs(const Function *F, in IncorporateFunctionInfoGlobalBBIDs()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.cpp | 81 for (const Function &F : M) { in ValueEnumerator() local 456 void ValueEnumerator::incorporateFunction(const Function &F) { in incorporateFunction() 527 static void IncorporateFunctionInfoGlobalBBIDs(const Function *F, in IncorporateFunctionInfoGlobalBBIDs()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.cpp | 81 for (const Function &F : M) { in ValueEnumerator() local 456 void ValueEnumerator::incorporateFunction(const Function &F) { in incorporateFunction() 527 static void IncorporateFunctionInfoGlobalBBIDs(const Function *F, in IncorporateFunctionInfoGlobalBBIDs()
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 97 #define GET_PROC(F) m##F = (PFN_vk##F)vkGetInstanceProcAddr(VK_NULL_HANDLE, "vk" #F) argument 98 #define GET_INST_PROC(F) m##F = (PFN_vk##F)vkGetInstanceProcAddr(mInstance, "vk" #F) argument 99 #define GET_DEV_PROC(F) m##F = (PFN_vk##F)vkGetDeviceProcAddr(mDevice, "vk" #F) argument
|
/frameworks/compile/libbcc/tools/bcc_strip_attr/ |
D | bcc_strip_attr.cpp | 58 bool runOnFunction(Function &F) { in runOnFunction()
|
/frameworks/native/vulkan/vkjson/ |
D | vkjson.cc | 1190 inline Json::Value ToJsonValue(const std::pair<F, S>& value) { in ToJsonValue() 1198 inline Json::Value ToJsonValue(const std::map<F, S>& value) { in ToJsonValue() 1331 inline bool AsValue(Json::Value* json_value, std::pair<F, S>* value) { in AsValue() 1339 inline bool AsValue(Json::Value* json_value, std::map<F, S>* value) { in AsValue()
|