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/ |
D | type_erased_test.hpp | 218 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 D | conditional_features_unittest.py | 44 const_source = """ 56 self.parseAndAssertEqual(const_source, expected_source)
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | onyx_if.c | 3043 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()
|