Searched refs:argCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/split-select/
H A DRule.cpp141 const size_t argCount = longArgs.size(); local
142 for (size_t i = 0; i < argCount; i++) {
156 const size_t argCount = stringArgs.size(); local
157 for (size_t i = 0; i < argCount; i++) {
/frameworks/base/tools/aapt/
H A DXMLNode.cpp87 int argCount = 0; local
102 argCount++;
173 if (argCount > 1 && nonpositional) {

Completed in 639 milliseconds