Home
last modified time | relevance | path

Searched refs:FunctionName (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dfuzz_utils.h229 #define FUZZ_FUNCTION_CLASS_NAME(Action, FunctionName) Action##_##FunctionName
230 #define FUZZ_FUNCTION_TAG_NAME(FunctionName) k##FunctionName
244 #define FUZZ_FUNCTION(Action, FunctionName, Return, ModuleArg, ...) \
245 class FUZZ_FUNCTION_CLASS_NAME(Action, FunctionName) { \
251 static constexpr const char name[] = #FunctionName; \
253 Action::Proto::ValueCase::FUZZ_FUNCTION_TAG_NAME(FunctionName); \
259 auto FUZZ_FUNCTION_CLASS_NAME(Action, FunctionName)::registered_ = ([] { \
280 #define FUZZ_SIMPLE_FUNCTION(Action, FunctionName) \
281 FUZZ_FUNCTION(Action, FunctionName, \
282 decltype(std::declval<Action::ClassType>().FunctionName()), \
[all …]
H A Dsnapshot_fuzz.cpp86 #define SNAPSHOT_FUZZ_FUNCTION(FunctionName, ReturnType, ...) \ argument
87 FUZZ_FUNCTION(SnapshotManagerAction, FunctionName, ReturnType, ISnapshotManager* snapshot, \
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection.h153 const std::string &FunctionName, int Argc, ...);
157 const std::string &FunctionName, const ArgTy &Args);
H A Dslang_rs_pragma_handler.cpp232 void MarkUsed(clang::Preprocessor &PP, const std::string &FunctionName) { in MarkUsed() argument
233 if (FunctionName.empty()) in MarkUsed()
239 if (const clang::IdentifierInfo *II = PP.getIdentifierInfo(FunctionName)) { in MarkUsed()
H A Dslang_rs_reflection.cpp3065 const std::string &FunctionName, int Argc, in startFunction() argument
3079 startFunction(AM, IsStatic, ReturnType, FunctionName, Args); in startFunction()
3084 const std::string &FunctionName, in startFunction() argument
3087 << ((ReturnType) ? ReturnType : "") << " " << FunctionName in startFunction()
/aosp12/system/chre/doc/
H A Dvendor_extensions.md31 `chrexyzWidget<FunctionName>()`, and included indirectly via `#include