Home
last modified time | relevance | path

Searched refs:test_one_file (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/testing/tools/
Drun_corpus_tests.py28 def test_one_file(input_filename, source_dir, working_dir, function
65 result = test_one_file(input_filename, source_dir, working_dir,
152 result = test_one_file(input_filename, source_dir, working_dir,
/external/libpng/
Dpngtest.c861 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname) in test_one_file() function
1886 kerror = test_one_file(argv[i], outname); in main()
1965 kerror = test_one_file(inname, outname); in main()
/external/libpng/contrib/libtests/
Dpngimage.c1389 test_one_file(struct display *dp, const char *filename) in test_one_file() function
1548 test_one_file(dp, file); in do_test()
Dpngstest.c3436 test_one_file(const char *file_name, format_list *formats, png_uint_32 opts, in test_one_file() function
3639 if (ich > 0 && !test_one_file(buffer, &formats, opts, in main()
3664 else if (!test_one_file(arg, &formats, opts, stride_extra, log_pass)) in main()