HomeSort by relevance Sort by last modified time
    Searched full:infile (Results 51 - 75 of 399) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/harfbuzz/contrib/tables/
mirroring-parse.py 11 def main(infile, outfile):
13 for line in infile:
scripts-parse.py 48 def main(infile, outfile):
49 ranges = unicode_file_parse(infile,
  /external/lzma/CPP/Windows/
FileFind.cpp 208 NIO::CInFile inFile;
209 if (!inFile.Open(wildcard))
212 if (inFile.LengthDefined)
213 Size = inFile.Length;
230 NIO::CInFile inFile;
231 if (!inFile.Open(wildcard))
234 if (inFile.LengthDefined)
235 Size = inFile.Length;
  /external/openssh/
fixprogs 33 @infile=<IN>;
37 foreach (@infile) {
  /frameworks/base/docs/html/tools/help/
etc1tool.jd 11 <pre>etc1tool infile [--help | --encode | --encodeNoHeader | --decode] [--showDifference
22 <td><code>infile</code></td>
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterInputStreamTest.java 65 InputStream infile = Support_Resources
68 InflaterInputStream inflatIP = new InflaterInputStream(infile);
85 InputStream infile = Support_Resources.getStream("hyts_construOD.bin"); local
87 InflaterInputStream inflatIP = new InflaterInputStream(infile,
101 InputStream infile = Support_Resources.getStream("hyts_construODI.bin"); local
103 InflaterInputStream inflatIP = new InflaterInputStream(infile,
119 InputStream infile = Support_Resources.getStream("hyts_construODI.bin"); local
123 inflatIP = new InflaterInputStream(infile, null, 1);
137 inflatIP = new InflaterInputStream(infile, inflate, -1);
173 InputStream infile = Support_Resource local
198 InputStream infile = Support_Resources.getStream("hyts_construOD.bin"); local
393 InputStream infile = Support_Resources local
    [all...]
  /external/chromium_org/tools/generate_stubs/
generate_stubs_unittest.py 74 infile = StringIO.StringIO()
75 signatures = gs.ParseSignatures(infile)
80 infile = StringIO.StringIO(file_contents)
81 signatures = gs.ParseSignatures(infile)
94 infile = StringIO.StringIO(file_contents)
95 signatures = gs.ParseSignatures(infile)
108 infile = StringIO.StringIO(i)
109 self.assertRaises(gs.BadSignatureError, gs.ParseSignatures, infile)
121 infile = StringIO.StringIO(file_contents)
122 signatures = gs.ParseSignatures(infile)
    [all...]
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 34 StringRef InFile) {
35 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile))
44 StringRef InFile) {
154 StringRef InFile) {
155 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile, "cpp")) {
157 return CreateModernObjCRewriter(InFile, OS,
162 return CreateObjCRewriter(InFile, OS,
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 191 static void convert(const char *infile,
229 INFO("Opening input file %s\n", infile);
230 ifd = open(infile, O_RDONLY);
232 infile, strerror(errno), errno);
239 INFO("Memory-mapping input file %s\n", infile);
272 char *infile, *outfile, *type; local
311 infile = argv[first];
313 INFO("input file: [%s]\n", infile);
332 convert(infile, outfile,
  /external/chromium_org/third_party/openssl/openssl/apps/
dsa.c 107 char *infile,*outfile,*prog; local
129 infile=NULL;
152 infile= *(++argv);
205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
257 if (infile == NULL)
261 if (BIO_read_filename(in,infile) <= 0)
263 perror(infile);
274 pkey = load_pubkey(bio_err, infile, informat, 1,
277 pkey = load_key(bio_err, infile, informat, 1,
pkeyparam.c 71 char **args, *infile = NULL, *outfile = NULL; local
97 infile = *args;
146 if (infile)
148 if (!(in = BIO_new_file (infile, "r")))
151 "Can't open input file %s\n", infile);
  /external/openssl/apps/
dsa.c 107 char *infile,*outfile,*prog; local
129 infile=NULL;
152 infile= *(++argv);
205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
257 if (infile == NULL)
261 if (BIO_read_filename(in,infile) <= 0)
263 perror(infile);
274 pkey = load_pubkey(bio_err, infile, informat, 1,
277 pkey = load_key(bio_err, infile, informat, 1,
pkeyparam.c 71 char **args, *infile = NULL, *outfile = NULL; local
97 infile = *args;
146 if (infile)
148 if (!(in = BIO_new_file (infile, "r")))
151 "Can't open input file %s\n", infile);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py 45 sts = t.copy(infile, outfile)
46 If infile or outfile are the empty string, standard input is read or
182 def copy(self, infile, outfile):
183 return os.system(self.makepipeline(infile, outfile))
185 def makepipeline(self, infile, outfile):
186 cmd = makepipeline(infile, self.steps, outfile)
193 def makepipeline(infile, steps, outfile):
209 if kind[0] == 'f' and not infile:
211 list[0][0] = infile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pipes.py 45 sts = t.copy(infile, outfile)
46 If infile or outfile are the empty string, standard input is read or
182 def copy(self, infile, outfile):
183 return os.system(self.makepipeline(infile, outfile))
185 def makepipeline(self, infile, outfile):
186 cmd = makepipeline(infile, self.steps, outfile)
193 def makepipeline(infile, steps, outfile):
209 if kind[0] == 'f' and not infile:
211 list[0][0] = infile
  /external/dropbear/libtomcrypt/demos/
encrypt.c 18 printf("Usage: %s [-d](ecrypt) cipher infile outfile\nCiphers:\n", name);
103 char *infile, *outfile, *cipher; local
117 infile = argv[3];
122 infile = argv[2];
127 fdin = fopen(infile,"rb");
  /external/libvorbis/vq/
huffbuild.c 64 char *infile; local
73 infile=strdup(argv[1]);
74 base=strdup(infile);
105 file=fopen(infile,"r");
107 fprintf(stderr,"Could not open file %s\n",infile);
  /external/clang/lib/Frontend/
FrontendActions.cpp 37 StringRef InFile) {
49 StringRef InFile) {
50 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile))
56 StringRef InFile) {
62 StringRef InFile) {
67 StringRef InFile) {
72 OS = CI.createDefaultOutputFile(false, InFile);
78 StringRef InFile) {
83 StringRef InFile) {
88 StringRef InFile) {
    [all...]
  /external/chromium_org/chrome/tools/test/
generate_mime_tests.pl 212 my $infile = join "", "iframe/", $content_type, ".html";
213 $infile =~ tr/\//_/;
214 $infile = $target_path.$infile;
216 open OUT, "> $infile" or die "Failed to open file $infile";
263 my $infile = join "", "main/", $content_type, $count, ".html";
264 $infile =~ tr/\//_/;
266 $infile = $target_path.$infile;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_qualified_names.py 37 from in_file import InFile
67 self.tags_in_file = InFile.load_from_files([in_file_paths.pop(0)], self.defaults, self.valid_values, self.default_parameters)
71 self.attrs_in_file = InFile.load_from_files([in_file_paths.pop()], self.defaults, self.valid_values, self.default_parameters)
  /external/chromium_org/tools/win/link_limiter/
build_link_limiter.py 41 def build(infile):
46 cpptime = os.path.getmtime(infile)
52 % (os.path.join('..', infile), outfile), BUILD_DIR)
  /external/jpeg/
rdppm.c 84 pbm_getc (FILE * infile)
90 ch = getc(infile);
93 ch = getc(infile);
101 read_pbm_integer (j_compress_ptr cinfo, FILE * infile)
112 ch = pbm_getc(infile);
121 while ((ch = pbm_getc(infile)) >= '0' && ch <= '9') {
145 FILE * infile = source->pub.input_file; local
152 *ptr++ = rescale[read_pbm_integer(cinfo, infile)];
163 FILE * infile = source->pub.input_file; local
170 *ptr++ = rescale[read_pbm_integer(cinfo, infile)];
    [all...]
  /external/qemu/distrib/jpeg-6b/
rdppm.c 84 pbm_getc (FILE * infile)
90 ch = getc(infile);
93 ch = getc(infile);
101 read_pbm_integer (j_compress_ptr cinfo, FILE * infile)
112 ch = pbm_getc(infile);
121 while ((ch = pbm_getc(infile)) >= '0' && ch <= '9') {
145 FILE * infile = source->pub.input_file; local
152 *ptr++ = rescale[read_pbm_integer(cinfo, infile)];
163 FILE * infile = source->pub.input_file; local
170 *ptr++ = rescale[read_pbm_integer(cinfo, infile)];
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 192 FILE *infile; member in struct:input_ctx
208 FILE *infile = input->infile; local
241 ? IVF_FRAME_HDR_SZ : RAW_FRAME_HDR_SZ, 1, infile) != 1) {
242 if (!feof(infile))
274 if (!feof(infile)) {
275 if (fread(*buf, 1, *buf_sz, infile) != *buf_sz) {
337 unsigned int file_is_ivf(FILE *infile,
346 if (fread(raw_hdr, 1, 32, infile) == 32) {
383 rewind(infile);
671 FILE *infile; local
    [all...]
  /external/lzma/Java/SevenZip/
LzmaAlone.java 29 public String InFile;
131 InFile = s;
192 java.io.File inFile = new java.io.File(params.InFile);
195 java.io.BufferedInputStream inStream = new java.io.BufferedInputStream(new java.io.FileInputStream(inFile));
220 fileSize = inFile.length();

Completed in 915 milliseconds

1 23 4 5 6 7 8 91011>>