OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:report_dir
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
prepare-code-coverage-artifact.py
37
def prepare_html_report(host_llvm_cov, profile,
report_dir
, binaries,
48
'-instr-profile', profile, '-o',
report_dir
,
52
with open(os.path.join(
report_dir
, 'summary.txt'), 'wb') as Summary:
57
def prepare_html_reports(host_llvm_cov, profdata_path,
report_dir
, binaries,
60
prepare_html_report(host_llvm_cov, profdata_path,
report_dir
, binaries,
64
binary_report_dir = os.path.join(
report_dir
,
75
parser.add_argument('
report_dir
',
110
prepare_html_reports(args.host_llvm_cov, profdata_path, args.
report_dir
,
/external/grpc-grpc/tools/run_tests/python_utils/
report_utils.py
65
report_dir
= os.path.dirname(os.path.abspath(report_file))
66
if not os.path.exists(
report_dir
):
67
os.makedirs(
report_dir
)
/external/jsoncpp/devtools/
batchbuild.py
178
report_dir
= os.path.dirname( html_report_path )
212
cmake_log_url = os.path.relpath( build.cmake_log_path,
report_dir
)
213
build_log_url = os.path.relpath( build.build_log_path,
report_dir
)
Completed in 315 milliseconds