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

1 2 3 4 5 6 7 8 91011

  /external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
AnswerFunctionalInterfaces.java 43 return answer.answer((A)invocation.getArgument(0));
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...]
ReturnsArgumentAt.java 63 return invocation.getArgument(argumentPosition);
126 Object argumentValue = invocation.getArgument(argumentIndex);
  /external/clang/test/ARCMT/
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 safe to be used with an object with ownership other than __unsafe_unretained}}
34 [invok getArgument:&weak_id atIndex:0]; // expected-error {{NSInvocation's getArgument is not safe to be used with an object with ownership other than __unsafe_unretained}}
35 [invok getArgument:&unsafe_id atIndex:0];
36 [invok getArgument:&arg atIndex:0];
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/expr/
MethodCallExprTest.java 14 LambdaExpr lambdaExpr = methodCallExpr.getArgument(0).asLambdaExpr();
  /external/parameter-framework/upstream/parameter/
ParameterMgr.cpp     [all...]
  /external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp 141 return createExclusiveSelectionCriterionFromStateList(remoteCommand.getArgument(0),
150 return createInclusiveSelectionCriterionFromStateList(remoteCommand.getArgument(0),
159 return createExclusiveSelectionCriterion(remoteCommand.getArgument(0),
160 strtoul(remoteCommand.getArgument(1).c_str(), NULL, 0),
169 return createInclusiveSelectionCriterion(remoteCommand.getArgument(0),
170 strtoul(remoteCommand.getArgument(1).c_str(), NULL, 0),
188 const string &strAbort = remoteCommand.getArgument(0);
220 mParameterMgrPlatformConnector.setSchemaUri(remotecommand.getArgument(0));
232 if (convertTo(remoteCommand.getArgument(1), state)) {
234 bSuccess = setCriterionState(remoteCommand.getArgument(0), state, strResult)
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/
Issue144.java 41 Expression firstParameter = methodCallExpr.getArgument(0);
53 Expression firstParameter = methodCallExpr.getArgument(0);
65 Expression firstParameter = methodCallExpr.getArgument(0);
  /external/parameter-framework/upstream/remote-processor/
RequestMessage.cpp 77 const string &CRequestMessage::getArgument(size_t argument) const
119 writeString(getArgument(argument));
153 uiSize += getStringSize(getArgument(uiArgument));
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/
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/annotation-tools/annotation-file-utilities/src/annotator/find/
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/mockito/src/main/java/org/mockito/invocation/
InvocationOnMock.java 51 <T> T getArgument(int index);
  /packages/apps/TV/src/com/android/tv/dvr/ui/
BigArguments.java 36 public static Object getArgument(String name) {
  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 46 selIds[0] = &ids.get("getArgument");
66 selName = "getArgument";
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/utils/
IdGeneratorTest.java 126 int defValue = invocation.getArgument(1);
140 mMockSharedPrefsNextId = invocation.getArgument(1);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
MathIllegalNumberException.java 71 public Number getArgument() {
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
NodeWithArguments.java 38 default Expression getArgument(int i) {
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/
UiServiceTestCase.java 56 switch ((String) iom.getArgument(0)) {
  /art/test/1945-proxy-method-arguments/src/
Main.java 105 // 0 TestInvocationHandler.getArgument (outermost frame)
114 return getArgument(arg_pos, proxy_method_frame_depth);
118 private native Object getArgument(int arg_pos, int frame_depth);
  /external/llvm/lib/Analysis/
MemoryLocation.cpp 98 const Value *Arg = CS.getArgument(ArgIdx);
152 if (const ConstantInt *LenCI = dyn_cast<ConstantInt>(CS.getArgument(2)))
157 return MemoryLocation(CS.getArgument(ArgIdx), UnknownSize, AATags);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
EuiccControllerTest.java     [all...]
  /external/llvm/include/llvm/IR/
Statepoint.h 101 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos))
107 const Value *IDVal = getCallSite().getArgument(IDPos);
113 const Value *NumPatchBytesVal = getCallSite().getArgument(NumPatchBytesPos);
122 return getCallSite().getArgument(CalledFunctionPos);
154 const Value *NumCallArgsVal = getCallSite().getArgument(NumCallArgsPos);
169 ValueTy *getArgument(unsigned Index) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 116 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos))
122 const Value *IDVal = getCallSite().getArgument(IDPos);
128 const Value *NumPatchBytesVal = getCallSite().getArgument(NumPatchBytesPos);
137 return getCallSite().getArgument(CalledFunctionPos);
169 const Value *NumCallArgsVal = getCallSite().getArgument(NumCallArgsPos);
184 ValueTy *getArgument(unsigned Index) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Statepoint.h 118 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos))
124 const Value *IDVal = getCallSite().getArgument(IDPos);
130 const Value *NumPatchBytesVal = getCallSite().getArgument(NumPatchBytesPos);
139 return getCallSite().getArgument(CalledFunctionPos);
171 const Value *NumCallArgsVal = getCallSite().getArgument(NumCallArgsPos);
186 ValueTy *getArgument(unsigned Index) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Statepoint.h 118 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos))
124 const Value *IDVal = getCallSite().getArgument(IDPos);
130 const Value *NumPatchBytesVal = getCallSite().getArgument(NumPatchBytesPos);
139 return getCallSite().getArgument(CalledFunctionPos);
171 const Value *NumCallArgsVal = getCallSite().getArgument(NumCallArgsPos);
186 ValueTy *getArgument(unsigned Index) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Statepoint.h 121 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos))
127 const Value *IDVal = getCallSite().getArgument(IDPos);
133 const Value *NumPatchBytesVal = getCallSite().getArgument(NumPatchBytesPos);
142 return getCallSite().getArgument(CalledFunctionPos);
174 const Value *NumCallArgsVal = getCallSite().getArgument(NumCallArgsPos);
189 ValueTy *getArgument(unsigned Index) {

Completed in 1343 milliseconds

1 2 3 4 5 6 7 8 91011