Searched refs:TestingModule (Results 1 – 9 of 9) sorted by relevance
/build/soong/android/ |
D | namespace_test.go | 670 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool { argument 681 func numDeps(ctx *TestContext, module TestingModule) int { argument 690 func getModule(ctx *TestContext, moduleName string) TestingModule { 694 func findModuleById(ctx *TestContext, id string) (module TestingModule) {
|
D | testing.go | 498 …*TestContext) ModuleVariantForTests(name string, matchVariations map[string]string) TestingModule { 552 func (ctx *TestContext) ModuleForTests(name, variant string) TestingModule { 958 type TestingModule struct { struct 963 func newTestingModule(config Config, module Module) TestingModule { 964 return TestingModule{ 971 func (m TestingModule) Module() Module { argument 977 func (m TestingModule) VariablesForTestsRelativeToTop() map[string]string { argument 984 func (m TestingModule) OutputFiles(t *testing.T, tag string) Paths { argument
|
D | module_test.go | 363 module := func(name string, host bool) TestingModule { 480 module := func(name string, host bool) TestingModule {
|
/build/soong/cc/ |
D | sdk_test.go | 58 assertDep := func(t *testing.T, from, to android.TestingModule) {
|
D | sanitize_test.go | 129 expectSharedLinkDep := func(from, to android.TestingModule) { 142 expectStaticLinkDep := func(from, to android.TestingModule) { 156 expectInstallDep := func(from, to android.TestingModule) { 225 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) { argument
|
/build/soong/rust/ |
D | library_test.go | 237 for _, static := range []android.TestingModule{libfooRlib, libfooStatic} { 246 for _, dyn := range []android.TestingModule{libfooDylib, libfooShared} {
|
D | sanitize_test.go | 32 func checkHasMemtagNote(t *testing.T, m android.TestingModule, expected MemtagNoteType) { argument
|
/build/soong/apex/ |
D | bootclasspath_fragment_test.go | 780 …nedLocationForArt(t *testing.T, config android.Config, module android.TestingModule, modules ...st… argument
|
/build/soong/java/ |
D | app_test.go | 920 resourceListToFiles := func(module android.TestingModule, list []string) (files []string) {
|