/external/e2fsprogs/debugfs/ |
D | logdump.c | 79 FILE *out_file; in do_logdump() local 170 out_file = stdout; in do_logdump() 173 out_file = fopen(out_fn, "w"); in do_logdump() 174 if (!out_file) { in do_logdump() 247 fprintf(out_file, "Using external journal found at %s\n", in do_logdump() 254 dump_journal(argv[0], out_file, &journal_source); in do_logdump() 262 if (out_file && (out_file != stdout)) in do_logdump() 263 fclose(out_file); in do_logdump() 331 static void dump_journal(char *cmdname, FILE *out_file, in dump_journal() argument 366 fprintf(out_file, "Ext2 superblock header found.\n"); in dump_journal() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | wpa_debug.c | 21 static FILE *out_file = NULL; variable 68 if (out_file) { in wpa_debug_print_timestamp() 69 fprintf(out_file, "%ld.%06u: ", (long) tv.sec, in wpa_debug_print_timestamp() 96 if (out_file) { in wpa_printf() 97 vfprintf(out_file, fmt, ap); in wpa_printf() 98 fprintf(out_file, "\n"); in wpa_printf() 119 if (out_file) { in _wpa_hexdump() 120 fprintf(out_file, "%s - hexdump(len=%lu):", in _wpa_hexdump() 123 fprintf(out_file, " [NULL]"); in _wpa_hexdump() 126 fprintf(out_file, " %02x", buf[i]); in _wpa_hexdump() [all …]
|
/external/wpa_supplicant_8/src/utils/ |
D | wpa_debug.c | 62 static FILE *out_file = NULL; variable 75 if (out_file) { in wpa_debug_print_timestamp() 76 fprintf(out_file, "%ld.%06u: ", (long) tv.sec, in wpa_debug_print_timestamp() 145 if (out_file) { in wpa_printf() 146 vfprintf(out_file, fmt, ap); in wpa_printf() 147 fprintf(out_file, "\n"); in wpa_printf() 171 if (out_file) { in _wpa_hexdump() 172 fprintf(out_file, "%s - hexdump(len=%lu):", in _wpa_hexdump() 175 fprintf(out_file, " [NULL]"); in _wpa_hexdump() 178 fprintf(out_file, " %02x", buf[i]); in _wpa_hexdump() [all …]
|
/external/wpa_supplicant/ |
D | common.c | 21 static FILE *out_file = NULL; variable 179 if (out_file) { in wpa_debug_print_timestamp() 180 fprintf(out_file, "%ld.%06u: ", (long) tv.sec, in wpa_debug_print_timestamp() 207 if (out_file) { in wpa_printf() 208 vfprintf(out_file, fmt, ap); in wpa_printf() 209 fprintf(out_file, "\n"); in wpa_printf() 230 if (out_file) { in _wpa_hexdump() 231 fprintf(out_file, "%s - hexdump(len=%lu):", in _wpa_hexdump() 234 fprintf(out_file, " [NULL]"); in _wpa_hexdump() 237 fprintf(out_file, " %02x", buf[i]); in _wpa_hexdump() [all …]
|
/external/icu4c/tools/genprops/ |
D | ucdcopy.py | 32 out_file = open(t, "w") 53 out_file.write("%04X%s\n" % (first, first_data)) 55 out_file.write("%04X..%04X%s\n" % (first, last, first_data)) 61 out_file.write(line) 62 out_file.write("\n") 77 out_file.write(line) 78 out_file.write("\n") 82 out_file.write("%04X%s\n" % (first, first_data)) 84 out_file.write("%04X..%04X%s\n" % (first, last, first_data)) 89 out_file.flush() [all …]
|
/external/icu4c/tools/genprops/misc/ |
D | ucdcopy.py | 32 out_file = open(t, "w") 53 out_file.write("%04X%s\n" % (first, first_data)) 55 out_file.write("%04X..%04X%s\n" % (first, last, first_data)) 61 out_file.write(line) 62 out_file.write("\n") 77 out_file.write(line) 78 out_file.write("\n") 82 out_file.write("%04X%s\n" % (first, first_data)) 84 out_file.write("%04X..%04X%s\n" % (first, last, first_data)) 89 out_file.flush() [all …]
|
/external/webp/examples/ |
D | dwebp.c | 38 const char *out_file = NULL; in main() local 50 out_file = argv[++c]; in main() 101 if (out_file) { in main() 102 FILE* const fout = fopen(out_file, "wb"); in main() 129 printf("Saved file %s\n", out_file); in main() 131 printf("Error writing file %s !!\n", out_file); in main() 134 printf("Error opening output file %s\n", out_file); in main()
|
/external/libvpx/build/make/ |
D | version.sh | 23 out_file=${2} 71 if [ -n "$out_file" ]; then 72 diff $$.tmp ${out_file} >/dev/null 2>&1 || cat $$.tmp > ${out_file}
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | filemediaengine.cc | 83 const std::string& out_file); 121 const std::string& out_file) in RtpSenderReceiver() argument 136 talk_base::Pathname(out_file), "wb")); in RtpSenderReceiver() 210 const std::string& out_file) in FileVoiceChannel() argument 211 : rtp_sender_receiver_(new RtpSenderReceiver(this, in_file, out_file)) { in FileVoiceChannel() 233 const std::string& out_file) in FileVideoChannel() argument 234 : rtp_sender_receiver_(new RtpSenderReceiver(this, in_file, out_file)) { in FileVideoChannel()
|
D | filemediaengine.h | 127 FileVoiceChannel(const std::string& in_file, const std::string& out_file); 162 FileVideoChannel(const std::string& in_file, const std::string& out_file);
|
/external/chromium/build/util/ |
D | lastchange.py | 261 out_file = opts.output 263 while len(args) and out_file is None: 264 if out_file is None: 265 out_file = args.pop(0) 277 if out_file: 278 WriteIfChanged(out_file, contents)
|
/external/oprofile/pp/ |
D | opannotate.cpp | 635 string const out_file = op_realpath(output_dir + source); in output_one_file() local 647 if (out_file.find("/../") != string::npos) { in output_one_file() 650 << out_file << endl; in output_one_file() 653 } else if (!is_prefix(out_file, output_dir)) { in output_one_file() 655 cerr << "refusing to create file " << out_file in output_one_file() 662 if (is_files_identical(out_file, source)) { in output_one_file() 664 << out_file << endl; in output_one_file() 668 if (create_path(out_file.c_str())) { in output_one_file() 670 << '"' << op_dirname(out_file) << '"' << endl; in output_one_file() 674 ofstream out(out_file.c_str()); in output_one_file() [all …]
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
D | update_webgl_conformance_tests.py | 87 with open(out_filename, 'w') as out_file: 88 out_file.write(translate_khronos_test(in_file.read()))
|
/external/valgrind/main/callgrind/ |
D | command.c | 49 static Char* out_file = 0; variable 66 out_file = CLG_(get_out_file)(); in setup_control() 104 CLG_DEBUG(1, " output file: '%s'\n", out_file); in setup_control() 137 WRITE_STR3(fd, "dumps: ", out_file, "\n"); in setup_control() 207 WRITE_STR3(fd, "base: ", out_file, "\n"); in dump_info()
|
D | dump.c | 39 static Char* out_file = 0; variable 68 return out_file; in CLG_() 1295 i = VG_(sprintf)(filename, "%s", out_file); in new_dumpfile() 1306 VG_(sprintf)(filename, "%s", out_file); in new_dumpfile() 1683 CLG_ASSERT(out_file != 0); in CLG_() 1692 if (out_file) { in CLG_() 1693 VG_(free)(out_file); in CLG_() 1700 out_file = in CLG_() 1704 CLG_ASSERT(out_file[0] == '/'); in CLG_() 1707 while(out_file[i]) { in CLG_() [all …]
|
/external/webrtc/src/modules/audio_processing/main/test/process_test/ |
D | process_test.cc | 321 FILE* out_file = NULL; in void_main() local 340 out_file = fopen(out_filename, "wb"); in void_main() 341 ASSERT_TRUE(NULL != out_file) << "Unable to open output audio file " in void_main() 575 out_file)); in void_main()
|