/build/soong/dexpreopt/ |
D | testing.go | 88 FixtureModifyGlobalConfig(func(android.PathContext, *GlobalConfig) {}), 102 func FixtureModifyGlobalConfig(configModifier func(ctx android.PathContext, dexpreoptConfig *Global… argument 118 return FixtureModifyGlobalConfig(func(_ android.PathContext, dexpreoptConfig *GlobalConfig) { 125 return FixtureModifyGlobalConfig(func(_ android.PathContext, dexpreoptConfig *GlobalConfig) { 132 return FixtureModifyGlobalConfig(func(_ android.PathContext, dexpreoptConfig *GlobalConfig) { 139 return FixtureModifyGlobalConfig(func(_ android.PathContext, dexpreoptConfig *GlobalConfig) { 146 return FixtureModifyGlobalConfig(func(_ android.PathContext, dexpreoptConfig *GlobalConfig) { 153 return FixtureModifyGlobalConfig(func(_ android.PathContext, dexpreoptConfig *GlobalConfig) { 160 return FixtureModifyGlobalConfig(func(_ android.PathContext, dexpreoptConfig *GlobalConfig) { 168 return FixtureModifyGlobalConfig(func(_ android.PathContext, dexpreoptConfig *GlobalConfig) { [all …]
|
D | config.go | 110 func (g *GlobalConfig) AllPlatformSystemServerJars(ctx android.PathContext) *android.ConfiguredJarL… 121 func (g *GlobalConfig) AllApexSystemServerJars(ctx android.PathContext) *android.ConfiguredJarList { 131 func (g *GlobalConfig) AllSystemServerClasspathJars(ctx android.PathContext) *android.ConfiguredJar… 141 func (g *GlobalConfig) AllSystemServerJars(ctx android.PathContext) *android.ConfiguredJarList { 207 func constructPath(ctx android.PathContext, path string) android.Path { argument 218 func constructPaths(ctx android.PathContext, paths []string) android.Paths { argument 226 func constructWritablePath(ctx android.PathContext, path string) android.WritablePath { argument 235 func ParseGlobalConfig(ctx android.PathContext, data []byte) (*GlobalConfig, error) { argument 267 func GetGlobalConfig(ctx android.PathContext) *GlobalConfig { argument 273 func GetGlobalConfigRawData(ctx android.PathContext) []byte { argument [all …]
|
D | dexpreopt_test.go | 23 func testSystemModuleConfig(ctx android.PathContext, name string) *ModuleConfig { argument 27 func testSystemProductModuleConfig(ctx android.PathContext, name string) *ModuleConfig { argument 31 func testProductModuleConfig(ctx android.PathContext, name string) *ModuleConfig { argument 35 func testModuleConfig(ctx android.PathContext, name, partition string) *ModuleConfig { argument 44 func testApexModuleConfig(ctx android.PathContext, name, apexName string) *ModuleConfig { argument 53 func testPlatformSystemServerModuleConfig(ctx android.PathContext, name string) *ModuleConfig { argument 62 func testSystemExtSystemServerModuleConfig(ctx android.PathContext, name string) *ModuleConfig { argument
|
D | dexpreopt.go | 109 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { argument 134 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, argument 175 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf… argument 209 func GetSystemServerDexLocation(ctx android.PathContext, global *GlobalConfig, lib string) string { argument 577 func SystemServerDexJarHostPath(ctx android.PathContext, jar string) android.OutputPath { argument 592 func checkSystemServerOrder(ctx android.PathContext, jarIndex int) { argument
|
D | class_loader_context.go | 595 func fromJsonClassLoaderContext(ctx android.PathContext, jClcMap jsonClassLoaderContextMap) ClassLo… argument 612 func fromJsonClassLoaderContextRec(ctx android.PathContext, jClcs []*jsonClassLoaderContext) []*Cla… argument
|
/build/soong/cc/ |
D | ndk_sysroot.go | 72 func getNdkInstallBase(ctx android.PathContext) android.OutputPath { argument 77 func getNdkSysrootBase(ctx android.PathContext) android.OutputPath { argument 84 func getNdkBaseTimestampFile(ctx android.PathContext) android.WritablePath { argument 90 func getNdkHeadersTimestampFile(ctx android.PathContext) android.WritablePath { argument 96 func getNdkFullTimestampFile(ctx android.PathContext) android.WritablePath { argument 102 func getNdkABIHeadersFile(ctx android.PathContext) android.WritablePath { argument
|
D | ndk_abi.go | 26 func getNdkAbiDumpInstallBase(ctx android.PathContext) android.OutputPath { argument 30 func getNdkAbiDumpTimestampFile(ctx android.PathContext) android.OutputPath { argument 68 func getNdkAbiDiffTimestampFile(ctx android.PathContext) android.WritablePath { argument
|
/build/soong/java/ |
D | dexpreopt_config.go | 27 func dexpreoptTargets(ctx android.PathContext) []android.Target { argument 57 func genBootImageConfigRaw(ctx android.PathContext) map[string]*bootImageConfig { argument 115 func genBootImageConfigs(ctx android.PathContext) map[string]*bootImageConfig { argument 193 func defaultBootImageConfig(ctx android.PathContext) *bootImageConfig { argument 197 func mainlineBootImageConfig(ctx android.PathContext) *bootImageConfig { argument 202 func isProfileProviderApex(ctx android.PathContext, apexName string) bool { argument 215 func bcpForDexpreopt(ctx android.PathContext, withUpdatable bool) (android.WritablePaths, []string)… argument
|
D | aar_test.go | 162 fooOutputPath := android.OutputFileForModule(android.PathContext(nil), foo.Module(), "") 163 barOutputPath := android.OutputFileForModule(android.PathContext(nil), bar.Module(), "") 164 bazOutputPath := android.OutputFileForModule(android.PathContext(nil), baz.Module(), "")
|
D | hiddenapi_singleton.go | 100 func hiddenAPISingletonPaths(ctx android.PathContext) hiddenAPISingletonPathsStruct { argument 213 func tempPathForRestat(ctx android.PathContext, path android.WritablePath) android.WritablePath { argument
|
D | gen.go | 116 func genAidlIncludeFlags(ctx android.PathContext, srcFiles android.Paths, excludeDirs android.Paths… argument
|
D | sdk.go | 331 func sdkFrameworkAidlPath(ctx android.PathContext) android.OutputPath { argument 337 func nonUpdatableFrameworkAidlPath(ctx android.PathContext) android.OutputPath { argument
|
D | dexpreopt_bootjars.go | 374 func (image bootImageConfig) moduleName(ctx android.PathContext, idx int) string { 386 func (image bootImageConfig) firstModuleNameOrStem(ctx android.PathContext) string { 396 func (image bootImageConfig) moduleFiles(ctx android.PathContext, dir android.OutputPath, exts ...s… 471 func SkipDexpreoptBootJars(ctx android.PathContext) bool { argument
|
/build/soong/java/config/ |
D | config.go | 262 func JavaCmd(ctx android.PathContext) android.SourcePath { argument 267 func JavadocCmd(ctx android.PathContext) android.SourcePath { argument 271 func javaTool(ctx android.PathContext, tool string) android.SourcePath { argument 284 func javaToolchain(ctx android.PathContext) android.SourcePath { argument 292 func javaHome(ctx android.PathContext) android.SourcePath { argument
|
/build/soong/android/ |
D | paths.go | 35 type PathContext interface { interface 41 PathContext 45 var _ PathContext = SingletonContext(nil) 46 var _ PathContext = ModuleContext(nil) 196 func reportPathError(ctx PathContext, err error) { argument 203 func ReportPathErrorf(ctx PathContext, format string, args ...interface{}) { argument 213 func pathContextName(ctx PathContext, module blueprint.Module) string { argument 276 ReplaceExtension(ctx PathContext, ext string) OutputPath argument 435 func PathsForSource(ctx PathContext, paths []string) Paths { argument 551 func PathForGoBinary(ctx PathContext, goBinary bootstrap.GoBinaryTool) Path { argument [all …]
|
D | logtags.go | 35 func MergedLogtagsPath(ctx PathContext) OutputPath { argument
|
D | api_levels.go | 314 func ApiLevelFrom(ctx PathContext, raw string) ApiLevel { argument 336 func ApiLevelFromUser(ctx PathContext, raw string) (ApiLevel, error) { argument 416 func ApiLevelOrPanic(ctx PathContext, raw string) ApiLevel { argument 441 func GetApiLevelsJson(ctx PathContext) WritablePath { argument
|
D | test_suites.go | 152 func pathForPackaging(ctx PathContext, pathComponents ...string) OutputPath { argument 157 func pathForTestCases(ctx PathContext) InstallPath { argument
|
D | config.go | 659 func (c *config) HostToolPath(ctx PathContext, tool string) Path { 664 func (c *config) HostJNIToolPath(ctx PathContext, lib string) Path { 673 func (c *config) HostJavaToolPath(ctx PathContext, tool string) Path { 678 func (c *config) HostCcSharedLibPath(ctx PathContext, lib string) Path { 705 func (c *config) PrebuiltBuildTool(ctx PathContext, tool string) Path { 794 func (c *config) BuildNumberFile(ctx PathContext) Path { 800 func (c *config) BuildHostnameFile(ctx PathContext) Path { 811 func (c *config) BuildThumbprintFile(ctx PathContext) Path { 1008 func (c *config) DefaultAppCertificateDir(ctx PathContext) SourcePath { 1016 func (c *config) DefaultAppCertificate(ctx PathContext) (pem, key SourcePath) { [all …]
|
D | configured_jars.go | 178 func (l *ConfiguredJarList) BuildPaths(ctx PathContext, dir OutputPath) WritablePaths { 188 func (l *ConfiguredJarList) BuildPathsByModule(ctx PathContext, dir OutputPath) map[string]Writable…
|
D | package_ctx.go | 49 var _ PathContext = &configErrorWrapper{} 71 PathContext
|
D | rule_builder.go | 428 PathContext 1068 func (c *RuleBuilderCommand) PrebuiltBuildTool(ctx PathContext, tool string) *RuleBuilderCommand { 1322 PathContext: pathCtx, 1327 PathContext anonMember
|
/build/soong/cc/config/ |
D | darwin_host.go | 103 func MacStripPath(ctx android.PathContext) string { argument 120 func getMacTools(ctx android.PathContext) *macPlatformTools { argument
|
D | global.go | 553 func ClangPath(ctx android.PathContext, file string) android.SourcePath { argument 565 func clangPath(ctx android.PathContext) android.SourcePath { argument
|
/build/soong/rust/config/ |
D | global.go | 142 func GetRustVersion(ctx android.PathContext) string { argument
|