Home
last modified time | relevance | path

Searched defs:arg_list (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Dast_cpp.cpp125 ArgList::ArgList(const std::vector<std::string>& arg_list) { in ArgList()
131 ArgList::ArgList(std::vector<std::unique_ptr<AstNode>> arg_list) in ArgList()
134 ArgList::ArgList(ArgList&& arg_list) noexcept : arguments_(std::move(arg_list.arguments_)) {} in ArgList() function in android::aidl::cpp::ArgList
149 ArgList&& arg_list) in ConstructorDecl()
154 ArgList&& arg_list, in ConstructorDecl()
177 MacroDecl::MacroDecl(const std::string& name, ArgList&& arg_list) in MacroDecl()
189 ArgList&& arg_list) in MethodDecl()
192 MethodDecl::MethodDecl(const std::string& return_type, const std::string& name, ArgList&& arg_list, in MethodDecl()
258 ArgList&& arg_list, in ConstructorImpl()
285 ArgList&& arg_list, in MethodImpl()
[all …]
/system/libufdt/utils/src/
Dmkdtboimg.py586 def parse_dt_entries(global_args, arg_list): argument
718 def parse_create_args(arg_list): argument
/system/extras/simpleperf/scripts/
Dutils.py331 def flatten_arg_list(arg_list): argument