Home
last modified time | relevance | path

Searched defs:F (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/compile/libbcc/lib/
DRSScreenFunctionsPass.cpp47 bool isLegal(llvm::Function &F) { in isLegal()
80 for(auto &F: FunctionList) { in runOnModule() local
DRSX86CallConvPass.cpp44 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()
DRSIsThreadablePass.cpp105 for (auto &F: FunctionList) { in runOnModule() local
DRSInvariant.cpp75 virtual bool runOnFunction(llvm::Function &F) { in runOnFunction()
DRSX86TranslateGEPPass.cpp137 virtual bool runOnFunction(llvm::Function &F) override { in runOnFunction()
/frameworks/compile/slang/
Dslang_rs_export_func.cpp53 RSExportFunc *F; in Create() local
146 const RSExportRecordType::Field *F = *FI; in checkParameterPacketType() local
Dslang_rs_reflection.h177 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/
DPooledLambda.java611 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/
DNullFragment.h29 static bool classof(const Fragment* F) { in classof()
DRegionFragment.h30 static bool classof(const Fragment* F) { in classof()
DTargetFragment.h30 static bool classof(const Fragment* F) { in classof()
DFillFragment.h31 static bool classof(const Fragment* F) { in classof()
DAlignFragment.h38 static bool classof(const Fragment* F) { in classof()
DStub.h121 static bool classof(const Fragment* F) { in classof()
/frameworks/compile/slang/StripUnkAttr/
Dstrip_unknown_attributes.cpp23 bool stripUnknownAttributes(llvm::Function &F) { in stripUnknownAttributes()
Dstrip_unknown_attributes_pass.cpp26 bool StripUnknownAttributes::runOnFunction(llvm::Function &F) { in runOnFunction()
/frameworks/native/libs/ftl/
Denum_test.cpp25 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/
DVulkanInterface.cpp226 #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/
Dproxy.rs310 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/
DValueEnumerator.cpp81 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/
DValueEnumerator.cpp81 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/
DValueEnumerator.cpp81 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/
DVulkanManager.cpp97 #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/
Dbcc_strip_attr.cpp58 bool runOnFunction(Function &F) { in runOnFunction()
/frameworks/native/vulkan/vkjson/
Dvkjson.cc1190 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()

12