Searched refs:Stem (Results 1 – 15 of 15) sorted by relevance
/build/soong/rust/ |
D | test.go | 72 stem := String(test.baseCompiler.Properties.Stem) 86 stem := String(test.baseCompiler.Properties.Stem) 136 test.baseCompiler.Properties.Stem = StringPtr(name) 141 test.baseCompiler.Properties.Stem = StringPtr("")
|
D | compiler.go | 90 Stem *string `android:"arch_variant"` member 242 if String(compiler.Properties.Stem) != "" { 243 stem = String(compiler.Properties.Stem)
|
D | proc_macro.go | 30 Stem *string `android:"arch_variant"` member
|
/build/soong/python/ |
D | binary.go | 37 Stem *string `android:"arch_variant"` member 163 if String(binary.binaryProperties.Stem) != "" { 164 stem = String(binary.binaryProperties.Stem)
|
/build/soong/apex/ |
D | androidmk.go | 178 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", strings.TrimSuffix(fi.Stem(), ".jar")) 194 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", strings.TrimSuffix(fi.Stem(), ".apk")) 213 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", fi.Stem()) 225 fmt.Fprintln(w, "LOCAL_MODULE_STEM :=", fi.Stem())
|
D | apex.go | 1300 return af.apexRelativePath(af.Stem()) 1303 func (af *apexFile) Stem() string { func 1758 Stem() string methodSpec 1774 af.stem = lib.Stem() + ".jar" 2030 provideNativeLibs = append(provideNativeLibs, fi.Stem()) 2156 requireNativeLibs = append(requireNativeLibs, af.Stem())
|
D | builder.go | 664 target := ctx.InstallFile(android.PathForModuleInstall(ctx, dir), fi.Stem(), fi.builtFile)
|
/build/soong/java/ |
D | java.go | 352 Stem *string member 1867 func (j *Module) Stem() string { func 1868 return proptools.StringDefault(j.deviceProperties.Stem, j.Name()) 1938 j.dexpreopter.installPath = android.PathForModuleInstall(ctx, "framework", j.Stem()+".jar") 1954 j.Stem()+".jar", j.outputFile, extraInstallDeps...) 2466 Stem *string member 2509 func (j *Import) Stem() string { func 2510 return proptools.StringDefault(j.properties.Stem, j.ModuleBase.Name()) 2524 jarName := j.Stem() + ".jar" 2688 Stem *string member [all …]
|
D | androidmk.go | 53 entries.SetString("LOCAL_MODULE_STEM", library.Stem()+"-hostdex") 133 entries.SetString("LOCAL_MODULE_STEM", library.Stem()) 200 entries.SetString("LOCAL_MODULE_STEM", prebuilt.Stem()) 228 entries.SetString("LOCAL_MODULE_STEM", prebuilt.Stem())
|
D | sdk_library.go | 2023 func (module *SdkLibraryImport) Stem() string { func
|
/build/soong/cc/ |
D | binary.go | 30 Stem *string `android:"arch_variant"` member 118 if String(binary.Properties.Stem) != "" { 119 stem = String(binary.Properties.Stem)
|
D | test.go | 164 stem := test.binaryDecorator.Properties.Stem 170 test.binaryDecorator.Properties.Stem = StringPtr(name) 175 test.binaryDecorator.Properties.Stem = StringPtr("")
|
D | androidmk.go | 357 entries.SubName = "_" + String(test.binaryDecorator.Properties.Stem)
|
D | library.go | 72 Stem *string `android:"arch_variant"` member 706 name = String(library.Properties.Stem)
|
/build/soong/sysprop/ |
D | sysprop_library.go | 348 Stem *string member 475 Stem: proptools.StringPtr(m.BaseModuleName()),
|