/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/webp/examples/ |
dwebp.c | 38 const char *out_file = NULL; local 50 out_file = argv[++c]; 101 if (out_file) { 102 FILE* const fout = fopen(out_file, "wb"); 129 printf("Saved file %s\n", out_file); 131 printf("Error writing file %s !!\n", out_file); 134 printf("Error opening output file %s\n", 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/wpa_supplicant_6/wpa_supplicant/src/utils/ |
wpa_debug.c | 21 static FILE *out_file = NULL; variable 68 if (out_file) { 69 fprintf(out_file, "%ld.%06u: ", (long) tv.sec, 96 if (out_file) { 97 vfprintf(out_file, fmt, ap); 98 fprintf(out_file, "\n"); 119 if (out_file) { 120 fprintf(out_file, "%s - hexdump(len=%lu):", 123 fprintf(out_file, " [NULL]"); 126 fprintf(out_file, " %02x", buf[i]) [all...] |
/external/valgrind/main/callgrind/ |
command.c | 49 static Char* out_file = 0; variable 67 out_file = CLG_(get_out_file)(); 107 CLG_DEBUG(1, " output file: '%s'\n", out_file); 140 WRITE_STR3(fd, "dumps: ", out_file, "\n"); 210 WRITE_STR3(fd, "base: ", out_file, "\n");
|
dump.c | 39 static Char* out_file = 0; variable 68 return out_file; [all...] |
/external/wpa_supplicant_8/src/utils/ |
wpa_debug.c | 56 static FILE *out_file = NULL; variable 69 if (out_file) { 70 fprintf(out_file, "%ld.%06u: ", (long) tv.sec, 139 if (out_file) { 140 vfprintf(out_file, fmt, ap); 141 fprintf(out_file, "\n"); 197 if (out_file) { 198 fprintf(out_file, "%s - hexdump(len=%lu):", 201 fprintf(out_file, " [NULL]"); 204 fprintf(out_file, " %02x", buf[i]) [all...] |
/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) { 247 fprintf(out_file, "Using external journal found at %s\n", 254 dump_journal(argv[0], out_file, &journal_source); 262 if (out_file && (out_file != stdout)) 263 fclose(out_file); 331 static void dump_journal(char *cmdname, FILE *out_file, [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/oprofile/pp/ |
opannotate.cpp | 639 string const out_file = op_realpath(output_dir + source); local 651 if (out_file.find("/../") != string::npos) { 654 << out_file << endl; 657 } else if (!is_prefix(out_file, output_dir)) { 659 cerr << "refusing to create file " << out_file 666 if (is_files_identical(out_file, source)) { 668 << out_file << endl; 672 if (create_path(out_file.c_str())) { 674 << '"' << op_dirname(out_file) << '"' << endl; 678 ofstream out(out_file.c_str()) [all...] |
/external/openssh/ |
ssh-keygen.c | 1919 char out_file[MAXPATHLEN], *rr_hostname = NULL; local [all...] |
/dalvik/dx/etc/ |
jasmin.jar | |