Home
last modified time | relevance | path

Searched refs:const_source (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/adaptor_test/
Dtype_erased_test.hpp218 const Container& const_source = source; in test_type_erased_impl() local
220 cr = const_source | type_erased_t(); in test_type_erased_impl()
221 BOOST_CHECK_EQUAL_COLLECTIONS( const_source.begin(), const_source.end(), in test_type_erased_impl()
234 cr = boost::adaptors::type_erase(const_source, type_erased_t()); in test_type_erased_impl()
235 BOOST_CHECK_EQUAL_COLLECTIONS( const_source.begin(), const_source.end(), in test_type_erased_impl()
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/
H A Dconditional_features_unittest.py44 const_source = """
56 self.parseAndAssertEqual(const_source, expected_source)
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Donyx_if.c3043 static const unsigned char const_source[16] = { 128, 128, 128, 128, 128, 128, in process_denoiser_mode_change() local
3071 vpx_variance16x16(src + j, ystride, const_source, 0, &sse2); in process_denoiser_mode_change()