/build/soong/cc/ |
D | tidy_test.go | 28 libName, bp string 86 flags := ctx.ModuleForTests(test.libName, variant).Rule("clangTidy").Args["tidyFlags"] 89 t.Errorf("tidyFlags %v for %s does not contain %s.", flags, test.libName, flag) 94 t.Errorf("tidyFlags %v for %s should not contain %s.", flags, test.libName, flag) 145 libName := fmt.Sprintf("libfoo_%d", test.libNumber) 146 flags := ctx.ModuleForTests(libName, variant).Rule("clangTidy").Args["tidyFlags"] 154 t.Errorf("tidyFlags for %s does not contain %s.", libName, check) 159 t.Errorf("tidyFlags for %s should not contain %s.", libName, check) 166 t.Errorf("tidyFlags for %s does not contain -checks=.", libName) 232 libName := fmt.Sprintf("lib%s_%d", foo, n) [all …]
|
D | vndk_prebuilt.go | 116 p.libraryDecorator.libName = strings.TrimSuffix(ctx.ModuleName(), p.NameSuffix()) 148 libName := in.Base() 151 stripped := android.PathForModuleOut(ctx, "stripped", libName) 158 tocFile := android.PathForModuleOut(ctx, libName+".toc")
|
D | ndk_prebuilt.go | 107 libName := strings.TrimPrefix(ctx.ModuleName(), "ndk_") 114 lib := libDir.Join(ctx, libName+libExt)
|
D | library_stub.go | 165 libName := m.BaseModuleName() + multitree.GetApiImportSuffix() 173 libName = apiVariantModule 234 libName += flags.Toolchain.ShlibSuffix() 236 tocFile := android.PathForModuleOut(ctx, libName+".toc") 240 outputFile := android.PathForModuleOut(ctx, libName)
|
D | prebuilt.go | 153 libName := p.libraryDecorator.getLibName(ctx) + flags.Toolchain.ShlibSuffix() 154 outputFile := android.PathForModuleOut(ctx, libName) 159 stripped := android.PathForModuleOut(ctx, "stripped", libName) 166 tocFile := android.PathForModuleOut(ctx, libName+".toc")
|
D | cc.go | 3493 libName := strings.TrimSuffix(depName, llndkLibrarySuffix) 3494 libName = strings.TrimSuffix(libName, vendorPublicLibrarySuffix) 3495 libName = android.RemoveOptionalPrebuiltPrefix(libName) 3496 return libName 3500 libName := BaseLibName(depName) 3517 return libName + ccDep.SubName() 3519 return libName + RamdiskSuffix 3521 return libName + VendorRamdiskSuffix 3523 return libName + RecoverySuffix 3525 return libName + NativeBridgeSuffix [all …]
|
D | library.go | 396 libName string member 473 libName := library.getLibName(ctx) 485 "-install_name @rpath/"+libName+flags.Toolchain.ShlibSuffix(), 495 f = append(f, "-Wl,-soname,"+libName+flags.Toolchain.ShlibSuffix()) 728 name := library.libName 1372 libName := strings.TrimSuffix(baseName, filepath.Ext(baseName)) 1373 …ment/vndk/tools/header-checker/utils/create_reference_dumps.py --lib " + libName + " --lib-variant… 1388 libName := strings.TrimSuffix(baseName, filepath.Ext(baseName)) 1389 …ment/vndk/tools/header-checker/utils/create_reference_dumps.py --lib " + libName + " --lib-variant…
|
D | builder.go | 981 libName := strings.TrimSuffix(baseName, filepath.Ext(baseName)) 991 "libName": libName,
|
D | ndk_library.go | 493 stub.libraryDecorator.libName = ctx.baseModuleName()
|
/build/make/tools/compliance/ |
D | noticeindex.go | 112 libName, err := ni.getLibName(tn, h) 116 if _, ok := ni.libHash[libName]; !ok { 117 ni.libHash[libName] = make(map[hash]struct{}) 122 if _, ok := ni.libHash[libName][h]; !ok { 123 ni.libHash[libName][h] = struct{}{} 129 ni.installHashLib[installPath][h][libName] = struct{}{} 132 ni.installHashLib[installPath][h][libName] = struct{}{} 133 } else if _, ok = ni.installHashLib[installPath][h][libName]; !ok { 134 ni.installHashLib[installPath][h][libName] = struct{}{} 138 ni.hashLibInstall[h][libName] = make(map[string]struct{}) [all …]
|
/build/soong/partner/bpfix/extensions/ |
D | headers.go | 26 libName string member 34 libName: "my_header_lib", 64 if lib.libName != "" { 65 addLibrary(mod, lib.libType, lib.libName) 86 func addLibrary(mod *parser.Module, libType string, libName string) { 96 if stringValue, ok := v.(*parser.String); ok && stringValue.Value == libName { 102 lib.Value = libName
|
/build/soong/java/ |
D | dexpreopt.go | 236 func (d *dexpreopter) dexpreoptDisabled(ctx android.BaseModuleContext, libName string) bool { 273 isApexSystemServerJar := global.AllApexSystemServerJars(ctx).ContainsJar(libName) 327 …ctx android.ModuleContext, libName string, defaultInstallPath android.InstallPath) android.Install… 329 if global.AllApexSystemServerJars(ctx).ContainsJar(libName) { 330 dexLocation := dexpreopt.GetSystemServerDexLocation(ctx, global, libName) 333 if !d.dexpreoptDisabled(ctx, libName) && isApexVariant(ctx) && 362 func (d *dexpreopter) dexpreopt(ctx android.ModuleContext, libName string, dexJarFile android.Writa… 375 providesUsesLib := libName 385 if d.isTest && d.dexpreoptDisabled(ctx, libName) { 389 isSystemServerJar := global.AllSystemServerJars(ctx).ContainsJar(libName) [all …]
|
D | testing.go | 524 for libName, droidstubs := range extraApiLibraryModules { 531 `, libName, droidstubs.name+".api.contribution")
|
D | java.go | 699 func shouldUncompressDex(ctx android.ModuleContext, libName string, dexpreopter *dexpreopter) bool { 711 if !dexpreopter.dexpreoptDisabled(ctx, libName) { 952 libName := j.Name() 953 if j.SdkLibraryName() != nil && strings.HasSuffix(libName, ".impl") { 954 libName = proptools.String(j.SdkLibraryName()) 957 ctx, libName, android.PathForModuleInstall(ctx, "framework", j.Stem()+".jar"))
|
D | app.go | 1733 libName := dep 1735 libName = *ulib.ProvidesUsesLib() 1737 clcMap.AddContext(ctx, tag.sdkVersion, libName, tag.optional,
|
D | sdk_library.go | 3337 libName := proptools.String(module.properties.Lib_name) 3338 libNameAttr := formattedOptionalAttribute("name", &libName) 3389 libName := proptools.String(module.properties.Lib_name) 3393 module.outputFilePath = android.PathForModuleOut(ctx, libName+".xml").OutputPath 3397 ctx.PackageFile(module.installDirPath, libName+".xml", module.outputFilePath)
|
D | base.go | 1700 libName := android.RemoveOptionalPrebuiltPrefix(ctx.ModuleName()) 1702 libName = strings.TrimSuffix(libName, ".impl") 1704 j.dexpreopt(ctx, libName, dexOutputFile)
|
/build/make/tools/compliance/cmd/textnotice/ |
D | textnotice.go | 223 for _, libName := range ni.HashLibs(h) { 224 fmt.Fprintf(ctx.stdout, "%s used by:\n", libName) 225 for _, installPath := range ni.HashLibInstalls(h, libName) {
|
/build/make/tools/compliance/cmd/htmlnotice/ |
D | htmlnotice.go | 262 for _, libName := range ni.HashLibs(h) { 263 …dout, " <strong>%s</strong> used by:\n <ul class=\"file-list\">\n", html.EscapeString(libName)) 264 for _, installPath := range ni.HashLibInstalls(h, libName) {
|
/build/soong/rust/ |
D | rust_test.go | 138 libName := linkPathFromFilePath(barPath) 141 if libName != expectedResult { 142 …("libNameFromFilePath returned the wrong name; expected '%#v', got '%#v'", expectedResult, libName)
|
D | rust.go | 1337 } else if libName, ok := libNameFromFilePath(linkObject.Path()); ok { 1338 depPaths.depFlags = append(depPaths.depFlags, "-lstatic="+libName) 1824 libName := strings.TrimSuffix(filepath.Base(), filepath.Ext()) 1825 if strings.HasPrefix(libName, "lib") { 1826 libName = libName[3:] 1827 return libName, true
|