Home
last modified time | relevance | path

Searched defs:findTests (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/tools/ndkports/googletest/
H A Dbuild.gradle.kts48 fun findTests(directory: File) = directory.listFiles()!!.filter { in <lambda>() method
/aosp_15_r20/build/blueprint/gotestmain/
H A Dgotestmain.go48 func findTests(srcs []string) (tests []string, examples []*doc.Example, hasMain bool) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/
Dfind_test.go28 var findTests = []FindTest{ var