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

1 2 3 4 5 6 7 8

  /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...]
  /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/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/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/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 44 public static Object getArgument(String name) {
  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 46 selIds[0] = &ids.get("getArgument");
66 selName = "getArgument";
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
MathIllegalNumberException.java 71 public Number getArgument() {
  /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);
AliasAnalysisSummary.cpp 80 auto Value = (Index == 0) ? CS.getInstruction() : CS.getArgument(Index - 1);
  /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-3957855/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-3960126/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-3977809/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-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/linux-x86/clang-3957855/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/linux-x86/clang-3960126/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/linux-x86/clang-3977809/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/linux-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) {
  /external/mockito/src/test/java/org/mockitousage/customization/
BDDMockitoTest.java 78 return invocation.getArgument(0);
89 return invocation.getArgument(0);
201 return invocation.getArgument(0);
  /external/llvm/tools/llvm-diff/
DiffLog.cpp 29 Value *LogBuilder::getArgument(unsigned I) const { return Arguments[I]; }
DiffLog.h 57 Value *getArgument(unsigned I) const;

Completed in 1694 milliseconds

1 2 3 4 5 6 7 8