/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/ |
D | AnswerFunctionalInterfaces.java | 43 return answer.answer((A)invocation.getArgument(0)); in toAnswer() 58 answer.answer((A)invocation.getArgument(0)); 77 (A)invocation.getArgument(0), 78 (B)invocation.getArgument(1)); 95 (A)invocation.getArgument(0), 96 (B)invocation.getArgument(1)); 116 (A)invocation.getArgument(0), 117 (B)invocation.getArgument(1), 118 (C)invocation.getArgument(2)); 136 (A)invocation.getArgument(0), [all …]
|
D | ReturnsArgumentAt.java | 63 return invocation.getArgument(argumentPosition); in answer() 126 Object argumentValue = invocation.getArgument(argumentIndex); in inferArgumentType()
|
/external/parameter-framework/upstream/parameter/ |
D | ParameterMgr.cpp | 931 if (remoteCommand.getArgument(0) == "on") { in setTuningModeCommandProcess() 937 } else if (remoteCommand.getArgument(0) == "off") { in setTuningModeCommandProcess() 962 if (remoteCommand.getArgument(0) == "raw") { in setValueSpaceCommandProcess() 968 } else if (remoteCommand.getArgument(0) == "real") { in setValueSpaceCommandProcess() 993 if (remoteCommand.getArgument(0) == "hex") { in setOutputRawFormatCommandProcess() 999 } else if (remoteCommand.getArgument(0) == "dec") { in setOutputRawFormatCommandProcess() 1024 if (remoteCommand.getArgument(0) == "on") { in setAutoSyncCommandProcess() 1030 } else if (remoteCommand.getArgument(0) == "off") { in setAutoSyncCommandProcess() 1072 strOutputFormat = remoteCommand.getArgument(0); in listCriteriaCommandProcess() 1124 return createDomain(remoteCommand.getArgument(0), strResult) ? CCommandHandler::EDone in createDomainCommandProcess() [all …]
|
/external/parameter-framework/upstream/test/test-platform/ |
D | TestPlatform.cpp | 141 return createExclusiveSelectionCriterionFromStateList(remoteCommand.getArgument(0), in createExclusiveSelectionCriterionFromStateList() 150 return createInclusiveSelectionCriterionFromStateList(remoteCommand.getArgument(0), in createInclusiveSelectionCriterionFromStateList() 159 return createExclusiveSelectionCriterion(remoteCommand.getArgument(0), in createExclusiveSelectionCriterion() 160 strtoul(remoteCommand.getArgument(1).c_str(), NULL, 0), in createExclusiveSelectionCriterion() 169 return createInclusiveSelectionCriterion(remoteCommand.getArgument(0), in createInclusiveSelectionCriterion() 170 strtoul(remoteCommand.getArgument(1).c_str(), NULL, 0), in createInclusiveSelectionCriterion() 188 const string &strAbort = remoteCommand.getArgument(0); in setter() 220 mParameterMgrPlatformConnector.setSchemaUri(remotecommand.getArgument(0)); in setSchemaUri() 232 if (convertTo(remoteCommand.getArgument(1), state)) { in setCriterionState() 234 bSuccess = setCriterionState(remoteCommand.getArgument(0), state, strResult); in setCriterionState() [all …]
|
/external/annotation-tools/annotation-file-utilities/src/annotator/find/ |
D | ASTPathCriterion.java | 299 int arg = astNode.getArgument(); 340 int arg = astNode.getArgument(); 352 int arg = astNode.getArgument(); 373 int arg = astNode.getArgument(); 426 int arg = astNode.getArgument(); 435 int arg = astNode.getArgument(); 470 int arg = astNode.getArgument(); 485 int arg = astNode.getArgument(); 502 int arg = astNode.getArgument(); 508 int arg = astNode.getArgument(); [all …]
|
/external/clang/test/ARCMT/ |
D | check-api.m | 9 - (void)getArgument:(void *)argumentLocation atIndex:(int)idx; 33 …[invok getArgument:&strong_id atIndex:0]; // expected-error {{NSInvocation's getArgument is not sa… 34 …[invok getArgument:&weak_id atIndex:0]; // expected-error {{NSInvocation's getArgument is not safe… 35 [invok getArgument:&unsafe_id atIndex:0]; 36 [invok getArgument:&arg atIndex:0];
|
/external/parameter-framework/upstream/remote-processor/ |
D | RequestMessage.cpp | 77 const string &CRequestMessage::getArgument(size_t argument) const in getArgument() function in CRequestMessage 119 writeString(getArgument(argument)); in fillDataToSend() 153 uiSize += getStringSize(getArgument(uiArgument)); in getDataSize()
|
D | RemoteCommand.h | 45 virtual const std::string &getArgument(size_t argument) const = 0;
|
/external/llvm/include/llvm/IR/ |
D | Statepoint.h | 101 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos)) in getFlags() 107 const Value *IDVal = getCallSite().getArgument(IDPos); in getID() 113 const Value *NumPatchBytesVal = getCallSite().getArgument(NumPatchBytesPos); in getNumPatchBytes() 122 return getCallSite().getArgument(CalledFunctionPos); in getCalledValue() 154 const Value *NumCallArgsVal = getCallSite().getArgument(NumCallArgsPos); in getNumCallArgs() 169 ValueTy *getArgument(unsigned Index) { in getArgument() function
|
/external/annotation-tools/scene-lib/src/annotations/io/ |
D | ASTPath.java | 201 public int getArgument() { in getArgument() method in ASTPath.ASTEntry 855 int arg = astNode.getArgument(); in matches() 900 int arg = astNode.getArgument(); in matches() 913 int arg = astNode.getArgument(); in matches() 933 int arg = astNode.getArgument(); in matches() 983 int arg = astNode.getArgument(); in matches() 992 int arg = astNode.getArgument(); in matches() 1033 int arg = astNode.getArgument(); in matches() 1050 int arg = astNode.getArgument(); in matches() 1067 int arg = astNode.getArgument(); in matches() [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/ |
D | Issue144.java | 41 Expression firstParameter = methodCallExpr.getArgument(0); in issue144() 53 Expression firstParameter = methodCallExpr.getArgument(0); in issue144WithReflectionTypeSolver() 65 Expression firstParameter = methodCallExpr.getArgument(0); in issue144WithCombinedTypeSolver()
|
/external/llvm/lib/Analysis/ |
D | MemoryLocation.cpp | 98 const Value *Arg = CS.getArgument(ArgIdx); in getForArgument() 152 if (const ConstantInt *LenCI = dyn_cast<ConstantInt>(CS.getArgument(2))) in getForArgument() 157 return MemoryLocation(CS.getArgument(ArgIdx), UnknownSize, AATags); in getForArgument()
|
D | MemoryBuiltins.cpp | 486 APInt Size(IntTyBits, GetStringLength(CS.getArgument(0))); in visitCallSite() 493 dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam)); in visitCallSite() 504 ConstantInt *Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam)); in visitCallSite() 531 Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->SndParam)); in visitCallSite() 750 Value *FirstArg = CS.getArgument(FnData->FstParam); in visitCallSite() 755 Value *SecondArg = CS.getArgument(FnData->SndParam); in visitCallSite()
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/ |
D | ARDAppClientTest.mm | 139 [invocation getArgument:&completionHandler atIndex:3]; 148 [invocation getArgument:&message atIndex:2]; 149 [invocation getArgument:&completionHandler atIndex:5]; 160 [invocation getArgument:&completionHandler atIndex:4]; 180 [invocation getArgument:&message atIndex:2]; 193 [invocation getArgument:&completionHandler atIndex:2];
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVFunction.h | 106 SPIRVFunctionParameter *getArgument(size_t i) const { 111 Func(getArgument(I));
|
/external/mockito/src/test/java/org/mockitousage/customization/ |
D | BDDMockitoTest.java | 78 return invocation.getArgument(0); in should_stub_with_answer() 89 return invocation.getArgument(0); in should_stub_with_will_answer_alias() 201 return invocation.getArgument(0); in should_stub_using_do_answer_style()
|
/external/mockito/src/main/java/org/mockito/invocation/ |
D | InvocationOnMock.java | 51 <T> T getArgument(int index); in getArgument() method
|
/external/swiftshader/third_party/LLVM/tools/llvm-diff/ |
D | DiffConsumer.cpp | 174 case 'l': printValue(Log.getArgument(arg++), true); break; in logf() 175 case 'r': printValue(Log.getArgument(arg++), false); break; in logf()
|
/external/llvm/tools/llvm-diff/ |
D | DiffConsumer.cpp | 179 case 'l': printValue(Log.getArgument(arg++), true); break; in logf() 180 case 'r': printValue(Log.getArgument(arg++), false); break; in logf()
|
/external/llvm/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 215 New = CS.getArgument(A->getArgNo()); in PropagateConstantReturn() 240 New = CS.getArgument(A->getArgNo()); in PropagateConstantReturn()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Lint.cpp | 318 visitMemoryReference(I, CS.getArgument(0), AliasAnalysis::UnknownSize, in visitCallSite() 322 visitMemoryReference(I, CS.getArgument(0), AliasAnalysis::UnknownSize, in visitCallSite() 324 visitMemoryReference(I, CS.getArgument(1), AliasAnalysis::UnknownSize, in visitCallSite() 328 visitMemoryReference(I, CS.getArgument(0), AliasAnalysis::UnknownSize, in visitCallSite() 336 visitMemoryReference(I, CS.getArgument(0), AliasAnalysis::UnknownSize, in visitCallSite()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 243 New = CS.getArgument(A->getArgNo()); in PropagateConstantReturn() 269 New = CS.getArgument(A->getArgNo()); in PropagateConstantReturn()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/ |
D | MathIllegalNumberException.java | 71 public Number getArgument() { in getArgument() method in MathIllegalNumberException
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 241 Type *ATy = CS.getArgument(I)->getType(); in isPromotionLegal() 244 if (!CastInst::castIsValid(Instruction::BitCast, CS.getArgument(I), PTy)) in isPromotionLegal() 482 Type *ATy = NewCS.getArgument(I)->getType(); in createDirectCallInst() 485 BitCastInst *BI = new BitCastInst(NewCS.getArgument(I), PTy, "", NewInst); in createDirectCallInst()
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/expr/ |
D | MethodCallExprTest.java | 14 LambdaExpr lambdaExpr = methodCallExpr.getArgument(0).asLambdaExpr(); in replaceLambdaIssue1290()
|