Home
last modified time | relevance | path

Searched defs:view2 (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/geometry/test/views/
Dreversible_closeable.cpp54 cview view2(view1); in test_close_reverse() local
67 rview view2(view1); in test_reverse_close() local
84 rview2 view2(view1); in test_reverse_reverse() local
100 cview2 view2(view1); in test_close_close() local
/third_party/jerryscript/tests/jerry/es2015/
Ddataview.js123 var view2 = new DataView (buffer, 8); variable
203 view2 = new DataView (buffer, 4, 12); variable
/third_party/boost/libs/fusion/test/sequence/
Dsingle_view.cpp81 single_view<X> view2; in main() local
/third_party/jerryscript/tests/unit-core/
Dtest-dataview.c49 jerry_value_t view2 = jerry_create_dataview (arraybuffer, 12, 4); in main() local
/third_party/node/test/fixtures/wpt/FileAPI/support/
DBlob.js55 const [view1, view2] = [array1, array2].map((array) => { variable
/third_party/gn/src/gn/
Dimmutable_vector_unittest.cc71 ImmutableVectorView<int> view2(view1); in TEST() local
/third_party/boost/libs/gil/test/core/image_view/
Dcollection.cpp64 gil::gray8_image_t::view_t view2; in test_swap() local
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdewarp.cpp667 cv::Mat view1, view2, panorama_image, concatenated; in gst_dewarp_transform_frame() local
683 cv::Mat view1, view2, view3, view4, concat1, concat2, panorama_image, in gst_dewarp_transform_frame() local
/third_party/boost/libs/log/test/run/
Dattr_attribute_value_set.cpp99 attr_values view2 = view1; in BOOST_AUTO_TEST_CASE() local
/third_party/cef/tests/ceftests/views/
Dwindow_unittest.cc134 CefRefPtr<CefView> view2 = window->GetViewForID(kWPanel2ID); in RunWindowLayoutAndCoords() local
/third_party/boost/boost/gil/concepts/
Dimage_view.hpp305 View view2; member
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dintersection_insert.hpp889 detail::boundary_view<Geometry2 const> view2(geometry2); in apply() local
Dget_turns.hpp324 view_type2 view2(cview2); in apply() local
/third_party/boost/boost/gil/
Dalgorithm.hpp778 void uninitialized_copy_pixels(View1 const& view1, View2 const& view2) in uninitialized_copy_pixels()