Home
last modified time | relevance | path

Searched refs:read_one_file (Results 1 – 3 of 3) sorted by relevance

/external/libpng/contrib/tools/
Dchecksum-icc.c19 read_one_file(FILE *ip, const char *name) in read_one_file() function
78 if (ip == NULL || !read_one_file(ip, argv[i])) in main()
92 if (!read_one_file(stdin, "-")) in main()
/external/tensorflow/tensorflow/python/data/ops/
Dreaders.py88 def read_one_file(filename): function
93 return filenames.flat_map(read_one_file)
96 read_one_file, num_parallel_calls=num_parallel_reads)
100 read_one_file,
/external/libpng/contrib/libtests/
Dpngstest.c3051 read_one_file(Image *image) in read_one_file() function
3455 result = read_one_file(&image); in test_one_file()