Home | History | Annotate | Download | only in script_api

Lines Matching refs:script

59  * we are generating test code.  This instance will generate both the script and the Java
61 * of the various names shared between script and Java files.
98 // Generate the Check* method that invokes the script and calls the verifier.
140 // Generate code that tests one value returned from the script.
156 // Generate the set of instructions to call the script.
171 // Write the script test function for this permutation.
173 // Write the section of the Java code that calls the script and validates the results
823 string script = "script";
825 script += "Relaxed";
839 mJava->indent() << script << ".set_" << p->rsAllocName << "(" << p->javaAllocName
844 mJava->indent() << script << ".forEach_" << mRsKernelName << "(";
1033 file->indent() << "private ScriptC_" << testName << " script;\n";
1041 file->indent() << "script = new ScriptC_" << testName << "(mRS);\n";
1051 file->indent() << "script.destroy();\n";
1074 // Open the script file and write its header.