Home
last modified time | relevance | path

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

/build/soong/rust/
Dprebuilt.go57 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {
68 func NewPrebuiltDylib(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {
79 func NewPrebuiltRlib(hod android.HostOrDeviceSupported) (*Module, *prebuiltLibraryDecorator) {
Dproc_macro.go46 func NewProcMacro(hod android.HostOrDeviceSupported) (*Module, *procMacroDecorator) {
Dbindgen.go249 func NewRustBindgen(hod android.HostOrDeviceSupported) (*Module, *bindgenDecorator) {
Dbenchmark.go52 func NewRustBenchmark(hod android.HostOrDeviceSupported) (*Module, *benchmarkDecorator) {
Dprotobuf.go229 func NewRustProtobuf(hod android.HostOrDeviceSupported) (*Module, *protobufDecorator) {
Dsource_provider.go68 func NewSourceProviderModule(hod android.HostOrDeviceSupported, sourceProvider SourceProvider, enab…
Dtest.go87 func NewRustTest(hod android.HostOrDeviceSupported) (*Module, *testDecorator) {
Dfuzz.go52 func NewRustFuzz(hod android.HostOrDeviceSupported) (*Module, *fuzzDecorator) {
Dlibrary.go377 func NewRustLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
Drust.go660 func newBaseModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
666 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
/build/soong/cc/
Dprebuilt.go238 func NewPrebuiltLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
289 func NewPrebuiltSharedLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
306 func NewPrebuiltStaticLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
499 func NewPrebuiltBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
Dtest.go462 func NewTest(hod android.HostOrDeviceSupported) *Module {
506 func NewTestLibrary(hod android.HostOrDeviceSupported) *Module {
589 func NewBenchmark(hod android.HostOrDeviceSupported) *Module {
Dbinary.go201 func NewBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
Dfuzz.go326 func NewFuzz(hod android.HostOrDeviceSupported) *Module {
Dlibrary.go1895 func NewLibrary(hod android.HostOrDeviceSupported) (*Module, *libraryDecorator) {
/build/soong/python/
Dtest.go99 func NewTest(hod android.HostOrDeviceSupported) *Module {
Dbinary.go160 func NewBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
Dpython.go173 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
/build/soong/java/
Ddroiddoc.go177 func InitDroiddocModule(module android.DefaultableModule, hod android.HostOrDeviceSupported) {