Home
last modified time | relevance | path

Searched defs:TestingModule (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dtesting.go254 type TestingModule struct { struct
255 module Module
259 func (m TestingModule) Module() Module {
265 func (m TestingModule) MaybeRule(rule string) TestingBuildParams {
270 func (m TestingModule) Rule(rule string) TestingBuildParams {
276 func (m TestingModule) MaybeDescription(desc string) TestingBuildParams {
282 func (m TestingModule) Description(desc string) TestingBuildParams {
288 func (m TestingModule) MaybeOutput(file string) TestingBuildParams {
295 func (m TestingModule) Output(file string) TestingBuildParams {
300 func (m TestingModule) AllOutputs() []string {
Dnamespace_test.go672 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool {
683 func numDeps(ctx *TestContext, module TestingModule) int {