Searched defs:argsIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/api/
H A Dgen_runtime.cpp342 const string& argsIndex, const string& actualIndex) const;
344 const string& argsIndex, const string& actualIndex) const;
346 const string& argsIndex, const string& actualIndex,
1683 const string& argsIndex,
1685 writeJavaTestOneValue(file, indent, p, argsIndex, actualIndex);
1691 const string& argsIndex, const string& actualIndex) const {
1694 file << "!args." << p.variableName << argsIndex << ".couldBe(" << p.javaArrayName
1701 file << "args." << p.variableName << argsIndex << " != " << p.javaArrayName << actualIndex;
1704 file << " && !args." << mParams[mReturnIndex]->variableName << argsIndex << ".isNaN()";
1711 const string& argsIndex, cons
1682 writeJavaTestAndSetValid(ofstream& file, int indent, const ParameterDefinition& p, const string& argsIndex, const string& actualIndex) const argument
1690 writeJavaTestOneValue(ofstream& file, int indent, const ParameterDefinition& p, const string& argsIndex, const string& actualIndex) const argument
1709 writeJavaAppendOutputToMessage(ofstream& file, int indent, const ParameterDefinition& p, const string& argsIndex, const string& actualIndex, bool verifierValidates) const argument
[all...]

Completed in 418 milliseconds