Searched refs:argCount (Results 1 – 5 of 5) sorted by relevance
250 private ZygoteArguments(ZygoteCommandBuffer args, int argCount) in ZygoteArguments() argument252 parseArgs(args, argCount); in ZygoteArguments()262 int argCount = args.getCount(); in getInstance() local263 return argCount == 0 ? null : new ZygoteArguments(args, argCount); in getInstance()274 private void parseArgs(ZygoteCommandBuffer args, int argCount) in parseArgs() argument291 for ( /* curArg */ ; curArg < argCount; ++curArg) { in parseArgs()431 mApiDenylistExemptions = new String[argCount - curArg - 1]; in parseArgs()433 for (int i = 0; curArg < argCount; ++curArg, ++i) { in parseArgs()493 if (argCount > curArg) { in parseArgs()497 if (argCount > curArg) { in parseArgs()[all …]
141 const size_t argCount = longArgs.size(); in toJson() local142 for (size_t i = 0; i < argCount; i++) { in toJson()156 const size_t argCount = stringArgs.size(); in toJson() local157 for (size_t i = 0; i < argCount; i++) { in toJson()
194 int argCount = LambdaType.decodeArgCount(getFlags(MASK_FUNC_TYPE)); in invoke() local195 if (argCount != LambdaType.MASK_ARG_COUNT) { in invoke()196 for (int i = 0; i < argCount; i++) { in invoke()240 final int argCount = LambdaType.decodeArgCount(funcType); in doInvoke() local243 switch (argCount) { in doInvoke()699 static int encode(int argCount, int returnType) { in encode() argument700 return mask(MASK_ARG_COUNT, argCount) | mask(MASK_RETURN_TYPE, returnType); in encode()712 int argCount = decodeArgCount(type); in toString() local714 if (argCount == 0) { in toString()720 return argCountPrefix(argCount) + ReturnType.lambdaSuffix(returnType); in toString()[all …]
546 const int argCount = args.size(); in command() local548 if (argCount >= 1) { in command()557 if (argCount == 1) { in command()600 const int argCount = args.size(); in cmd_privacy() local601 if (argCount >= 3) { in cmd_privacy()
105 int argCount = 0; in hasSubstitutionErrors() local120 argCount++; in hasSubstitutionErrors()191 if (argCount > 1 && nonpositional) { in hasSubstitutionErrors()