Home
last modified time | relevance | path

Searched refs:paramIndex (Results 1 – 13 of 13) sorted by relevance

/external/annotation-tools/scene-lib/src/annotations/el/
DBoundLocation.java21 public final int paramIndex; field in BoundLocation
33 public BoundLocation(int paramIndex, int boundIndex) { in BoundLocation() argument
34 this.paramIndex = paramIndex; in BoundLocation()
44 return paramIndex == l.paramIndex && boundIndex == l.boundIndex; in equals()
65 h.mash(paramIndex); in hashCode()
72 return "BoundLocation(" + paramIndex + "," + boundIndex + ")"; in toString()
/external/annotation-tools/annotation-file-utilities/src/annotator/find/
DBoundLocationCriterion.java19 private final int paramIndex; field in BoundLocationCriterion
23 this(boundLoc.boundIndex, boundLoc.paramIndex); in BoundLocationCriterion()
26 private BoundLocationCriterion(int boundIndex, int paramIndex) { in BoundLocationCriterion() argument
28 this.paramIndex = paramIndex; in BoundLocationCriterion()
31 this.parentCriterion = new BoundLocationCriterion(-1, paramIndex); in BoundLocationCriterion()
32 } else if (paramIndex != -1) { in BoundLocationCriterion()
94 } else if (paramIndex != -1) { in isSatisfiedBy()
106 if (paramIndex < params.size()) { in isSatisfiedBy()
107 if (params.get(paramIndex) == leaf) { in isSatisfiedBy()
135 return "BoundCriterion: at param index: " + paramIndex + in toString()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs164 int paramIndex = 0; in Main2()
165 if (paramIndex >= nonSwitchStrings.Count) in Main2()
167 string command = (string)nonSwitchStrings[paramIndex++]; in Main2()
189 if (paramIndex < nonSwitchStrings.Count) in Main2()
190 if (!GetNumber((string)nonSwitchStrings[paramIndex++], out numIterations)) in Main2()
217 if (paramIndex >= nonSwitchStrings.Count) in Main2()
219 string inputName = (string)nonSwitchStrings[paramIndex++]; in Main2()
230 if (paramIndex >= nonSwitchStrings.Count) in Main2()
232 string outputName = (string)nonSwitchStrings[paramIndex++]; in Main2()
/external/guava/guava-testlib/src/com/google/common/testing/
DNullPointerTester.java208 @Nullable final Object instance, final Method method, int paramIndex) { in testMethodParameter() argument
210 testParameter(instance, invokable(instance, method), paramIndex, method.getDeclaringClass()); in testMethodParameter()
219 public void testConstructorParameter(Constructor<?> ctor, int paramIndex) { in testConstructorParameter() argument
221 testParameter(null, Invokable.from(ctor), paramIndex, ctor.getDeclaringClass()); in testConstructorParameter()
332 int paramIndex, Class<?> testedClass) { in testParameter() argument
333 if (isPrimitiveOrNullable(invokable.getParameters().get(paramIndex))) { in testParameter()
336 Object[] params = buildParamList(invokable, paramIndex); in testParameter()
341 Assert.fail("No exception thrown for parameter at index " + paramIndex in testParameter()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp353 unsigned paramIndex = 0; in main2() local
354 if (paramIndex >= params.Size()) in main2()
356 const UString &command = params[paramIndex++]; in main2()
411 if (paramIndex < params.Size()) in main2()
412 numIterations = GetNumber(params[paramIndex++]); in main2()
413 if (params.Size() != paramIndex) in main2()
451 const UString &inputName = params[paramIndex++]; in main2()
471 const UString &outputName = params[paramIndex++]; in main2()
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DJavaSourceWriter.java167 int paramIndex = 0; in startMethod() local
169 if (paramIndex > 0) { in startMethod()
174 writeJavaSymbol(out, paramNames[paramIndex]); in startMethod()
175 paramIndex++; in startMethod()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemApplyTemplates.java328 int paramIndex = 0; in transformSelectedNodes() local
343 vars.setLocalVariable(paramIndex, obj); in transformSelectedNodes()
348 vars.setLocalVariable(paramIndex, null); in transformSelectedNodes()
352 paramIndex++; in transformSelectedNodes()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1439 int paramIndex, raw_ostream &O) { in printParamName() argument
1441 O << "_param_" << paramIndex; in printParamName()
1449 unsigned paramIndex = 0; in emitFunctionParamList() local
1462 for (I = F->arg_begin(), E = F->arg_end(); I != E; ++I, paramIndex++) { in emitFunctionParamList()
1481 O << "_param_" << paramIndex; in emitFunctionParamList()
1489 O << "_param_" << paramIndex; in emitFunctionParamList()
1497 O << "_param_" << paramIndex; in emitFunctionParamList()
1503 if (!PAL.hasAttribute(paramIndex + 1, Attribute::ByVal)) { in emitFunctionParamList()
1508 unsigned align = PAL.getParamAlignment(paramIndex + 1); in emitFunctionParamList()
1514 printParamName(I, paramIndex, O); in emitFunctionParamList()
[all …]
DNVPTXAsmPrinter.h221 void printParamName(Function::const_arg_iterator I, int paramIndex,
/external/clang/lib/Sema/
DSemaType.cpp2365 auto checkForSwiftCC = [&](unsigned paramIndex) { in checkExtParameterInfos() argument
2370 S.Diag(getParamLoc(paramIndex), diag::err_swift_param_attr_not_swiftcall) in checkExtParameterInfos()
2371 << getParameterABISpelling(EPI.ExtParameterInfos[paramIndex].getABI()); in checkExtParameterInfos()
2374 for (size_t paramIndex = 0, numParams = paramTypes.size(); in checkExtParameterInfos() local
2375 paramIndex != numParams; ++paramIndex) { in checkExtParameterInfos()
2376 switch (EPI.ExtParameterInfos[paramIndex].getABI()) { in checkExtParameterInfos()
2384 checkForSwiftCC(paramIndex); in checkExtParameterInfos()
2385 if (paramIndex != 0 && in checkExtParameterInfos()
2386 EPI.ExtParameterInfos[paramIndex - 1].getABI() in checkExtParameterInfos()
2388 S.Diag(getParamLoc(paramIndex), in checkExtParameterInfos()
[all …]
/external/annotation-tools/scene-lib/src/annotations/io/
DIndexFileWriter.java323 "typeparam " + bl.paramIndex, b);
326 "bound " + bl.paramIndex + " &" + bl.boundIndex, b);
DIndexFileParser.java730 int paramIndex = expectNonNegative(matchNNInteger()); in parseBounds() local
731 BoundLocation bl = new BoundLocation(paramIndex, -1); in parseBounds()
739 int paramIndex = expectNonNegative(matchNNInteger()); in parseBounds() local
742 BoundLocation bl = new BoundLocation(paramIndex, boundIndex); in parseBounds()
/external/annotation-tools/scene-lib/src/annotations/io/classfile/
DClassAnnotationSceneWriter.java475 xav.visitXParamIndex(loc.paramIndex); in visitBound()