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

123

/external/parameter-framework/remote-processor/
H A DRemoteCommand.h44 virtual const std::string& getArgument(uint32_t uiArgument) const = 0;
H A DRequestMessage.cpp72 const string& CRequestMessage::getArgument(uint32_t uiArgument) const function in class:CRequestMessage
117 writeString(getArgument(uiArgument));
153 uiSize += getStringSize(getArgument(uiArgument));
H A DRequestMessage.h50 virtual const std::string& getArgument(uint32_t uiArgument) const;
/external/parameter-framework/parameter/
H A DParameterMgr.cpp958 if (remoteCommand.getArgument(0) == "on") {
964 } else if (remoteCommand.getArgument(0) == "off") {
991 if (remoteCommand.getArgument(0) == "raw") {
997 } else if (remoteCommand.getArgument(0) == "real") {
1024 if (remoteCommand.getArgument(0) == "hex") {
1030 } else if (remoteCommand.getArgument(0) == "dec") {
1055 if (remoteCommand.getArgument(0) == "on") {
1061 } else if (remoteCommand.getArgument(0) == "off") {
1104 strOutputFormat = remoteCommand.getArgument(0);
1154 return createDomain(remoteCommand.getArgument(
[all...]
/external/parameter-framework/test/test-platform/
H A DTestPlatform.cpp180 remoteCommand.getArgument(0), remoteCommand, strResult) ?
188 remoteCommand.getArgument(0), remoteCommand, strResult) ?
196 remoteCommand.getArgument(0),
197 strtoul(remoteCommand.getArgument(1).c_str(), NULL, 0),
206 remoteCommand.getArgument(0),
207 strtoul(remoteCommand.getArgument(1).c_str(), NULL, 0),
225 const string& strAbort = remoteCommand.getArgument(0);
254 const char* pcState = remoteCommand.getArgument(1).c_str();
265 bSuccess = setCriterionState(remoteCommand.getArgument(0), state, strResult);
308 const std::string& strValue = remoteCommand.getArgument(uiStat
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DMathIllegalNumberException.java71 public Number getArgument() { method in class:MathIllegalNumberException
/external/llvm/include/llvm/IR/
H A DStatepoint.h73 return StatepointCS.getArgument(0);
77 return cast<ConstantInt>(StatepointCS.getArgument(1))->getZExtValue();
82 return cast<ConstantInt>(StatepointCS.getArgument(3 + numCallArgs()))->getZExtValue();
202 const Value *Token = RelocateCS.getArgument(0);
215 const Value *token = RelocateCS.getArgument(0);
237 return cast<ConstantInt>(RelocateCS.getArgument(1))->getZExtValue();
242 return cast<ConstantInt>(RelocateCS.getArgument(2))->getZExtValue();
H A DCallSite.h114 ValTy *getArgument(unsigned ArgNo) const { function in class:llvm::CallSiteBase
/external/llvm/lib/Analysis/
H A DNoAliasAnalysis.cpp63 return Location(CS.getArgument(ArgIdx), UnknownSize, AATags);
H A DMemoryBuiltins.cpp463 APInt Size(IntTyBits, GetStringLength(CS.getArgument(0)));
469 ConstantInt *Arg= dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam));
480 ConstantInt *Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam));
489 Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->SndParam));
686 Value *FirstArg = CS.getArgument(FnData->FstParam);
691 Value *SecondArg = CS.getArgument(FnData->SndParam);
H A DLint.cpp331 visitMemoryReference(I, CS.getArgument(0), AliasAnalysis::UnknownSize,
335 visitMemoryReference(I, CS.getArgument(0), AliasAnalysis::UnknownSize,
337 visitMemoryReference(I, CS.getArgument(1), AliasAnalysis::UnknownSize,
341 visitMemoryReference(I, CS.getArgument(0), AliasAnalysis::UnknownSize,
349 visitMemoryReference(I, CS.getArgument(0), AliasAnalysis::UnknownSize,
/external/llvm/tools/llvm-diff/
H A DDiffLog.cpp29 Value *LogBuilder::getArgument(unsigned I) const { return Arguments[I]; } function in class:LogBuilder
H A DDiffLog.h53 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.cpp698 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i))
723 if (CS.getArgument(i)->stripPointerCasts() == cpySrc) {
728 if (CS.getArgument(i)->getType() == Dest->getType())
732 CS.getArgument(i)->getType(), Dest->getName(), C));
959 Value *ByValArg = CS.getArgument(ArgNo);
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp160 if (ArgLoc.getArgument().isPackExpansion())
362 if (Arg.getArgument().isNull() ||
363 !Arg.getArgument().containsUnexpandedParameterPack())
878 const TemplateArgument &Argument = OrigLoc.getArgument();
H A DSemaTemplate.cpp791 if (DefaultArg.getArgument().getAsTemplate().isNull()) {
799 DefaultArg.getArgument().getAsTemplate(),
3019 const TemplateArgument &Arg = AL.getArgument();
3298 Param->getDefaultArgument().getArgument().getAsTemplate(),
3443 switch (Arg.getArgument().getKind()) {
3450 CheckTemplateArgument(NTTP, NTTPType, Arg.getArgument().getAsExpr(),
3457 if (Res.get() != Arg.getArgument().getAsExpr()) {
3471 Converted.push_back(Arg.getArgument());
3479 = Arg.getArgument().getAsTemplateOrTemplatePattern()
3501 if (Arg.getArgument()
[all...]
/external/llvm/lib/IR/
H A DVerifier.cpp1501 const Value *Target = CS.getArgument(0);
1507 const Value *NumCallArgsV = CS.getArgument(1);
1531 const Value *Unused = CS.getArgument(2);
1539 Type *ArgType = CS.getArgument(3+i)->getType();
1546 const Value *NumDeoptArgsV = CS.getArgument(EndCallArgsInx+1);
2135 Assert(CS.getArgument(i)->getType() == FTy->getParamType(i),
2137 CS.getArgument(i), FTy->getParamType(i), I);
2151 Value *InAllocaArg = CS.getArgument(FTy->getNumParams() - 1);
2171 Type *Ty = CS.getArgument(Idx-1)->getType();
3263 const Value *Target = StatepointCS.getArgument(
[all...]
/external/clang/lib/AST/
H A DComment.cpp291 if (MaybeFunction.getArgument().getKind() != TemplateArgument::Type)
/external/clang/include/clang/AST/
H A DTemplateBase.h466 const TemplateArgument &getArgument() const { function in class:clang::TemplateArgumentLoc

Completed in 655 milliseconds

123