Searched refs:getArgument (Results 1 - 25 of 77) sorted by relevance

1234

/external/parameter-framework/upstream/test/test-platform/
H A DTestPlatform.cpp141 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(
[all...]
/external/parameter-framework/upstream/remote-processor/
H A DRequestMessage.cpp77 const string &CRequestMessage::getArgument(size_t argument) const function in class:CRequestMessage
119 writeString(getArgument(argument));
153 uiSize += getStringSize(getArgument(uiArgument));
H A DRemoteCommand.h45 virtual const std::string &getArgument(size_t argument) const = 0;
H A DRequestMessage.h52 virtual const std::string &getArgument(size_t argument) const;
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DMathIllegalNumberException.java71 public Number getArgument() { method in class:MathIllegalNumberException
/external/parameter-framework/upstream/parameter/
H A DParameterMgr.cpp931 if (remoteCommand.getArgument(0) == "on") {
937 } else if (remoteCommand.getArgument(0) == "off") {
962 if (remoteCommand.getArgument(0) == "raw") {
968 } else if (remoteCommand.getArgument(0) == "real") {
993 if (remoteCommand.getArgument(0) == "hex") {
999 } else if (remoteCommand.getArgument(0) == "dec") {
1024 if (remoteCommand.getArgument(0) == "on") {
1030 } else if (remoteCommand.getArgument(0) == "off") {
1072 strOutputFormat = remoteCommand.getArgument(0);
1124 return createDomain(remoteCommand.getArgument(
[all...]
/external/llvm/include/llvm/IR/
H A DStatepoint.h101 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) { function in class:llvm::StatepointFlags::StatepointBase
324 const Value *Token = RelocateCS.getArgument(0);
334 const Value *Token = RelocateCS.getArgument(0);
358 return cast<ConstantInt>(RelocateCS.getArgument(1))->getZExtValue();
364 return cast<ConstantInt>(RelocateCS.getArgument(
[all...]
H A DCallSite.h121 ValTy *getArgument(unsigned ArgNo) const { function in class:llvm::CallSiteBase
/external/llvm/lib/Analysis/
H A DMemoryLocation.cpp115 const Value *Arg = CS.getArgument(ArgIdx);
168 if (const ConstantInt *LenCI = dyn_cast<ConstantInt>(CS.getArgument(2)))
173 return MemoryLocation(CS.getArgument(ArgIdx), UnknownSize, AATags);
H A DMemoryBuiltins.cpp478 APInt Size(IntTyBits, GetStringLength(CS.getArgument(0)));
484 ConstantInt *Arg= dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam));
495 ConstantInt *Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam));
504 Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->SndParam));
698 Value *FirstArg = CS.getArgument(FnData->FstParam);
703 Value *SecondArg = CS.getArgument(FnData->SndParam);
H A DLint.cpp327 visitMemoryReference(I, CS.getArgument(0), MemoryLocation::UnknownSize, 0,
331 visitMemoryReference(I, CS.getArgument(0), MemoryLocation::UnknownSize, 0,
333 visitMemoryReference(I, CS.getArgument(1), MemoryLocation::UnknownSize, 0,
337 visitMemoryReference(I, CS.getArgument(0), MemoryLocation::UnknownSize, 0,
345 visitMemoryReference(I, CS.getArgument(0), MemoryLocation::UnknownSize, 0,
/external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/
H A DARDAppClientTest.mm139 [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/llvm/tools/llvm-diff/
H A DDiffLog.cpp30 Value *LogBuilder::getArgument(unsigned I) const { return Arguments[I]; } function in class:LogBuilder
H A DDiffLog.h57 Value *getArgument(unsigned I) const;
H A DDiffConsumer.cpp179 case 'l': printValue(Log.getArgument(arg++), true); break;
180 case 'r': printValue(Log.getArgument(arg++), false); break;
H A DDifferenceEngine.cpp237 if (!equivalentAsOperands(L.getArgument(I), R.getArgument(I))) {
240 << L.getArgument(I) << R.getArgument(I);
/external/apache-commons-math/src/main/java/org/apache/commons/math/
H A DFunctionEvaluationException.java208 public double[] getArgument() { method in class:FunctionEvaluationException
/external/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp244 New = CS.getArgument(A->getArgNo());
269 New = CS.getArgument(A->getArgNo());
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestExprVisitor.cpp37 const TemplateArgument &Arg = ArgLoc.getArgument();
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
H A DComplex.java920 public double getArgument() { method in class:Complex
930 * respectively the {@link #abs() modulus} and {@link #getArgument() argument} of this complex number.
966 final double nthPhi = getArgument()/n;
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp700 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i))
725 if (CS.getArgument(i)->stripPointerCasts() == cpySrc) {
730 if (CS.getArgument(i)->getType() == Dest->getType())
734 CS.getArgument(i)->getType(), Dest->getName(), C));
1073 Value *ByValArg = CS.getArgument(ArgNo);
/external/llvm/lib/IR/
H A DVerifier.cpp1562 const Value *IDV = CS.getArgument(0);
1566 const Value *NumPatchBytesV = CS.getArgument(1);
1577 const Value *Target = CS.getArgument(2);
1583 const Value *NumCallArgsV = CS.getArgument(3);
1607 const Value *FlagsV = CS.getArgument(4);
1618 Type *ArgType = CS.getArgument(5 + i)->getType();
1627 const Value *NumTransitionArgsV = CS.getArgument(EndCallArgsInx+1);
1638 const Value *NumDeoptArgsV = CS.getArgument(EndTransitionArgsInx+1);
2320 Assert(CS.getArgument(i)->getType() == FTy->getParamType(i),
2322 CS.getArgument(
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp160 if (ArgLoc.getArgument().isPackExpansion())
362 if (Arg.getArgument().isNull() ||
363 !Arg.getArgument().containsUnexpandedParameterPack())
879 const TemplateArgument &Argument = OrigLoc.getArgument();
/external/clang/lib/AST/
H A DComment.cpp291 if (MaybeFunction.getArgument().getKind() != TemplateArgument::Type)
H A DTypePrinter.cpp1465 if (Args[Arg].getArgument().getKind() == TemplateArgument::Pack) {
1467 Args[Arg].getArgument().pack_begin(),
1468 Args[Arg].getArgument().pack_size(),
1471 Args[Arg].getArgument().print(Policy, ArgOS);

Completed in 597 milliseconds

1234