Searched refs:report_file (Results 1 – 10 of 10) sorted by relevance
/third_party/grpc/tools/run_tests/python_utils/ |
D | report_utils.py | 49 report_file, argument 59 create_xml_report_file(tree, report_file) 70 per_suite_report_file = os.path.join(os.path.dirname(report_file), 72 os.path.basename(report_file)) 76 def create_xml_report_file(tree, report_file): argument 79 report_dir = os.path.dirname(os.path.abspath(report_file)) 82 tree.write(report_file, encoding='UTF-8')
|
/third_party/openh264/autotest/performanceTest/android/ |
D | run_AutoTest_android.sh | 80 report_file=${AUTO_TEST_RES_PATH}/decPerf 90 report_file=${AUTO_TEST_RES_PATH}/encPerf 116 $ADB -s $dev logcat |grep ${log_grep_params} >>${report_file}_${dev}_${rand}.log & 145 $ADB -s $dev logcat |grep ${log_grep_params} >${report_file}_${dev}_${rand}.log &
|
/third_party/openh264/autotest/unitTest/android/ |
D | run_AutoTest_android.sh | 75 report_file=${AUTO_TEST_RES_PATH}/codec_unittest_${dev}_${rand}.xml 94 $ADB -s $dev pull ${xml_file} ${report_file}
|
/third_party/grpc/test/cpp/qps/ |
D | report.h | 115 JsonReporter(const string& name, const string& report_file) in JsonReporter() argument 116 : Reporter(name), report_file_(report_file) {} in JsonReporter()
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.c | 72 static FILE *report_file; variable 112 fputs(line, report_file); in log_callback_report() 113 fflush(report_file); in log_callback_report() 478 fputs(a, report_file); in dump_argument() 481 fputc('"', report_file); in dump_argument() 484 fprintf(report_file, "\\%c", *p); in dump_argument() 486 fprintf(report_file, "\\x%02x", *p); in dump_argument() 488 fputc(*p, report_file); in dump_argument() 490 fputc('"', report_file); in dump_argument() 516 if (report_file) { in parse_loglevel() [all …]
|
/third_party/boost/boost/test/ |
D | debug.hpp | 118 void BOOST_TEST_DECL detect_memory_leaks( bool on_off, unit_test::const_string report_file = unit_t…
|
/third_party/grpc/tools/internal_ci/linux/pull_request/ |
D | grpc_interop_matrix_adhoc.cfg | 29 value: "--language=all --release=all --allow_flakes --report_file=sponge_log.xml"
|
/third_party/grpc/tools/internal_ci/linux/ |
D | grpc_interop_matrix.cfg | 29 …value: "--language=all --release=all --allow_flakes --report_file=sponge_log.xml --bq_result_table…
|
/third_party/boost/boost/test/impl/ |
D | debug.ipp | 995 detect_memory_leaks( bool on_off, unit_test::const_string report_file ) 1008 if( report_file.is_empty() ) 1011 HANDLE hreport_f = ::CreateFileA( report_file.begin(), 1019 boost::ignore_unused( report_file );
|
/third_party/grpc/tools/interop_matrix/ |
D | run_interop_matrix_tests.py | 310 report_utils.create_xml_report_file(_xml_report_tree, args.report_file)
|