/build/soong/cc/ |
D | linkable.go | 69 Library bool member 80 SharedDepTag = DependencyTag{Name: "shared", Library: true, Shared: true} 81 StaticDepTag = DependencyTag{Name: "static", Library: true} 84 …SharedFromStaticDepTag = DependencyTag{Name: "shared from static", Library: true, Shared: true, Fr…
|
D | cc.go | 429 dataLibDepTag = DependencyTag{Name: "data_lib", Library: true, Shared: true} 430 …sharedExportDepTag = DependencyTag{Name: "shared", Library: true, Shared: true, ReexportFlags: … 431 earlySharedDepTag = DependencyTag{Name: "early_shared", Library: true, Shared: true} 432 lateSharedDepTag = DependencyTag{Name: "late shared", Library: true, Shared: true} 433 staticExportDepTag = DependencyTag{Name: "static", Library: true, ReexportFlags: true} 434 lateStaticDepTag = DependencyTag{Name: "late static", Library: true} 435 staticUnwinderDepTag = DependencyTag{Name: "static unwinder", Library: true} 436 wholeStaticDepTag = DependencyTag{Name: "whole static", Library: true, ReexportFlags: true} 437 headerDepTag = DependencyTag{Name: "header", Library: true} 438 headerExportDepTag = DependencyTag{Name: "header", Library: true, ReexportFlags: true} [all …]
|
D | sanitize.go | 718 return ok && t.Library || t == reuseObjTag || t == objDepTag
|
/build/soong/java/ |
D | jdeps_test.go | 26 module := LibraryFactory().(*Library) 39 module := LibraryFactory().(*Library) 52 module := LibraryFactory().(*Library) 65 module := LibraryFactory().(*Library) 78 module := LibraryFactory().(*Library)
|
D | plugin.go | 35 Library anonMember
|
D | tradefed.go | 28 module := LibraryHostFactory().(*Library)
|
D | support_libraries.go | 53 case *Library, *Import:
|
D | robolectric.go | 64 Library anonMember 90 r.Library.DepsMutator(ctx) 132 r.Library.GenerateAndroidBuildActions(ctx) 259 entriesList := r.Library.AndroidMkEntries()
|
D | java.go | 46 func(j *Library) android.Path { 111 case *Library, *AndroidLibrary: 1967 type Library struct { struct 1978 var _ PermittedPackagesForUpdatableBootJars = (*Library)(nil) 1980 func (j *Library) PermittedPackagesForUpdatableBootJars() []string { argument 2007 func (j *Library) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument 2034 func (j *Library) DepsMutator(ctx android.BottomUpMutatorContext) { argument 2059 jarToExportGetter func(j *Library) android.Path 2067 _, ok := module.(*Library) 2087 j := variant.(*Library) [all …]
|
D | sdk_library.go | 873 var _ SdkLibraryComponentDependency = (*Library)(nil) 897 Library anonMember 1006 module.Library.deps(ctx) 1013 return module.Library.OutputFiles(tag) 1022 module.Library.GenerateAndroidBuildActions(ctx) 1047 entriesList := module.Library.AndroidMkEntries() 1073 sdkDep := decodeSdkDep(mctx, sdkContext(&module.Library)) 1339 return module.Library.DepIsInSameApex(mctx, dep) 1473 sdkDep := decodeSdkDep(mctx, sdkContext(&module.Library)) 1719 implLibraryModule *Library [all …]
|
D | androidmk.go | 24 func (library *Library) AndroidMkEntriesHostDex() android.AndroidMkEntries { 61 func (library *Library) AndroidMkEntries() []android.AndroidMkEntries { 158 entriesList := j.Library.AndroidMkEntries() 175 entriesList := j.Library.AndroidMkEntries() 458 entriesList := a.Library.AndroidMkEntries()
|
D | app.go | 283 Library anonMember 958 return a.Library.DepIsInSameApex(ctx, dep) 967 return a.Library.OutputFiles(tag)
|
D | java_test.go | 563 fooLibrary := fooModule.Module().(*Library) 1442 if quxLib, ok := qux.Module().(*Library); ok {
|
D | dexpreopt_bootjars.go | 267 …} else if isApexModule && apex.IsForPlatform() && Bool(module.(*Library).deviceProperties.Hostdex)…
|
D | aar.go | 437 Library anonMember
|
/build/soong/makedeps/ |
D | deps_test.go | 76 Dir\Library\Foo.rc \ 77 Dir\Library\Version\Bar.h \ 78 Dir\Library\Foo.ico \ 84 `Dir\Library\Foo.rc`, 85 `Dir\Library\Version\Bar.h`, 86 `Dir\Library\Foo.ico`,
|
/build/make/core/ |
D | LINUX_KERNEL_COPYING | 34 the GNU Library General Public License instead.) You can apply it to 355 library. If this is what you want to do, use the GNU Library General
|
/build/soong/apex/ |
D | apex.go | 1699 var _ javaModule = (*java.Library)(nil) 2066 case *java.Library, *java.SdkLibrary, *java.DexImport, *java.SdkLibraryImport:
|