Searched refs:TestingModule (Results 1 – 6 of 6) sorted by relevance
/build/soong/android/ |
D | testing.go | 112 func (ctx *TestContext) ModuleForTests(name, variant string) TestingModule { 132 return TestingModule{module} 256 type TestingModule struct { struct 261 func (m TestingModule) Module() Module { argument 267 func (m TestingModule) MaybeRule(rule string) TestingBuildParams { argument 272 func (m TestingModule) Rule(rule string) TestingBuildParams { argument 278 func (m TestingModule) MaybeDescription(desc string) TestingBuildParams { argument 284 func (m TestingModule) Description(desc string) TestingBuildParams { argument 290 func (m TestingModule) MaybeOutput(file string) TestingBuildParams { argument 297 func (m TestingModule) Output(file string) TestingBuildParams { argument [all …]
|
D | namespace_test.go | 672 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool { argument 683 func numDeps(ctx *TestContext, module TestingModule) int { argument 692 func getModule(ctx *TestContext, moduleName string) TestingModule { 696 func findModuleById(ctx *TestContext, id string) (module TestingModule) { 701 module = TestingModule{testModule}
|
/build/soong/rust/ |
D | library_test.go | 174 for _, static := range []android.TestingModule{libfooRlib, libfooStatic} { 183 for _, dyn := range []android.TestingModule{libfooDylib, libfooShared} {
|
/build/soong/cc/ |
D | sdk_test.go | 58 assertDep := func(t *testing.T, from, to android.TestingModule) {
|
/build/soong/sdk/ |
D | testing.go | 300 func (r *testSdkResult) ModuleForTests(name string, variant string) android.TestingModule {
|
/build/soong/java/ |
D | app_test.go | 977 resourceListToFiles := func(module android.TestingModule, list []string) (files []string) {
|