HomeSort by relevance Sort by last modified time
    Searched defs:argCount (Results 1 - 25 of 260) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/base/tools/split-select/
Rule.cpp 141 const size_t argCount = longArgs.size();
142 for (size_t i = 0; i < argCount; i++) {
156 const size_t argCount = stringArgs.size();
157 for (size_t i = 0; i < argCount; i++) {
  /external/icu/icu4c/source/common/
simpleformatter.cpp 149 int32_t argCount = maxArg + 1;
150 if (argCount < min || max < argCount) {
154 compiledPattern.setCharAt(0, (UChar)argCount);
  /dalvik/dx/src/com/android/dx/cf/code/
BaseMachine.java 43 private int argCount;
107 argCount = 0;
136 argCount = count;
220 argCount = 1;
285 protected final int argCount() {
286 return argCount;
298 for (int i = 0; i < argCount; i++) {
308 * @param n {@code >= 0, < argCount();} which argument
312 if (n >= argCount) {
313 throw new IllegalArgumentException("n >= argCount");
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SimpleFormatterImpl.java 163 int argCount = maxArg + 1;
164 if (argCount < min) {
168 if (argCount > max) {
172 sb.setCharAt(0, (char)argCount);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SimpleFormatterImpl.java 161 int argCount = maxArg + 1;
162 if (argCount < min) {
166 if (argCount > max) {
170 sb.setCharAt(0, (char)argCount);
  /frameworks/base/cmds/incidentd/src/
IncidentService.cpp 307 const int argCount = args.size();
309 if (argCount >= 1) {
341 const int argCount = args.size();
342 if (argCount >= 3) {
364 PrivacySpec spec = PrivacySpec::new_spec(argCount > 3 ? atoi(args[3]) : -1);
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
Binding.java 87 final int argCount = lambdaExpr.getCallbackExprModel().getArgCount();
88 if (argCount != 0 && argCount != method.getParameterTypes().length) {
90 method.getName(), method.getParameterTypes().length, argCount);
  /external/skia/src/sksl/
SkSLCPPCodeGenerator.cpp 492 size_t argCount;
494 argCount = 0;
502 ++argCount;
512 for (size_t i = argStart; i < argStart + argCount; ++i) {
516 argStart += argCount;
    [all...]
  /external/skqp/src/sksl/
SkSLCPPCodeGenerator.cpp 492 size_t argCount;
494 argCount = 0;
502 ++argCount;
512 for (size_t i = argStart; i < argStart + argCount; ++i) {
516 argStart += argCount;
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 108 int argCount = 0;
123 argCount++;
194 if (argCount > 1 && nonpositional) {
    [all...]
  /frameworks/support/room/runtime/src/main/java/androidx/room/
RoomSQLiteQuery.java 169 void init(String query, int argCount) {
171 mArgCount = argCount;
272 int argCount = other.getArgCount() + 1; // +1 for the binding offsets
273 System.arraycopy(other.mBindingTypes, 0, mBindingTypes, 0, argCount);
274 System.arraycopy(other.mLongBindings, 0, mLongBindings, 0, argCount);
275 System.arraycopy(other.mStringBindings, 0, mStringBindings, 0, argCount);
276 System.arraycopy(other.mBlobBindings, 0, mBlobBindings, 0, argCount);
277 System.arraycopy(other.mDoubleBindings, 0, mDoubleBindings, 0, argCount);
  /frameworks/base/cmds/statsd/src/
StatsService.cpp 298 const int argCount = args.size();
299 if (argCount >= 1) {
438 const int argCount = args.size();
439 if (argCount == 2) {
445 } else if (argCount == 3) {
485 const int argCount = args.size();
486 if (argCount >= 2) {
492 if (argCount == 3) {
498 } else if (argCount == 4) {
516 } else if (argCount == 2 && args[1] == "remove")
    [all...]
  /frameworks/base/core/java/com/android/internal/util/function/pooled/
PooledLambdaImpl.java 172 int argCount = LambdaType.decodeArgCount(getFlags(MASK_FUNC_TYPE));
173 if (argCount != LambdaType.MASK_ARG_COUNT) {
174 for (int i = 0; i < argCount; i++) {
217 final int argCount = LambdaType.decodeArgCount(funcType);
220 switch (argCount) {
527 static int encode(int argCount, int returnType) {
528 return mask(MASK_ARG_COUNT, argCount) | mask(MASK_RETURN_TYPE, returnType);
540 int argCount = decodeArgCount(type);
542 if (argCount == 0) {
548 return argCountPrefix(argCount) + ReturnType.lambdaSuffix(returnType)
    [all...]
  /external/icu/icu4c/source/i18n/
smpdtfmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 57 unsigned argCount = call->getNumArgs();
58 if (argCount == desiredArgCount) return false;
60 if (argCount < desiredArgCount)
62 << 0 /*function call*/ << desiredArgCount << argCount
67 call->getArg(argCount - 1)->getLocEnd());
70 << 0 /*function call*/ << desiredArgCount << argCount
    [all...]
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.7.0/
commons-beanutils-1.7.0.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /external/guice/lib/build/
spring-core.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/24.3.0-alpha1/
lint-api-24.3.0-alpha1.jar 

Completed in 703 milliseconds

1 2 3 4 5 6 7 8 91011