Searched refs:argCount (Results 1 – 6 of 6) sorted by relevance
252 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()493 if (argCount > curArg) { in parseArgs()497 if (argCount > curArg) { in parseArgs()501 if (argCount > curArg) { in parseArgs()506 if (argCount > curArg) { in parseArgs()516 mRemainingArgs = new String[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()
380 final int argCount = expectedTypes.length; in expectDeserializedArguments() local381 assertEquals("test helper not used correctly", argCount, expectedValues.length); in expectDeserializedArguments()382 Object[] actualArgs = new Object[argCount]; in expectDeserializedArguments()383 Class<?>[] actualArgTypes = new Class<?>[argCount]; in expectDeserializedArguments()388 for (int i = 0; i < argCount; i++) { in expectDeserializedArguments()
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() argument712 int argCount = decodeArgCount(type); in toString() local714 if (argCount == 0) { in toString()723 private static String argCountPrefix(int argCount) { in argCountPrefix() argument724 switch (argCount) { in argCountPrefix()[all …]
552 const int argCount = args.size(); in command() local554 if (argCount >= 1) { in command()563 if (argCount == 1) { in command()606 const int argCount = args.size(); in cmd_privacy() local607 if (argCount >= 3) { in cmd_privacy()
105 int argCount = 0; in hasSubstitutionErrors() local120 argCount++; in hasSubstitutionErrors()191 if (argCount > 1 && nonpositional) { in hasSubstitutionErrors()