Home
last modified time | relevance | path

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

/frameworks/rs/api/
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, in writeJavaTestAndSetValid() argument
1685 writeJavaTestOneValue(file, indent, p, argsIndex, actualIndex); in writeJavaTestAndSetValid()
1691 const string& argsIndex, const string& actualIndex) const { in writeJavaTestOneValue() argument
1694 file << "!args." << p.variableName << argsIndex << ".couldBe(" << p.javaArrayName in writeJavaTestOneValue()
1701 file << "args." << p.variableName << argsIndex << " != " << p.javaArrayName << actualIndex; in writeJavaTestOneValue()
1704 file << " && !args." << mParams[mReturnIndex]->variableName << argsIndex << ".isNaN()"; in writeJavaTestOneValue()
1711 const string& argsIndex, const string& actualIndex, in writeJavaAppendOutputToMessage() argument
[all …]