/third_party/openssl/test/ |
D | pem_read_depr_test.c | 29 BIO *infile = NULL; in getfile() local 44 BIO *infile = getfile("dhparams.pem"); in test_read_dh_params() local 65 BIO *infile = getfile("x942params.pem"); in test_read_dh_x942_params() local 88 BIO *infile = getfile("dsaparams.pem"); in test_read_dsa_params() local 109 BIO *infile = getfile("dsaprivatekey.pem"); in test_read_dsa_private() local 130 BIO *infile = getfile("dsapublickey.pem"); in test_read_dsa_public() local 152 BIO *infile = getfile("rsaprivatekey.pem"); in test_read_rsa_private() local 173 BIO *infile = getfile("rsapublickey.pem"); in test_read_rsa_public() local
|
/third_party/python/Tools/scripts/ |
D | generate_token.py | 90 def make_h(infile, outfile='Include/token.h'): argument 161 def make_c(infile, outfile='Parser/token.c'): argument 197 def make_rst(infile, outfile='Doc/library/token-list.inc'): argument 243 def make_py(infile, outfile='Lib/token.py'): argument 265 def main(op, infile='Grammar/Tokens', *args): argument
|
/third_party/libjpeg-turbo/ |
D | rdcolmap.c | 79 read_gif_map(j_decompress_ptr cinfo, FILE *infile) in read_gif_map() 121 pbm_getc(FILE *infile) in pbm_getc() 138 read_pbm_integer(j_decompress_ptr cinfo, FILE *infile) in read_pbm_integer() 171 read_ppm_map(j_decompress_ptr cinfo, FILE *infile) in read_ppm_map() 231 read_color_map(j_decompress_ptr cinfo, FILE *infile) in read_color_map()
|
D | rdppm.c | 75 pbm_getc(FILE *infile) in pbm_getc() 92 read_pbm_integer(j_compress_ptr cinfo, FILE *infile, unsigned int maxval) in read_pbm_integer() 139 FILE *infile = source->pub.input_file; in get_text_gray_row() local 167 FILE *infile = source->pub.input_file; in get_text_gray_rgb_row() local 202 FILE *infile = source->pub.input_file; in get_text_gray_cmyk_row() local 241 FILE *infile = source->pub.input_file; in get_text_rgb_row() local 276 FILE *infile = source->pub.input_file; in get_text_rgb_cmyk_row() local
|
D | jdatasrc.c | 32 FILE *infile; /* source stream */ member 217 jpeg_stdio_src(j_decompress_ptr cinfo, FILE *infile) in jpeg_stdio_src()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | rdcolmap.c | 79 read_gif_map(j_decompress_ptr cinfo, FILE *infile) in read_gif_map() 121 pbm_getc(FILE *infile) in pbm_getc() 138 read_pbm_integer(j_decompress_ptr cinfo, FILE *infile) in read_pbm_integer() 171 read_ppm_map(j_decompress_ptr cinfo, FILE *infile) in read_ppm_map() 231 read_color_map(j_decompress_ptr cinfo, FILE *infile) in read_color_map()
|
D | rdppm.c | 75 pbm_getc(FILE *infile) in pbm_getc() 92 read_pbm_integer(j_compress_ptr cinfo, FILE *infile, unsigned int maxval) in read_pbm_integer() 139 FILE *infile = source->pub.input_file; in get_text_gray_row() local 167 FILE *infile = source->pub.input_file; in get_text_gray_rgb_row() local 202 FILE *infile = source->pub.input_file; in get_text_gray_cmyk_row() local 241 FILE *infile = source->pub.input_file; in get_text_rgb_row() local 276 FILE *infile = source->pub.input_file; in get_text_rgb_cmyk_row() local
|
D | jdatasrc.c | 32 FILE *infile; /* source stream */ member 217 jpeg_stdio_src(j_decompress_ptr cinfo, FILE *infile) in jpeg_stdio_src()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | rdcolmap.c | 80 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()
|
D | jdatasrc.c | 32 FILE *infile; /* source stream */ member 217 jpeg_stdio_src(j_decompress_ptr cinfo, FILE *infile) in jpeg_stdio_src()
|
D | rdppm.c | 85 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
|
/third_party/nghttp2/doc/ |
D | mkapiref.py | 122 def make_api_ref(infile): argument 209 def process_macro(infile): argument 215 def process_macrosection(infile): argument 219 def process_typedef(infile): argument 226 def process_enum(infile): argument 249 def process_struct(infile): argument 273 def process_function(domain, infile): argument 292 def read_content(infile): argument
|
/third_party/python/Tools/c-analyzer/c_parser/ |
D | datafiles.py | 32 def read_parsed(infile): argument 46 def read_decls(infile, fmt=None): argument 85 def iter_decls_tsv(infile, extracolumns=None, relroot=fsutil.USE_CWD): argument 105 def _iter_decls_tsv(infile, extracolumns=None): argument
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
D | datafiles.py | 33 def read_known(infile, extracolumns=None, relroot=fsutil.USE_CWD): argument 92 def read_ignored(infile, relroot=fsutil.USE_CWD): argument 96 def _iter_ignored(infile, relroot): argument
|
/third_party/libsnd/programs/ |
D | common.c | 50 sfe_copy_data_fp (SNDFILE *outfile, SNDFILE *infile, int channels, int normalize) in sfe_copy_data_fp() 86 sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) in sfe_copy_data_int() 105 merge_broadcast_info (SNDFILE * infile, SNDFILE * outfile, int format, const METADATA_INFO * info) in merge_broadcast_info() 234 { SNDFILE *infile = NULL, *outfile = NULL ; in sfe_apply_metadata_changes() local
|
D | sndfile-convert.c | 136 SNDFILE *infile = NULL, *outfile = NULL ; in main() local 373 copy_metadata (SNDFILE *outfile, SNDFILE *infile, int channels) in copy_metadata()
|
/third_party/python/Lib/ |
D | pipes.py | 170 def copy(self, infile, outfile): argument 173 def makepipeline(self, infile, outfile): argument 181 def makepipeline(infile, steps, outfile): argument
|
D | shlex.py | 21 def __init__(self, instream=None, infile=None, posix=False, argument 288 def error_leader(self, infile=None, lineno=None): argument
|
/third_party/libsnd/examples/ |
D | sndfile-to-text.c | 64 convert_to_text (SNDFILE * infile, FILE * outfile, int channels, int full_precision) in convert_to_text() 88 SNDFILE *infile = NULL ; in main() local
|
D | sndfile-loopify.c | 70 SNDFILE *infile = NULL, *outfile = NULL ; in main() local 138 sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) in sfe_copy_data_int()
|
/third_party/openssl/apps/ |
D | sess_id.c | 53 char *infile = NULL, *outfile = NULL, *context = NULL, *prog; in sess_id_main() local 177 static SSL_SESSION *load_sess_id(char *infile, int format) in load_sess_id()
|
/third_party/lz4/ossfuzz/ |
D | standaloneengine.c | 18 FILE *infile; in main() local
|
/third_party/node/tools/ |
D | specialize_node_d.py | 18 infile = open(sys.argv[2], 'r') variable
|
/third_party/libsnd/ossfuzz/ |
D | standaloneengine.cc | 18 FILE *infile; in main() local
|
/third_party/nghttp2/ |
D | help2rst.py | 12 def help2man(infile): argument
|