Home
last modified time | relevance | path

Searched refs:getArgumentCount (Results 1 – 11 of 11) sorted by relevance

/external/parameter-framework/upstream/remote-processor/
DRequestMessage.cpp68 size_t CRequestMessage::getArgumentCount() const in getArgumentCount() function in CRequestMessage
100 for (size_t argument = 0; argument < getArgumentCount(); argument++) { in fillDataToSend()
134 for (size_t uiArgument = 0; uiArgument < getArgumentCount(); uiArgument++) { in getDataSize()
DRemoteCommand.h44 virtual size_t getArgumentCount() const = 0;
DRequestMessage.h51 size_t getArgumentCount() const override;
DRemoteCommandHandlerTemplate.h83 if (remoteCommand.getArgumentCount() < _minArgumentCount) { in parse()
/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.cpp263 size_t nbStates = remoteCommand.getArgumentCount() - 1; in createExclusiveSelectionCriterionFromStateList()
291 size_t nbStates = remoteCommand.getArgumentCount() - 1; in createInclusiveSelectionCriterionFromStateList()
401 size_t nbSubStates = remoteCommand.getArgumentCount() - 1; in setCriterionStateByLexicalSpace()
/external/jsilver/src/com/google/clearsilver/jsilver/template/
DMacro.java41 int getArgumentCount(); in getArgumentCount() method
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DInterpretedMacro.java113 public int getArgumentCount() { in getArgumentCount() method in InterpretedMacro
DTemplateInterpreter.java477 if (node.getArguments().size() != macro.getArgumentCount()) { in caseACallCommand()
480 + macro.getArgumentCount() + ")"); in caseACallCommand()
/external/parameter-framework/upstream/parameter/
DParameterMgr.cpp1061 if (remoteCommand.getArgumentCount() > 1) { in listCriteriaCommandProcess()
1069 if (remoteCommand.getArgumentCount() == 1) { in listCriteriaCommandProcess()
1300 for (size_t argument = 2; argument < remoteCommand.getArgumentCount(); argument++) { in setElementSequenceCommandProcess()
1327 remoteCommand.packArguments(2, remoteCommand.getArgumentCount() - 2), in setRuleCommandProcess()
1706 string strValue = remoteCommand.packArguments(1, remoteCommand.getArgumentCount() - 1); in setParameterCommandProcess()
1803 string strValue = remoteCommand.packArguments(3, remoteCommand.getArgumentCount() - 3); in setConfigurationParameterCommandProcess()
1875 if (remoteCommand.getArgumentCount() > 1) { in importDomainWithSettingsXMLCommandProcess()
1925 if (remoteCommand.getArgumentCount() > 1) { in setDomainWithSettingsXMLCommandProcess()
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DBaseCompiledTemplate.java285 public int getArgumentCount() { in getArgumentCount() method in BaseCompiledTemplate.CompiledMacro
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12864 virtual glw::GLuint getArgumentCount() const = 0;
13101 virtual glw::GLuint getArgumentCount() const in getArgumentCount() function in gl4cts::FunctionObject::unaryBase
13266 virtual glw::GLuint getArgumentCount() const in getArgumentCount() function in gl4cts::FunctionObject::binaryBase
13389 virtual glw::GLuint getArgumentCount() const in getArgumentCount() function in gl4cts::FunctionObject::tenaryBase
13646 const glw::GLuint n_args = getArgumentCount(); in getArgumentStride()
14967 const glw::GLuint n_arguments = function_object.getArgumentCount(); in prepareArgument()
14993 const glw::GLuint n_arguments = function_object.getArgumentCount(); in prepareComponents()
15203 const glw::GLuint n_arguments = function_object.getArgumentCount(); in prepareVertexShaderCode()
15351 const glw::GLuint n_arguments = function_object.getArgumentCount(); in testBegin()
15574 for (glw::GLuint argument = 0; argument < function_object.getArgumentCount(); ++argument) in verifyResults()