HomeSort by relevance Sort by last modified time
    Searched refs:getArgument (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/parameter-framework/remote-processor/
RemoteCommand.h 44 virtual const std::string& getArgument(uint32_t uiArgument) const = 0;
RequestMessage.cpp 72 const string& CRequestMessage::getArgument(uint32_t uiArgument) const
117 writeString(getArgument(uiArgument));
153 uiSize += getStringSize(getArgument(uiArgument));
RequestMessage.h 50 virtual const std::string& getArgument(uint32_t uiArgument) const;
  /external/parameter-framework/parameter/
ParameterMgr.cpp     [all...]
  /external/parameter-framework/test/test-platform/
TestPlatform.cpp 180 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(uiState + 1)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
MathIllegalNumberException.java 71 public Number getArgument() {
  /external/llvm/include/llvm/IR/
Statepoint.h 73 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();
CallSite.h 114 ValTy *getArgument(unsigned ArgNo) const {
  /external/llvm/tools/llvm-diff/
DiffLog.h 53 Value *getArgument(unsigned I) const;
DiffLog.cpp 29 Value *LogBuilder::getArgument(unsigned I) const { return Arguments[I]; }
DiffConsumer.cpp 179 case 'l': printValue(Log.getArgument(arg++), true); break;
180 case 'r': printValue(Log.getArgument(arg++), false); break;
DifferenceEngine.cpp 237 if (!equivalentAsOperands(L.getArgument(I), R.getArgument(I))) {
240 << L.getArgument(I) << R.getArgument(I);
  /external/llvm/lib/Analysis/
NoAliasAnalysis.cpp 63 return Location(CS.getArgument(ArgIdx), UnknownSize, AATags);
MemoryBuiltins.cpp 463 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);
Lint.cpp 331 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,
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
FunctionEvaluationException.java 208 public double[] getArgument() {
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 244 New = CS.getArgument(A->getArgNo());
269 New = CS.getArgument(A->getArgNo());
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTestExprVisitor.cpp 37 const TemplateArgument &Arg = ArgLoc.getArgument();
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
Complex.java     [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 698 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));
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 160 if (ArgLoc.getArgument().isPackExpansion())
362 if (Arg.getArgument().isNull() ||
363 !Arg.getArgument().containsUnexpandedParameterPack())
878 const TemplateArgument &Argument = OrigLoc.getArgument();
    [all...]
SemaTemplate.cpp 791 if (DefaultArg.getArgument().getAsTemplate().isNull()) {
799 DefaultArg.getArgument().getAsTemplate(),
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/clang/lib/AST/
Comment.cpp 291 if (MaybeFunction.getArgument().getKind() != TemplateArgument::Type)
  /external/clang/include/clang/AST/
TemplateBase.h 466 const TemplateArgument &getArgument() const {

Completed in 766 milliseconds

1 2 3 4 5