Lines Matching refs:PythonLibraryModule
134 type PythonLibraryModule struct { struct
164 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *PythonLibraryModule {
165 return &PythonLibraryModule{
182 func (p *PythonLibraryModule) getSrcsPathMappings() []pathMapping { argument
187 func (p *PythonLibraryModule) getDataPathMappings() []pathMapping { argument
192 func (p *PythonLibraryModule) getSrcsZip() android.Path { argument
197 func (p *PythonLibraryModule) getPrecompiledSrcsZip() android.Path { argument
202 func (p *PythonLibraryModule) getPkgPath() string { argument
206 func (p *PythonLibraryModule) getBaseProperties() *BaseProperties { argument
210 var _ pythonDependency = (*PythonLibraryModule)(nil)
212 func (p *PythonLibraryModule) init() android.Module { argument
335 func (p *PythonLibraryModule) anySrcHasExt(ctx android.BottomUpMutatorContext, ext string) bool { argument
343 func (p *PythonLibraryModule) DepsMutator(ctx android.BottomUpMutatorContext) { argument
373 func (p *PythonLibraryModule) AddDepsOnPythonLauncherAndStdlib(ctx android.BottomUpMutatorContext, argument
448 func (p *PythonLibraryModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
508 func (p *PythonLibraryModule) genModulePathMappings(ctx android.ModuleContext, pkgPath string, argument
548 func (p *PythonLibraryModule) createSrcsZip(ctx android.ModuleContext, pkgPath string) android.Path… argument
642 func (p *PythonLibraryModule) precompileSrcs(ctx android.ModuleContext) android.Path { argument
707 if _, ok := module.(*PythonLibraryModule); ok {
718 func (p *PythonLibraryModule) collectPathsFromTransitiveDeps(ctx android.ModuleContext, precompiled… argument
791 func (p *PythonLibraryModule) InstallInData() bool { argument