/build/soong/dexpreopt/ |
D | dexpreopt.go | 56 global *GlobalConfig, module *ModuleConfig) (rule *android.RuleBuilder, err error) { 73 generateProfile := module.ProfileClassListing.Valid() && !global.DisableGenerateProfile 74 generateBootProfile := module.ProfileBootListing.Valid() && !global.DisableGenerateProfile 78 profile = profileCommand(ctx, globalSoong, global, module, rule) 81 bootProfileCommand(ctx, globalSoong, global, module, rule) 84 if !dexpreoptDisabled(ctx, global, module) { 86 if !contains(android.GetJarsFromApexJarPairs(ctx, global.BootJars), module.Name) { 87 appImage := (generateProfile || module.ForceCreateAppImage || global.DefaultAppImages) && 90 generateDM := shouldGenerateDM(module, global) 93 dexpreoptCommand(ctx, globalSoong, global, module, rule, archIdx, profile, appImage, generateDM) [all …]
|
D | dexpreopt_test.go | 67 global := GlobalConfigForTests(ctx) 70 rule, err := GenerateDexpreoptRule(ctx, globalSoong, global, module) 89 global := GlobalConfigForTests(ctx) 94 global.HasSystemOther = true 124 global.PatternsOnSystemOther = test.patterns 126 rule, err := GenerateDexpreoptRule(ctx, globalSoong, global, mt.module) 149 global := GlobalConfigForTests(ctx) 154 rule, err := GenerateDexpreoptRule(ctx, globalSoong, global, module)
|
D | config.go | 210 global *GlobalConfig member 220 return getGlobalConfigRaw(ctx).global
|
/build/soong/java/ |
D | dexpreopt_config.go | 31 global := dexpreopt.GetGlobalConfig(ctx) 33 nonUpdatable := dexpreopt.NonUpdatableSystemServerJars(ctx, global) 40 for _, m := range global.UpdatableSystemServerJars { 44 …if len(systemServerClasspathLocations) != len(global.SystemServerJars)+len(global.UpdatableSystemS… 47 len(global.SystemServerJars)+len(global.UpdatableSystemServerJars))) 115 global := dexpreopt.GetGlobalConfig(ctx) 119 artModules := global.ArtApexJars 124 frameworkModules := android.RemoveListFromList(global.BootJars, artModules) 213 global := dexpreopt.GetGlobalConfig(ctx) 216 updatableBootclasspath := make([]string, len(global.UpdatableBootJars)) [all …]
|
D | dexpreopt.go | 70 global := dexpreopt.GetGlobalConfig(ctx) 72 if global.DisablePreopt { 76 if inList(ctx.ModuleName(), global.DisablePreoptModules) { 127 global := dexpreopt.GetGlobalConfig(ctx) 132 if global.UseArtImage { 144 if inList(ctx.ModuleName(), global.SystemServerJars) && !d.isSDKLibrary { 176 } else if global.ProfileDir != "" { 178 global.ProfileDir, ctx.ModuleName()+".prof") 217 dexpreoptRule, err := dexpreopt.GenerateDexpreoptRule(ctx, globalSoong, global, dexpreoptConfig)
|
D | dexpreopt_bootjars.go | 221 global := dexpreopt.GetGlobalConfig(ctx) 229 global.SanitizeLite { 361 global := dexpreopt.GetGlobalConfig(ctx) 401 Flag("--runtime-arg").FlagWithArg("-Xms", global.Dex2oatImageXms). 402 Flag("--runtime-arg").FlagWithArg("-Xmx", global.Dex2oatImageXmx) 409 if global.DirtyImageObjects.Valid() { 410 cmd.FlagWithInput("--dirty-image-objects=", global.DirtyImageObjects.Path()) 435 FlagWithArg("--android-root=", global.EmptyDirectory). 443 cmd.FlagWithArg("--instruction-set-variant=", global.CpuVariant[arch]) 444 cmd.FlagWithArg("--instruction-set-features=", global.InstructionSetFeatures[arch]) [all …]
|
/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 | Android.bp | 10 "global.go",
|
/build/soong/rust/config/ |
D | Android.bp | 11 "global.go",
|
/build/soong/docs/ |
D | map_files.md | 19 global: 27 global: 55 symbol named in any `global:` group will be visible. 140 Used to define a public global variable. By default all symbols are exposed as 141 functions. In the uncommon situation of exposing a global variable, the `var` 151 global:
|
D | best_practices.md | 58 The set of global include paths provided by the build system is also being
|
/build/soong/ |
D | OWNERS | 10 per-file clang.go,global.go = srhines@google.com, chh@google.com, pirama@google.com, yikong@google.…
|
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/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 137 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string) { 138 dexpreoptRule, err := dexpreopt.GenerateDexpreoptRule(ctx, globalSoong, global, module)
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | prettify.js | 6 {b:8,t:9,n:10,v:11,f:12,r:13},n=[],p=0,d=a.length;p<d;++p){g=a[p];if(g.global||g.multiline)throw Er… 19 …ty,NaN"],I=[v,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambd…
|
D | android_3p-bundle.js | 572 if (regex.global || regex.multiline) { throw new Error('' + regex); } 2108 …const|constraint|constructor|continue|eager|event|external|fixed|functor|global|include|method|mix…
|
/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…
|
D | android-developer-core.css | 544 /* restrict global search form width */
|
D | jquery-1.6.2.min.js | 16 …h),h.handler.guid||(h.handler.guid=d.guid)),o.push(h),f.event.global[l]=!0}a=null}},global:{},remo… 17 shift(),i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.ex…
|
/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/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 1339 #footer-global { 1343 #footer-global { 1349 #footer-global ul { 1352 #footer-global li { 1356 #footer-global li+li:before { 1360 * html #footer-global li { 1363 * [dir='rtl'] #footer-global li { 1366 *+html #footer-global li { 1369 *+[dir='rtl'] #footer-global li { 1372 #footer-global li a {
|
/build/make/core/ |
D | config.mk | 108 $(KATI_obsolete_export It is a global setting. See $(CHANGES_URL)#export_keyword)
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | android-developer-docs.css | 546 /* restrict global search form width */
|