Searched defs:CacheParams (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/build/soong/finder/ |
H A D | finder.go | 90 type CacheParams struct { struct 92 WorkingDirectory string 95 RootDirs []string 99 FollowSymlinks bool 102 ExcludeDirs []string 106 PruneFiles []string 109 IncludeFiles []string 112 IncludeSuffixes []string 117 CacheParams anonMember 172 func New(cacheParams CacheParams, filesystem fs.FileSystem, [all …]
|
H A D | finder_test.go | 35 func newFinder(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams) *Finder { 39 func newFinderWithNumThreads(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams, numThrea… 47 func newFinderAndErr(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams, numThreads int) …
|
/aosp_15_r20/build/soong/finder/cmd/ |
H A D | finder.go | 149 func runFind(params finder.CacheParams, logger *log.Logger) (paths []string, err error) {
|
/aosp_15_r20/external/ruy/ruy/ |
H A D | cpuinfo.cc | 191 const CpuCacheParams& CpuInfo::CacheParams() { in CacheParams() function in ruy::CpuInfo
|