Home
last modified time | relevance | path

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

/build/soong/android/
Dtesting.go112 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 …]
Dnamespace_test.go672 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/
Dlibrary_test.go174 for _, static := range []android.TestingModule{libfooRlib, libfooStatic} {
183 for _, dyn := range []android.TestingModule{libfooDylib, libfooShared} {
/build/soong/cc/
Dsdk_test.go58 assertDep := func(t *testing.T, from, to android.TestingModule) {
/build/soong/sdk/
Dtesting.go300 func (r *testSdkResult) ModuleForTests(name string, variant string) android.TestingModule {
/build/soong/java/
Dapp_test.go977 resourceListToFiles := func(module android.TestingModule, list []string) (files []string) {