/third_party/boost/libs/gil/test/core/image_view/ |
D | y_iterator.cpp | 36 BOOST_TEST(view.y_at(0, 2) == view.col_end(0)); in test_y_at() 37 BOOST_TEST(view.y_at(1, 2) == view.col_end(1)); in test_y_at() 50 BOOST_TEST(view.y_at(0, 2) == view.col_end(0)); in test_y_at() 51 BOOST_TEST(view.y_at(1, 2) == view.col_end(1)); in test_y_at() 76 BOOST_TEST(view.col_begin(0) == view.col_end(0)); in test_col_end() 85 BOOST_TEST(view.col_begin(0) == view.col_end(0)); in test_col_end() 99 view.col_end(0); // BUG: Boost 1.72 always asserts in test_issue_432()
|
D | xy_locator.cpp | 102 BOOST_TEST(view.xy_at(0, 2).y() == view.col_end(0)); in test_xy_y_end() 103 BOOST_TEST(view.xy_at(1, 2).y() == view.col_end(1)); in test_xy_y_end() 108 BOOST_TEST(view.xy_at(0, 2).y() == view.col_end(0)); in test_xy_y_end() 109 BOOST_TEST(view.xy_at(1, 2).y() == view.col_end(1)); in test_xy_y_end()
|
D | axis_iterator.cpp | 81 BOOST_TEST(axit == view.col_end(0)); in test_axis_1()
|
/third_party/jerryscript/tools/vera++/scripts/rules/ |
D | jerry_typecast_space_parentheses.tcl | 17 proc check_part_of_the_file {file line_num col_start col_end} { argument 18 if {$col_start == $col_end} { 23 set line [string range $line $col_start $col_end]
|
D | jerry_no_space_before_closing_parentheses.tcl | 17 proc check_part_of_the_file {file line_num col_start col_end} { argument 18 if {$col_start == $col_end} { 23 set line [string range $line $col_start $col_end]
|
D | jerry_identifier_no_space_bracket.tcl | 17 proc check_part_of_the_file {file line_num col_start col_end} { argument 18 if {$col_start == $col_end} { 23 set line [string range $line $col_start $col_end]
|
D | jerry_pointer_declarator_space.tcl | 17 proc check_part_of_the_file {file line_num col_start col_end} { argument 18 if {$col_start == $col_end} { 23 set line [string range $line $col_start $col_end]
|
D | jerry_no_space_after_opening_parentheses.tcl | 17 proc check_part_of_the_file {file line_num col_start col_end} { argument 18 if {$col_start == $col_end} { 23 set line [string range $line $col_start $col_end]
|
D | jerry_funcname_space_parentheses.tcl | 17 proc check_part_of_the_file {file line_num col_start col_end} { argument 18 if {$col_start == $col_end} { 27 set line [string range $line $col_start $col_end]
|
/third_party/mindspore/mindspore/core/utils/ |
D | info.cc | 26 std::string HighLightLine(const std::string &line, int col_begin, int col_end, SourceLineTip tip) { in HighLightLine() argument 28 if (col_begin < col_end && col_begin != -1 && col_end <= SizeToLong(temp_line.length()) && in HighLightLine() 31 std::string trimmed = temp_line.substr(LongToSize(col_begin), LongToSize(col_end - col_begin)); in HighLightLine() 32 …std::string end = temp_line.substr(LongToSize(col_end), LongToSize(SizeToLong(temp_line.length()) … in HighLightLine()
|
/third_party/boost/boost/gil/concepts/ |
D | image_view.hpp | 264 yit = view.col_end(xd); in constraints()
|
/third_party/boost/boost/gil/ |
D | image_view.hpp | 362 auto col_end(x_coord_t x) const -> y_iterator in col_end() function in boost::gil::image_view
|
/third_party/ffmpeg/libavcodec/ |
D | vp9block.c | 1143 int w, int h, int col_end, int row_end, in mask_edges() argument 1169 if (!col_end) in mask_edges() 1194 if ((ss_h & ss_v) && (col_end & 1) && (y & 1)) { in mask_edges() 1202 if (ss_h && (col_end & 1)) in mask_edges()
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …t:3,cmyka:27,code:[0,3,5,6,7,8,10,15,21,22,24,25,29],col:29,col_begin:10,col_end:10,collect:[6,27]… property
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | image_view.rst.txt | 98 y_iterator View::col_end (x_coord_t) const;
|
/third_party/boost/libs/gil/doc/design/ |
D | image_view.rst | 98 y_iterator View::col_end (x_coord_t) const;
|