| /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()
|
| D | RSInvokeHelperPass.cpp | 164 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/compile/mclinker/include/mcld/Fragment/ |
| D | RegionFragment.h | 30 static bool classof(const Fragment* F) { in classof()
|
| D | NullFragment.h | 29 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/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/native/libs/ftl/ |
| D | enum_test.cpp | 25 enum class E { A, B, C, F = 5, ftl_last = F }; enumerator 36 enum class F : std::uint16_t { X = 0b1, Y = 0b10, Z = 0b100 }; enum
|
| /frameworks/native/libs/binder/rust/src/ |
| D | proxy.rs | 330 fn dump<F: AsRawFd>(&mut self, fp: &F, args: &[&str]) -> Result<()> { in dump() 608 let callback: *const F = Arc::into_raw(Arc::new(callback)); in new() constant 668 let callback = (cookie as *const F).as_ref().unwrap(); in binder_died() constant 683 drop(Arc::from_raw(cookie as *const F)); in cookie_decr_refcount() constant 696 let arc = mem::ManuallyDrop::new(Arc::from_raw(cookie as *const F)); in cookie_incr_refcount() constant
|
| /frameworks/base/libs/hwui/renderthread/ |
| D | VulkanManager.cpp | 92 #define GET_PROC(F) m##F = (PFN_vk##F)vkGetInstanceProcAddr(VK_NULL_HANDLE, "vk" #F) argument 93 #define GET_INST_PROC(F) m##F = (PFN_vk##F)vkGetInstanceProcAddr(mInstance, "vk" #F) argument 94 #define GET_DEV_PROC(F) m##F = (PFN_vk##F)vkGetDeviceProcAddr(mDevice, "vk" #F) argument
|
| /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_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/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/libbcc/tools/bcc_strip_attr/ |
| D | bcc_strip_attr.cpp | 58 bool runOnFunction(Function &F) { in runOnFunction()
|
| /frameworks/native/libs/renderengine/skia/ |
| D | SkiaVkRenderEngine.cpp | 204 #define VK_GET_PROC(F) \ argument 207 #define VK_GET_INST_PROC(instance, F) \ argument 210 #define VK_GET_DEV_PROC(device, F) \ argument
|