Searched refs:NewBinary (Results 1 – 3 of 3) sorted by relevance
83 func NewBinary(hod android.HostOrDeviceSupported) *PythonBinaryModule { func90 return NewBinary(android.HostSupported).init()
40 p := &PythonTestModule{PythonBinaryModule: *NewBinary(hod)}
193 func NewBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) { func