Searched refs:AllowDisabledModuleDependency (Results 1 – 5 of 5) sorted by relevance
343 type AllowDisabledModuleDependency interface { interface345 AllowDisabledModuleDependency(target Module) bool methodSpec351 func (t AlwaysAllowDisabledModuleDependencyTag) AllowDisabledModuleDependency(Module) bool { func371 …if t, ok := tag.(AllowDisabledModuleDependency); !ok || !t.AllowDisabledModuleDependency(aModule) {392 …if t, ok := tag.(AllowDisabledModuleDependency); !ok || !t.AllowDisabledModuleDependencyProxy(b, a…
456 func (d dex2oatDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func478 var _ android.AllowDisabledModuleDependency = Dex2oatDepTag
121 func (t hostToolDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func134 var _ android.AllowDisabledModuleDependency = (*hostToolDependencyTag)(nil)
108 func (t hostToolDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func121 var _ android.AllowDisabledModuleDependency = (*hostToolDependencyTag)(nil)
1833 var _ android.AllowDisabledModuleDependency = (*sanitizerLibraryDependencyTag)(nil)