Home
last modified time | relevance | path

Searched refs:raw_args (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
DMain.cpp114 std::vector<std::string> raw_args; in Action() local
116 raw_args.push_back(line); in Action()
124 if (raw_args.empty()) { in Action()
129 if (raw_args[0] == "quit") { in Action()
134 args.insert(args.end(), raw_args.begin(), raw_args.end()); in Action()
/frameworks/base/tools/apilint/
Dapilint.py119 … raw_prefix, raw_args, _, raw_throws = re.match(r"(.*?)\((.*?)\)( throws )?(.*?);$", raw).groups()
135 for arg in re.split(",\s*", raw_args):