Home
last modified time | relevance | path

Searched refs:TestingModule (Results 1 – 8 of 8) sorted by relevance

/build/soong/cc/
Dsanitize_test.go131 expectSharedLinkDep := func(from, to android.TestingModule) {
144 expectStaticLinkDep := func(from, to android.TestingModule) {
158 expectInstallDep := func(from, to android.TestingModule) {
Dsdk_test.go58 assertDep := func(t *testing.T, from, to android.TestingModule) {
Dcc_test.go3746 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) { argument
/build/soong/android/
Dnamespace_test.go671 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool { argument
682 func numDeps(ctx *TestContext, module TestingModule) int { argument
691 func getModule(ctx *TestContext, moduleName string) TestingModule {
695 func findModuleById(ctx *TestContext, id string) (module TestingModule) {
Dtesting.go495 func (ctx *TestContext) ModuleForTests(name, variant string) TestingModule {
836 type TestingModule struct { struct
841 func newTestingModule(config Config, module Module) TestingModule {
842 return TestingModule{
849 func (m TestingModule) Module() Module { argument
855 func (m TestingModule) VariablesForTestsRelativeToTop() map[string]string { argument
862 func (m TestingModule) OutputFiles(t *testing.T, tag string) Paths { argument
/build/soong/rust/
Dlibrary_test.go190 for _, static := range []android.TestingModule{libfooRlib, libfooStatic} {
199 for _, dyn := range []android.TestingModule{libfooDylib, libfooShared} {
/build/soong/apex/
Dbootclasspath_fragment_test.go606 …nedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, modules ...st… argument
/build/soong/java/
Dapp_test.go917 resourceListToFiles := func(module android.TestingModule, list []string) (files []string) {