Searched refs:actualIndex (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/api/ |
D | gen_runtime.cpp | 342 const string& argsIndex, const string& actualIndex) const; 344 const string& argsIndex, const string& actualIndex) const; 346 const string& argsIndex, const string& actualIndex, 1684 const string& actualIndex) const { in writeJavaTestAndSetValid() 1685 writeJavaTestOneValue(file, indent, p, argsIndex, actualIndex); in writeJavaTestAndSetValid() 1691 const string& argsIndex, const string& actualIndex) const { in writeJavaTestOneValue() 1695 << actualIndex; in writeJavaTestOneValue() 1701 file << "args." << p.variableName << argsIndex << " != " << p.javaArrayName << actualIndex; in writeJavaTestOneValue() 1711 const string& argsIndex, const string& actualIndex, in writeJavaAppendOutputToMessage() argument 1724 const string actual = p.javaArrayName + actualIndex; in writeJavaAppendOutputToMessage() [all …]
|