Home
last modified time | relevance | path

Searched refs:output_filepath (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/modules/audio_processing/test/py_quality_assessment/
Dapm_quality_assessment_export.py51 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/
Dmojom_types_downgrader.py53 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/
Ddata_access.py86 output_filepath = os.path.join(output_path, cls._AUDIO_TEST_DATA_FILENAME)
87 with open(output_filepath, 'w') as f:
Dexport.py41 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:
Deval_scores_unittest.py92 score = data_access.ScoreFile.Load(eval_score_worker.output_filepath)
130 os.remove(eval_score_worker.output_filepath)
Dsignal_processing.py72 def SaveWav(cls, output_filepath, signal): argument
79 return signal.export(output_filepath, format='wav')
Daudioproc_wrapper.py43 def output_filepath(self): member in AudioProcWrapper
Dsimulation.py360 apm_output_filepath=self._audioproc_wrapper.output_filepath,
374 apm_output_filepath=self._audioproc_wrapper.output_filepath,
Deval_scores.py61 def output_filepath(self): member in EvaluationScore
/external/grpc-grpc/tools/run_tests/python_utils/
Dreport_utils.py162 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/
Dreport_utils.py175 def render_perf_profiling_results(output_filepath, profile_names): argument
176 with open(output_filepath, 'w') as output_file:
/external/googletest/docs/
Dprimer.md533 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/
DCMakeLists.txt16303 set(output_filepath "${grpc_BINARY_DIR}/libs/opt/pkgconfig/${output_filename}") variable
16306 "${output_filepath}"
16308 install(FILES "${output_filepath}"