HomeSort by relevance Sort by last modified time
    Searched refs:infile (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/bzip2/
format.pl 24 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
    [all...]
  /external/jpeg/
rdcolmap.c 79 read_gif_map (j_decompress_ptr cinfo, FILE * infile)
88 if ((header[i] = getc(infile)) == EOF)
104 R = getc(infile);
105 G = getc(infile);
106 B = getc(infile);
121 pbm_getc (FILE * infile)
127 ch = getc(infile);
130 ch = getc(infile);
138 read_pbm_integer (j_decompress_ptr cinfo, FILE * infile)
149 ch = pbm_getc(infile);
    [all...]
example.c 296 FILE * infile; /* source file */ local
306 if ((infile = fopen(filename, "rb")) == NULL) {
322 fclose(infile);
330 jpeg_stdio_src(&cinfo, infile);
399 fclose(infile);
jdatasrc.c 28 FILE * infile; /* source stream */ member in struct:__anon4575
95 nbytes = JFREAD(src->infile, src->buffer, INPUT_BUF_SIZE);
182 jpeg_stdio_src (j_decompress_ptr cinfo, FILE * infile)
209 src->infile = infile;
  /external/dropbear/
dropbearconvert.c 33 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,
117 key = import_read(infile, NULL, intype);
120 infile);
  /external/libvpx/examples/
decoder_tmpl.c 46 FILE *infile, *outfile; local
58 if(!(infile = fopen(argv[1], "rb")))
64 fread(file_hdr, 1, IVF_FILE_HDR_SZ, infile);
73 while(fread(frame_hdr, 1, IVF_FRAME_HDR_SZ, infile) == IVF_FRAME_HDR_SZ) {
82 if(fread(frame, 1, frame_sz, infile) != frame_sz)
99 fclose(infile); variable
  /external/bluetooth/glib/tests/
unicode-caseconv.c 12 FILE *infile; local
28 infile = fopen (filename, "r");
29 if (!infile)
35 while (fgets (buffer, sizeof(buffer), infile))
93 fclose (infile);
98 infile = fopen (filename, "r");
99 if (!infile)
106 while (fgets (buffer, sizeof(buffer), infile))
128 fclose (infile);
  /external/chromium/base/
file_util_linux.cc 33 int infile = open(from_path.value().c_str(), O_RDONLY); local
34 if (infile < 0)
39 close(infile);
48 ssize_t bytes_read = HANDLE_EINTR(read(infile, &buffer[0], buffer.size()));
70 if (HANDLE_EINTR(close(infile)) < 0)
linux_versioninfo.scons 297 for infile in input_files:
298 if env.compilable(infile):
299 if (type(infile) == type('')
300 and (infile.startswith('$SRC_DIR/base/')
301 or not os.path.isabs(env.subst(infile)))):
304 base, ext = os.path.splitext(os.path.normpath(infile))
308 if not infile.startswith('$SRC_DIR/base/'):
309 infile = '$SRC_DIR/base/' + infile variable
310 infile = env.StaticObject(object, infile)[0 variable
312 infile = env.StaticObject(infile)[0] variable
    [all...]
test_support_base.scons 282 for infile in input_files:
283 if env.compilable(infile):
284 if (type(infile) == type('')
285 and (infile.startswith('$SRC_DIR/base/')
286 or not os.path.isabs(env.subst(infile)))):
289 base, ext = os.path.splitext(os.path.normpath(infile))
293 if not infile.startswith('$SRC_DIR/base/'):
294 infile = '$SRC_DIR/base/' + infile variable
295 infile = env.StaticObject(object, infile)[0 variable
297 infile = env.StaticObject(infile)[0] variable
    [all...]
test_support_perf.scons 287 for infile in input_files:
288 if env.compilable(infile):
289 if (type(infile) == type('')
290 and (infile.startswith('$SRC_DIR/base/')
291 or not os.path.isabs(env.subst(infile)))):
294 base, ext = os.path.splitext(os.path.normpath(infile))
298 if not infile.startswith('$SRC_DIR/base/'):
299 infile = '$SRC_DIR/base/' + infile variable
300 infile = env.StaticObject(object, infile)[0 variable
302 infile = env.StaticObject(infile)[0] variable
    [all...]
  /external/libpng/contrib/gregbook/
readppm.c 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight)
87 saved_infile = infile;
89 fgets(ppmline, 256, infile);
107 fgets(ppmline, 256, infile);
112 fgets(ppmline, 256, infile);
readpng.h 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
  /build/tools/soslim/
main.c 42 char *infile = NULL; local
81 infile = argv[first++];
83 INFO("Opening %s...\n", infile);
84 elf_fd = open(infile, O_RDONLY);
86 infile,
89 INFO("Calling elf_begin(%s)...\n", infile);
97 infile); local
103 infile);
109 infile,
113 print_dynamic_symbols(elf, infile);
140 infile); local
163 infile, strerror(errno), errno); local
    [all...]
  /external/openssl/apps/
