HomeSort by relevance Sort by last modified time
    Searched refs:infile (Results 176 - 200 of 267) sorted by null

1 2 3 4 5 6 78 91011

  /external/chromium_org/third_party/openssl/openssl/apps/
passwd.c 63 char *infile = NULL; local
120 infile = argv[++i];
191 if ((infile != NULL) || in_stdin)
196 if (infile != NULL)
199 if (BIO_read_filename(in, infile) <= 0)
pkcs12.c 98 char *infile=NULL, *outfile=NULL, *keyname = NULL; local
231 infile = *args;
282 BIO_printf (bio_err, "-inkey file private key if not infile\n");
288 BIO_printf (bio_err, "-in infile input filename\n");
378 if (!infile) in = BIO_new_fp(stdin, BIO_NOCLOSE);
379 else in = BIO_new_file(infile, "rb");
382 infile ? infile : "<stdin>");
383 perror (infile);
444 key = load_key(bio_err, keyname ? keyname : infile,
    [all...]
pkeyutl.c 91 char *infile = NULL, *outfile = NULL, *sigfile = NULL; local
122 else infile= *(++argv);
255 if(infile)
257 if(!(in = BIO_new_file(infile, "rb")))
  /external/libvpx/libvpx/examples/
vp9_spatial_scalable_encoder.c 296 FILE *infile = NULL; local
308 if (!(infile = fopen(app_input.input_filename, "rb")))
336 vpx_img_read(&raw, infile);
340 if (frame_cnt >= app_input.frames_to_code || !vpx_img_read(&raw, infile)) {
373 fclose(infile);
vp8_multi_resolution_encoder.c 175 FILE *infile, *outfile[NUM_ENCODERS]; local
215 die("Usage: %s <width> <height> <infile> <outfile(s)> <output psnr?>\n",
227 if(!(infile = fopen(argv[3], "rb")))
369 frame_avail = read_frame_p(infile, &raw[0]);
434 fclose(infile);
  /external/openssl/apps/
ecparam.c 129 char *infile = NULL, *outfile = NULL, *prog; local
168 infile= *(++argv);
250 BIO_printf(bio_err, "%s [options] <infile >outfile\n",prog);
310 if (infile == NULL)
314 if (BIO_read_filename(in,infile) <= 0)
316 perror(infile);
passwd.c 63 char *infile = NULL; local
120 infile = argv[++i];
191 if ((infile != NULL) || in_stdin)
196 if (infile != NULL)
199 if (BIO_read_filename(in, infile) <= 0)
pkcs12.c 98 char *infile=NULL, *outfile=NULL, *keyname = NULL; local
238 infile = *args;
289 BIO_printf (bio_err, "-inkey file private key if not infile\n");
295 BIO_printf (bio_err, "-in infile input filename\n");
385 if (!infile) in = BIO_new_fp(stdin, BIO_NOCLOSE);
386 else in = BIO_new_file(infile, "rb");
389 infile ? infile : "<stdin>");
390 perror (infile);
451 key = load_key(bio_err, keyname ? keyname : infile,
    [all...]
pkeyutl.c 91 char *infile = NULL, *outfile = NULL, *sigfile = NULL; local
122 else infile= *(++argv);
255 if(infile)
257 if(!(in = BIO_new_file(infile, "rb")))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp9_spatial_scalable_encoder.c 296 FILE *infile = NULL; local
308 if (!(infile = fopen(app_input.input_filename, "rb")))
336 vpx_img_read(&raw, infile);
340 if (frame_cnt >= app_input.frames_to_code || !vpx_img_read(&raw, infile)) {
373 fclose(infile);
vp8_multi_resolution_encoder.c 175 FILE *infile, *outfile[NUM_ENCODERS]; local
215 die("Usage: %s <width> <height> <infile> <outfile(s)> <output psnr?>\n",
227 if(!(infile = fopen(argv[3], "rb")))
369 frame_avail = read_frame_p(infile, &raw[0]);
434 fclose(infile);
  /external/zlib/src/test/
minigzip.c 500 char *infile, *outfile; local
517 infile = file;
522 infile = buf;
526 strcat(infile, GZ_SUFFIX);
529 in = gzopen(infile, "rb");
531 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
542 unlink(infile);
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxdec.c 174 static int raw_read_frame(FILE *infile, uint8_t **buffer,
179 if (fread(raw_hdr, RAW_FRAME_HDR_SZ, 1, infile) != 1) {
180 if (!feof(infile))
209 if (!feof(infile)) {
210 if (fread(*buffer, 1, frame_size, infile) != frame_size) {
494 FILE *infile; local
654 infile = strcmp(fn, "-") ? fopen(fn, "rb") : set_binary_mode(stdin);
656 if (!infile) {
669 input.vpx_input_ctx->file = infile;
972 fclose(infile);
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 172 static int raw_read_frame(FILE *infile, uint8_t **buffer,
177 if (fread(raw_hdr, RAW_FRAME_HDR_SZ, 1, infile) != 1) {
178 if (!feof(infile))
207 if (!feof(infile)) {
208 if (fread(*buffer, 1, frame_size, infile) != frame_size) {
492 FILE *infile; local
650 infile = strcmp(fn, "-") ? fopen(fn, "rb") : set_binary_mode(stdin);
652 if (!infile) {
665 input.vpx_input_ctx->file = infile;
968 fclose(infile);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 172 static int raw_read_frame(FILE *infile, uint8_t **buffer,
177 if (fread(raw_hdr, RAW_FRAME_HDR_SZ, 1, infile) != 1) {
178 if (!feof(infile))
207 if (!feof(infile)) {
208 if (fread(*buffer, 1, frame_size, infile) != frame_size) {
492 FILE *infile; local
650 infile = strcmp(fn, "-") ? fopen(fn, "rb") : set_binary_mode(stdin);
652 if (!infile) {
665 input.vpx_input_ctx->file = infile;
968 fclose(infile);
    [all...]
  /external/chromium_org/third_party/libxml/src/
regressions.py 155 infile = open(inbase + filename, 'rt')
156 pin.writelines(infile.readlines())
157 infile.close()
  /external/chromium_org/webkit/browser/fileapi/
native_file_util.cc 40 base::File infile(from, base::File::FLAG_OPEN | base::File::FLAG_READ);
41 if (!infile.IsValid()) {
55 int bytes_read = infile.ReadAtCurrentPos(&buffer[0], kBufferSize);
  /external/jpeg/
cjpeg.c 80 select_file_type (j_compress_ptr cinfo, FILE * infile)
92 if ((c = getc(infile)) == EOF)
94 if (ungetc(c, infile) == EOF)
rdbmp.c 71 register FILE *infile = sinfo->pub.input_file; local
74 if ((c = getc(infile)) == EOF)
190 register FILE *infile = source->pub.input_file; local
210 if ((c = getc(infile)) == EOF)
  /external/qemu/distrib/jpeg-6b/
cjpeg.c 80 select_file_type (j_compress_ptr cinfo, FILE * infile)
92 if ((c = getc(infile)) == EOF)
94 if (ungetc(c, infile) == EOF)
rdbmp.c 71 register FILE *infile = sinfo->pub.input_file; local
74 if ((c = getc(infile)) == EOF)
190 register FILE *infile = source->pub.input_file; local
210 if ((c = getc(infile)) == EOF)
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vp8_multi_resolution_encoder.c 175 FILE *infile, *outfile[NUM_ENCODERS]; local
215 die("Usage: %s <width> <height> <infile> <outfile(s)> <output psnr?>\n",
227 if(!(infile = fopen(argv[3], "rb")))
369 frame_avail = read_frame_p(infile, &raw[0]);
434 fclose(infile);
  /external/clang/docs/tools/
Makefile 70 --podpath=. --infile=$< --outfile=$@ --title=$*
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 354 def copy_file(self, infile, outfile,
361 infile, outfile,
367 def copy_tree(self, infile, outfile,
374 infile, outfile,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 354 def copy_file(self, infile, outfile,
361 infile, outfile,
367 def copy_tree(self, infile, outfile,
374 infile, outfile,

Completed in 2070 milliseconds

1 2 3 4 5 6 78 91011