Home
last modified time | relevance | path

Searched defs:infile (Results 1 – 25 of 112) sorted by relevance

12345

/external/libjpeg-turbo/
Drdcolmap.c80 read_gif_map (j_decompress_ptr cinfo, FILE *infile) in read_gif_map()
122 pbm_getc (FILE *infile) in pbm_getc()
139 read_pbm_integer (j_decompress_ptr cinfo, FILE *infile) in read_pbm_integer()
172 read_ppm_map (j_decompress_ptr cinfo, FILE *infile) in read_ppm_map()
232 read_color_map (j_decompress_ptr cinfo, FILE *infile) in read_color_map()
Djdatasrc.c32 FILE *infile; /* source stream */ member
217 jpeg_stdio_src (j_decompress_ptr cinfo, FILE *infile) in jpeg_stdio_src()
Drdppm.c79 pbm_getc (FILE *infile) in pbm_getc()
96 read_pbm_integer (j_compress_ptr cinfo, FILE *infile, unsigned int maxval) in read_pbm_integer()
144 FILE *infile = source->pub.input_file; in get_text_gray_row() local
163 FILE *infile = source->pub.input_file; in get_text_rgb_row() local
/external/python/cpython2/Tools/scripts/
Dparseentities.py55 infile = open(sys.argv[1]) variable
57 infile = sys.stdin variable
/external/python/cpython3/Tools/scripts/
Dparseentities.py53 infile = open(sys.argv[1]) variable
55 infile = sys.stdin variable
/external/vboot_reference/futility/
Dcmd_vbutil_key.c70 static int Pack(const char *infile, const char *outfile, uint64_t algorithm, in Pack()
106 static int Unpack(const char *infile, const char *outfile) in Unpack()
167 char *infile = NULL; in do_vbutil_key() local
Dcmd_dump_kernel_config.c34 char *infile = NULL; in do_dump_kernel_config() local
/external/python/cpython3/Lib/
Dpipes.py170 def copy(self, infile, outfile): argument
173 def makepipeline(self, infile, outfile): argument
181 def makepipeline(infile, steps, outfile): argument
Dshlex.py21 def __init__(self, instream=None, infile=None, posix=False, argument
283 def error_leader(self, infile=None, lineno=None): argument
/external/python/cpython2/Lib/
Dpipes.py182 def copy(self, infile, outfile): argument
185 def makepipeline(self, infile, outfile): argument
193 def makepipeline(infile, steps, outfile): argument
Dshlex.py23 def __init__(self, instream=None, infile=None, posix=False): argument
257 def error_leader(self, infile=None, lineno=None): argument
Dmimify.py207 def unmimify(infile, outfile, decode_base64 = 0): argument
415 def mimify(infile, outfile): argument
/external/parameter-framework/upstream/tools/xmlGenerator/
DhostConfig.py35 def configure(infile=sys.stdin, outfile=sys.stdout, serverPort=None, structPath=None): argument
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c123 static vpx_fixed_buf_t pass0(vpx_image_t *raw, FILE *infile, in pass0()
152 static void pass1(vpx_image_t *raw, FILE *infile, const char *outfile_name, in pass1()
191 FILE *infile = NULL; in main() local
/external/selinux/libselinux/src/
Dmatchmediacon.c17 FILE *infile; in matchmediacon() local
/external/noto-fonts/cjk/
Dsubset_noto_cjk.py81 def remove_from_cmap(infile, outfile, exclude=frozenset()): argument
/external/toolchain-utils/android_bench_suite/
Dgen_json.py50 def collect_data(infile, bench, it): argument
/external/xmlrpcpp/test/
DTestBase64Server.cpp29 std::ifstream infile("pngnow.png", std::ios::binary); in execute() local
/external/libvpx/libvpx/
Divfdec.c73 int ivf_read_frame(FILE *infile, uint8_t **buffer, size_t *bytes_read, in ivf_read_frame()
/external/zlib/src/examples/
Dgun.c82 int infile; member
383 local int gunpipe(z_stream *strm, int infile, int outfile) in gunpipe()
551 int infile, outfile; in gunzip() local
/external/deqp/scripts/src_util/
Dpre_commit.py88 def check_external_guards (infile): argument
/external/toybox/toys/posix/
Duniq.c63 FILE *infile = stdin, *outfile = stdout; in uniq_main() local
/external/python/cpython3/Programs/
D_freeze_importlib.c36 FILE *infile = NULL, *outfile = NULL; in main() local
/external/nos/test/system-test-harness/src/test-data/NIST-CAVP/
Dnist2h.py73 def _load_nist(infile): argument
/external/libpng/contrib/gregbook/
Dreadppm.c81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init()

12345