Lines Matching defs:dexer
100 type dexer struct { struct
101 dexProperties DexProperties
104 extraProguardFlagsFiles android.Paths
105 proguardDictionary android.OptionalPath
106 proguardConfiguration android.OptionalPath
107 proguardUsageZip android.OptionalPath
108 resourcesInput android.OptionalPath
109 resourcesOutput android.OptionalPath
111 providesTransitiveHeaderJarsForR8
114 func (d *dexer) effectiveOptimizeEnabled() bool {
126 func (d *dexer) optimizeOrObfuscateEnabled() bool {
209 func (d *dexer) dexCommonFlags(ctx android.ModuleContext,
278 …*compileDexParams) (d8Flags []string, d8Deps android.Paths, artProfileOutput *android.OutputPath) {
295 …s, debugMode bool) (r8Flags []string, r8Deps android.Paths, artProfileOutput *android.OutputPath) {
429 …*compileDexParams) (flags []string, deps android.Paths, artProfileOutputPath *android.OutputPath) {
447 …) compileDex(ctx android.ModuleContext, dexParams *compileDexParams) (android.Path, android.Path) {