Searched refs:TestingModule (Results 1 – 8 of 8) sorted by relevance
/build/soong/cc/ |
D | sanitize_test.go | 131 expectSharedLinkDep := func(from, to android.TestingModule) { 144 expectStaticLinkDep := func(from, to android.TestingModule) { 158 expectInstallDep := func(from, to android.TestingModule) {
|
D | sdk_test.go | 58 assertDep := func(t *testing.T, from, to android.TestingModule) {
|
D | cc_test.go | 3746 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) { argument
|
/build/soong/android/ |
D | namespace_test.go | 671 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) {
|
D | testing.go | 495 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/ |
D | library_test.go | 190 for _, static := range []android.TestingModule{libfooRlib, libfooStatic} { 199 for _, dyn := range []android.TestingModule{libfooDylib, libfooShared} {
|
/build/soong/apex/ |
D | bootclasspath_fragment_test.go | 606 …nedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, modules ...st… argument
|
/build/soong/java/ |
D | app_test.go | 917 resourceListToFiles := func(module android.TestingModule, list []string) (files []string) {
|