Home
last modified time | relevance | path

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

123456

/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.c85 pbm_getc(FILE *infile) in pbm_getc()
102 read_pbm_integer(j_compress_ptr cinfo, FILE *infile, unsigned int maxval) in read_pbm_integer()
150 FILE *infile = source->pub.input_file; in get_text_gray_row() local
178 FILE *infile = source->pub.input_file; in get_text_gray_rgb_row() local
213 FILE *infile = source->pub.input_file; in get_text_gray_cmyk_row() local
252 FILE *infile = source->pub.input_file; in get_text_rgb_row() local
287 FILE *infile = source->pub.input_file; in get_text_rgb_cmyk_row() local
/external/python/cpython3/Tools/scripts/
Dparseentities.py53 infile = open(sys.argv[1]) variable
55 infile = sys.stdin variable
/external/python/cpython2/Tools/scripts/
Dparseentities.py55 infile = open(sys.argv[1]) variable
57 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/fonttools/MetaTools/
DbuildUCD.py52 def parse_unidata_header(infile): argument
64 def parse_range_properties(infile, default=None, is_set=False): argument
136 def parse_semicolon_separated_data(infile): argument
/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/u-boot/scripts/
Dmailmapper128 infile = None variable
132 infile = open(map_file) variable
/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
/external/tensorflow/tensorflow/python/lib/io/
Dtf_record_test.py97 def _ZlibCompressFile(self, infile, name="tfrecord.z"): argument
107 def _GzipCompressFile(self, infile, name="tfrecord.gz"): argument
117 def _ZlibDecompressFile(self, infile, name="tfrecord"): argument
125 def _GzipDecompressFile(self, infile, name="tfrecord"): argument
/external/parameter-framework/upstream/tools/xmlGenerator/
DhostConfig.py35 def configure(infile=sys.stdin, outfile=sys.stdout, serverPort=None, structPath=None): argument
/external/libaom/libaom/examples/
Dtwopass_encoder.c119 static aom_fixed_buf_t pass0(aom_image_t *raw, FILE *infile, in pass0()
145 static void pass1(aom_image_t *raw, FILE *infile, const char *outfile_name, in pass1()
183 FILE *infile = NULL; in main() local
/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/libpcap/testprogs/
Dvisopts.py235 def render_on_html(infile): argument
/external/noto-fonts/cjk/
Dsubset_noto_cjk.py81 def remove_from_cmap(infile, outfile, exclude=frozenset()): argument
/external/bcc/src/cc/frontends/b/
Dparser.h33 explicit Parser(const string& infile) in Parser()
/external/toolchain-utils/android_bench_suite/
Dgen_json.py50 def collect_data(infile, bench, it): argument
/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/antlr/runtime/Cpp/include/
Dantlr3filestream.inl35 ANTLR_FDSC infile; local

123456