/external/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/ |
D | find.pass.cpp | 22 struct test_find struct 63 invoke_on_all_policies(test_find(), in.begin(), in.end(), value); in test() argument 64 invoke_on_all_policies(test_find(), in.cbegin(), in.cend(), value); in test()
|
/external/kmod/testsuite/ |
D | testsuite.h | 118 const struct test *test_find(const struct test *start, const struct test *stop, 164 t = test_find(__start_kmod_tests, __stop_kmod_tests, argv[arg]); \
|
D | testsuite.c | 137 const struct test *test_find(const struct test *start, in test_find() function
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_macholib.py | 49 def test_find(self): member in MachOTest
|
D | test_loading.py | 47 def test_find(self): member in LoaderTest
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_macholib.py | 47 def test_find(self): member in MachOTest
|
D | test_loading.py | 45 def test_find(self): member in LoaderTest
|
/external/grpc-grpc/test/core/transport/chttp2/ |
D | hpack_table_test.cc | 165 static void test_find(void) { in test_find() function 275 test_find(); in main()
|
/external/rust/crates/regex-automata/tests/ |
D | collection.rs | 217 self.test_find(test, re); in test() 246 pub fn test_find<'a, D: DFA>(&mut self, test: &RegexTest, re: &Regex<D>) { in test_find() method
|
/external/python/cpython2/Lib/test/ |
D | test_strop.py | 33 def test_find(self): member in StropFunctionTestCase
|
D | string_tests.py | 162 def test_find(self): member in CommonTest
|
D | test_bigmem.py | 152 def test_find(self, size): member in StrTest
|
D | test_bytes.py | 302 def test_find(self): member in BaseBytesTest
|
D | test_unicode.py | 132 def test_find(self): member in UnicodeTest
|
/external/python/cpython3/Lib/test/ |
D | string_tests.py | 159 def test_find(self): member in BaseTest
|
D | test_unicode.py | 204 def test_find(self): member in UnicodeTest 205 string_tests.CommonTest.test_find(self)
|
D | test_bigmem.py | 130 def test_find(self, size): member in BaseStrTest
|
D | test_bytes.py | 616 def test_find(self): member in BaseBytesTest
|
/external/rust/crates/intrusive-collections/src/ |
D | rbtree.rs | 2577 fn test_find() {
|
/external/rust/crates/hashbrown/src/ |
D | map.rs | 3970 fn test_find() { in test_find() function
|