Home
last modified time | relevance | path

Searched refs:output (Results 1 – 6 of 6) sorted by relevance

/toolchain/benchmark/
Dpanorama.diff381 + // Write the output only once for correctness check
451 +# 4096 sub-directories (in 2 levels) under the output directory of each output
461 +# 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 for
616 +# sources only. Doxygen will then generate output that is more tailored for
622 +# sources. Doxygen will then generate output that is tailored for
920 +# provided by doxygen. Whatever the program writes to standard output
926 +# doxygen. The layout file controls the global structure of the generated output files
927 +# in an output format independent way. The create the layout file that represents
[all …]
Dset_flags.py57 output = ''
62 output += line
65 f.write(output)
88 output = ''
93 output += line
95 f.write(output)
Dfix_skia_results.py142 output = _TransformBenchmarks(obj)
143 json.dump(output, sys.stdout)
Dgen_json.py79 outfile = arguments.output
/toolchain/pgo-profiles/scripts/
Dutils.py65 def run_llvm_profdata(inputs, output): argument
66 check_call([llvm_profdata(), 'merge', '-output=' + output] + inputs)
Dupdate_profiles.py57 def merge_profraws(self, profile_dir, output): argument
62 utils.run_llvm_profdata(profraws, output)