Home
last modified time | relevance | path

Searched defs:out_file (Results 1 – 25 of 43) sorted by relevance

12

/external/autotest/client/cros/audio/
Dpack_audio_quality.py53 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/tpm2/generator/
Dstructure_generator.py203 def OutputMarshal(self, out_file, typemap): argument
222 def OutputUnmarshal(self, out_file, typemap): argument
306 def _GetBaseType(self, out_file, marshalled_types, typemap): argument
339 def OutputMarshalCall(self, out_file, field): argument
352 def OutputUnmarshalCall(self, out_file, field): argument
368 def _OutputTypedefMarshalDecl(self, out_file, declared_types, typemap): argument
388 def _OutputStructOrUnionMarshalDecl(self, out_file, declared_types): argument
436 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): argument
455 def OutputMarshalDecl(self, out_file, declared_types, typemap): argument
512 def OutputMarshalImpl(self, out_file, marshalled_types, typemap): argument
[all …]
Dcommand_generator.py409 def OutputMarshalFunction(self, out_file, typemap): argument
440 def OutputUnmarshalFunction(self, out_file, typemap): argument
468 def OutputExecFunction(self, out_file): argument
491 def OutputDecl(self, out_file): argument
/external/python/cpython2/Lib/
Duu.py42 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/
Duu.py42 def encode(in_file, out_file, name=None, mode=None): argument
90 def decode(in_file, out_file=None, mode=None, quiet=False): argument
/external/lisa/experiments/
Drun_binder_throughput.py108 out_file = os.path.join(te.res_dir, variable
118 out_file = os.path.join(te.res_dir, variable
/external/chromium-trace/catapult/systrace/systrace/
Dutil.py23 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/e2fsprogs/debugfs/
Dlogdump.c80 FILE *out_file; in do_logdump() local
338 static void dump_journal(char *cmdname, FILE *out_file, in dump_journal()
488 static void dump_descriptor_block(FILE *out_file, in dump_descriptor_block()
548 static void dump_revoke_block(FILE *out_file, char *buf, in dump_revoke_block()
591 static void show_extent(FILE *out_file, int start_extent, int end_extent, in show_extent()
599 static void show_indirect(FILE *out_file, const char *name, __u32 where) in show_indirect()
606 static void dump_metadata_block(FILE *out_file, struct journal_source *source, in dump_metadata_block()
709 static void do_hexdump (FILE *out_file, char *buf, int blocksize) in do_hexdump()
/external/webrtc/webrtc/modules/audio_processing/intelligibility/test/
Dintelligibility_proc.cc135 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/
Daudio_file_processor.cc46 scoped_ptr<WavWriter> out_file) in WavFileProcessor()
71 scoped_ptr<WavWriter> out_file) in AecDumpFileProcessor()
Daudioproc_float.cc131 auto out_file = rtc_make_scoped_ptr(new WavWriter( in main() local
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
Daudio_classifier_test.cc65 FILE* out_file = fopen(output_filename.c_str(), "wb"); in main() local
DRTPchange.cc41 FILE* out_file = fopen(argv[3], "wb"); in main() local
DRTPjitter.cc106 FILE* out_file=fopen(argv[3],"wb"); in main() local
/external/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile08.c49 static char *out_file = "sendfile08.out"; variable
Dsendfile03.c65 char in_file[100], out_file[100]; variable
Dsendfile09.c62 static char *out_file = "out"; variable
Dsendfile05.c64 char out_file[100]; variable
Dsendfile04.c69 char out_file[100]; variable
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer_test.cc46 WavWriter out_file(FLAGS_o, in_file.sample_rate(), 1); in main() local
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dmain.cc54 char out_file[PATH_MAX] = {}; in main() local
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Drtp_analyze.cc83 FILE* out_file; in main() local
/external/autotest/client/cros/input_playback/
Dstylus.py45 def replace_with_prefix(self, in_file, out_file, prefix, x_value, y_value): argument
/external/clang/www/
Dmake_cxx_dr_status49 out_file = file(output, 'w') variable
/external/lisa/libs/utils/android/
Dsystem.py529 def gfxinfo_get(target, apk_name, out_file): argument
546 def surfaceflinger_get(target, apk_name, out_file): argument
563 def logcat_get(target, out_file): argument

12