Searched refs:output_file_path (Results 1 – 4 of 4) sorted by relevance
40 output_file_path=None, argument57 if output_file_path:58 self.output_file_path = output_file_path70 output_file_path=self.output_file_path),72 output=self.output_file_path)]75 def output_file_path(self): member in GtestTestCase79 self.output_file_path = '{directory}/gtest_output_{name}.xml'.format(84 @output_file_path.setter85 def output_file_path(self, output_file_path): argument95 output_file_path = path_utils.TargetNormPath(output_file_path.strip())[all …]
72 const char* output_file_path, in TranslateToFile() argument74 string output_cpp_file_path_str = string(output_file_path); in TranslateToFile()88 FILE* output_file = fopen(output_file_path, "w+"); in TranslateToFile()90 cerr << __func__ << " could not open file " << output_file_path << endl; in TranslateToFile()
81 const char* output_file_path,
102 def generate_animation_html(self, output_file_path, model_names=None): argument111 with open(output_file_path, 'w') as f: