/third_party/boost/libs/gil/test/extension/io/ |
D | make.cpp | 46 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local 47 …nd< std::wstring, bmp_tag >::type backend_wstring = make_reader_backend( my_path.wstring(), bmp_ta… in BOOST_AUTO_TEST_CASE() 48 …nd< fs::path , bmp_tag >::type backend_path = make_reader_backend( my_path , bmp_ta… in BOOST_AUTO_TEST_CASE() 61 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local 62 …nd< std::wstring, bmp_tag >::type backend_wstring = make_reader_backend( my_path.wstring(), image_… in BOOST_AUTO_TEST_CASE() 63 …ackend< fs::path, bmp_tag >::type backend_path = make_reader_backend( my_path , image_… in BOOST_AUTO_TEST_CASE() 79 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local 80 …get_reader_backend< std::wstring, bmp_tag >::type reader_wstring = make_reader( my_path.wstring(),… in BOOST_AUTO_TEST_CASE() 81 …get_reader_backend< fs::path , bmp_tag >::type reader_path = make_reader( my_path ,… in BOOST_AUTO_TEST_CASE() 94 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local [all …]
|
D | raw_test.cpp | 52 fs::path my_path( raw_filename ); in BOOST_AUTO_TEST_CASE() local 56 backend_t backend = read_image_info(my_path, tag_t()); in BOOST_AUTO_TEST_CASE() 74 fs::path my_path( raw_filename ); in BOOST_AUTO_TEST_CASE() local 77 read_image( my_path, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
|
D | bmp_test.cpp | 74 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local 78 backend_t backend = read_image_info( my_path in BOOST_AUTO_TEST_CASE() 118 fs::path my_path( bmp_filename ); in BOOST_AUTO_TEST_CASE() local 121 read_image( my_path, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
|
D | targa_test.cpp | 75 fs::path my_path( targa_filename ); in BOOST_AUTO_TEST_CASE() local 79 backend_t backend = read_image_info( my_path in BOOST_AUTO_TEST_CASE()
|
D | tiff_test.cpp | 78 fs::path my_path( tiff_filename ); in BOOST_AUTO_TEST_CASE() local 82 backend_t backend = read_image_info( my_path in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/gil/test/extension/io/bmp/ |
D | bmp_make.cpp | 48 fs::path my_path(bmp_filename); in test_make_reader_backend() local 50 gil::make_reader_backend(my_path.wstring(), gil::bmp_tag()); in test_make_reader_backend() 52 gil::make_reader_backend(my_path, gil::bmp_tag()); in test_make_reader_backend() 68 fs::path my_path(bmp_filename); in test_make_reader_backend() local 70 gil::make_reader_backend(my_path.wstring(), gil::image_read_settings<gil::bmp_tag>()); in test_make_reader_backend() 72 gil::make_reader_backend(my_path, gil::image_read_settings<gil::bmp_tag>()); in test_make_reader_backend() 92 fs::path my_path(bmp_filename); in test_make_reader() local 94 gil::make_reader(my_path.wstring(), gil::bmp_tag(), gil::detail::read_and_no_convert()); in test_make_reader() 96 gil::make_reader(my_path, gil::bmp_tag(), gil::detail::read_and_no_convert()); in test_make_reader() 115 fs::path my_path(bmp_filename); in test_make_reader() local [all …]
|
D | bmp_test.cpp | 54 fs::path my_path(bmp_filename); in test_read_image_info_using_string() local 56 backend_t backend = read_image_info(my_path, gil::bmp_tag()); in test_read_image_info_using_string() 91 fs::path my_path(bmp_filename); in test_read_image() local 94 read_image(my_path, img, gil::bmp_tag()); in test_read_image()
|
/third_party/flutter/skia/infra/bots/recipe_modules/env/ |
D | api.py | 16 my_path = env_dict.get('PATH', '') 17 if upstream_path and my_path and upstream_path != my_path: 18 env['PATH'] = upstream_path.replace(r'%(PATH)s', my_path)
|
/third_party/skia/infra/bots/recipe_modules/env/ |
D | api.py | 16 my_path = env_dict.get('PATH', '') 17 if upstream_path and my_path and upstream_path != my_path: 18 env['PATH'] = upstream_path.replace(r'%(PATH)s', my_path)
|
/third_party/boost/libs/filesystem/test/issues/ |
D | 10641.cpp | 10 fs::path my_path("test/test.txt"); in main() local 11 cout << "current path is " << my_path << endl; in main() 12 cout << "parent path is " << my_path.parent_path() << endl; in main()
|
/third_party/boost/libs/gil/test/extension/io/raw/ |
D | raw_test.cpp | 42 fs::path my_path(raw_filename); in test_read_image_info_using_string() local 44 backend_t backend = gil::read_image_info(my_path, gil::raw_tag()); in test_read_image_info_using_string() 62 fs::path my_path(raw_filename); in test_read_image() local 64 gil::read_image(my_path, img, gil::raw_tag()); in test_read_image()
|
/third_party/node/test/sequential/ |
D | test-module-loading.js | 142 const my_path = require('../fixtures/path'); constant 143 assert.ok(my_path.path_func instanceof Function);
|
/third_party/boost/libs/gil/test/extension/io/targa/ |
D | targa_test.cpp | 56 fs::path my_path(targa_filename); in test_read_image_info_using_string() local 59 backend_t backend = gil::read_image_info(my_path, gil::targa_tag()); in test_read_image_info_using_string()
|
/third_party/boost/libs/gil/test/extension/io/tiff/ |
D | tiff_test.cpp | 58 fs::path my_path(tiff_filename); in test_read_image_info() local 61 backend_t backend = gil::read_image_info(my_path, gil::tiff_tag()); in test_read_image_info()
|