Searched refs:mJavaFile (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/api/
H A Dgen_runtime.cpp175 ofstream mJavaFile; // The Jave test file we're generating. member in class:__anon1461::Function
179 bool startJavaFile(); // Open the mJavaFile and writes the header.
795 (*i)->writeFiles(headerFile, mRsFile, mJavaFile, this, versionOfTestFiles);
802 mJavaFile.close();
847 mJavaFile.open(fileName.c_str(), ios::out | ios::trunc);
848 if (!mJavaFile.is_open()) {
852 mJavaFile << LEGAL_NOTICE;
853 mJavaFile << AUTO_GENERATED_WARNING;
854 mJavaFile << "package android.renderscript.cts;\n\n";
856 mJavaFile << "impor
[all...]

Completed in 432 milliseconds