Searched refs:AllowDisabledModuleDependency (Results 1 – 4 of 4) sorted by relevance
365 type AllowDisabledModuleDependency interface { interface367 AllowDisabledModuleDependency(target Module) bool methodSpec373 func (t AlwaysAllowDisabledModuleDependencyTag) AllowDisabledModuleDependency(Module) bool { func393 …if t, ok := tag.(AllowDisabledModuleDependency); !ok || !t.AllowDisabledModuleDependency(aModule) {414 …if t, ok := tag.(AllowDisabledModuleDependency); !ok || !t.AllowDisabledModuleDependencyProxy(b, a…
461 func (d dex2oatDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func483 var _ android.AllowDisabledModuleDependency = Dex2oatDepTag
106 func (t hostToolDependencyTag) AllowDisabledModuleDependency(target android.Module) bool { func119 var _ android.AllowDisabledModuleDependency = (*hostToolDependencyTag)(nil)
1830 var _ android.AllowDisabledModuleDependency = (*sanitizerLibraryDependencyTag)(nil)