Home
last modified time | relevance | path

Searched refs:getArgument (Results 1 – 25 of 67) sorted by relevance

123

/external/parameter-framework/upstream/parameter/
DParameterMgr.cpp931 if (remoteCommand.getArgument(0) == "on") { in setTuningModeCommandProcess()
937 } else if (remoteCommand.getArgument(0) == "off") { in setTuningModeCommandProcess()
962 if (remoteCommand.getArgument(0) == "raw") { in setValueSpaceCommandProcess()
968 } else if (remoteCommand.getArgument(0) == "real") { in setValueSpaceCommandProcess()
993 if (remoteCommand.getArgument(0) == "hex") { in setOutputRawFormatCommandProcess()
999 } else if (remoteCommand.getArgument(0) == "dec") { in setOutputRawFormatCommandProcess()
1024 if (remoteCommand.getArgument(0) == "on") { in setAutoSyncCommandProcess()
1030 } else if (remoteCommand.getArgument(0) == "off") { in setAutoSyncCommandProcess()
1072 strOutputFormat = remoteCommand.getArgument(0); in listCriteriaCommandProcess()
1124 return createDomain(remoteCommand.getArgument(0), strResult) ? CCommandHandler::EDone in createDomainCommandProcess()
[all …]
/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.cpp141 return createExclusiveSelectionCriterionFromStateList(remoteCommand.getArgument(0), in createExclusiveSelectionCriterionFromStateList()
150 return createInclusiveSelectionCriterionFromStateList(remoteCommand.getArgument(0), in createInclusiveSelectionCriterionFromStateList()
159 return createExclusiveSelectionCriterion(remoteCommand.getArgument(0), in createExclusiveSelectionCriterion()
160 strtoul(remoteCommand.getArgument(1).c_str(), NULL, 0), in createExclusiveSelectionCriterion()
169 return createInclusiveSelectionCriterion(remoteCommand.getArgument(0), in createInclusiveSelectionCriterion()
170 strtoul(remoteCommand.getArgument(1).c_str(), NULL, 0), in createInclusiveSelectionCriterion()
188 const string &strAbort = remoteCommand.getArgument(0); in setter()
220 mParameterMgrPlatformConnector.setSchemaUri(remotecommand.getArgument(0)); in setSchemaUri()
232 if (convertTo(remoteCommand.getArgument(1), state)) { in setCriterionState()
234 bSuccess = setCriterionState(remoteCommand.getArgument(0), state, strResult); in setCriterionState()
[all …]
/external/clang/test/ARCMT/
Dcheck-api.m9 - (void)getArgument:(void *)argumentLocation atIndex:(int)idx;
33 …[invok getArgument:&strong_id atIndex:0]; // expected-error {{NSInvocation's getArgument is not sa…
34 …[invok getArgument:&weak_id atIndex:0]; // expected-error {{NSInvocation's getArgument is not safe…
35 [invok getArgument:&unsafe_id atIndex:0];
36 [invok getArgument:&arg atIndex:0];
/external/llvm/include/llvm/IR/
DStatepoint.h101 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos)) in getFlags()
107 const Value *IDVal = getCallSite().getArgument(IDPos); in getID()
113 const Value *NumPatchBytesVal = getCallSite().getArgument(NumPatchBytesPos); in getNumPatchBytes()
122 return getCallSite().getArgument(CalledFunctionPos); in getCalledValue()
154 const Value *NumCallArgsVal = getCallSite().getArgument(NumCallArgsPos); in getNumCallArgs()
169 ValueTy *getArgument(unsigned Index) { in getArgument() function
324 const Value *Token = RelocateCS.getArgument(0); in isTiedToInvoke()
334 const Value *Token = RelocateCS.getArgument(0); in getStatepoint()
358 return cast<ConstantInt>(RelocateCS.getArgument(1))->getZExtValue(); in getBasePtrIndex()
364 return cast<ConstantInt>(RelocateCS.getArgument(2))->getZExtValue(); in getDerivedPtrIndex()
/external/parameter-framework/upstream/remote-processor/
DRequestMessage.cpp77 const string &CRequestMessage::getArgument(size_t argument) const in getArgument() function in CRequestMessage
119 writeString(getArgument(argument)); in fillDataToSend()
153 uiSize += getStringSize(getArgument(uiArgument)); in getDataSize()
DRemoteCommand.h45 virtual const std::string &getArgument(size_t argument) const = 0;
DRequestMessage.h52 virtual const std::string &getArgument(size_t argument) const;
/external/llvm/lib/Analysis/
DMemoryLocation.cpp115 const Value *Arg = CS.getArgument(ArgIdx); in getForArgument()
168 if (const ConstantInt *LenCI = dyn_cast<ConstantInt>(CS.getArgument(2))) in getForArgument()
173 return MemoryLocation(CS.getArgument(ArgIdx), UnknownSize, AATags); in getForArgument()
DMemoryBuiltins.cpp478 APInt Size(IntTyBits, GetStringLength(CS.getArgument(0))); in visitCallSite()
484 ConstantInt *Arg= dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam)); in visitCallSite()
495 ConstantInt *Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->FstParam)); in visitCallSite()
504 Arg = dyn_cast<ConstantInt>(CS.getArgument(FnData->SndParam)); in visitCallSite()
698 Value *FirstArg = CS.getArgument(FnData->FstParam); in visitCallSite()
703 Value *SecondArg = CS.getArgument(FnData->SndParam); in visitCallSite()
DLint.cpp327 visitMemoryReference(I, CS.getArgument(0), MemoryLocation::UnknownSize, 0, in visitCallSite()
331 visitMemoryReference(I, CS.getArgument(0), MemoryLocation::UnknownSize, 0, in visitCallSite()
333 visitMemoryReference(I, CS.getArgument(1), MemoryLocation::UnknownSize, 0, in visitCallSite()
337 visitMemoryReference(I, CS.getArgument(0), MemoryLocation::UnknownSize, 0, in visitCallSite()
345 visitMemoryReference(I, CS.getArgument(0), MemoryLocation::UnknownSize, 0, in visitCallSite()
/external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/
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/apache-commons-math/src/main/java/org/apache/commons/math/exception/
DMathIllegalNumberException.java71 public Number getArgument() { in getArgument() method in MathIllegalNumberException
/external/llvm/tools/llvm-diff/
DDiffConsumer.cpp179 case 'l': printValue(Log.getArgument(arg++), true); break; in logf()
180 case 'r': printValue(Log.getArgument(arg++), false); break; in logf()
DDiffLog.cpp30 Value *LogBuilder::getArgument(unsigned I) const { return Arguments[I]; } in getArgument() function in LogBuilder
DDiffLog.h57 Value *getArgument(unsigned I) const;
DDifferenceEngine.cpp237 if (!equivalentAsOperands(L.getArgument(I), R.getArgument(I))) { in diffCallSites()
240 << L.getArgument(I) << R.getArgument(I); in diffCallSites()
/external/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp244 New = CS.getArgument(A->getArgNo()); in PropagateConstantReturn()
269 New = CS.getArgument(A->getArgNo()); in PropagateConstantReturn()
/external/clang/lib/AST/
DTemplateBase.cpp554 Dependent = Dependent || Info[i].getArgument().isDependent(); in initializeFrom()
556 Info[i].getArgument().isInstantiationDependent(); in initializeFrom()
559 Info[i].getArgument().containsUnexpandedParameterPack(); in initializeFrom()
/external/apache-commons-math/src/main/java/org/apache/commons/math/
DFunctionEvaluationException.java208 public double[] getArgument() { in getArgument() method in FunctionEvaluationException
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp700 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i)) in performCallSlotOptzn()
725 if (CS.getArgument(i)->stripPointerCasts() == cpySrc) { in performCallSlotOptzn()
730 if (CS.getArgument(i)->getType() == Dest->getType()) in performCallSlotOptzn()
734 CS.getArgument(i)->getType(), Dest->getName(), C)); in performCallSlotOptzn()
1073 Value *ByValArg = CS.getArgument(ArgNo); in processByValArgument()
/external/llvm/lib/IR/
DVerifier.cpp1562 const Value *IDV = CS.getArgument(0); in VerifyStatepoint()
1566 const Value *NumPatchBytesV = CS.getArgument(1); in VerifyStatepoint()
1577 const Value *Target = CS.getArgument(2); in VerifyStatepoint()
1583 const Value *NumCallArgsV = CS.getArgument(3); in VerifyStatepoint()
1607 const Value *FlagsV = CS.getArgument(4); in VerifyStatepoint()
1618 Type *ArgType = CS.getArgument(5 + i)->getType(); in VerifyStatepoint()
1627 const Value *NumTransitionArgsV = CS.getArgument(EndCallArgsInx+1); in VerifyStatepoint()
1638 const Value *NumDeoptArgsV = CS.getArgument(EndTransitionArgsInx+1); in VerifyStatepoint()
2320 Assert(CS.getArgument(i)->getType() == FTy->getParamType(i), in VerifyCallSite()
2322 CS.getArgument(i), FTy->getParamType(i), I); in VerifyCallSite()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java920 public double getArgument() { in getArgument() method in Complex
966 final double nthPhi = getArgument()/n; in nthRoot()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp160 if (ArgLoc.getArgument().isPackExpansion()) in TraverseTemplateArgumentLoc()
362 if (Arg.getArgument().isNull() || in DiagnoseUnexpandedParameterPack()
363 !Arg.getArgument().containsUnexpandedParameterPack()) in DiagnoseUnexpandedParameterPack()
879 const TemplateArgument &Argument = OrigLoc.getArgument(); in getTemplateArgumentPackExpansionPattern()
DSemaTemplate.cpp792 if (DefaultArg.getArgument().getAsTemplate().isNull()) { in ActOnTemplateTemplateParameter()
800 DefaultArg.getArgument().getAsTemplate(), in ActOnTemplateTemplateParameter()
3068 const TemplateArgument &Arg = AL.getArgument(); in CheckTemplateTypeArgument()
3348 Param->getDefaultArgument().getArgument().getAsTemplate(), in SubstDefaultTemplateArgument()
3493 switch (Arg.getArgument().getKind()) { in CheckTemplateArgument()
3500 CheckTemplateArgument(NTTP, NTTPType, Arg.getArgument().getAsExpr(), in CheckTemplateArgument()
3507 if (Res.get() != Arg.getArgument().getAsExpr()) { in CheckTemplateArgument()
3521 Converted.push_back(Arg.getArgument()); in CheckTemplateArgument()
3529 = Arg.getArgument().getAsTemplateOrTemplatePattern() in CheckTemplateArgument()
3551 if (Arg.getArgument().getKind() == TemplateArgument::TemplateExpansion){ in CheckTemplateArgument()
[all …]
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestExprVisitor.cpp37 const TemplateArgument &Arg = ArgLoc.getArgument(); in TraverseTemplateArgumentLoc()

123