/external/icu4c/tools/ |
icu-svnprops-check.py | 140 output_file = os.popen(cmd); 141 output_text = output_file.read(); 142 exit_status = output_file.close();
|
/external/jpeg/ |
cjpeg.c | 471 FILE * output_file; local 550 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) { 556 output_file = write_stdout(); 577 jpeg_stdio_dest(&cinfo, output_file); 596 if (output_file != stdout) 597 fclose(output_file);
|
jpegtran.c | 346 FILE * output_file; local 420 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) { 426 output_file = write_stdout(); 470 jpeg_stdio_dest(&dstinfo, output_file); 494 if (output_file != stdout) 495 fclose(output_file);
|
djpeg.c | 434 FILE * output_file; local 515 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) { 521 output_file = write_stdout(); 573 dest_mgr->output_file = output_file; 606 if (output_file != stdout) 607 fclose(output_file);
|
wrbmp.c | 219 if (JFWRITE(dest->pub.output_file, bmpfileheader, 14) != (size_t) 14) 221 if (JFWRITE(dest->pub.output_file, bmpinfoheader, 40) != (size_t) 40) 276 if (JFWRITE(dest->pub.output_file, bmpfileheader, 14) != (size_t) 14) 278 if (JFWRITE(dest->pub.output_file, bmpcoreheader, 12) != (size_t) 12) 297 FILE * outfile = dest->pub.output_file; 347 register FILE * outfile = dest->pub.output_file;
|
wrrle.c | 187 header.rle_file = dest->pub.output_file; 266 fflush(dest->pub.output_file); 267 if (ferror(dest->pub.output_file))
|
cdjpeg.h | 62 FILE * output_file; member in struct:djpeg_dest_struct
|
/external/qemu/distrib/jpeg-6b/ |
cjpeg.c | 471 FILE * output_file; local 550 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) { 556 output_file = write_stdout(); 577 jpeg_stdio_dest(&cinfo, output_file); 596 if (output_file != stdout) 597 fclose(output_file);
|
jpegtran.c | 346 FILE * output_file; local 420 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) { 426 output_file = write_stdout(); 470 jpeg_stdio_dest(&dstinfo, output_file); 494 if (output_file != stdout) 495 fclose(output_file);
|
djpeg.c | 434 FILE * output_file; local 515 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) { 521 output_file = write_stdout(); 573 dest_mgr->output_file = output_file; 606 if (output_file != stdout) 607 fclose(output_file);
|
wrbmp.c | 219 if (JFWRITE(dest->pub.output_file, bmpfileheader, 14) != (size_t) 14) 221 if (JFWRITE(dest->pub.output_file, bmpinfoheader, 40) != (size_t) 40) 276 if (JFWRITE(dest->pub.output_file, bmpfileheader, 14) != (size_t) 14) 278 if (JFWRITE(dest->pub.output_file, bmpcoreheader, 12) != (size_t) 12) 297 FILE * outfile = dest->pub.output_file; 347 register FILE * outfile = dest->pub.output_file;
|
wrrle.c | 187 header.rle_file = dest->pub.output_file; 266 fflush(dest->pub.output_file); 267 if (ferror(dest->pub.output_file))
|
/external/webkit/Source/WebKit/chromium/scripts/ |
generate_devtools_grd.py | 116 with open(parsed_args.output_filename, 'w') as output_file: 117 output_file.write(doc.toxml(encoding='UTF-8'))
|
/external/sepolicy/tools/ |
check_seapp.c | 130 static FILE *output_file = NULL; variable 588 if(!output_file) { 589 output_file = fopen(out_file_name, "w+"); 590 if (!output_file) { 703 output_file = stdout; 931 rule_map_print(output_file, r); 933 fprintf(output_file, "\n"); 944 if (out_file_name && output_file) { 946 fclose(output_file);
|
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface_unittest.cc | 927 string output_file = local 931 CreateTempDir(output_file); 943 if (HasAlternateErrorSubstring(output_file + ": Permission denied")) { 948 ExpectErrorSubstring(output_file + ": Is a directory"); 956 string output_file = local 960 CreateTempDir(output_file); 967 if (HasAlternateErrorSubstring(output_file + ": Permission denied")) { 972 ExpectErrorSubstring(output_file + ": Is a directory"); [all...] |
command_line_interface.cc | 1176 const CodeGeneratorResponse::File& output_file = response.file(i); local [all...] |
/external/chromium/chrome/common/ |
json_pref_store_unittest.cc | 155 FilePath output_file = input_file; local 160 EXPECT_TRUE(file_util::TextContentsEqual(golden_output_file, output_file)); 161 ASSERT_TRUE(file_util::Delete(output_file, false));
|
/external/icu4c/stubdata/ |
icu_dat_generator.py | 268 output_file = os.path.join(stubdata_dir, ICU_DATA + "-default.dat") 270 shutil.copyfile(os.path.join(TMP_DAT_PATH, ICU_DATA + ".dat"), output_file) 271 print "Generated ICU data: %s" % output_file
|
/external/webkit/Tools/android/flex-2.5.4a/ |
misc.c | 384 void line_directive_out( output_file, do_infile ) 385 FILE *output_file; 418 if ( output_file == stdout ) 425 /* If output_file is nil then we should put the directive in 428 if ( output_file ) 430 fputs( directive, output_file );
|
/external/elfutils/src/ |
unstrip.c | 98 const char *output_file; member in struct:arg_info 123 if (info->output_file != NULL) 128 info->output_file = arg; 164 if (info->output_file != NULL && info->output_dir != NULL) 172 || info->output_file != NULL)) 214 else if (info->output_file == NULL && info->output_dir == NULL 2085 char *output_file; local [all...] |
/frameworks/compile/libbcc/tools/bcc/ |
Main.cpp | 268 OutputFile output_file(pOutputPath, FileBase::kTruncate); 270 if (output_file.hasError()) { 272 << "'! (detail: " << output_file.getErrorMessage() << ")\n"; 277 Compiler::ErrorCode result = pCompiler.compile(pScript, output_file);
|
/external/chromium/net/base/ |
ssl_false_start_blacklist_process.cc | 130 const char* output_file = argv[2]; local 228 FILE* out = fopen(output_file, "w+");
|
/system/core/libsparse/ |
Android.mk | 7 output_file.c \
|
/external/markdown/markdown/ |
__init__.py | 453 output_file = codecs.open(output, "w", encoding=encoding) 454 output_file.write(html) 455 output_file.close()
|
/external/harfbuzz_ng/util/ |
options.cc | 379 {"output-file", 0, 0, G_OPTION_ARG_STRING, &this->output_file, "Set output file-name (default: stdout)","filename"}, 557 if (output_file) 558 fp = fopen (output_file, "wb"); 567 g_filename_display_name (output_file), strerror (errno));
|