/external/chromium_org/third_party/openssl/openssl/apps/ |
crl2p7.c | 91 char *infile,*outfile,*prog,*certfile; local 107 outfile=NULL; 138 outfile= *(++argv); 159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 241 if (outfile == NULL) 253 if (BIO_write_filename(out,outfile) <= 0) 255 perror(outfile); 265 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
dh.c | 95 char *infile,*outfile,*prog; local 113 outfile=NULL; 140 outfile= *(++argv); 170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 210 if (outfile == NULL) 222 if (BIO_write_filename(out,outfile) <= 0) 224 perror(outfile); 331 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
pkcs7.c | 89 char *infile,*outfile,*prog; local 106 outfile=NULL; 133 outfile= *(++argv); 163 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 221 if (outfile == NULL) 233 if (BIO_write_filename(out,outfile) <= 0) 235 perror(outfile); 302 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
/external/doclava/src/com/google/doclava/ |
DocFile.java | 112 public static void writePage(String docfile, String relative, String outfile, Data hdf) { 115 * System.out.println("docfile='" + docfile + "' relative='" + relative + "'" + "' outfile='" + 116 * outfile + "'"); 180 ClearPage.write(hdf, "docpage.cs", outfile); 182 String filename = outfile; 253 PageMetadata.setPageMetadata(docfile, relative, outfile, hdf, Doclava.sTaglist); 256 ClearPage.write(hdf, "sdkpage.cs", outfile); 258 ClearPage.write(hdf, "docpage.cs", outfile);
|
/external/e2fsprogs/lib/et/ |
compile_et.sh.in | 49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et" 56 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
|
/external/elfutils/0.153/libcpu/ |
i386_gendis.c | 45 FILE *outfile; variable 50 outfile = stdout;
|
/external/libvpx/libvpx/build/make/ |
armlink_adapter.sh | 23 outfile=$i 52 cmd="armlink $args --userlibpath=$libsearchpath --output=$outfile $infiles"
|
/external/llvm/autoconf/ |
AutoRegen.sh | 22 outfile=configure 50 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed"
|
/external/openssl/apps/ |
crl2p7.c | 91 char *infile,*outfile,*prog,*certfile; local 107 outfile=NULL; 138 outfile= *(++argv); 159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 241 if (outfile == NULL) 253 if (BIO_write_filename(out,outfile) <= 0) 255 perror(outfile); 265 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
dh.c | 95 char *infile,*outfile,*prog; local 113 outfile=NULL; 140 outfile= *(++argv); 170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 210 if (outfile == NULL) 222 if (BIO_write_filename(out,outfile) <= 0) 224 perror(outfile); 331 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
pkcs7.c | 89 char *infile,*outfile,*prog; local 106 outfile=NULL; 133 outfile= *(++argv); 163 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 221 if (outfile == NULL) 233 if (BIO_write_filename(out,outfile) <= 0) 235 perror(outfile); 302 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
/frameworks/native/opengl/tools/glgen2/ |
glgen.py | 122 file=self.outFile) 182 def writeEntries(self, outfile): 186 file=outfile) 189 def writeTrace(self, outfile): 206 file=outfile) 209 def writeEnums(self, outfile): 211 print('GL_ENUM(%s,%s)' % (enum[0], enum[1]), file=outfile) 225 file=self.outFile)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
armlink_adapter.sh | 23 outfile=$i 52 cmd="armlink $args --userlibpath=$libsearchpath --output=$outfile $infiles"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
trace.py | 83 def usage(outfile): 84 outfile.write("""Usage: %s [OPTIONS] <file> [ARGS] 223 callers=None, outfile=None): 237 self.outfile = outfile 349 if self.outfile: 350 # try and store counts and module info into self.outfile 353 open(self.outfile, 'wb'), 1) 361 outfile = open(path, "w") 374 outfile.write("%5d: " % lines_hit[lineno] [all...] |
cProfile.py | 169 parser.add_option('-o', '--outfile', dest="outfile", 170 help="Save stats to <outfile>", default=None) 192 runctx(code, globs, None, options.outfile, options.sort)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
trace.py | 83 def usage(outfile): 84 outfile.write("""Usage: %s [OPTIONS] <file> [ARGS] 223 callers=None, outfile=None): 237 self.outfile = outfile 349 if self.outfile: 350 # try and store counts and module info into self.outfile 353 open(self.outfile, 'wb'), 1) 361 outfile = open(path, "w") 374 outfile.write("%5d: " % lines_hit[lineno] [all...] |
cProfile.py | 169 parser.add_option('-o', '--outfile', dest="outfile", 170 help="Save stats to <outfile>", default=None) 192 runctx(code, globs, None, options.outfile, options.sort)
|
/external/chromium_org/build/android/gyp/util/ |
build_utils.py | 91 with open(path, 'w') as outfile: 92 outfile.write(new_dump) 198 with zipfile.ZipFile(output, 'w') as outfile: 201 outfile.write(f, os.path.relpath(f, base_dir))
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
generate_parser.sh | 12 flex --noline --nounistd --outfile=$output_source $input_file
|
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/ |
rc4.c | 77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local 96 outfile= *(++argv); 133 if (outfile == NULL) 137 out=fopen(outfile,"w");
|
/external/emma/core/res/com/vladium/emma/instr/ |
instr_usage.res | 12 'out', 'outfile':
|
/external/llvm/docs/CommandGuide/ |
llvm-stress.rst | 7 :program:`llvm-stress` [-size=filesize] [-seed=initialseed] [-o=outfile]
|
/external/openssl/crypto/rc4/ |
rc4.c | 77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local 96 outfile= *(++argv); 133 if (outfile == NULL) 137 out=fopen(outfile,"w");
|
/external/srec/tools/grxmlcompile/ |
hashmap.cpp | 158 ofstream outfile; local 159 outfile.open ( fileName.c_str() ); 162 outfile << pos->first << " " << pos->second << std::endl; 164 outfile.close();
|
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerStressTest.java | 160 File outFile = File.createTempFile("DM_TEST", null, new File(CACHE_DIR)); 174 fo = new FileOutputStream(outFile); 199 if (outFile != null) { 200 outFile.delete();
|