Searched refs:output (Results 1 – 6 of 6) sorted by relevance
381 + // Write the output only once for correctness check451 +# 4096 sub-directories (in 2 levels) under the output directory of each output461 +# information to generate all constant output in the proper language.602 +# sources only. Doxygen will then generate output that is more tailored for C.609 +# sources only. Doxygen will then generate output that is more tailored for616 +# sources only. Doxygen will then generate output that is more tailored for622 +# sources. Doxygen will then generate output that is tailored for920 +# provided by doxygen. Whatever the program writes to standard output926 +# doxygen. The layout file controls the global structure of the generated output files927 +# in an output format independent way. The create the layout file that represents[all …]
57 output = ''62 output += line65 f.write(output)88 output = ''93 output += line95 f.write(output)
142 output = _TransformBenchmarks(obj)143 json.dump(output, sys.stdout)
79 outfile = arguments.output
65 def run_llvm_profdata(inputs, output): argument66 check_call([llvm_profdata(), 'merge', '-output=' + output] + inputs)
57 def merge_profraws(self, profile_dir, output): argument62 utils.run_llvm_profdata(profraws, output)