Home
last modified time | relevance | path

Searched refs:FindAll (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/
H A Dreference_table_test.cc262 static std::vector<size_t> FindAll(const std::string& haystack, const char* needle) { in FindAll() function
321 std::vector<size_t> strCounts = FindAll(haystack, "java.lang.String"); in TEST_F()
322 std::vector<size_t> b1Counts = FindAll(haystack, "byte[] (1 elements)"); in TEST_F()
323 std::vector<size_t> b2Counts = FindAll(haystack, "byte[] (2 elements)"); in TEST_F()
324 std::vector<size_t> cCounts = FindAll(haystack, "char[]"); in TEST_F()
/aosp12/build/soong/finder/
H A Dfinder_test.go910 foundPaths = finder2.FindAll()
1447 foundPaths := finder.FindAll()
1460 foundPaths = finder2.FindAll()
1477 foundPaths = finder3.FindAll()
1508 foundPaths := finder.FindAll()
1522 foundPaths = finder2.FindAll()
1532 foundPaths = finder3.FindAll()
1554 foundPaths := finder.FindAll()
1575 foundPaths := finder.FindAll()
H A Dfinder.go223 func (f *Finder) FindAll() []string { func
/aosp12/build/soong/finder/cmd/
H A Dfinder.go155 return service.FindAll(), nil