/aosp12/build/soong/android/ |
H A D | prebuilt.go | 71 type Prebuilt struct { struct 84 func (p *Prebuilt) Name(name string) string { 94 func (p *Prebuilt) ForcePrefer() { 98 func (p *Prebuilt) Prefer() bool { 138 func (p *Prebuilt) SingleSourcePath(ctx ModuleContext) Path { 142 func (p *Prebuilt) UsePrebuilt() bool { 167 p := module.Prebuilt() 231 Prebuilt() *Prebuilt 262 func GetEmbeddedPrebuilt(module Module) *Prebuilt { 264 return p.Prebuilt() [all …]
|
H A D | prebuilt_build_tool.go | 37 prebuilt Prebuilt 48 func (t *prebuiltBuildTool) Prebuilt() *Prebuilt { func
|
H A D | prebuilt_test.go | 344 if !p.Prebuilt().properties.UsePrebuilt { 436 prebuilt Prebuilt 461 func (p *prebuiltModule) Prebuilt() *Prebuilt { func
|
/aosp12/build/soong/cc/ |
H A D | prebuilt.go | 38 prebuilt() *android.Prebuilt 58 android.Prebuilt anonMember 63 func (p *prebuiltLinker) prebuilt() *android.Prebuilt { 64 return &p.Prebuilt 318 android.Prebuilt anonMember 374 func (p *prebuiltObjectLinker) prebuilt() *android.Prebuilt { 375 return &p.Prebuilt 383 return p.Prebuilt.SingleSourcePath(ctx) 429 in := p.Prebuilt.SingleSourcePath(ctx)
|
H A D | sabi.go | 144 if m.Prebuilt() != nil || m.IsSnapshotPrebuilt() {
|
H A D | cc.go | 1540 func (c *Module) Prebuilt() *android.Prebuilt { func 1548 return c.Prebuilt() != nil
|
/aosp12/build/soong/apex/ |
H A D | prebuilt.go | 49 prebuilt android.Prebuilt 119 func (p *prebuiltCommon) Prebuilt() *android.Prebuilt { func 444 type Prebuilt struct { struct 517 func (a *Prebuilt) hasSanitizedSource(sanitizer string) bool { 521 func (p *Prebuilt) OutputFiles(tag string) (android.Paths, error) { 532 module := &Prebuilt{} 663 var _ prebuiltApexModuleCreator = (*Prebuilt)(nil) 707 func (p *Prebuilt) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { 711 var _ ApexInfoMutator = (*Prebuilt)(nil) 713 func (p *Prebuilt) ApexInfoMutator(mctx android.TopDownMutatorContext) { [all …]
|
H A D | key.go | 149 if m, ok := module.(*Prebuilt); ok && m.Enabled() && m.installable() && 150 m.Prebuilt().UsePrebuilt() {
|
H A D | apex_test.go | 4169 prebuilt := ctx.ModuleForTests("myapex", "android_common_myapex").Module().(*Prebuilt) 4194 p := ctx.ModuleForTests("myapex", "android_common_myapex").Module().(*Prebuilt) 4213 p := ctx.ModuleForTests("myapex.prebuilt", "android_common_myapex.prebuilt").Module().(*Prebuilt) 7608 isPrebuilt := entry.mod.Prebuilt() != nil
|
/aosp12/build/soong/java/ |
H A D | app_set.go | 56 prebuilt android.Prebuilt 72 func (as *AndroidAppSet) Prebuilt() *android.Prebuilt { func
|
H A D | platform_compat_config.go | 180 prebuilt android.Prebuilt 191 func (module *prebuiltCompatConfigModule) Prebuilt() *android.Prebuilt { func
|
H A D | system_modules.go | 224 prebuilt android.Prebuilt 231 func (system *systemModulesImport) Prebuilt() *android.Prebuilt { func
|
H A D | app_import.go | 42 prebuilt android.Prebuilt 343 func (a *AndroidAppImport) Prebuilt() *android.Prebuilt { func
|
H A D | java.go | 1170 prebuilt android.Prebuilt 1220 func (j *Import) Prebuilt() *android.Prebuilt { func 1563 prebuilt android.Prebuilt 1574 func (j *DexImport) Prebuilt() *android.Prebuilt { func
|
H A D | aar.go | 606 prebuilt android.Prebuilt 704 func (a *AARImport) Prebuilt() *android.Prebuilt { func
|
H A D | bootclasspath_fragment.go | 861 prebuilt android.Prebuilt 867 func (module *prebuiltBootclasspathFragmentModule) Prebuilt() *android.Prebuilt { func
|
H A D | droidstubs.go | 765 prebuilt android.Prebuilt 818 func (p *PrebuiltStubsSources) Prebuilt() *android.Prebuilt { func
|
H A D | sdk_library.go | 1905 prebuilt android.Prebuilt 2000 func (module *SdkLibraryImport) Prebuilt() *android.Prebuilt { func
|
/aosp12/packages/modules/common/sdk/ |
H A D | StubLibraries.bp | 28 "sdk_public_30_android-non-updatable", // Prebuilt non-updatable 30 stub. 47 "sdk_system_30_android-non-updatable", // Prebuilt non-updatable 30 stub.
|
/aosp12/frameworks/native/opengl/tests/angeles/ |
H A D | README.txt | 53 Prebuilt Win32 PC executable: SanOGLES-Gerbera.exe 55 Prebuilt Win32 PC executable: SanOGLES-PVRSDK.exe
|
/aosp12/packages/modules/Gki/build/ |
H A D | prebuilt.go | 85 if prebuiltApex, ok := m.(*apex.Prebuilt); ok {
|
/aosp12/packages/modules/NeuralNetworks/driver/sample_shim/ |
H A D | Android.bp | 17 // Prebuilt generated using 'generated_prebuilts.sh'
|
/aosp12/packages/modules/Wifi/service/ |
H A D | Android.bp | 161 // Prebuilt for the wifi.rc file.
|
/aosp12/bionic/tests/ |
H A D | Android.bp | 88 // Prebuilt shared libraries for use in tests.
|
/aosp12/build/make/core/ |
H A D | Makefile | 19 Prebuilt apk found in PRODUCT_COPY_FILES: $(1), use BUILD_PREBUILT instead!))) \
|