Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dprebuilt.go275 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported, srcsProperty string) (*Module, *libraryD…
335 func NewPrebuiltSharedLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
352 func NewPrebuiltStaticLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
405 func NewPrebuiltObject(hod android.HostOrDeviceSupported) *Module {
511 func NewPrebuiltBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
H A Dtest.go463 func NewTest(hod android.HostOrDeviceSupported) *Module {
523 func NewTestLibrary(hod android.HostOrDeviceSupported) *Module {
636 func NewBenchmark(hod android.HostOrDeviceSupported) *Module {
H A Dbinary.go193 func NewBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
197 func newBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
H A Dobject.go85 func newObject(hod android.HostOrDeviceSupported) *Module {
H A Dfuzz.go371 func NewFuzzer(hod android.HostOrDeviceSupported) *Module {
H A Dlibrary.go2039 func NewLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
H A Dcc.go1728 func newBaseModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
1735 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
/aosp_15_r20/build/soong/rust/
H A Dprebuilt.go59 func NewPrebuiltProcMacro(hod android.HostOrDeviceSupported) (*Module, *prebuiltProcMacroDecorator)…
112 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {
126 func NewPrebuiltDylib(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {
140 func NewPrebuiltRlib(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {
H A Dfuzz.go51 func NewRustFuzz(hod android.HostOrDeviceSupported) (*Module, *fuzzDecorator) {
H A Dproc_macro.go47 func NewProcMacro(hod android.HostOrDeviceSupported) (*Module, *procMacroDecorator) {
H A Dbenchmark.go52 func NewRustBenchmark(hod android.HostOrDeviceSupported) (*Module, *benchmarkDecorator) {
H A Dbindgen.go367 func NewRustBindgen(hod android.HostOrDeviceSupported) (*Module, *bindgenDecorator) {
H A Dbinary.go60 func NewRustBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
H A Dprotobuf.go268 func NewRustProtobuf(hod android.HostOrDeviceSupported) (*Module, *protobufDecorator) {
H A Dsource_provider.go67 func NewSourceProviderModule(hod android.HostOrDeviceSupported, sourceProvider SourceProvider, enab…
H A Dtest.go97 func NewRustTest(hod android.HostOrDeviceSupported) (*Module, *testDecorator) {
H A Drust.go784 func newBaseModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
790 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
H A Dlibrary.go428 func NewRustLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
/aosp_15_r20/build/soong/android/
H A Dmodule.go456 HostOrDeviceSupported HostOrDeviceSupported `blueprint:"mutated"` member
645 type HostOrDeviceSupported int type
738 func InitAndroidArchModule(m Module, hod HostOrDeviceSupported, defaultMultilib Multilib) {
767 func InitAndroidMultiTargetsArchModule(m Module, hod HostOrDeviceSupported, defaultMultilib Multili…
782 func InitCommonOSAndroidMultiTargetsArchModule(m Module, hod HostOrDeviceSupported, defaultMultilib…
/aosp_15_r20/build/soong/aconfig/codegen/
H A Drust_aconfig_library.go38 func NewRustAconfigLibrary(hod android.HostOrDeviceSupported) (*rust.Module, *aconfigDecorator) {
/aosp_15_r20/build/soong/java/
H A Dbase.go730 func InitJavaModule(module android.DefaultableModule, hod android.HostOrDeviceSupported) {
734 func InitJavaModuleMultiTargets(module android.DefaultableModule, hod android.HostOrDeviceSupported
738 func initJavaModule(module android.DefaultableModule, hod android.HostOrDeviceSupported, multiTarge…
H A Ddroiddoc.go178 func InitDroiddocModule(module android.DefaultableModule, hod android.HostOrDeviceSupported) {
/aosp_15_r20/build/soong/python/
H A Dtest.go37 func NewTest(hod android.HostOrDeviceSupported) *PythonTestModule {
H A Dbinary.go83 func NewBinary(hod android.HostOrDeviceSupported) *PythonBinaryModule {
H A Dpython.go164 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *PythonLibraryModule {