HomeSort by relevance Sort by last modified time
    Searched full:argumentindex (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/proguard/src/proguard/optimize/
BootstrapMethodArgumentShrinker.java 65 for (int argumentIndex = 0; argumentIndex < methodArgumentCount; argumentIndex++)
67 if (argumentIndex >= 64 ||
68 (usedParameters & (1L << argumentIndex)) != 0L)
70 methodArguments[newArgumentIndex++] = methodArguments[argumentIndex];
  /frameworks/base/core/java/android/hardware/camera2/dispatch/
ArgumentReplacingDispatcher.java 34 * argument replacement type, args in {@link #dispatch} matching {@code argumentIndex}
49 * {@code argumentIndex = 1} and {@code replaceWith = 0xDEADBEEF}.</p>
51 * <p>If a method dispatched has less arguments than {@code argumentIndex}, it is
55 * @param argumentIndex the numeric index of the argument {@code >= 0}
56 * @param replaceWith arguments matching {@code argumentIndex} will be replaced with this object
58 public ArgumentReplacingDispatcher(Dispatchable<T> target, int argumentIndex,
61 mArgumentIndex = checkArgumentNonnegative(argumentIndex,
62 "argumentIndex must not be negative");
  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 156 int argumentIndex = argument - X;
157 return argumentIndex < 0 ?
159 matchedArguments[argumentIndex];
184 int argumentIndex = constantIndex - X;
185 return argumentIndex < 0 ?
187 matchedArguments[argumentIndex];
197 int argumentIndex = branchOffset - X;
198 return argumentIndex < 0 ?
200 matchedArguments[argumentIndex] - offset;
526 int argumentIndex = argument2 - X
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/reporting/
PrintSettings.java 39 public boolean extraTypeInfoFor(int argumentIndex) {
40 return withTypeInfo.contains(argumentIndex);
  /external/proguard/src/proguard/retrace/
ReTrace.java 700 int argumentIndex = 0;
701 while (argumentIndex < args.length)
703 String arg = args[argumentIndex];
706 regularExpresssion = args[++argumentIndex];
717 argumentIndex++;
720 if (argumentIndex >= args.length)
726 File mappingFile = new File(args[argumentIndex++]);
727 File stackTraceFile = argumentIndex < args.length ?
728 new File(args[argumentIndex]) :
  /external/clang/include/clang/Lex/
CodeCompletionHandler.h 61 unsigned ArgumentIndex) { }
  /external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
ReturnsArgumentAt.java 18 * <p>The <code>argumentIndex</code> represents the index in the argument array of the invocation.</p>
  /libcore/ojluni/src/main/java/java/text/
MessageFormat.java 81 * { <i>ArgumentIndex</i> }
82 * { <i>ArgumentIndex</i> , <i>FormatType</i> }
83 * { <i>ArgumentIndex</i> , <i>FormatType</i> , <i>FormatStyle</i> }
139 * The <i>ArgumentIndex</i> value is a non-negative integer written
663 * @param argumentIndex the argument index for which to use the new format
667 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) {
669 if (argumentNumbers[j] == argumentIndex) {
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/exceptions/
Reporter.java     [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
MessageFormat.java 192 * <p>The <i>ArgumentIndex</i> value is a non-negative integer written
689 * @param argumentIndex the argument index for which to use the new format
694 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) {
695 messageFormat.setFormatByArgumentIndex(argumentIndex, newFormat);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_id.cpp     [all...]
  /external/autotest/client/deps/webgl_mpd/src/debug/
webgl-debug.js 216 function glFunctionArgToString(functionName, numArgs, argumentIndex, value) {
221 if (funcInfo[argumentIndex]) {
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp 552 dataerrln("TestMessageFormat::testMsgFormatPlural #1 - argumentIndex - %s", u_errorName(err));
573 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
577 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
600 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
604 logln(UnicodeString("The results of argumentName and argumentIndex are not the same."));
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
MessageFormatTest.java 744 // test exceeding the argumentIndex number
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java 670 * @param argumentIndex the argument index for which to use the new format
674 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) {
681 if (msgPattern.getPart(partIndex + 1).getValue() == argumentIndex) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java 684 * @param argumentIndex the argument index for which to use the new format
689 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) {
696 if (msgPattern.getPart(partIndex + 1).getValue() == argumentIndex) {
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
MessageFormat.java 639 * @param argumentIndex the argument index for which to use the new format
644 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) {
651 if (msgPattern.getPart(partIndex + 1).getValue() == argumentIndex) {
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraCaptureSessionImpl.java 531 /*argumentIndex*/0, this);
  /external/clang/lib/Parse/
Parser.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.0.1/
lint-checks-24.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.1.2/
lint-checks-25.1.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.2.0/
lint-checks-25.2.0.jar 

Completed in 1185 milliseconds

1 2 3