Home
last modified time | relevance | path

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

/build/soong/rust/
Dprebuilt.go61 func NewPrebuiltProcMacro(hod android.HostOrDeviceSupported) (*Module, *prebuiltProcMacroDecorator)…
114 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {
128 func NewPrebuiltDylib(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {
142 func NewPrebuiltRlib(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {
Dfuzz.go51 func NewRustFuzz(hod android.HostOrDeviceSupported) (*Module, *fuzzDecorator) {
Dproc_macro.go47 func NewProcMacro(hod android.HostOrDeviceSupported) (*Module, *procMacroDecorator) {
Dbenchmark.go52 func NewRustBenchmark(hod android.HostOrDeviceSupported) (*Module, *benchmarkDecorator) {
Dbindgen.go368 func NewRustBindgen(hod android.HostOrDeviceSupported) (*Module, *bindgenDecorator) {
Dprotobuf.go268 func NewRustProtobuf(hod android.HostOrDeviceSupported) (*Module, *protobufDecorator) {
Dbinary.go60 func NewRustBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
Dsource_provider.go68 func NewSourceProviderModule(hod android.HostOrDeviceSupported, sourceProvider SourceProvider, enab…
Dtest.go104 func NewRustTest(hod android.HostOrDeviceSupported) (*Module, *testDecorator) {
Dlibrary.go532 func NewRustLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
Drust.go919 func newBaseModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
925 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
/build/soong/cc/
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) {
Dbinary.go193 func NewBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
197 func newBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
Dtest.go535 func NewTest(hod android.HostOrDeviceSupported) *Module {
599 func NewTestLibrary(hod android.HostOrDeviceSupported) *Module {
718 func NewBenchmark(hod android.HostOrDeviceSupported) *Module {
Dobject.go85 func newObject(hod android.HostOrDeviceSupported) *Module {
Dfuzz.go375 func NewFuzzer(hod android.HostOrDeviceSupported) *Module {
Dlibrary.go2181 func NewLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
Dcc.go1920 func newBaseModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
1927 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
/build/soong/aconfig/codegen/
Drust_aconfig_library.go37 func NewRustAconfigLibrary(hod android.HostOrDeviceSupported) (*rust.Module, *aconfigDecorator) {
/build/soong/python/
Dtest.go37 func NewTest(hod android.HostOrDeviceSupported) *PythonTestModule {
Dbinary.go90 func NewBinary(hod android.HostOrDeviceSupported) *PythonBinaryModule {
Dpython.go175 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *PythonLibraryModule {
/build/soong/java/
Dbase.go744 func InitJavaModule(module android.DefaultableModule, hod android.HostOrDeviceSupported) {
748 func InitJavaModuleMultiTargets(module android.DefaultableModule, hod android.HostOrDeviceSupported
752 func initJavaModule(module android.DefaultableModule, hod android.HostOrDeviceSupported, multiTarge…
Ddroiddoc.go179 func InitDroiddocModule(module android.DefaultableModule, hod android.HostOrDeviceSupported) {
/build/soong/android/
Dmodule.go465 HostOrDeviceSupported HostOrDeviceSupported `blueprint:"mutated"` member
665 type HostOrDeviceSupported int type
759 func InitAndroidArchModule(m Module, hod HostOrDeviceSupported, defaultMultilib Multilib) {
788 func InitAndroidMultiTargetsArchModule(m Module, hod HostOrDeviceSupported, defaultMultilib Multili…
803 func InitCommonOSAndroidMultiTargetsArchModule(m Module, hod HostOrDeviceSupported, defaultMultilib…