/external/autotest/client/cros/audio/ |
D | pack_audio_quality.py | 53 def pack_files(out_file): argument 71 def check_packed_file(out_file): argument 113 def append_name_with_git_hash(out_file): argument 141 out_file = append_name_with_git_hash(args.out) variable
|
/external/chromium-trace/catapult/systrace/systrace/ |
D | util.py | 23 def print_usage(self, out_file=None): argument 26 def print_help(self, out_file=None): argument 29 def print_version(self, out_file=None): argument
|
/external/python/cpython2/Lib/ |
D | uu.py | 42 def encode(in_file, out_file, name=None, mode=None): argument 90 def decode(in_file, out_file=None, mode=None, quiet=0): argument
|
/external/python/cpython3/Lib/ |
D | uu.py | 42 def encode(in_file, out_file, name=None, mode=None, *, backtick=False): argument 93 def decode(in_file, out_file=None, mode=None, quiet=False): argument
|
/external/e2fsprogs/debugfs/ |
D | logdump.c | 81 FILE *out_file; in do_logdump() local 343 static void dump_journal(char *cmdname, FILE *out_file, in dump_journal() 499 static void dump_descriptor_block(FILE *out_file, in dump_descriptor_block() 559 static void dump_revoke_block(FILE *out_file, char *buf, in dump_revoke_block() 602 static void show_extent(FILE *out_file, int start_extent, int end_extent, in show_extent() 610 static void show_indirect(FILE *out_file, const char *name, __u32 where) in show_indirect() 617 static void dump_metadata_block(FILE *out_file, struct journal_source *source, in dump_metadata_block() 720 static void do_hexdump (FILE *out_file, char *buf, int blocksize) in do_hexdump()
|
/external/webrtc/webrtc/modules/audio_processing/intelligibility/test/ |
D | intelligibility_proc.cc | 135 WavWriter out_file(temp_out_filename, FLAGS_sample_rate, kNumChannels); in void_main() local 141 WavWriter out_file(FLAGS_out_file, FLAGS_sample_rate, kNumChannels); in void_main() local
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_file_processor.cc | 46 scoped_ptr<WavWriter> out_file) in WavFileProcessor() 71 scoped_ptr<WavWriter> out_file) in AecDumpFileProcessor()
|
D | audioproc_float.cc | 131 auto out_file = rtc_make_scoped_ptr(new WavWriter( in main() local
|
/external/deqp-deps/SPIRV-Tools/tools/opt/ |
D | opt.cpp | 437 const char** out_file) { in ParseOconfigFlag() 514 const char** out_file, in ParseFlags() 619 const char* out_file = nullptr; in main() local
|
/external/swiftshader/third_party/SPIRV-Tools/tools/opt/ |
D | opt.cpp | 456 const char** out_file, in ParseOconfigFlag() 538 const char** out_file, in ParseFlags() 662 const char* out_file = nullptr; in main() local
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
D | audio_classifier_test.cc | 65 FILE* out_file = fopen(output_filename.c_str(), "wb"); in main() local
|
D | RTPchange.cc | 41 FILE* out_file = fopen(argv[3], "wb"); in main() local
|
D | RTPjitter.cc | 106 FILE* out_file=fopen(argv[3],"wb"); in main() local
|
/external/ltp/testcases/kernel/syscalls/sendfile/ |
D | sendfile08.c | 49 static char *out_file = "sendfile08.out"; variable
|
D | sendfile03.c | 65 char in_file[100], out_file[100]; variable
|
D | sendfile05.c | 64 char out_file[100]; variable
|
D | sendfile09.c | 62 static char *out_file = "out"; variable
|
D | sendfile04.c | 69 char out_file[100]; variable
|
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | nonlinear_beamformer_test.cc | 46 WavWriter out_file(FLAGS_o, in_file.sample_rate(), 1); in main() local
|
/external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
D | main.cc | 55 char out_file[PATH_MAX] = {}; in main() local
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | rtp_analyze.cc | 83 FILE* out_file; in main() local
|
/external/clang/www/ |
D | make_cxx_dr_status | 49 out_file = file(output, 'w') variable
|
/external/autotest/client/cros/input_playback/ |
D | stylus.py | 45 def replace_with_prefix(self, in_file, out_file, prefix, x_value, y_value): argument
|
/external/libprotobuf-mutator/examples/xml/ |
D | xml_converter.cc | 46 std::string out_file; member
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | TestVADDTX.cc | 96 PCMFile out_file; in Run() local
|