Home
last modified time | relevance | path

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

/build/soong/python/
Dtest.go39 func NewTest(hod android.HostOrDeviceSupported) *PythonTestModule {
40 p := &PythonTestModule{PythonBinaryModule: *NewBinary(hod)}
94 type PythonTestModule struct { struct
102 func (p *PythonTestModule) init() android.Module { argument
114 func (p *PythonTestModule) isTestHost() bool { argument
122 func (p *PythonTestModule) addDataDeviceBinsDeps(ctx android.BottomUpMutatorContext, filter string)… argument
142 func (p *PythonTestModule) DepsMutator(ctx android.BottomUpMutatorContext) { argument
150 func (p *PythonTestModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
207 func (p *PythonTestModule) AndroidMkEntries() []android.AndroidMkEntries { argument