• Home
  • Raw
  • Download

Lines Matching defs:file

511 void writeIfdef(ofstream& file, string filename, bool isStart) {  in writeIfdef()
530 void writeJavaArrayInitialization(ofstream& file, const ParameterDefinition& p) { in writeJavaArrayInitialization()
830 FILE* file = fopen(name.c_str(), "wt"); in writeRelaxedRsFile() local
1410 void Permutation::writeJavaArgumentClass(ofstream& file, bool scalar) const { in writeJavaArgumentClass()
1437 void Permutation::writeJavaCheckMethod(ofstream& file, bool generateCallToVerifier) const { in writeJavaCheckMethod()
1460 void Permutation::writeJavaInputAllocationDefinition(ofstream& file, const string& indent, in writeJavaInputAllocationDefinition()
1495 void Permutation::writeJavaRandomCompatibleFloatAllocation(ofstream& file, const string& dataType, in writeJavaRandomCompatibleFloatAllocation()
1528 void Permutation::writeJavaRandomCompatibleIntegerAllocation(ofstream& file, const string& dataType, in writeJavaRandomCompatibleIntegerAllocation()
1548 void Permutation::writeJavaOutputAllocationDefinition(ofstream& file, const string& indent, in writeJavaOutputAllocationDefinition()
1578 void Permutation::writeJavaVerifyScalarMethod(ofstream& file, bool verifierValidates) const { in writeJavaVerifyScalarMethod()
1682 void Permutation::writeJavaTestAndSetValid(ofstream& file, int indent, const ParameterDefinition& p, in writeJavaTestAndSetValid()
1690 void Permutation::writeJavaTestOneValue(ofstream& file, int indent, const ParameterDefinition& p, in writeJavaTestOneValue()
1709 void Permutation::writeJavaAppendOutputToMessage(ofstream& file, int indent, in writeJavaAppendOutputToMessage()
1742 void Permutation::writeJavaAppendInputToMessage(ofstream& file, int indent, in writeJavaAppendInputToMessage()
1750 void Permutation::writeJavaAppendNewLineToMessage(ofstream& file, int indent) const { in writeJavaAppendNewLineToMessage()
1754 void Permutation::writeJavaAppendVariableToMessage(ofstream& file, int indent, in writeJavaAppendVariableToMessage()
1772 void Permutation::writeJavaAppendFloatVariableToMessage(ofstream& file, int indent, in writeJavaAppendFloatVariableToMessage()
1784 void Permutation::writeJavaVectorComparison(ofstream& file, int indent, in writeJavaVectorComparison()
1796 void Permutation::writeJavaAppendVectorInputToMessage(ofstream& file, int indent, in writeJavaAppendVectorInputToMessage()
1808 void Permutation::writeJavaAppendVectorOutputToMessage(ofstream& file, int indent, in writeJavaAppendVectorOutputToMessage()
1891 void Permutation::writeJavaCallToRs(ofstream& file, bool relaxed, bool generateCallToVerifier) cons… in writeJavaCallToRs()