Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/python/
H A Dtest.go37 func NewTest(hod android.HostOrDeviceSupported) *PythonTestModule {
38 p := &PythonTestModule{PythonBinaryModule: *NewBinary(hod)}
97 type PythonTestModule struct { struct
105 func (p *PythonTestModule) init() android.Module { argument
117 func (p *PythonTestModule) isTestHost() bool { argument
125 func (p *PythonTestModule) addDataDeviceBinsDeps(ctx android.BottomUpMutatorContext, filter string)… argument
145 func (p *PythonTestModule) DepsMutator(ctx android.BottomUpMutatorContext) { argument
153 func (p *PythonTestModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
211 func (p *PythonTestModule) AndroidMkEntries() []android.AndroidMkEntries { argument