Searched refs:output_filepath (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/modules/audio_processing/test/py_quality_assessment/ |
D | apm_quality_assessment_export.py | 51 output_filepath = os.path.join(args.output_dir, _BuildOutputFilename( 53 exporter = export.HtmlExport(output_filepath) 56 logging.info('output file successfully written in %s', output_filepath)
|
/external/libchrome/mojo/public/tools/bindings/ |
D | mojom_types_downgrader.py | 53 output_filepath = os.path.join(output_dir, os.path.basename(path)) 57 output_filepath = path 61 shutil.move(tmp_mojo_file.name, output_filepath) 67 os.utime(output_filepath, None)
|
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
D | data_access.py | 86 output_filepath = os.path.join(output_path, cls._AUDIO_TEST_DATA_FILENAME) 87 with open(output_filepath, 'w') as f:
|
D | export.py | 41 def __init__(self, output_filepath): argument 43 self._output_filepath = output_filepath 382 def _Save(cls, output_filepath, html): argument 389 with open(output_filepath, 'w') as f:
|
D | eval_scores_unittest.py | 92 score = data_access.ScoreFile.Load(eval_score_worker.output_filepath) 130 os.remove(eval_score_worker.output_filepath)
|
D | signal_processing.py | 72 def SaveWav(cls, output_filepath, signal): argument 79 return signal.export(output_filepath, format='wav')
|
D | audioproc_wrapper.py | 43 def output_filepath(self): member in AudioProcWrapper
|
D | simulation.py | 360 apm_output_filepath=self._audioproc_wrapper.output_filepath, 374 apm_output_filepath=self._audioproc_wrapper.output_filepath,
|
D | eval_scores.py | 61 def output_filepath(self): member in EvaluationScore
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | report_utils.py | 162 def render_perf_profiling_results(output_filepath, profile_names): argument 163 with open(output_filepath, 'w') as output_file:
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/ |
D | report_utils.py | 175 def render_perf_profiling_results(output_filepath, profile_names): argument 176 with open(output_filepath, 'w') as output_file:
|
/external/googletest/docs/ |
D | primer.md | 533 const std::string output_filepath = "this/package/testdata/myoutputfile.dat"; 535 EXPECT_EQ(f.Bar(input_filepath, output_filepath), 0);
|
/external/rust/crates/grpcio-sys/grpc/ |
D | CMakeLists.txt | 16303 set(output_filepath "${grpc_BINARY_DIR}/libs/opt/pkgconfig/${output_filename}") variable 16306 "${output_filepath}" 16308 install(FILES "${output_filepath}"
|