Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/
DLocalDrive.java165 int argCount = args.length - 1 - idx; // Used up one for upload/update. in updateConfig() local
168 if (argCount < 1) { in updateConfig()
178 argCount--; in updateConfig()
182 if (binary) argCount --; in updateConfig()
187 configId = getConfigId(argCount < 1, args, idx + 2); in updateConfig()
252 int argCount = args.length - 1 - idx; // Used up one for get-data. in cmdGetData() local
253 if (binary) argCount--; in cmdGetData()
254 if (noUidMap) argCount--; in cmdGetData()
255 if (clearData) argCount--; in cmdGetData()
258 configId = getConfigId(argCount < 1, args, idx + 1); in cmdGetData()
/frameworks/base/cmds/statsd/src/
DStatsService.cpp494 const int argCount = args.size(); in cmd_trigger_broadcast() local
495 if (argCount == 2) { in cmd_trigger_broadcast()
500 } else if (argCount == 3) { in cmd_trigger_broadcast()
528 const int argCount = args.size(); in cmd_trigger_active_config_broadcast() local
531 if (argCount == 1) { in cmd_trigger_active_config_broadcast()
549 if (curArg == argCount || args[curArg] != "--configs") { in cmd_trigger_active_config_broadcast()
555 for (int i = curArg; i < argCount; i++) { in cmd_trigger_active_config_broadcast()
581 const int argCount = args.size(); in cmd_config() local
582 if (argCount >= 2) { in cmd_config()
588 if (argCount == 3) { in cmd_config()
[all …]
/frameworks/base/tools/split-select/
DRule.cpp141 const size_t argCount = longArgs.size(); in toJson() local
142 for (size_t i = 0; i < argCount; i++) { in toJson()
156 const size_t argCount = stringArgs.size(); in toJson() local
157 for (size_t i = 0; i < argCount; i++) { in toJson()
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DPooledLambdaImpl.java191 int argCount = LambdaType.decodeArgCount(getFlags(MASK_FUNC_TYPE)); in invoke() local
192 if (argCount != LambdaType.MASK_ARG_COUNT) { in invoke()
193 for (int i = 0; i < argCount; i++) { in invoke()
237 final int argCount = LambdaType.decodeArgCount(funcType); in doInvoke() local
240 switch (argCount) { in doInvoke()
671 static int encode(int argCount, int returnType) { in encode() argument
672 return mask(MASK_ARG_COUNT, argCount) | mask(MASK_RETURN_TYPE, returnType); in encode()
684 int argCount = decodeArgCount(type); in toString() local
686 if (argCount == 0) { in toString()
692 return argCountPrefix(argCount) + ReturnType.lambdaSuffix(returnType); in toString()
[all …]
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp546 const int argCount = args.size(); in command() local
548 if (argCount >= 1) { in command()
596 const int argCount = args.size(); in cmd_privacy() local
597 if (argCount >= 3) { in cmd_privacy()
/frameworks/base/tools/aapt/
DXMLNode.cpp105 int argCount = 0; in hasSubstitutionErrors() local
120 argCount++; in hasSubstitutionErrors()
191 if (argCount > 1 && nonpositional) { in hasSubstitutionErrors()