Home
last modified time | relevance | path

Searched refs:my_path (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/gil/test/extension/io/
Dmake.cpp46 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 …]
Draw_test.cpp52 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()
Dbmp_test.cpp74 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()
Dtarga_test.cpp75 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()
Dtiff_test.cpp78 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/
Dbmp_make.cpp48 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 …]
Dbmp_test.cpp54 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/
Dapi.py16 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/
Dapi.py16 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/
D10641.cpp10 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/
Draw_test.cpp42 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/
Dtest-module-loading.js142 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/
Dtarga_test.cpp56 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/
Dtiff_test.cpp58 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()