Home
last modified time | relevance | path

Searched refs:test_remove (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/range/test/algorithm_test/
Dremove.cpp82 void test_remove() in test_remove() function
97 test->add( BOOST_TEST_CASE( &boost::test_remove ) ); in init_unit_test_suite()
/third_party/boost/libs/utility/test/
Dstring_ref_test1.cpp62 void test_remove ( const std::string &str ) { in test_remove() function
103 test_remove ( *p ); in main()
Dstring_view_test1.cpp63 void test_remove ( const std::string &str ) { in test_remove() function
112 test_remove ( *p ); in main()
/third_party/grpc/test/core/avl/
Davl_test.cc161 static void test_remove(void) { in test_remove() function
295 test_remove(); in main()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbufferlist.c74 GST_START_TEST (test_remove) in GST_START_TEST() argument
570 tcase_add_test (tc_chain, test_remove); in gst_buffer_list_suite()
/third_party/boost/libs/compute/test/
DCMakeLists.txt133 add_compute_test("algorithm.remove" test_remove.cpp)
/third_party/python/Lib/test/
Dlist_tests.py306 def test_remove(self): member in CommonTest
Dtest_weakset.py226 def test_remove(self): member in TestWeakSet
Dtest_array.py954 def test_remove(self): member in BaseTest
1579 def test_remove(self, size): member in LargeArrayTest
Dtest_deque.py501 def test_remove(self): member in TestBasic
Dtest_bigmem.py1214 def test_remove(self, size): member in ListTest
Dtest_set.py415 def test_remove(self): member in TestSet
Dtest_bytes.py1514 def test_remove(self): member in ByteArrayTest
Dtest_mailbox.py184 def test_remove(self): member in TestMailbox
Dtest_os.py2080 def test_remove(self): member in Win32ErrorTests
/third_party/python/Lib/lib2to3/tests/
Dtest_pytree.py238 def test_remove(self): member in TestNodes