Searched refs:global (Results 1 – 25 of 27) sorted by relevance
12
/build/soong/dexpreopt/ |
D | dexpreopt.go | 55 global *GlobalConfig, module *ModuleConfig) (rule *android.RuleBuilder, err error) { 72 generateProfile := module.ProfileClassListing.Valid() && !global.DisableGenerateProfile 73 generateBootProfile := module.ProfileBootListing.Valid() && !global.DisableGenerateProfile 77 profile = profileCommand(ctx, globalSoong, global, module, rule) 80 bootProfileCommand(ctx, globalSoong, global, module, rule) 83 if !dexpreoptDisabled(ctx, global, module) { 89 appImage := (generateProfile || module.ForceCreateAppImage || global.DefaultAppImages) && 92 generateDM := shouldGenerateDM(module, global) 95 dexpreoptCommand(ctx, globalSoong, global, module, rule, archIdx, profile, appImage, generateDM) 103 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { [all …]
|
D | dexpreopt_test.go | 65 global := GlobalConfigForTests(ctx) 68 rule, err := GenerateDexpreoptRule(ctx, globalSoong, global, module) 87 global := GlobalConfigForTests(ctx) 92 global.HasSystemOther = true 122 global.PatternsOnSystemOther = test.patterns 124 rule, err := GenerateDexpreoptRule(ctx, globalSoong, global, mt.module) 147 global := GlobalConfigForTests(ctx) 152 rule, err := GenerateDexpreoptRule(ctx, globalSoong, global, module)
|
D | config.go | 211 global *GlobalConfig member 221 return getGlobalConfigRaw(ctx).global
|
/build/soong/java/ |
D | dexpreopt.go | 78 global := dexpreopt.GetGlobalConfig(ctx) 80 if global.DisablePreopt { 84 if inList(ctx.ModuleName(), global.DisablePreoptModules) { 151 global := dexpreopt.GetGlobalConfig(ctx) 153 isSystemServerJar := global.SystemServerJars.ContainsJar(ctx.ModuleName()) 156 if global.UseArtImage { 161 dexFiles, dexLocations := bcpForDexpreopt(ctx, global.PreoptWithUpdatableBcp && !isSystemServerJar) 201 } else if global.ProfileDir != "" { 203 global.ProfileDir, ctx.ModuleName()+".prof") 252 dexpreoptRule, err := dexpreopt.GenerateDexpreoptRule(ctx, globalSoong, global, dexpreoptConfig)
|
D | dexpreopt_bootjars.go | 456 global := dexpreopt.GetGlobalConfig(ctx) 457 if !shouldBuildBootImages(ctx.Config(), global) { 468 func shouldBuildBootImages(config android.Config, global *dexpreopt.GlobalConfig) bool { 473 …if len(config.SanitizeDevice()) == 1 && config.SanitizeDevice()[0] == "address" && global.Sanitize… 571 global := dexpreopt.GetGlobalConfig(ctx) 610 Flag("--runtime-arg").FlagWithArg("-Xms", global.Dex2oatImageXms). 611 Flag("--runtime-arg").FlagWithArg("-Xmx", global.Dex2oatImageXmx) 657 FlagWithArg("--android-root=", global.EmptyDirectory). 665 cmd.FlagWithArg("--instruction-set-variant=", global.CpuVariant[arch]) 666 cmd.FlagWithArg("--instruction-set-features=", global.InstructionSetFeatures[arch]) [all …]
|
D | systemserver_classpath_fragment.go | 56 global := dexpreopt.GetGlobalConfig(ctx) 57 return global.SystemServerJars 99 global := dexpreopt.GetGlobalConfig(ctx) 106 return global.UpdatableSystemServerJars.Filter(possibleUpdatableModules)
|
D | dexpreopt_config.go | 52 global := dexpreopt.GetGlobalConfig(ctx) 56 artModules := global.ArtApexJars 57 frameworkModules := global.BootJars.RemoveList(artModules)
|
D | bootclasspath_fragment.go | 238 global := dexpreopt.GetGlobalConfig(ctx) 239 modules := global.ArtApexJars 531 global := dexpreopt.GetGlobalConfig(ctx) 538 jars := global.UpdatableBootJars.Filter(possibleUpdatableModules) 664 global := dexpreopt.GetGlobalConfig(ctx) 665 if !shouldBuildBootImages(ctx.Config(), global) {
|
D | platform_bootclasspath.go | 402 global := dexpreopt.GetGlobalConfig(ctx) 403 if !shouldBuildBootImages(ctx.Config(), global) {
|
D | app.go | 1309 global := dexpreopt.GetGlobalConfig(ctx) 1310 if global.DisablePreopt || global.OnlyPreoptBootImageAndSystemServer {
|
/build/soong/ui/build/sandbox/darwin/ |
D | global.sb | 31 (global-name "com.apple.SystemConfiguration.configd") ; Java 32 (global-name "com.apple.CoreServices.coreservicesd") ; xcodebuild in Soong 33 (global-name "com.apple.FSEvents") ; xcodebuild in Soong 34 (global-name "com.apple.lsd.mapdb") ; xcodebuild in Soong 35 (global-name-regex #"^com\.apple\.distributed_notifications") ; xcodebuild in Soong
|
/build/soong/cc/config/ |
D | cfi_exports.map | 2 global:
|
D | OWNERS | 2 per-file clang.go,global.go = srhines@google.com, chh@google.com, pirama@google.com, yikong@google.…
|
D | Android.bp | 15 "global.go",
|
/build/soong/rust/config/ |
D | OWNERS | 1 per-file global.go = srhines@google.com, chh@google.com, pirama@google.com, yikong@google.com
|
D | Android.bp | 15 "global.go",
|
/build/soong/docs/ |
D | map_files.md | 19 global: 27 global: 55 symbol named in any `global:` group will be visible in the implementation 149 Used to define a public global variable. By default all symbols are exposed as 150 functions. In the uncommon situation of exposing a global variable, the `var` 160 global:
|
D | best_practices.md | 58 The set of global include paths provided by the build system is also being
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 164 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string) { 200 dexpreoptRule, err := dexpreopt.GenerateDexpreoptRule(ctx, globalSoong, global, module)
|
/build/soong/ |
D | README.md | 211 An implicit **global namespace** corresponds to the source tree as a whole. It 230 For a **global reference** of the "//_scope_:_name_" form, Soong verifies there 236 module "_name_" in one or more namespaces. By default only the global namespace 268 A module defined in an Android.bp file and belonging to the global namespace can 333 global default of `//visibility:legacy_public`. 341 global refactoring will be done to change this to `//visibility:private` at
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-resizable.min.js | 19 …global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){…
|
D | prettify.js | 17 …)+Tb})}return f.join(P)}var w=[];g=0;for(i=a.length;g<i;++g){m=a[g];if(m.global||m.multiline)throw…
|
/build/make/tools/releasetools/ |
D | pylintrc | 86 # number of statements analyzed. This is used by the global evaluation report 90 # Add a comment according to your evaluation note. This is used by the global
|
/build/make/core/ |
D | product_config.rbc | 436 """Returns struct containing runtime global settings.""" 451 elif x == "global":
|
D | config.mk | 108 $(KATI_obsolete_export It is a global setting. See $(CHANGES_URL)#export_keyword)
|
12