/external/chromium_org/native_client_sdk/src/build_tools/ |
dsc2gyp.py | 233 def ProcessDSC(filename, outfile=None): 242 if not outfile: 243 outfile = desc['NAME'] + '.gyp' 244 outfile = os.path.join(os.path.dirname(filename), outfile) 357 print('Writing: ' + outfile) 358 open(outfile, 'w').write(output.getvalue())
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
sess_id.c | 97 char *infile=NULL,*outfile=NULL,*context=NULL; local 133 outfile= *(++argv); 210 if (outfile == NULL) 222 if (BIO_write_filename(out,outfile) <= 0) 224 perror(outfile); 250 BIO_printf(bio_err,"bad output format specified for outfile\n"); 265 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
gendh.c | 95 char *outfile=NULL; local 120 outfile= *(++argv); 173 if (outfile == NULL) 185 if (BIO_write_filename(out,outfile) <= 0) 187 perror(outfile);
|
pkey.c | 72 char **args, *infile = NULL, *outfile = NULL; local 149 outfile = *args; 210 if (outfile) 212 if (!(out = BIO_new_file (outfile, "wb"))) 215 "Can't open output file %s\n", outfile);
|
rand.c | 82 char *outfile = NULL; local 107 if ((argv[i+1] != NULL) && (outfile == NULL)) 108 outfile = argv[++i]; 189 if (outfile != NULL) 190 r = BIO_write_filename(out, outfile);
|
dsaparam.c | 118 char *infile,*outfile,*prog,*inrand=NULL; local 138 outfile=NULL; 165 outfile= *(++argv); 217 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog); 258 if (outfile == NULL) 270 if (BIO_write_filename(out,outfile) <= 0) 272 perror(outfile); 417 BIO_printf(bio_err,"bad output format specified for outfile\n"); 444 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
rsa.c | 110 char *infile,*outfile,*prog; local 130 outfile=NULL; 157 outfile= *(++argv); 213 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 306 if (outfile == NULL) 318 if (BIO_write_filename(out,outfile) <= 0) 320 perror(outfile); 328 perror(outfile); 426 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
crl.c | 109 char *infile=NULL,*outfile=NULL; local 175 outfile= *(++argv); 354 if (outfile == NULL) 366 if (BIO_write_filename(out,outfile) <= 0) 368 perror(outfile); 387 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
genrsa.c | 100 char *outfile=NULL; local 135 outfile= *(++argv); 238 if (outfile == NULL) 250 if (BIO_write_filename(out,outfile) <= 0) 252 perror(outfile); 296 cb_data.prompt_info = outfile;
|
/external/openssl/apps/ |
sess_id.c | 97 char *infile=NULL,*outfile=NULL,*context=NULL; local 133 outfile= *(++argv); 210 if (outfile == NULL) 222 if (BIO_write_filename(out,outfile) <= 0) 224 perror(outfile); 250 BIO_printf(bio_err,"bad output format specified for outfile\n"); 265 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
gendh.c | 95 char *outfile=NULL; local 120 outfile= *(++argv); 173 if (outfile == NULL) 185 if (BIO_write_filename(out,outfile) <= 0) 187 perror(outfile);
|
pkey.c | 72 char **args, *infile = NULL, *outfile = NULL; local 149 outfile = *args; 210 if (outfile) 212 if (!(out = BIO_new_file (outfile, "wb"))) 215 "Can't open output file %s\n", outfile);
|
rand.c | 82 char *outfile = NULL; local 107 if ((argv[i+1] != NULL) && (outfile == NULL)) 108 outfile = argv[++i]; 189 if (outfile != NULL) 190 r = BIO_write_filename(out, outfile);
|
dsaparam.c | 118 char *infile,*outfile,*prog,*inrand=NULL; local 138 outfile=NULL; 165 outfile= *(++argv); 217 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog); 258 if (outfile == NULL) 270 if (BIO_write_filename(out,outfile) <= 0) 272 perror(outfile); 417 BIO_printf(bio_err,"bad output format specified for outfile\n"); 444 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
rsa.c | 110 char *infile,*outfile,*prog; local 130 outfile=NULL; 157 outfile= *(++argv); 213 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 306 if (outfile == NULL) 318 if (BIO_write_filename(out,outfile) <= 0) 320 perror(outfile); 328 perror(outfile); 426 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
/external/chromium_org/chrome/installer/util/prebuild/ |
create_string_rc.py | 338 newline='\n') as outfile: 339 outfile.write(HEADER_TEXT) 345 outfile.write(u' %s "%s"\n' % 348 outfile.write(FOOTER_TEXT) 388 with open(os.path.join(self.outdir, self.name + '.h'), 'wb') as outfile: 389 outfile.write('\n'.join(lines)) 390 outfile.write('\n#ifndef RC_INVOKED') 391 outfile.write(' \\\n'.join(do_languages_lines)) 392 outfile.write(' \\\n'.join(installer_string_mapping_lines)) 394 outfile.write('\n#endif // ndef RC_INVOKED\n' [all...] |
/external/chromium_org/tools/grit/grit/tool/ |
build.py | 213 def ProcessNode(node, output_node, outfile): 220 outfile: open filehandle 226 outfile.writelines(formatted) 279 outfile = self.fo_create(output.GetOutputFilename() + '.tmp', 'wb') 282 outfile = util.WrapOutputStream(outfile, encoding) 286 with outfile: 287 self.ProcessNode(self.res, output, outfile) 360 outfile = self.fo_create(depfile, 'wb') 361 outfile.writelines(depfile_contents [all...] |
/external/jpeg/ |
wrtarga.c | 171 FILE *outfile; local 189 outfile = dest->pub.output_file; 191 putc(GETJSAMPLE(cinfo->colormap[2][i]), outfile); 192 putc(GETJSAMPLE(cinfo->colormap[1][i]), outfile); 193 putc(GETJSAMPLE(cinfo->colormap[0][i]), outfile);
|
/external/lzma/Java/SevenZip/ |
LzmaAlone.java | 30 public String OutFile;
134 OutFile = s;
193 java.io.File outFile = new java.io.File(params.OutFile);
196 java.io.BufferedOutputStream outStream = new java.io.BufferedOutputStream(new java.io.FileOutputStream(outFile));
|
/external/oprofile/pp/ |
opreport_options.cpp | 57 string outfile; member in namespace:__anon32233 72 popt::option(outfile, "output-file", 'o', 147 if (outfile.empty()) 150 static ofstream os(outfile.c_str()); 152 cerr << "Couldn't open \"" << outfile
|
/external/qemu/distrib/jpeg-6b/ |
wrtarga.c | 171 FILE *outfile; local 189 outfile = dest->pub.output_file; 191 putc(GETJSAMPLE(cinfo->colormap[2][i]), outfile); 192 putc(GETJSAMPLE(cinfo->colormap[1][i]), outfile); 193 putc(GETJSAMPLE(cinfo->colormap[0][i]), outfile);
|
/ndk/sources/host-tools/make-3.81/ |
vmsjobs.c | 472 FILE *outfile; local 484 outfile = open_tmpfile (&comname, "sys$scratch:CMDXXXXXX.COM"); 485 if (outfile == 0) 490 fprintf (outfile, "$ assign/user %s sys$input\n", ifile); 497 fprintf (outfile, "$ define sys$error %s\n", efile); 504 fprintf (outfile, "$ define sys$output %s\n", ofile); 523 fwrite (p, 1, q - p, outfile); 524 fputc ('$', outfile); 525 fputc (' ', outfile); 550 fwrite (p, 1, sep - p, outfile); [all...] |
/frameworks/native/opengl/tools/glgen2/registry/ |
reg.py | 355 self.outFile = None 394 self.outFile = open(self.genOpts.filename, 'w') 396 self.outFile = sys.stdout 401 self.outFile.flush() 402 if (self.outFile != sys.stdout and self.outFile != sys.stderr): 403 self.outFile.close() 513 write('', file=self.outFile) 522 write('#ifndef', headerSym, file=self.outFile) 523 write('#define', headerSym, '1', file=self.outFile) [all...] |
/external/chromium_org/tools/binary_size/ |
run_binary_size_analysis.py | 349 def DumpCompactTree(symbols, outfile): 351 with open(outfile, 'w') as out: 354 print('Writing %d bytes json' % os.path.getsize(outfile)) 358 def DumpTreemap(symbols, outfile): 360 out = open(outfile, 'w') 369 def DumpLargestSymbols(symbols, outfile, n): 373 out = open(outfile, 'w') 413 def DumpLargestSources(symbols, outfile, n): 417 out = open(outfile, 'w') 436 def DumpLargestVTables(symbols, outfile, n) [all...] |
/external/elfutils/0.153/libcpu/ |
i386_parse.c | 283 extern FILE *outfile; [all...] |