/external/tpm2/generator/ |
D | structure_generator.py | 203 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 …]
|
D | command_generator.py | 409 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/e2fsprogs/debugfs/ |
D | logdump.c | 79 FILE *out_file; in do_logdump() local 332 static void dump_journal(char *cmdname, FILE *out_file, in dump_journal() 463 static void dump_descriptor_block(FILE *out_file, in dump_descriptor_block() 521 static void dump_revoke_block(FILE *out_file, char *buf, in dump_revoke_block() 555 static void show_extent(FILE *out_file, int start_extent, int end_extent, in show_extent() 563 static void show_indirect(FILE *out_file, const char *name, __u32 where) in show_indirect() 570 static void dump_metadata_block(FILE *out_file, struct journal_source *source, in dump_metadata_block() 674 static void do_hexdump (FILE *out_file, char *buf, int blocksize) in do_hexdump()
|
/external/chromium-trace/catapult/systrace/systrace/ |
D | util.py | 19 def print_usage(self, out_file=None): argument 22 def print_help(self, out_file=None): argument 25 def print_version(self, out_file=None): argument
|
/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
|
D | audio_processing_unittest.cc | 1821 FILE* out_file = fopen(out_filename.c_str(), "rb"); in VerifyDebugDumpTest() local 2407 FILE* out_file = in ProcessFormat() local 2548 FILE* out_file = fopen( in TEST_P() 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
|
D | RTPencode.cc | 468 FILE* out_file = fopen(argv[2], "wb"); in main() local
|
/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/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/webrtc/webrtc/modules/audio_coding/test/ |
D | TestVADDTX.cc | 96 PCMFile out_file; in Run() local
|
/external/libselinux/utils/ |
D | sefcontext_compile.c | 279 const char *out_file = NULL; in main() local
|
/external/webrtc/webrtc/modules/audio_processing/transient/ |
D | transient_suppression_test.cc | 165 FILE* out_file = fopen(out_file_name.c_str(), "wb"); in void_main() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_mac.cc | 100 char **out_module, char **out_file, uptr *line, in ParseCommandOutput()
|
/external/selinux/libselinux/utils/ |
D | sefcontext_compile.c | 299 const char *out_file = NULL; in main() local
|
/external/boringssl/src/crypto/bio/ |
D | file.c | 323 int BIO_get_fp(BIO *bio, FILE **out_file) { in BIO_get_fp()
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | rsync.py | 611 def _BatchSort(in_iter, out_file): argument
|
/external/webrtc/third_party/gtest-parallel/ |
D | gtest-parallel | 97 def __init__(self, out_file): argument
|
/external/pdfium/samples/ |
D | image_diff.cc | 282 const std::string& out_file) { in DiffImages()
|
/external/autotest/client/cros/audio/ |
D | audio_helper.py | 362 def noise_reduce_file(in_file, noise_file, out_file, argument
|