nseq.c 72 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);
pkeyparam.c 71 char **args, *infile = NULL, *outfile = NULL; local
98 infile = *args;
147 if (infile)
149 if (!(in = BIO_new_file (infile, "r")))
152 "Can't open input file %s\n", infile);
  /frameworks/base/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 124 int ReadFile2Buf(FILE* infile,unsigned char* dest,int readSize)
127 readBytes = fread(dest, 1, readSize, infile);
135 FILE *infile, *outfile; local
167 infile = fopen(infileName, "rb");
168 if (!infile) {
221 bytesLeft = ReadFile2Buf(infile,inData.Buffer,READ_SIZE);
261 nRead = ReadFile2Buf(infile, inBuf,READ_SIZE);
264 if (feof(infile))
274 fclose(infile);
  /external/openssl/crypto/rc4/
rc4.c 77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local
91 infile= *(++argv);
121 if (infile == NULL)
125 in=fopen(infile,"r");
  /external/chromium/net/
net_test_support.scons 291 for infile in input_files:
292 if env.compilable(infile):
293 if (type(infile) == type('')
294 and (infile.startswith('$SRC_DIR/net/')
295 or not os.path.isabs(env.subst(infile)))):
298 base, ext = os.path.splitext(os.path.normpath(infile))
302 if not infile.startswith('$SRC_DIR/net/'):
303 infile = '$SRC_DIR/net/' + infile variable
304 infile = env.StaticObject(object, infile)[0 variable
306 infile = env.StaticObject(infile)[0] variable
    [all...]
  /external/chromium/third_party/icu/
icudata.scons 258 for infile in input_files:
259 if env.compilable(infile):
260 if (type(infile) == type('')
261 and (infile.startswith('$SRC_DIR/third_party/icu/')
262 or not os.path.isabs(env.subst(infile)))):
265 base, ext = os.path.splitext(os.path.normpath(infile))
269 if not infile.startswith('$SRC_DIR/third_party/icu/'):
270 infile = '$SRC_DIR/third_party/icu/' + infile variable
271 infile = env.StaticObject(object, infile)[0 variable
273 infile = env.StaticObject(infile)[0] variable
    [all...]
  /external/chromium/third_party/libevent/
libevent.scons 268 for infile in input_files:
269 if env.compilable(infile):
270 if (type(infile) == type('')
271 and (infile.startswith('$SRC_DIR/third_party/libevent/')
272 or not os.path.isabs(env.subst(infile)))):
275 base, ext = os.path.splitext(os.path.normpath(infile))
279 if not infile.startswith('$SRC_DIR/third_party/libevent/'):
280 infile = '$SRC_DIR/third_party/libevent/' + infile variable
281 infile = env.StaticObject(object, infile)[0 variable
283 infile = env.StaticObject(infile)[0] variable
    [all...]
  /external/chromium/third_party/modp_b64/
modp_b64.scons 252 for infile in input_files:
253 if env.compilable(infile):
254 if (type(infile) == type('')
255 and (infile.startswith('$SRC_DIR/third_party/modp_b64/')
256 or not os.path.isabs(env.subst(infile)))):
259 base, ext = os.path.splitext(os.path.normpath(infile))
263 if not infile.startswith('$SRC_DIR/third_party/modp_b64/'):
264 infile = '$SRC_DIR/third_party/modp_b64/' + infile variable
265 infile = env.StaticObject(object, infile)[0 variable
267 infile = env.StaticObject(infile)[0] variable
    [all...]
  /external/chromium/third_party/zlib/
zlib.scons 281 for infile in input_files:
282 if env.compilable(infile):
283 if (type(infile) == type('')
284 and (infile.startswith('$SRC_DIR/third_party/zlib/')
285 or not os.path.isabs(env.subst(infile)))):
288 base, ext = os.path.splitext(os.path.normpath(infile))
292 if not infile.startswith('$SRC_DIR/third_party/zlib/'):
293 infile = '$SRC_DIR/third_party/zlib/' + infile variable
294 infile = env.StaticObject(object, infile)[0 variable
296 infile = env.StaticObject(infile)[0] variable
    [all...]
  /external/jhead/
jpgfile.c 127 int ReadJpegSections (FILE * infile, ReadMode_t ReadMode)
132 a = fgetc(infile);
134 if (a != 0xff || fgetc(infile) != M_SOI){
146 marker = fgetc(infile);
159 lh = fgetc(infile);
160 ll = fgetc(infile);
184 got = fread(Data+2, 1, itemlen-2, infile); // Read the whole section.
200 cp = ftell(infile);
201 fseek(infile, 0, SEEK_END);
202 ep = ftell(infile);
331 FILE * infile; local
    [all...]
  /bootable/recovery/tools/ota/
convert-to-bmp.py 10 infile = sys.argv[1] variable
16 im = Image.open(infile)

Completed in 892 milliseconds

1 2 3 4 5