Searched refs:infile (Results 1 - 25 of 189) sorted by relevance

12345678

/external/chromium_org/chrome/tools/build/linux/
H A Dsed.sh8 # sed -e A -e B infile > outfile
11 infile="$1"
15 sed "$@" "$infile" > "$outfile"
/external/jpeg/
H A Drdcolmap.c79 read_gif_map (j_decompress_ptr cinfo, FILE * infile) argument
88 if ((header[i] = getc(infile)) == EOF)
104 R = getc(infile);
105 G = getc(infile);
106 B = getc(infile);
121 pbm_getc (FILE * infile) argument
127 ch = getc(infile);
130 ch = getc(infile);
138 read_pbm_integer (j_decompress_ptr cinfo, FILE * infile) argument
149 ch = pbm_getc(infile);
171 read_ppm_map(j_decompress_ptr cinfo, FILE * infile) argument
231 read_color_map(j_decompress_ptr cinfo, FILE * infile) argument
[all...]
H A Dexample.c296 FILE * infile; /* source file */ local
306 if ((infile = fopen(filename, "rb")) == NULL) {
322 fclose(infile);
330 jpeg_stdio_src(&cinfo, infile);
399 fclose(infile);
/external/qemu/distrib/jpeg-6b/
H A Drdcolmap.c79 read_gif_map (j_decompress_ptr cinfo, FILE * infile) argument
88 if ((header[i] = getc(infile)) == EOF)
104 R = getc(infile);
105 G = getc(infile);
106 B = getc(infile);
121 pbm_getc (FILE * infile) argument
127 ch = getc(infile);
130 ch = getc(infile);
138 read_pbm_integer (j_decompress_ptr cinfo, FILE * infile) argument
149 ch = pbm_getc(infile);
171 read_ppm_map(j_decompress_ptr cinfo, FILE * infile) argument
231 read_color_map(j_decompress_ptr cinfo, FILE * infile) argument
[all...]
/external/chromium_org/chrome/tools/test/
H A Dgenerate_mime_tests.pl212 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/dropbear/
H A Ddropbearconvert.c33 static int do_convert(int intype, const char* infile, int outtype,
62 const char* infile; local
99 infile = argv[3];
102 return do_convert(intype, infile, outtype, outfile);
110 static int do_convert(int intype, const char* infile, int outtype, argument
117 key = import_read(infile, NULL, intype);
120 infile);
/external/chromium_org/third_party/simplejson/
H A Dtool.py18 infile = sys.stdin
21 infile = open(sys.argv[1], 'rb')
24 infile = open(sys.argv[1], 'rb')
27 raise SystemExit(sys.argv[0] + " [infile [outfile]]")
29 obj = json.load(infile,
/external/bzip2/
H A Dformat.pl24 my $infile = shift;
25 # check infile exists
26 die "Can't find file \"$infile\""
27 unless -f $infile;
28 # check we can read infile
29 if (! -r $infile) {
30 die "Can't read input $infile\n";
32 # check we can open infile
33 open( INFILE,"<$infile" ) or
34 die "Can't input $infile
[all...]
/external/libvpx/libvpx/examples/
H A Ddecoder_tmpl.c49 FILE *infile, *outfile; local
61 if(!(infile = fopen(argv[1], "rb")))
67 if(!(fread(file_hdr, 1, IVF_FILE_HDR_SZ, infile) == IVF_FILE_HDR_SZ
76 while(fread(frame_hdr, 1, IVF_FRAME_HDR_SZ, infile) == IVF_FRAME_HDR_SZ) {
85 if(fread(frame, 1, frame_sz, infile) != frame_sz)
102 fclose(infile); variable
/external/libpng/contrib/gregbook/
H A Dreadppm.c81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) argument
87 saved_infile = infile;
89 fgets(ppmline, 256, infile);
107 fgets(ppmline, 256, infile);
112 fgets(ppmline, 256, infile);
/external/chromium/net/tools/dnssec_chain_verify/
H A Ddnssec_chain_verify.cc44 FILE* infile = fopen(infilename, "r");
45 if (!infile) {
50 fseek(infile, 0, SEEK_END);
51 unsigned long inlen = ftell(infile);
52 fseek(infile, 0, SEEK_SET);
55 if (fread(input, inlen, 1, infile) != 1) {
/external/harfbuzz/contrib/tables/
H A Dcategory-parse.py45 def main(infile, outfile):
46 ranges = unicode_file_parse(infile, category_to_harfbuzz)
H A Dcombining-class-parse.py10 def main(infile, outfile):
11 ranges = unicode_file_parse(infile, IdentityMap(), '0')
H A Dgrapheme-break-parse.py20 def main(infile, outfile):
21 ranges = unicode_file_parse(infile, property_to_harfbuzz)
H A Dmirroring-parse.py11 def main(infile, outfile):
13 for line in infile:
H A Dscripts-parse.py48 def main(infile, outfile):
49 ranges = unicode_file_parse(infile,
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dnseq.c72 char **args, *infile = NULL, *outfile = NULL; local
87 infile = *args;
108 if (infile) {
109 if (!(in = BIO_new_file (infile, "r"))) {
111 "Can't open input file %s\n", infile);
139 BIO_printf (bio_err, "Error reading certs file %s\n", infile);
149 BIO_printf (bio_err, "Error reading sequence file %s\n", infile);
H A Dpkeyparam.c71 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/
H A Dnseq.c72 char **args, *infile = NULL, *outfile = NULL; local
87 infile = *args;
108 if (infile) {
109 if (!(in = BIO_new_file (infile, "r"))) {
111 "Can't open input file %s\n", infile);
139 BIO_printf (bio_err, "Error reading certs file %s\n", infile);
149 BIO_printf (bio_err, "Error reading sequence file %s\n", infile);
H A Dpkeyparam.c71 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/chromium_org/native_client_sdk/src/tools/tests/
H A Dfix_deps_test.py49 with open(self.tempfile) as infile:
50 contents = infile.read()
62 with open(self.tempfile) as infile:
63 contents = infile.read()
73 with open(self.tempfile) as infile:
74 contents = infile.read()
/external/chromium_org/tools/
H A Dsort-headers.py74 def SortHeader(infile, outfile):
75 """Sorts the headers in infile, writing the sorted file to outfile."""
76 for line in infile:
84 line = infile.next()
118 infile = open(filename, 'rb')
120 SortHeader(infile, outfile)
121 infile.close()
/external/openssh/
H A Dfixprogs33 @infile=<IN>;
37 foreach (@infile) {
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/
H A Drc4.c77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local
91 infile= *(++argv);
121 if (infile == NULL)
125 in=fopen(infile,"r");
/external/openssl/crypto/rc4/
H A Drc4.c77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local
91 infile= *(++argv);
121 if (infile == NULL)
125 in=fopen(infile,"r");

Completed in 576 milliseconds

12345678