Home
last modified time | relevance | path

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

/build/soong/rust/
Dprebuilt.go59 func NewPrebuiltProcMacro(hod android.HostOrDeviceSupported) (*Module, *prebuiltProcMacroDecorator)… argument
112 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) { argument
126 func NewPrebuiltDylib(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) { argument
140 func NewPrebuiltRlib(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) { argument
Dsource_provider.go67 func NewSourceProviderModule(hod android.HostOrDeviceSupported, sourceProvider SourceProvider, enab… argument
Dproc_macro.go47 func NewProcMacro(hod android.HostOrDeviceSupported) (*Module, *procMacroDecorator) { argument
Dbenchmark.go52 func NewRustBenchmark(hod android.HostOrDeviceSupported) (*Module, *benchmarkDecorator) { argument
Dbinary.go60 func NewRustBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) { argument
Dfuzz.go51 func NewRustFuzz(hod android.HostOrDeviceSupported) (*Module, *fuzzDecorator) { argument
Dtest.go94 func NewRustTest(hod android.HostOrDeviceSupported) (*Module, *testDecorator) { argument
Dprotobuf.go268 func NewRustProtobuf(hod android.HostOrDeviceSupported) (*Module, *protobufDecorator) { argument
Dbindgen.go360 func NewRustBindgen(hod android.HostOrDeviceSupported) (*Module, *bindgenDecorator) { argument
Drust.go146 hod android.HostOrDeviceSupported
767 func newBaseModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module { argument
773 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module { argument
Dlibrary.go450 func NewRustLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) { argument
/build/soong/cc/
Dprebuilt.go273 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported, srcsProperty string) (*Module, *libraryD… argument
326 func NewPrebuiltSharedLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) { argument
343 func NewPrebuiltStaticLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) { argument
396 func NewPrebuiltObject(hod android.HostOrDeviceSupported) *Module { argument
502 func NewPrebuiltBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) { argument
Dtest.go532 func NewTest(hod android.HostOrDeviceSupported) *Module { argument
592 func NewTestLibrary(hod android.HostOrDeviceSupported) *Module { argument
705 func NewBenchmark(hod android.HostOrDeviceSupported) *Module { argument
Dobject.go83 func newObject(hod android.HostOrDeviceSupported) *Module { argument
Dbinary.go193 func NewBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) { argument
197 func newBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) { argument
Dfuzz.go332 func NewFuzzer(hod android.HostOrDeviceSupported) *Module { argument
Dcc.go860 hod android.HostOrDeviceSupported
1728 func newBaseModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module { argument
1735 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module { argument
Dlibrary.go2039 func NewLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) { argument
/build/soong/aconfig/codegen/
Drust_aconfig_library.go38 func NewRustAconfigLibrary(hod android.HostOrDeviceSupported) (*rust.Module, *aconfigDecorator) { argument
/build/soong/android/
Dmodule.go468 HostOrDeviceSupported HostOrDeviceSupported `blueprint:"mutated"` member
653 type HostOrDeviceSupported int type
746 func InitAndroidArchModule(m Module, hod HostOrDeviceSupported, defaultMultilib Multilib) { argument
750 base.commonProperties.HostOrDeviceSupported = hod
771 func InitAndroidMultiTargetsArchModule(m Module, hod HostOrDeviceSupported, defaultMultilib Multili… argument
786 func InitCommonOSAndroidMultiTargetsArchModule(m Module, hod HostOrDeviceSupported, defaultMultilib… argument
1323 hod := m.commonProperties.HostOrDeviceSupported
1334 hod := m.commonProperties.HostOrDeviceSupported
1346 hod := m.commonProperties.HostOrDeviceSupported
/build/soong/python/
Dtest.go39 func NewTest(hod android.HostOrDeviceSupported) *PythonTestModule { argument
Dbinary.go83 func NewBinary(hod android.HostOrDeviceSupported) *PythonBinaryModule { argument
Dpython.go137 hod android.HostOrDeviceSupported
159 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *PythonLibraryModule { argument
/build/soong/java/
Dbase.go681 func InitJavaModule(module android.DefaultableModule, hod android.HostOrDeviceSupported) { argument
685 func InitJavaModuleMultiTargets(module android.DefaultableModule, hod android.HostOrDeviceSupported argument
689 func initJavaModule(module android.DefaultableModule, hod android.HostOrDeviceSupported, multiTarge… argument
Ddroiddoc.go178 func InitDroiddocModule(module android.DefaultableModule, hod android.HostOrDeviceSupported) { argument