Home
last modified time | relevance | path

Searched refs:tag_t (Results 1 – 25 of 67) sorted by relevance

123

/third_party/boost/libs/gil/test/extension/io/
Dbmp_test.cpp28 using tag_t = bmp_tag; typedef
37 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE()
40 , tag_t() in BOOST_AUTO_TEST_CASE()
50 using backend_t = get_reader_backend<std::ifstream, tag_t>::type; in BOOST_AUTO_TEST_CASE()
53 , tag_t() in BOOST_AUTO_TEST_CASE()
63 using backend_t = get_reader_backend<FILE*, tag_t>::type; in BOOST_AUTO_TEST_CASE()
66 , tag_t() in BOOST_AUTO_TEST_CASE()
76 using backend_t = get_reader_backend<fs::path, tag_t>::type; in BOOST_AUTO_TEST_CASE()
79 , tag_t() in BOOST_AUTO_TEST_CASE()
91 read_image( bmp_filename, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
[all …]
Dtarga_test.cpp28 using tag_t = targa_tag; typedef
38 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE()
41 , tag_t() in BOOST_AUTO_TEST_CASE()
51 using backend_t = get_reader_backend<ifstream, tag_t>::type; in BOOST_AUTO_TEST_CASE()
54 , tag_t() in BOOST_AUTO_TEST_CASE()
64 using backend_t = get_reader_backend<FILE*, tag_t>::type; in BOOST_AUTO_TEST_CASE()
67 , tag_t() in BOOST_AUTO_TEST_CASE()
77 using backend_t = get_reader_backend<fs::path, tag_t>::type; in BOOST_AUTO_TEST_CASE()
80 , tag_t() in BOOST_AUTO_TEST_CASE()
92 read_image( targa_filename, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
[all …]
Dpnm_test.cpp26 using tag_t = pnm_tag; typedef
35 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE()
38 , tag_t() in BOOST_AUTO_TEST_CASE()
48 using backend_t = get_reader_backend<ifstream, tag_t>::type; in BOOST_AUTO_TEST_CASE()
51 , tag_t() in BOOST_AUTO_TEST_CASE()
61 using backend_t = get_reader_backend<FILE*, tag_t>::type; in BOOST_AUTO_TEST_CASE()
64 , tag_t() in BOOST_AUTO_TEST_CASE()
76 read_image( pnm_filename, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
86 read_image( in, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
96 read_image( file, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
[all …]
Dtiff_test.cpp32 using tag_t = tiff_tag; typedef
41 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE()
44 , tag_t() in BOOST_AUTO_TEST_CASE()
54 using backend_t = get_reader_backend<ifstream, tag_t>::type; in BOOST_AUTO_TEST_CASE()
57 , tag_t() in BOOST_AUTO_TEST_CASE()
67 using backend_t = get_reader_backend<FILE*, tag_t>::type; in BOOST_AUTO_TEST_CASE()
70 , tag_t() in BOOST_AUTO_TEST_CASE()
80 using backend_t = get_reader_backend<fs::path, tag_t>::type; in BOOST_AUTO_TEST_CASE()
83 , tag_t() in BOOST_AUTO_TEST_CASE()
96 read_image( tiff_filename, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
[all …]
Dpng_test.cpp28 using tag_t = png_tag; typedef
37 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE()
40 , tag_t() in BOOST_AUTO_TEST_CASE()
50 using backend_t = get_reader_backend<ifstream, tag_t>::type; in BOOST_AUTO_TEST_CASE()
53 , tag_t() in BOOST_AUTO_TEST_CASE()
63 using backend_t = get_reader_backend<FILE*, tag_t>::type; in BOOST_AUTO_TEST_CASE()
66 , tag_t() in BOOST_AUTO_TEST_CASE()
78 read_image( png_filename, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
88 read_image( in, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
98 read_image( file, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
[all …]
Djpeg_test.cpp27 using tag_t = jpeg_tag; typedef
40 tag_t in BOOST_AUTO_TEST_CASE()
44 , tag_t() in BOOST_AUTO_TEST_CASE()
54 using backend_t = get_reader_backend<std::ifstream, tag_t>::type; in BOOST_AUTO_TEST_CASE()
57 , tag_t() in BOOST_AUTO_TEST_CASE()
67 using backend_t = get_reader_backend<FILE*, tag_t>::type; in BOOST_AUTO_TEST_CASE()
70 , tag_t() in BOOST_AUTO_TEST_CASE()
78 using backend_t = get_reader_backend<boost::filesystem::path, tag_t>::type; in BOOST_AUTO_TEST_CASE()
83 tag_t()); in BOOST_AUTO_TEST_CASE()
94 read_image( jpeg_filename, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
[all …]
Dtiff_file_format_test.cpp20 using tag_t = tiff_tag; typedef
29 test_scanline_reader<Image, tag_t>( filename.c_str() ); in BOOST_AUTO_TEST_SUITE()
43 , tag_t() in BOOST_AUTO_TEST_CASE()
66 , tag_t() in BOOST_AUTO_TEST_CASE()
89 , tag_t() in BOOST_AUTO_TEST_CASE()
112 , tag_t() in BOOST_AUTO_TEST_CASE()
135 , tag_t() in BOOST_AUTO_TEST_CASE()
158 , tag_t() in BOOST_AUTO_TEST_CASE()
181 , tag_t() in BOOST_AUTO_TEST_CASE()
204 , tag_t() in BOOST_AUTO_TEST_CASE()
[all …]
Dbmp_read_test.cpp20 using tag_t = bmp_tag; typedef
34 , tag_t() in BOOST_AUTO_TEST_SUITE()
42 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE()
45 , tag_t() in BOOST_AUTO_TEST_CASE()
70 read_image( bmp_in + "g01bw.bmp", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
78 read_image( bmp_in + "g01wb.bmp", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
89 read_image( bmp_in + "g01bg.bmp", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
100 read_image( bmp_in + "g01p1.bmp", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
111 read_image( bmp_in + "g04.bmp", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
122 read_image( bmp_in + "g04rle.bmp", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
[all …]
Dtiff_tiled_test.cpp18 using tag_t = tiff_tag; typedef
27 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE()
30 , tag_t() in BOOST_AUTO_TEST_CASE()
38 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE()
41 , tag_t() in BOOST_AUTO_TEST_CASE()
49 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE()
52 , tag_t() in BOOST_AUTO_TEST_CASE()
60 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE()
63 , tag_t() in BOOST_AUTO_TEST_CASE()
71 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE()
[all …]
Dtiff_tiled_float_test.cpp20 using tag_t = tiff_tag; typedef
33 read_image( filename_strip, img_strip, tag_t() ); in BOOST_AUTO_TEST_CASE()
34 read_image( filename_tile, img_tile, tag_t() ); in BOOST_AUTO_TEST_CASE()
46 read_image( filename_strip, img_strip, tag_t() ); in BOOST_AUTO_TEST_CASE()
47 read_image( filename_tile, img_tile, tag_t() ); in BOOST_AUTO_TEST_CASE()
59 read_image( filename_strip, img_strip, tag_t() ); in BOOST_AUTO_TEST_CASE()
60 read_image( filename_tile, img_tile, tag_t() ); in BOOST_AUTO_TEST_CASE()
72 read_image( filename_strip, img_strip, tag_t() ); in BOOST_AUTO_TEST_CASE()
73 read_image( filename_tile, img_tile, tag_t() ); in BOOST_AUTO_TEST_CASE()
85 read_image( filename_strip, img_strip, tag_t() ); in BOOST_AUTO_TEST_CASE()
[all …]
Draw_test.cpp29 using tag_t = raw_tag; typedef
40 using backend_t = get_reader_backend<char const*, tag_t>::type; in BOOST_AUTO_TEST_CASE()
45 backend_t backend = read_image_info(raw_filename, tag_t()); in BOOST_AUTO_TEST_CASE()
54 using backend_t = get_reader_backend<fs::path, tag_t>::type; in BOOST_AUTO_TEST_CASE()
56 backend_t backend = read_image_info(my_path, tag_t()); in BOOST_AUTO_TEST_CASE()
67 read_image( raw_filename, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
77 read_image( my_path, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
87 read_and_convert_image( raw_filename, img, tag_t() ); in BOOST_AUTO_TEST_CASE()
96 read_view( raw_filename, view( img ), tag_t() ); in BOOST_AUTO_TEST_CASE()
102 read_and_convert_view( raw_filename, view( img ), tag_t() ); in BOOST_AUTO_TEST_CASE()
[all …]
Dtiff_tiled_write_macros.hpp22 using tag_t = boost::gil::tiff_tag; typedef
42 read_image( path, img_strip, tag_t() ); \
43 image_write_info<tag_t> info; \
47 read_image( tiff_out + filename, img_saved, tag_t() ); \
66 read_image( path, img_strip, tag_t() ); \
67 image_write_info<tag_t> info; \
71 read_image( tiff_out + filename, img_saved, tag_t() ); \
90 read_image( path, img_strip, tag_t() ); \
91 image_write_info<tag_t> info; \
95 read_image( tiff_out + filename, img_saved, tag_t() ); \
[all …]
Djpeg_read_test.cpp20 using tag_t = jpeg_tag; typedef
29 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE()
32 , tag_t() in BOOST_AUTO_TEST_CASE()
47 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE()
50 , tag_t() in BOOST_AUTO_TEST_CASE()
66 using backend2_t = get_reader_backend<stringstream, tag_t>::type; in BOOST_AUTO_TEST_CASE()
69 , tag_t() in BOOST_AUTO_TEST_CASE()
88 , tag_t() in BOOST_AUTO_TEST_CASE()
94 , tag_t() in BOOST_AUTO_TEST_CASE()
115 , tag_t() in BOOST_AUTO_TEST_CASE()
Dpnm_read_test.cpp20 using tag_t = pnm_tag; typedef
34 , tag_t() in BOOST_AUTO_TEST_SUITE()
48 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE()
51 , tag_t() in BOOST_AUTO_TEST_CASE()
67 read_image( pnm_in + "p1.pnm", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
80 read_image( pnm_in + "p2.pnm", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
93 read_image( pnm_in + "p3.pnm", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
106 read_image( pnm_in + "p4.pnm", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
119 read_image( pnm_in + "p5.pnm", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
132 read_image( pnm_in + "p6.pnm", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
Dtiff_subimage_test.cpp25 using tag_t = tiff_tag; typedef
48 image_read_settings< tag_t > settings( top_left, dim ); \
51 read_image( filename_strip, img3, tag_t() ); \
73 image_read_settings< tag_t > settings( top_left, dim ); in BOOST_AUTO_TEST_CASE()
77 read_image( tiff_in_GM + "tiger-minisblack-strip-08.tif", img3, tag_t() ); in BOOST_AUTO_TEST_CASE()
90 image_read_settings< tag_t > settings( top_left, dim ); in BOOST_AUTO_TEST_CASE()
94 read_image( tiff_in_GM + "tiger-minisblack-strip-16.tif", img3, tag_t() ); in BOOST_AUTO_TEST_CASE()
108 image_read_settings< tag_t > settings( top_left, dim ); in BOOST_AUTO_TEST_CASE()
112 read_image( tiff_in_GM + "tiger-minisblack-strip-32.tif", img3, tag_t() ); in BOOST_AUTO_TEST_CASE()
Dtarga_read_test.cpp21 using tag_t = targa_tag; typedef
41 , tag_t() in write()
49 using backend_t = get_reader_backend<std::string const, tag_t>::type; in BOOST_AUTO_TEST_CASE()
52 , tag_t() in BOOST_AUTO_TEST_CASE()
76 read_image( targa_in + "24BPP_compressed.tga", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
94 read_image( targa_in + "24BPP_uncompressed.tga", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
114 read_image( targa_in + "32BPP_compressed.tga", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
132 read_image( targa_in + "32BPP_uncompressed.tga", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
152 read_image( targa_in + "24BPP_compressed_ul_origin.tga", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
170 read_image( targa_in + "24BPP_uncompressed_ul_origin.tga", img, tag_t() ); in BOOST_AUTO_TEST_CASE()
[all …]
Dtiff_tiled_minisblack_write_test_21-31_32-64.cpp30 read_image( filename_strip, img_strip, tag_t() ); in BOOST_AUTO_TEST_CASE()
32 image_write_info<tag_t> info; in BOOST_AUTO_TEST_CASE()
38 read_image( tiff_out + "write_minisblack_tile_and_compare_with_32.tif", img_saved, tag_t() ); in BOOST_AUTO_TEST_CASE()
55 read_image( filename_strip, img_strip, tag_t() ); in BOOST_AUTO_TEST_CASE()
57 image_write_info<tag_t> info; in BOOST_AUTO_TEST_CASE()
63 read_image( tiff_out + "write_minisblack_tile_and_compare_with_64.tif", img_saved, tag_t() ); in BOOST_AUTO_TEST_CASE()
Dtiff_tiled_rgb_contig_write_test_21-31_32_64.cpp30 read_image( filename_strip, img_strip, tag_t() ); in BOOST_AUTO_TEST_CASE()
32 image_write_info<tag_t> info; in BOOST_AUTO_TEST_CASE()
38 …read_image( tiff_out + "write_tile_and_compare_with_rgb_strip_contig_32.tif", img_saved, tag_t() ); in BOOST_AUTO_TEST_CASE()
55 read_image( filename_strip, img_strip, tag_t() ); in BOOST_AUTO_TEST_CASE()
57 image_write_info<tag_t> info; in BOOST_AUTO_TEST_CASE()
63 …read_image( tiff_out + "write_tile_and_compare_with_rgb_strip_contig_64.tif", img_saved, tag_t() ); in BOOST_AUTO_TEST_CASE()
Djpeg_write_test.cpp21 using tag_t = jpeg_tag; typedef
36 , tag_t() in BOOST_AUTO_TEST_CASE()
46 , tag_t() in BOOST_AUTO_TEST_CASE()
56 , tag_t() in BOOST_AUTO_TEST_CASE()
72 , tag_t() in BOOST_AUTO_TEST_CASE()
Dtiff_tiled_read_macros.hpp22 using tag_t = boost::gil::tiff_tag; typedef
55 read_image( filename_strip, img_strip, tag_t() ); \
56 read_image( filename_tile, img_tile, tag_t() ); \
75 read_image( filename_strip, img_strip, tag_t() ); \
76 read_image( filename_tile, img_tile, tag_t() ); \
95 read_image( filename_strip, img_strip, tag_t() ); \
96 read_image( filename_tile, img_tile, tag_t() ); \
Dtarga_write_test.cpp23 using tag_t = targa_tag; typedef
37 , tag_t() in BOOST_AUTO_TEST_CASE()
47 , tag_t() in BOOST_AUTO_TEST_CASE()
55 color_space_write_test< tag_t >( targa_out + "rgb_color_space_test.tga" in BOOST_AUTO_TEST_CASE()
Dtiff_tiled_minisblack_test_21-31_32-64.cpp32 read_image( filename_strip, img_strip, tag_t() ); in BOOST_AUTO_TEST_CASE()
33 read_image( filename_tile, img_tile, tag_t() ); in BOOST_AUTO_TEST_CASE()
50 read_image( filename_strip, img_strip, tag_t() ); in BOOST_AUTO_TEST_CASE()
51 read_image( filename_tile, img_tile, tag_t() ); in BOOST_AUTO_TEST_CASE()
/third_party/boost/boost/lockfree/detail/
Dtagged_ptr_ptrcompression.hpp30 typedef boost::uint16_t tag_t; typedef in boost::lockfree::detail::tagged_ptr
36 tag_t tag[4];
47 static tag_t extract_tag(volatile compressed_ptr_t const & i) in extract_tag()
54 static compressed_ptr_t pack_ptr(T * ptr, tag_t tag) in pack_ptr()
76 explicit tagged_ptr(T * p, tag_t t = 0): in tagged_ptr()
92 void set(T * p, tag_t t) in set()
120 tag_t tag = get_tag(); in set_ptr()
127 tag_t get_tag() const in get_tag()
132 tag_t get_next_tag() const in get_next_tag()
134 tag_t next = (get_tag() + 1u) & (std::numeric_limits<tag_t>::max)(); in get_next_tag()
[all …]
Dtagged_ptr_dcas.hpp35 typedef std::size_t tag_t; typedef in boost::lockfree::detail::tagged_ptr
49 explicit tagged_ptr(T * p, tag_t t = 0): in tagged_ptr()
65 void set(T * p, tag_t t) in set()
100 tag_t get_tag() const in get_tag()
105 tag_t get_next_tag() const in get_next_tag()
107 tag_t next = (get_tag() + 1) & (std::numeric_limits<tag_t>::max)(); in get_next_tag()
111 void set_tag(tag_t t) in set_tag()
137 tag_t tag;
/third_party/boost/libs/lockfree/test/
Dtagged_ptr_test.cpp23 typedef tagged_ptr<int>::tag_t tag_t; in BOOST_AUTO_TEST_CASE() typedef
24 const tag_t max_tag = (std::numeric_limits<tag_t>::max)(); in BOOST_AUTO_TEST_CASE()

123