/build/soong/cc/ |
D | linkable.go | 67 Library bool member 78 SharedDepTag = DependencyTag{Name: "shared", Library: true, Shared: true} 79 StaticDepTag = DependencyTag{Name: "static", Library: true} 82 …SharedFromStaticDepTag = DependencyTag{Name: "shared from static", Library: true, Shared: true, Fr…
|
D | cc.go | 420 …sharedExportDepTag = DependencyTag{Name: "shared", Library: true, Shared: true, ReexportFlags: … 421 earlySharedDepTag = DependencyTag{Name: "early_shared", Library: true, Shared: true} 422 lateSharedDepTag = DependencyTag{Name: "late shared", Library: true, Shared: true} 423 staticExportDepTag = DependencyTag{Name: "static", Library: true, ReexportFlags: true} 424 lateStaticDepTag = DependencyTag{Name: "late static", Library: true} 425 staticUnwinderDepTag = DependencyTag{Name: "static unwinder", Library: true} 426 wholeStaticDepTag = DependencyTag{Name: "whole static", Library: true, ReexportFlags: true} 427 headerDepTag = DependencyTag{Name: "header", Library: true} 428 headerExportDepTag = DependencyTag{Name: "header", Library: true, ReexportFlags: true} 437 ndkStubDepTag = DependencyTag{Name: "ndk stub", Library: true} [all …]
|
D | sanitize.go | 724 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 | robolectric.go | 58 Library anonMember 69 r.Library.DepsMutator(ctx) 101 r.Library.GenerateAndroidBuildActions(ctx) 162 entriesList := r.Library.AndroidMkEntries()
|
D | plugin.go | 35 Library anonMember
|
D | tradefed.go | 28 module := LibraryHostFactory().(*Library)
|
D | support_libraries.go | 53 case *Library, *Import:
|
D | java.go | 46 func(j *Library) android.Path { 111 case *Library, *AndroidLibrary: 1894 type Library struct { struct 1907 var _ PermittedPackagesForUpdatableBootJars = (*Library)(nil) 1909 func (j *Library) PermittedPackagesForUpdatableBootJars() []string { argument 1936 func (j *Library) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument 1967 func (j *Library) DepsMutator(ctx android.BottomUpMutatorContext) { argument 1992 jarToExportGetter func(j *Library) android.Path 2000 _, ok := module.(*Library) 2020 j := variant.(*Library) [all …]
|
D | sdk_library.go | 871 var _ SdkLibraryComponentDependency = (*Library)(nil) 895 Library anonMember 1006 module.Library.deps(ctx) 1013 return module.Library.OutputFiles(tag) 1022 module.Library.GenerateAndroidBuildActions(ctx) 1047 entriesList := module.Library.AndroidMkEntries() 1071 sdkDep := decodeSdkDep(mctx, sdkContext(&module.Library)) 1351 return module.Library.DepIsInSameApex(mctx, dep) 1485 sdkDep := decodeSdkDep(mctx, sdkContext(&module.Library)) 1745 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 | java_test.go | 523 fooLibrary := fooModule.Module().(*Library) 1334 if quxLib, ok := qux.Module().(*Library); ok {
|
D | app.go | 282 Library anonMember 964 return a.Library.DepIsInSameApex(ctx, dep) 975 return a.Library.OutputFiles(tag)
|
D | dexpreopt_bootjars.go | 271 …} 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 | 1761 var _ javaDependency = (*java.Library)(nil) 2051 case *java.Library, *java.SdkLibrary, *java.DexImport, *java.SdkLibraryImport:
|