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

1 2 3 4 5 67 8 91011

  /frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h 53 BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile);
103 // Returns the number of bytes in infile.
133 // Parse the bitcode wrapper header in the infile, if any. Return true
153 // Copies size bytes of infile to outfile, using the buffer.
156 // Discards the old infile and replaces it with the given file.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
set_maps.c 59 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
155 FILE *infile = NULL; local
212 if (!(infile = fopen(argv[4], "rb")))
218 while (vpx_img_read(&raw, infile)) {
233 fclose(infile);
twopass_encoder.c 64 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
123 FILE *infile = NULL; local
193 if (!(infile = fopen(infile_arg, "rb")))
199 while (vpx_img_read(&raw, infile)) {
218 fclose(infile);
  /external/chromium_org/third_party/openssl/openssl/apps/
asn1pars.c 94 char *infile=NULL,*str=NULL,*prog,*oidfile=NULL, *derfile=NULL; local
131 infile= *(++argv);
197 BIO_printf(bio_err,"%s [options] <infile\n",prog);
245 if (infile == NULL)
249 if (BIO_read_filename(in,infile) <= 0)
251 perror(infile);
rsa.c 110 char *infile,*outfile,*prog; local
129 infile=NULL;
152 infile= *(++argv);
213 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
286 pkey = load_pubkey(bio_err, infile, tmpformat, 1,
290 pkey = load_key(bio_err, infile,
CA.sh 33 infile=$1
37 exec <$infile;
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);
  /external/jpeg/
wrjpgcom.c 75 static FILE * infile; /* input JPEG file */ variable
78 #define NEXTBYTE() getc(infile)
485 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
500 infile = stdin;
rdtarga.c 91 register FILE *infile = sinfo->pub.input_file; local
94 if ((c = getc(infile)) == EOF)
126 register FILE *infile = sinfo->pub.input_file; local
130 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
139 register FILE *infile = sinfo->pub.input_file; local
161 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
  /external/openssl/apps/
asn1pars.c 94 char *infile=NULL,*str=NULL,*prog,*oidfile=NULL, *derfile=NULL; local
131 infile= *(++argv);
197 BIO_printf(bio_err,"%s [options] <infile\n",prog);
245 if (infile == NULL)
249 if (BIO_read_filename(in,infile) <= 0)
251 perror(infile);
rsa.c 110 char *infile,*outfile,*prog; local
129 infile=NULL;
152 infile= *(++argv);
213 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
286 pkey = load_pubkey(bio_err, infile, tmpformat, 1,
290 pkey = load_key(bio_err, infile,
CA.sh 33 infile=$1
37 exec <$infile;
  /external/qemu/distrib/jpeg-6b/
wrjpgcom.c 75 static FILE * infile; /* input JPEG file */ variable
78 #define NEXTBYTE() getc(infile)
485 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
500 infile = stdin;
rdtarga.c 91 register FILE *infile = sinfo->pub.input_file; local
94 if ((c = getc(infile)) == EOF)
126 register FILE *infile = sinfo->pub.input_file; local
130 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
139 register FILE *infile = sinfo->pub.input_file; local
161 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 178 int ReadJpegSections (HANDLE infile,
181 int ReadJpegSections (FILE * infile,
190 lSize = GetFileSize(infile, NULL );
191 SetFilePointer(infile, 0, NULL, FILE_BEGIN);
193 fseek (infile , 0 , SEEK_END);
194 lSize = ftell (infile);
195 rewind (infile);
203 ReadFile(infile, &a, 1, &got, NULL);
205 a = fgetc(infile);
209 ReadFile(infile, &b, 1, &got, NULL)
    [all...]
  /external/chromium_org/tools/generate_stubs/
generate_stubs.py 381 def ParseSignatures(infile):
402 infile: File object holding a text file of function signatures.
412 for line in infile:
    [all...]
  /external/libpng/contrib/gregbook/
rpng-x.c 126 static FILE *infile; variable
198 infile = fopen("/etc/config/system.glGammaVal", "r");
199 if (infile) {
202 fgets(tmpline, 80, infile);
203 fclose(infile);
295 if (!(infile = fopen(filename, "rb"))) {
299 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
329 fclose(infile);
387 fclose(infile);
rpng2-win.c 182 static FILE *infile; variable
328 infile = fopen("/etc/config/system.glGammaVal", "r");
329 if (infile) {
332 fgets(tmpline, 80, infile);
333 fclose(infile);
484 if (!(infile = fopen(filename, "rb"))) {
488 incount = fread(inbuf, 1, INBUFSIZE, infile);
511 fclose(infile);
584 } else if (ferror(infile)) {
588 } else if (feof(infile)) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 222 def __init__(self, counts=None, calledfuncs=None, infile=None,
236 self.infile = infile
238 if self.infile:
242 pickle.load(open(self.infile, 'rb'))
246 % (self.infile, err))
452 ignoremods=(), ignoredirs=(), infile=None, outfile=None,
466 @param infile file from which to read stored counts to be
471 self.infile = infile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 222 def __init__(self, counts=None, calledfuncs=None, infile=None,
236 self.infile = infile
238 if self.infile:
242 pickle.load(open(self.infile, 'rb'))
246 % (self.infile, err))
452 ignoremods=(), ignoredirs=(), infile=None, outfile=None,
466 @param infile file from which to read stored counts to be
471 self.infile = infile
    [all...]
  /external/chromium_org/net/tools/tld_cleanup/
make_dafsa_unittest.py 61 infile = [ '%%', 'apa, 1', '%%' ]
63 self.assertEqual(make_dafsa.parse_gperf(infile), words)
67 infile = [ '%%', 'apa, 1', 'bepa.com, 2', '%%' ]
69 self.assertEqual(make_dafsa.parse_gperf(infile), words)
740 infile = [ '%%', 'aa, 1', 'a, 2', '%%' ]
743 self.assertEqual(make_dafsa.words_to_cxx(make_dafsa.parse_gperf(infile)),
748 infile = [ '%%', 'aa, 1', 'bbb, 2', 'baa, 1', '%%' ]
752 self.assertEqual(make_dafsa.words_to_cxx(make_dafsa.parse_gperf(infile)),
make_dafsa.py 441 def parse_gperf(infile):
443 lines = [line.strip() for line in infile]
461 print('usage: %s infile outfile' % sys.argv[0])
463 with open(sys.argv[1], 'r') as infile, open(sys.argv[2], 'w') as outfile:
464 outfile.write(words_to_cxx(parse_gperf(infile)))
  /external/chromium_org/net/tools/quic/benchmark/
run_client.py 20 --address=127.0.0.1 --port=5000 --infile=test_urls.json \
119 def RunExperiment(self, infile, delay_file, packets_file=None, num_it=1):
123 infile: Input json file describing the page list.
128 page_list = self.ReadPages(infile)
169 # the URLs requested in the --infile.
177 parser.add_option('--infile', dest='infile', default='test_urls.json')
183 exp.RunExperiment(options.infile, options.delay_file, options.packets_file)
  /external/chromium_org/third_party/icu/source/tools/gendraft/
genheaders.pl 104 ($infile,$outfile,$destDir, $symbolAppend, $symbolDef, $exclude) = @_;
111 $inFH = IO::File->new($infile,"r")
112 or die "could not open the file $infile for reading: $! \n";
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vp9_spatial_svc_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);

Completed in 895 milliseconds

1 2 3 4 5 67 8 91011