Home
last modified time | relevance | path

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

/frameworks/rs/api/
DGenerateTestFiles.cpp74 string mJavaCheckMethodName; member in PermutationWriter
166 string getJavaCheckMethodName() const { return mJavaCheckMethodName; } in getJavaCheckMethodName()
186 mJavaCheckMethodName = "check" + trunk; in PermutationWriter()
209 mJavaCheckMethodName += capitalizedRsType; in PermutationWriter()
268 mJava->indent() << "private void " << mJavaCheckMethodName << "()"; in writeJavaCheckMethod()
299 const string seed = hashString(mJavaCheckMethodName + param.javaAllocName); in writeJavaInputAllocationDefinition()
491 mJava->indent() << "assertFalse(\"Incorrect output for " << mJavaCheckMethodName << "\" +\n"; in writeJavaVerifyScalarMethod()
577 mJava->indent() << "assertFalse(\"Incorrect output for " << mJavaCheckMethodName << "\" +\n"; in writeJavaVerifyVectorMethod()