Home
last modified time | relevance | path

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

12

/build/soong/rust/
Dprebuilt.go59 func NewPrebuiltProcMacro(hod android.HostOrDeviceSupported) (*Module, *prebuiltProcMacroDecorator)…
101 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {
115 func NewPrebuiltDylib(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {
129 func NewPrebuiltRlib(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {
Dfuzz.go46 func NewRustFuzz(hod android.HostOrDeviceSupported) (*Module, *fuzzDecorator) {
Dproc_macro.go47 func NewProcMacro(hod android.HostOrDeviceSupported) (*Module, *procMacroDecorator) {
Dbindgen.go294 func NewRustBindgen(hod android.HostOrDeviceSupported) (*Module, *bindgenDecorator) {
Dbenchmark.go52 func NewRustBenchmark(hod android.HostOrDeviceSupported) (*Module, *benchmarkDecorator) {
Dprotobuf.go235 func NewRustProtobuf(hod android.HostOrDeviceSupported) (*Module, *protobufDecorator) {
Dbinary.go60 func NewRustBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
Dsource_provider.go67 func NewSourceProviderModule(hod android.HostOrDeviceSupported, sourceProvider SourceProvider, enab…
Dtest.go94 func NewRustTest(hod android.HostOrDeviceSupported) (*Module, *testDecorator) {
Dlibrary.go406 func NewRustLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
Drust.go791 func newBaseModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
797 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
/build/soong/cc/
Dprebuilt.go272 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported, srcsProperty string) (*Module, *libraryD…
327 func NewPrebuiltSharedLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
344 func NewPrebuiltStaticLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
594 func NewPrebuiltObject(hod android.HostOrDeviceSupported) *Module {
755 func NewPrebuiltBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
Dtest.go481 func NewTest(hod android.HostOrDeviceSupported, bazelable bool) *Module {
532 func NewTestLibrary(hod android.HostOrDeviceSupported) *Module {
620 func NewBenchmark(hod android.HostOrDeviceSupported) *Module {
Dbinary.go198 func NewBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
202 func newBinary(hod android.HostOrDeviceSupported, bazelable bool) (*Module, *binaryDecorator) {
Dfuzz.go298 func NewFuzzer(hod android.HostOrDeviceSupported) *Module {
Dobject.go112 func newObject(hod android.HostOrDeviceSupported) *Module {
Dcc.go1735 func newBaseModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
1742 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
/build/soong/python/
Dtest.go37 func NewTest(hod android.HostOrDeviceSupported) *PythonTestModule {
Dbinary.go83 func NewBinary(hod android.HostOrDeviceSupported) *PythonBinaryModule {
Dpython.go158 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *PythonLibraryModule {
/build/soong/bp2build/
Dcc_binary_conversion_test.go37 func generateBazelTargetsForTest(targets []testBazelTarget, hod android.HostOrDeviceSupported) []st…
Dtesting.go573 …argetHostOrDevice(typ, name string, attrs AttrNameToString, hod android.HostOrDeviceSupported) str…
/build/soong/java/
Dbase.go609 func InitJavaModule(module android.DefaultableModule, hod android.HostOrDeviceSupported) {
613 func InitJavaModuleMultiTargets(module android.DefaultableModule, hod android.HostOrDeviceSupported
617 func initJavaModule(module android.DefaultableModule, hod android.HostOrDeviceSupported, multiTarge…
Ddroiddoc.go175 func InitDroiddocModule(module android.DefaultableModule, hod android.HostOrDeviceSupported) {
/build/soong/android/
Dmodule.go900 HostOrDeviceSupported HostOrDeviceSupported `blueprint:"mutated"` member
1086 type HostOrDeviceSupported int type
1179 func InitAndroidArchModule(m Module, hod HostOrDeviceSupported, defaultMultilib Multilib) {
1204 func InitAndroidMultiTargetsArchModule(m Module, hod HostOrDeviceSupported, defaultMultilib Multili…
1219 func InitCommonOSAndroidMultiTargetsArchModule(m Module, hod HostOrDeviceSupported, defaultMultilib…

12