Home
last modified time | relevance | path

Searched refs:test_insert (Results 1 – 25 of 66) sorted by relevance

123

/aosp_15_r20/external/zucchini/
H A Dtarget_pool_unittest.cc24 auto test_insert = [](std::vector<Reference>&& references) -> OffsetDeque { in TEST() local
31 EXPECT_EQ(OffsetDeque(), test_insert({})); in TEST()
32 EXPECT_EQ(OffsetDeque({0, 1}), test_insert({{0, 0}, {10, 1}})); in TEST()
33 EXPECT_EQ(OffsetDeque({0, 1}), test_insert({{0, 1}, {10, 0}})); in TEST()
34 EXPECT_EQ(OffsetDeque({0, 1, 2}), test_insert({{0, 1}, {10, 0}, {20, 2}})); in TEST()
35 EXPECT_EQ(OffsetDeque({0}), test_insert({{0, 0}, {10, 0}})); in TEST()
36 EXPECT_EQ(OffsetDeque({0, 1}), test_insert({{0, 0}, {10, 0}, {20, 1}})); in TEST()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dtest-priority-queue.cc31 test_insert () in test_insert() function
79 test_insert (); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_ext_test/
Dinsert.cpp56 void test_insert() in test_insert() function
69 test->add( BOOST_TEST_CASE( &test_insert ) ); in init_unit_test_suite()
/aosp_15_r20/external/kmod/testsuite/
H A Dtest-init.c86 static noreturn int test_insert(const struct test *t) in test_insert() function
112 DEFINE_TEST(test_insert,
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/
Dgeneric_multiset_test.hpp35 static void test_insert(value_cont_type&);
65 test_insert(values); in test_all()
123 void test_generic_multiset<ContainerDefiner>::test_insert(value_cont_type& values) in test_insert() function in boost::intrusive::test::test_generic_multiset
Dunordered_test.hpp38 static void test_insert(value_cont_type& values, detail::true_);
39 static void test_insert(value_cont_type& values, detail::false_);
84test_insert(values, detail::bool_<boost::intrusive::test::is_multikey_true<unordered_type>::value>… in test_all()
148 void test_unordered<ContainerDefiner>::test_insert(value_cont_type& values, detail::false_) //not m… in test_insert() function in boost::intrusive::test::test_unordered
205 void test_unordered<ContainerDefiner>::test_insert(value_cont_type& values, detail::true_) //is mul… in test_insert() function in boost::intrusive::test::test_unordered
Dgeneric_set_test.hpp37 static void test_insert(value_cont_type&);
73 test_insert(values); in test_all()
138 void test_generic_set<ContainerDefiner>::test_insert(value_cont_type& values) in test_insert() function in boost::intrusive::test::test_generic_set
Dlist_test.cpp54 static void test_insert(ValueContainer&);
81 test_insert(values); in test_all()
196 ::test_insert(ValueContainer& values) in test_insert() function in test_list
Dslist_test.cpp57 static void test_insert(ValueContainer&);
86 test_insert(values); in test_all()
216 ::test_insert(ValueContainer& values) in test_insert() function in test_slist
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/
H A Dtest_op_vector_insert.cpp18 int test_insert(cl_device_id deviceID, cl_context context, in test_insert() function
128 return test_insert<Ts, Tv>(deviceID, context, queue, name, in, N); \
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/sequences/vector/
H A Dasan_throw.pass.cpp108 void test_insert() { in test_insert() function
227 test_insert(); in main()
/aosp_15_r20/external/libcxx/test/libcxx/containers/sequences/vector/
H A Dasan_throw.pass.cpp108 void test_insert() { in test_insert() function
227 test_insert(); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dstatic_vector_test.cpp330 void test_insert(SV const& s, C const& c) in test_insert() function
407 test_insert<T, N>(s, ss); in test_insert_nd()
408 test_insert<T, N>(s, v); in test_insert_nd()
409 test_insert<T, N>(s, l); in test_insert_nd()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/container/
Dcontainer_tests4b.cpp38 test_insert(data); in main()
Dcontainer_tests1b.cpp47 test_insert(data); in main()
Dcontainer_tests5b.cpp42 test_insert(data); in main()
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_percolator.py79 def test_insert(self): member in PercolatorTest
Dtest_text.py64 def test_insert(self): member in TextTest
Dtest_colorizer.py229 def test_insert(self, mock_notify): member in ColorDelegatorTest
/aosp_15_r20/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_text.py62 def test_insert(self): member in TextTest
/aosp_15_r20/external/python/cachetools/tests/
D__init__.py19 def test_insert(self): member in CacheTestMixin
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dtree_index.rs365 async fn test_insert() { in test_insert() function
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
H A Drepeated_field_test.rb392 def test_insert method in RepeatedFieldTest
/aosp_15_r20/external/protobuf/ruby/compatibility_tests/v3.0.0/tests/
H A Drepeated_field_test.rb392 def test_insert method in RepeatedFieldTest
/aosp_15_r20/external/protobuf/ruby/tests/
H A Drepeated_field_test.rb472 def test_insert method in RepeatedFieldTest

123