Home
last modified time | relevance | path

Searched defs:TestCollection (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/aho-corasick/src/packed/
Dtests.rs110 type TestCollection = &'static [&'static [SearchTest]]; typedef
542 fn run_search_tests<F: FnMut(&SearchTestOwned) -> Vec<Match>>( in run_search_tests()
/external/cronet/build/android/pylib/base/
Dtest_collection.py9 class TestCollection: class
/external/angle/build/android/pylib/base/
Dtest_collection.py9 class TestCollection: class
/external/rust/crates/aho-corasick/src/
Dtests.rs39 type TestCollection = &'static [&'static [SearchTest]]; typedef
1025 fn run_search_tests<F: FnMut(&SearchTest) -> Vec<Match>>( in run_search_tests()