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

1234567

/external/vboot_reference/utility/include/
H A Dbmpblk_util.h10 int dump_bmpblock(const char *infile, int show_as_yaml,
/external/elfutils/tests/
H A Drun-strip-groups.sh45 infile=testfile58
46 outfile=$infile.stripped
47 dbgfile=$infile.debug
49 testfiles $infile
52 testrun ${abs_top_builddir}/src/strip -o $outfile -f $dbgfile $infile
53 testrun ${abs_top_builddir}/src/elflint -q $infile
H A Drun-strip-reloc.sh28 infile=$1
35 testrun ${abs_top_builddir}/src/strip -o $outfile1 -f $debugfile1 $infile ||
36 { echo "*** failure strip $infile"; status=1; }
39 -f $debugfile2 $infile ||
40 { echo "*** failure strip --reloc-debug-sections $infile"; status=1; }
44 { echo "*** failure readelf -a outfile1 $infile"; status=1; }
47 { echo "*** failure compare stripped files $infile"; status=1; }
54 { echo "*** failure --reloc-debug-sections not smaller $infile"; status=1; }
60 { echo "*** failure readelf -w debugfile1 $infile"; status=1; }
64 { echo "*** failure readelf -w debugfile2 $infile"; statu
[all...]
H A Drun-compress-test.sh23 infile="$1"
24 uncompressedfile="${infile}.uncompressed"
27 echo "uncompress $infile -> $uncompressedfile"
28 testrun ${abs_top_builddir}/src/elfcompress -v -t none -o ${uncompressedfile} ${infile}
33 gnucompressedfile="${infile}.gnu"
43 gnuuncompressedfile="${infile}.gnu.uncompressed"
49 elfcompressedfile="${infile}.gabi"
59 elfuncompressedfile="${infile}.gabi.uncompressed"
/external/libjpeg-turbo/
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/xmlrpcpp/test/
H A DTestBase64Server.cpp29 std::ifstream infile("pngnow.png", std::ios::binary);
30 if (infile.fail())
31 infile.open("../pngnow.png", std::ios::binary);
32 if (infile.fail())
39 char c = infile.get();
40 if (infile.eof()) break;
H A DFileClient.cpp28 std::ifstream infile(argv[3]);
29 if (infile.fail()) {
35 infile.seekg(0L, std::ios::end);
36 long nb = infile.tellg();
37 infile.clear();
38 infile.seekg(0L);
40 infile.read(b, nb);
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
H A Dvarblock.py42 def read_varint(infile):
49 @param infile: the file-like object to read from. It should have a read()
58 char = infile.read(1)
103 def yield_varblocks(infile):
106 @param infile: file to read, is expected to have the VARBLOCK format as
112 first_char = infile.read(1)
121 (block_size, read_bytes) = read_varint(infile)
127 block = infile.read(block_size)
137 def yield_fixedblocks(infile, blocksize):
140 :param infile
[all...]
H A Dbigfile.py45 def encrypt_bigfile(infile, outfile, pub_key):
48 :param infile: file-like object to read the cleartext from
64 for block in varblock.yield_fixedblocks(infile, blocksize):
70 def decrypt_bigfile(infile, outfile, priv_key):
73 :param infile: file-like object to read the crypto in VARBLOCK format from
82 for block in varblock.yield_varblocks(infile):
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/tests/
H A Dtest_varblock.py19 infile = BytesIO(encoded)
21 (decoded, read) = varblock.read_varint(infile)
28 self.assertEqual(b('crummy'), infile.read())
33 infile = BytesIO(encoded)
35 (decoded, read) = varblock.read_varint(infile)
42 self.assertEqual(b('crummy'), infile.read())
69 infile = BytesIO(b('\x01\x0512345\x06Sybren'))
71 varblocks = list(varblock.yield_varblocks(infile))
78 infile = BytesIO(b('123456Sybren'))
80 fixedblocks = list(varblock.yield_fixedblocks(infile,
[all...]
/external/pcre/dist/
H A Dperltest.pl50 $infile = "INFILE";
52 else { $infile = "STDIN"; }
68 printf " re> " if $infile eq "STDIN";
69 last if ! ($_ = <$infile>);
70 printf $outfile "$_" if $infile ne "STDIN";
77 printf " > " if $infile eq "STDIN";
78 last if ! ($_ = <$infile>);
79 printf $outfile "$_" if $infile ne "STDIN";
124 if ($infile != "STDIN")
128 last if ! ($_ = <$infile>);
[all...]
/external/vboot_reference/futility/
H A Dcmd_vbutil_key.c49 " --key <infile> RSA key file (.keyb or .pem)\n"
62 "Usage: " MYNAME " %s --unpack <infile>\n"
70 static int Pack(const char *infile, const char *outfile, uint64_t algorithm, argument
76 if (!infile || !outfile) {
81 pubkey = PublicKeyReadKeyb(infile, algorithm, version);
91 privkey = PrivateKeyReadPem(infile, algorithm);
101 VbExError("Unable to parse either .keyb or .pem from %s\n", infile);
106 static int Unpack(const char *infile, const char *outfile) argument
111 if (!infile) {
116 pubkey = PublicKeyRead(infile);
167 char *infile = NULL; local
[all...]
H A Dcmd_dump_kernel_config.c34 char *infile = NULL; local
68 infile = argv[optind];
75 if (!infile || !*infile) {
80 config = FindKernelConfig(infile, kernel_body_load_address);
/external/libvpx/libvpx/
H A Divfdec.h21 int ivf_read_frame(FILE *infile, uint8_t **buffer,
H A Divfdec.c72 int ivf_read_frame(FILE *infile, uint8_t **buffer, argument
77 if (fread(raw_header, IVF_FRAME_HDR_SZ, 1, infile) != 1) {
78 if (!feof(infile))
101 if (!feof(infile)) {
102 if (fread(*buffer, 1, frame_size, infile) != frame_size) {
/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/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/selinux/libselinux/src/
H A Dmatchmediacon.c17 FILE *infile; local
21 if ((infile = fopen(path, "r")) == NULL)
23 while (!feof_unlocked(infile)) {
24 if (!fgets_unlocked(current_line, sizeof(current_line), infile)) {
50 fclose(infile);
/external/libjpeg-turbo/simd/
H A Dnasm_lt.sh3 infile=""
44 infile=$1
56 outfile="-o `echo $infile | sed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.o"
/external/google-breakpad/src/common/tests/
H A Dfile_utils.cc45 int infile = HANDLE_EINTR(open(from_path, O_RDONLY)); local
46 if (infile < 0) {
54 if (IGNORE_EINTR(close(infile)) < 0) {
64 ssize_t bytes_read = HANDLE_EINTR(read(infile, buffer, sizeof(buffer)));
87 if (IGNORE_EINTR(close(infile)) == -1) {
/external/opencv3/samples/tapi/
H A Dclahe.cpp47 string infile = cmd.get<string>("i"), outfile = cmd.get<string>("o"); local
66 if(infile != "")
68 imread(infile).copyTo(frame);
71 cout << "error read image: " << infile << endl;
88 imread(infile).copyTo(frame);
/external/toybox/toys/posix/
H A Duniq.c63 FILE *infile = stdin, *outfile = stdout; local
67 if (toys.optc >= 1) infile = xfopen(toys.optargs[0], "r");
73 if (getdelim(&prevline, &prevsize, eol, infile) < 0)
76 while (getdelim(&thisline, &thissize, eol, infile) > 0) {
117 if (infile != stdin) fclose(infile);
/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Dpickle2json.py15 def pickle2json(infile, outfile):
23 with open(infile, 'rb') as inf:
/external/parameter-framework/upstream/tools/xmlGenerator/
H A DhostConfig.py35 def configure(infile=sys.stdin, outfile=sys.stdout, serverPort=None, structPath=None):
41 dom = xml.dom.minidom.parse(infile)
/external/opencv3/samples/python2/
H A Dmouse_and_match.py61 for infile in glob.glob( os.path.join(path, '*.*') ):
62 ext = os.path.splitext(infile)[1][1:] #get the filename extenstion
64 print infile
66 img=cv2.imread(infile,1)

Completed in 721 milliseconds

1234567