HomeSort by relevance Sort by last modified time
    Searched defs:out_file (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/installer/mini_installer/
pe_resource.cc 36 HANDLE out_file = ::CreateFile(full_path, GENERIC_WRITE, 0, NULL, local
38 if (INVALID_HANDLE_VALUE == out_file) {
42 if (!::WriteFile(out_file, data, static_cast<DWORD>(resource_size),
44 ::CloseHandle(out_file);
47 return ::CloseHandle(out_file) ? true : false;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPcat.cc 33 FILE* out_file = fopen(argv[argc - 1], "wb"); // Last parameter is out file. local
34 if (!out_file) {
44 EXPECT_GT(fputs(firstline, out_file), 0);
48 out_file));
68 packet.writeToFile(out_file);
73 fclose(out_file);
RTPchange.cc 41 FILE* out_file = fopen(argv[3], "wb"); local
42 if (!out_file) {
77 fputs(first_line, out_file);
85 if (fwrite(first_line, 1, kRtpDumpHeaderSize, out_file)
121 if ((*it)->writeToFile(out_file) < 0) {
130 fclose(out_file);
audio_classifier_test.cc 65 FILE* out_file = fopen(output_filename.c_str(), "wb"); local
66 if (!out_file) {
77 if (!fwrite(&is_music, sizeof(is_music), 1, out_file)) {
87 if (!fwrite(&music_prob, sizeof(music_prob), 1, out_file)) {
103 fclose(out_file);
RTPjitter.cc 106 FILE* out_file=fopen(argv[3],"wb"); local
107 CHECK_NOT_NULL(out_file);
140 EXPECT_GT(fputs(firstline, out_file), 0);
144 out_file));
198 out_file) !=
214 fclose(out_file);
RTPencode.cc 407 FILE* out_file=fopen(argv[2],"wb"); local
408 CHECK_NOT_NULL(out_file);
531 //fprintf(out_file, "#!RTPencode%s\n", "1.0");
532 fprintf(out_file, "#!rtpplay%s \n", "1.0"); // this is the string that rtpplay needs
534 if (fwrite(&dummy_variable, 4, 1, out_file) != 1) {
537 if (fwrite(&dummy_variable, 4, 1, out_file) != 1) {
540 if (fwrite(&dummy_variable, 4, 1, out_file) != 1) {
543 if (fwrite(&dummy_variable, 2, 1, out_file) != 1) {
546 if (fwrite(&dummy_variable, 2, 1, out_file) != 1) {
597 if (fwrite(&length, 2, 1, out_file) != 1)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
rtp_analyze.cc 74 FILE* out_file; local
76 out_file = fopen(argv[2], "wt");
77 if (!out_file) {
83 out_file = stdout;
87 fprintf(out_file, "SeqNo TimeStamp SendTime Size PT M SSRC");
89 fprintf(out_file, " AuLvl (V)");
91 fprintf(out_file, "\n");
102 fprintf(out_file,
113 fprintf(out_file,
118 fprintf(out_file, "\n")
    [all...]
neteq_rtpplay.cc 145 FILE* out_file = fopen(argv[2], "wb"); local
146 if (!out_file) {
282 if (fwrite(out_data, sizeof(out_data[0]), write_len, out_file) !=
296 fclose(out_file);
  /cts/tools/vm-tests-tf/src/util/build/
DasmBuildStep.java 104 File out_file = null; local
107 out_file = new File(class_name + ".dex");
109 out_file = new File(dest_dir, class_name + ".dex");
127 outp = new FileOutputStream(out_file);
133 " while writing " + out_file.getPath());
137 out_file.delete();
  /external/chromium_org/chrome/tools/convert_dict/
convert_dict.cc 139 FILE* out_file = base::OpenFile(out_path, "wb"); local
140 if (!out_file) {
144 size_t written = fwrite(&serialized[0], 1, serialized.size(), out_file);
146 base::CloseFile(out_file);
  /external/clang/www/
make_cxx_dr_status 49 out_file = file(output, 'w') variable
51 print >> out_file, '''\
156 print >> out_file, '''\
167 print >> out_file, '''\
  /cts/tools/dasm/src/dasm/
Main.java 126 File out_file = null; local
130 out_file = new File(class_name + ".dex");
133 out_file = new File(dest_dir, class_name + ".dex");
153 outp = new FileOutputStream(out_file);
159 + e.getMessage() + " while writing " + out_file.getPath());
165 out_file.delete();
173 System.out.println("Generated: " + out_file.getPath());
  /external/lldb/source/Core/
InputReader.cpp 313 File &out_file = m_debugger.GetOutputFile(); local
314 if (out_file.IsValid())
316 out_file.Printf ("%s", m_prompt.c_str());
317 out_file.Flush();
Debugger.cpp 764 File &out_file = GetOutputFile(); local
765 out_file.SetStream (fh, tranfer_ownership);
766 if (out_file.IsValid() == false)
767 out_file.SetStream (stdout, false);
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip_unittest.cc 126 base::FilePath out_file = out_dir.AppendASCII("test.txt"); local
150 EXPECT_TRUE(base::GetFileInfo(out_file, &file_info));
  /external/lldb/tools/lldb-perf/common/clang/
lldb_perf_clang.cpp 284 std::string out_file; member in struct:Options
  /external/lldb/tools/lldb-perf/common/stepping/
lldb-perf-stepping.cpp 173 std::string out_file; member in struct:Options
  /external/e2fsprogs/debugfs/
logdump.c 79 FILE *out_file; local
170 out_file = stdout;
173 out_file = fopen(out_fn, "w");
174 if (!out_file) {
248 fprintf(out_file, "Using external journal found at %s\n",
255 dump_journal(argv[0], out_file, &journal_source);
263 if (out_file && (out_file != stdout))
264 fclose(out_file);
332 static void dump_journal(char *cmdname, FILE *out_file,
    [all...]
  /external/webp/examples/
dwebp.c 157 static int WritePNG(FILE* out_file, const WebPDecBuffer* const buffer) {
181 png_init_io(png, out_file);
196 static int WritePNG(FILE* out_file, const WebPDecBuffer* const buffer) {
197 (void)out_file;
293 OutputFileFormat format, const char* const out_file) {
306 fout = fopen(out_file, "wb");
308 fprintf(stderr, "Error opening output file %s\n", out_file);
315 ok &= WritePNG(out_file, buffer);
332 printf("Saved file %s\n", out_file);
338 fprintf(stderr, "Error writing file %s !!\n", out_file);
375 const char *out_file = NULL; local
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 77 " [-ir REVERSE_FILE] [-i PRIMARY_FILE] [-o OUT_FILE]\n");
410 FILE* out_file = NULL; local
447 out_file = fopen(out_filename, "wb");
448 ASSERT_TRUE(NULL != out_file) << "Unable to open output audio file "
666 out_file));
865 out_file));
    [all...]
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 61 static FILE *out_file = NULL; variable
75 if (out_file) {
76 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
221 if (out_file) {
222 vfprintf(out_file, fmt, ap);
223 fprintf(out_file, "\n");
348 if (out_file) {
349 fprintf(out_file, "%s - hexdump(len=%lu):",
352 fprintf(out_file, " [NULL]");
355 fprintf(out_file, " %02x", buf[i])
    [all...]
  /external/oprofile/pp/
opannotate.cpp 641 string const out_file = op_realpath(output_dir + source); local
653 if (out_file.find("/../") != string::npos) {
656 << out_file << endl;
659 } else if (!is_prefix(out_file, output_dir)) {
661 cerr << "refusing to create file " << out_file
668 if (is_files_identical(out_file, source)) {
670 << out_file << endl;
674 if (create_path(out_file.c_str())) {
676 << '"' << op_dirname(out_file) << '"' << endl;
680 ofstream out(out_file.c_str())
    [all...]
  /external/valgrind/main/callgrind/
dump.c 39 static HChar* out_file = 0; variable
68 return out_file;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 1556 FILE* out_file = fopen(out_filename.c_str(), "rb"); local
2123 FILE* out_file = fopen(OutputFilePath(output_file_prefix, local
2231 FILE* out_file = fopen(OutputFilePath("out", local
    [all...]
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 2083 File &out_file = reader.GetDebugger().GetOutputFile(); local
    [all...]

Completed in 3226 milliseconds

1 2