Searched refs:output_file (Results 1 – 7 of 7) sorted by relevance
/test/vts/compilation_tools/vtsc/test/ |
D | test_vtsc.py | 230 def CompareOutputFile(self, output_file, canonical_file): argument 239 (output_file, canonical_file)) 241 if not filecmp.cmp(output_file, canonical_file): 244 "%s" % (output_file, canonical_file)) 245 self.PrintDiffFiles(output_file, canonical_file) 247 def PrintDiffFiles(self, output_file, canonical_file): argument 248 with open(output_file, 'r') as file1: 253 fromfile=output_file,
|
/test/vts-testcase/kernel/ltp/testcase/tools/ |
D | gen_ltp_config.py | 24 def run(android_build_top, arch, n_bit, is_low_mem, is_hwasan, output_file): argument 35 output_file=output_file,
|
D | ltp_test_cases.py | 152 output_file, argument 255 with open(output_file, 'w') as f:
|
/test/vts/compilation_tools/vtsc/code_gen/ |
D | CodeGenBase.cpp | 88 FILE* output_file = fopen(output_file_path, "w+"); in TranslateToFile() local 89 if (output_file == NULL) { in TranslateToFile() 93 Formatter out(output_file); in TranslateToFile()
|
/test/vts/utils/native/trace_processor/ |
D | VtsTraceProcessor.h | 70 const std::string& output_file, 86 bool WriteProfilingMsg(const std::string& output_file,
|
D | VtsTraceProcessor.cpp | 117 const string& output_file, const VtsProfilingMessage& profiling_msg) { in WriteProfilingMsg() argument 118 int fd = open(output_file.c_str(), O_WRONLY | O_CREAT | O_EXCL, in WriteProfilingMsg() 121 cerr << "Can not open trace file: " << output_file in WriteProfilingMsg() 541 const string& output_file, in GetTestListForHal() argument 568 fout.open(output_file); in GetTestListForHal()
|
/test/vts-testcase/vndk/golden/ |
D | extract_lsdump.py | 266 with open(output_path, 'w') as output_file: 267 json.dump(output_dump, output_file,
|