Searched refs:argCount (Results 1 - 3 of 3) sorted by path

/frameworks/base/tools/aapt/
H A DXMLNode.cpp108 int argCount = 0; local
123 argCount++;
194 if (argCount > 1 && nonpositional) {
/frameworks/base/tools/aapt2/util/
H A DUtil.cpp200 size_t argCount = 0; local
211 argCount++;
281 if (argCount > 1 && nonpositional) {
/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++) {

Completed in 3688 milliseconds