Home | History | Annotate | Download | only in api

Lines Matching refs:ofstream

150     bool writeAllFunctions(ofstream& headerFile, int versionOfTestFiles);
174 ofstream mRsFile; // The Renderscript test file we're generating.
175 ofstream mJavaFile; // The Jave test file we're generating.
188 bool writeFiles(ofstream& headerFile, int versionOfTestFiles);
272 void writeFiles(ofstream& headerFile, ofstream& rsFile, ofstream& javaFile, Function* function,
316 void writeHeaderSection(ofstream& file) const;
318 void writeRsSection(ofstream& rs) const;
320 void writeJavaSection(ofstream& file) const;
321 void writeJavaArgumentClass(ofstream& file, bool scalar) const;
322 void writeJavaCheckMethod(ofstream& file, bool generateCallToVerifier) const;
323 void writeJavaVerifyScalarMethod(ofstream& file, bool verifierValidates) const;
324 void writeJavaVerifyVectorMethod(ofstream& file) const;
325 void writeJavaVerifyFunctionHeader(ofstream& file) const;
326 void writeJavaInputAllocationDefinition(ofstream& file, const string& indent,
328 void writeJavaOutputAllocationDefinition(ofstream& file, const string& indent,
331 void writeJavaRandomCompatibleFloatAllocation(ofstream& file, const string& dataType,
335 void writeJavaRandomCompatibleIntegerAllocation(ofstream& file, const string& dataType,
339 void writeJavaCallToRs(ofstream& file, bool relaxed, bool generateCallToVerifier) const;
341 void writeJavaTestAndSetValid(ofstream& file, int indent, const ParameterDefinition& p,
343 void writeJavaTestOneValue(ofstream& file, int indent, const ParameterDefinition& p,
345 void writeJavaAppendOutputToMessage(ofstream& file, int indent, const ParameterDefinition& p,
348 void writeJavaAppendInputToMessage(ofstream
350 void writeJavaAppendNewLineToMessage(ofstream& file, int indent) const;
351 void writeJavaAppendVariableToMessage(ofstream& file, int indent, const ParameterDefinition& p,
353 void writeJavaAppendFloatVariableToMessage(ofstream& file, int indent, const string& value,
355 void writeJavaVectorComparison(ofstream& file, int indent, const ParameterDefinition& p) const;
356 void writeJavaAppendVectorInputToMessage(ofstream& file, int indent,
358 void writeJavaAppendVectorOutputToMessage(ofstream& file, int indent,
365 void writeFiles(ofstream& headerFile, ofstream& rsFile, ofstream& javaFile,
511 void writeIfdef(ofstream& file, string filename, bool isStart) {
530 void writeJavaArrayInitialization(ofstream& file, const ParameterDefinition& p) {
740 ofstream headerFile;
771 bool SpecFile::writeAllFunctions(ofstream& headerFile, int versionOfTestFiles) {
789 bool Function::writeFiles(ofstream& headerFile, int versionOfTestFiles) {
1054 void Specification::writeFiles(ofstream& headerFile, ofstream& rsFile, ofstream& javaFile,
1168 void Permutation::writeFiles(ofstream& headerFile, ofstream& rsFile, ofstream& javaFile,
1177 void Permutation::writeHeaderSection(ofstream& file) const {
1289 void Permutation::writeRsSection(ofstream& rs) const {
1388 void Permutation::writeJavaSection(ofstream& file) const {
1410 void Permutation::writeJavaArgumentClass(ofstream& file, bool scalar) const {
1437 void Permutation::writeJavaCheckMethod(ofstream& file, bool generateCallToVerifier) const {
1460 void Permutation::writeJavaInputAllocationDefinition(ofstream& file, const string& indent,
1495 void Permutation::writeJavaRandomCompatibleFloatAllocation(ofstream& file, const string& dataType,
1528 void Permutation::writeJavaRandomCompatibleIntegerAllocation(ofstream& file, const string& dataType,
1548 void Permutation::writeJavaOutputAllocationDefinition(ofstream& file, const string& indent,
1578 void Permutation::writeJavaVerifyScalarMethod(ofstream& file, bool verifierValidates) const {
1673 void Permutation::writeJavaVerifyFunctionHeader(ofstream& file) const {
1682 void Permutation::writeJavaTestAndSetValid(ofstream& file, int indent, const ParameterDefinition& p,
1690 void Permutation::writeJavaTestOneValue(ofstream& file, int indent, const ParameterDefinition& p,
1709 void Permutation::writeJavaAppendOutputToMessage(ofstream& file, int indent,
1742 void Permutation::writeJavaAppendInputToMessage(ofstream& file, int indent,
1750 void Permutation::writeJavaAppendNewLineToMessage(ofstream& file, int indent) const {
1754 void Permutation::writeJavaAppendVariableToMessage(ofstream& file, int indent,
1772 void Permutation::writeJavaAppendFloatVariableToMessage(ofstream& file, int indent,
1784 void Permutation::writeJavaVectorComparison(ofstream& file, int indent,
1796 void Permutation::writeJavaAppendVectorInputToMessage(ofstream& file, int indent,
1808 void Permutation::writeJavaAppendVectorOutputToMessage(ofstream& file, int indent,
1821 void Permutation::writeJavaVerifyVectorMethod(ofstream& file) const {
1891 void Permutation::writeJavaCallToRs(ofstream& file, bool relaxed, bool generateCallToVerifier) const {