Home
last modified time | relevance | path

Searched defs:test_find (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
Dfind.pass.cpp22 struct test_find struct
28 operator()(pstl::execution::unsequenced_policy, Iterator first, Iterator last, Value value) in operator ()()
33 …perator()(pstl::execution::parallel_unsequenced_policy, Iterator first, Iterator last, Value value) in operator ()()
63 invoke_on_all_policies(test_find(), in.begin(), in.end(), value); in test() argument
/external/python/cpython2/Lib/ctypes/test/
Dtest_macholib.py49 def test_find(self): member in MachOTest
Dtest_loading.py47 def test_find(self): member in LoaderTest
/external/python/cpython3/Lib/ctypes/test/
Dtest_macholib.py47 def test_find(self): member in MachOTest
Dtest_loading.py45 def test_find(self): member in LoaderTest
/external/grpc-grpc/test/core/transport/chttp2/
Dhpack_table_test.cc165 static void test_find(void) { in test_find() function
/external/python/cpython2/Lib/test/
Dtest_strop.py33 def test_find(self): member in StropFunctionTestCase
Dstring_tests.py162 def test_find(self): member in CommonTest
Dtest_bytes.py302 def test_find(self): member in BaseBytesTest
Dtest_bigmem.py152 def test_find(self, size): member in StrTest
Dtest_unicode.py132 def test_find(self): member in UnicodeTest
/external/python/cpython3/Lib/test/
Dstring_tests.py159 def test_find(self): member in BaseTest
Dtest_bytes.py616 def test_find(self): member in BaseBytesTest
Dtest_bigmem.py130 def test_find(self, size): member in BaseStrTest
Dtest_unicode.py204 def test_find(self): member in UnicodeTest
/external/rust/crates/regex-automata/tests/
Dcollection.rs246 pub fn test_find<'a, D: DFA>(&mut self, test: &RegexTest, re: &Regex<D>) { in test_find() method
/external/kmod/testsuite/
Dtestsuite.c137 const struct test *test_find(const struct test *start, in test_find() function
/external/rust/crates/hashbrown/src/
Dmap.rs3970 fn test_find() { in test_find() function