/build/soong/java/ |
D | generated_java_library.go | 22 Library anonMember 70 module.Library.properties.Libs = append(module.Library.properties.Libs, name) 78 module.Library.properties.Static_libs = append(module.Library.properties.Static_libs, name) 84 module.Library.DepsMutator(ctx) 96 checkPropertyEmpty(ctx, module, "srcs", module.Library.properties.Srcs) 97 checkPropertyEmpty(ctx, module, "common_srcs", module.Library.properties.Common_srcs) 98 checkPropertyEmpty(ctx, module, "exclude_srcs", module.Library.properties.Exclude_srcs) 99 checkPropertyEmpty(ctx, module, "java_resource_dirs", module.Library.properties.Java_resource_dirs) 100 …checkPropertyEmpty(ctx, module, "exclude_java_resource_dirs", module.Library.properties.Exclude_ja… 103 checkPropertyEmpty(ctx, module, "plugins", module.Library.properties.Plugins) [all …]
|
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 | classpath_element.go | 59 Library android.Module member 63 return b.Library 67 return fmt.Sprintf("library{%s}", b.Library) 188 separator = fmt.Sprintf("library %s", libraryElement.Library) 215 element = &ClasspathLibraryElement{Library: library}
|
D | plugin.go | 42 Library anonMember
|
D | tradefed.go | 28 module := LibraryHostFactory().(*Library)
|
D | support_libraries.go | 53 case *Library, *Import:
|
D | ravenwood.go | 59 Library anonMember 100 r.Library.DepsMutator(ctx) 132 r.Library.GenerateAndroidBuildActions(ctx) 183 entriesList := r.Library.AndroidMkEntries()
|
D | generated_java_library_test.go | 64 …EndWith(t, "Generated_srcjars", []string{"/blah.srcjar"}, javagenlibtest.Library.properties.Genera…
|
D | java.go | 105 func(_ android.SdkMemberContext, j *Library) android.Path { 118 exportImplementationClassesJar = func(_ android.SdkMemberContext, j *Library) android.Path { 162 func(ctx android.SdkMemberContext, j *Library) android.Path { 204 func(ctx android.SdkMemberContext, j *Library) android.Path { 674 type Library struct { struct 682 var _ android.ApexModule = (*Library)(nil) 684 func (j *Library) CheckDepsMinSdkVersion(ctx android.ModuleContext) { argument 693 var _ PermittedPackagesForUpdatableBootJars = (*Library)(nil) 695 func (j *Library) PermittedPackagesForUpdatableBootJars() []string { argument 903 func (j *Library) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument [all …]
|
D | robolectric.go | 80 Library anonMember 109 r.Library.DepsMutator(ctx) 179 r.Library.GenerateAndroidBuildActions(ctx) 332 entriesList := r.Library.AndroidMkEntries()
|
D | androidmk.go | 26 func (library *Library) AndroidMkEntriesHostDex() android.AndroidMkEntries { 63 func (library *Library) AndroidMkEntries() []android.AndroidMkEntries { 137 entriesList := j.Library.AndroidMkEntries() 165 entriesList := j.Library.AndroidMkEntries() 192 entriesList := j.Library.AndroidMkEntries() 495 entriesList := a.Library.AndroidMkEntries()
|
D | dexpreopt_test.go | 317 library := module.Module().(*Library) 348 library = module.Module().(*Library)
|
D | sdk_library.go | 966 implLibraryModule *Library 1013 func (c *commonToSdkLibraryAndImport) getImplLibraryModule() *Library { 1363 var _ SdkLibraryComponentDependency = (*Library)(nil) 1394 getImplLibraryModule() *Library 1398 Library anonMember 1481 CheckMinSdkVersion(ctx, &module.Library) 1484 func CheckMinSdkVersion(ctx android.ModuleContext, module *Library) { argument 1648 module.implLibraryModule = to.(*Library) 1727 entriesList := module.Library.AndroidMkEntries() 1748 sdkDep := decodeSdkDep(mctx, android.SdkContext(&module.Library)) [all …]
|
D | testing.go | 722 var _ apexModuleBase = (*Library)(nil) 733 case *Library, *SdkLibrary:
|
D | app_builder.go | 293 Input(a.Library.Module.outputFile)
|
D | app.go | 175 Library anonMember 1156 return a.Library.DepIsInSameApex(ctx, dep) 1181 return a.Library.OutputFiles(tag) 1205 a.Library.IDEInfo(dpInfo) 1234 &module.Library.sourceProperties)
|
D | aar.go | 793 Library anonMember 809 return a.Library.OutputFiles(tag) 912 a.Library.IDEInfo(dpInfo)
|
D | sdk_library_test.go | 180 if quxLib, ok := qux.Module().(*Library); ok { 1436 …s(apiScopePublic.exportableStubsLibraryModuleName(tt.module), "android_common").Module().(*Library) 1758 topLevelModule.Module().(*Library).properties.Static_libs)
|
/build/soong/aconfig/codegen/ |
D | java_aconfig_library.go | 68 var addLibraries bool = module.Library.Module.SdkVersion(ctx).Kind != android.SdkNone
|
/build/soong/sysprop/ |
D | sysprop_test.go | 365 javaModule := result.ModuleForTests("sysprop-platform", "android_common").Module().(*java.Library) 397 javaModule := result.ModuleForTests("sysprop-platform", "android_common").Module().(*java.Library)
|
/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/bazel/rules/cc/ |
D | cc_binary_test.bzl | 314 …asserts.expect_failure(env, "Library requested via -l is not supported for device builds. Use impl…
|
D | cc_library_common.bzl | 446 …fail("Library requested via -l is not supported for device builds. Use implementation_deps instead…
|
/build/soong/apex/ |
D | apex.go | 1659 var _ javaModule = (*java.Library)(nil) 2054 case *java.Library, *java.SdkLibrary, *java.DexImport, *java.SdkLibraryImport, *java.Import: 2276 case *java.Library, *java.SdkLibrary: 2294 case *java.Library, *java.SdkLibrary:
|
/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
|