Lines Matching defs:Config
75 type Config struct { struct
76 *config
112 func (c Config) genericConfig() Config {
117 func (c Config) SoongOutDir() string {
122 func (c Config) tempDir() string {
126 func (c Config) OutDir() string {
130 func (c Config) RunGoTests() bool {
134 func (c Config) DebugCompilation() bool {
138 func (c Config) Subninjas() []string {
142 func (c Config) PrimaryBuilderInvocations() []bootstrap.PrimaryBuilderInvocation {
147 func (c Config) RunningInsideUnitTest() bool {
158 func (c Config) DisableHiddenApiChecks() bool {
169 func (c Config) DisableVerifyOverlaps() bool {
176 func (c Config) CoverageSuffix() string {
186 func (c Config) MaxPageSizeSupported() string {
194 func (c Config) NoBionicPageSizeMacro() bool {
199 func (c Config) ReleaseVersion() string {
204 func (c Config) ReleaseAconfigValueSets() []string {
209 func (c Config) StripByDefault() bool {
213 func (c Config) ReleaseAconfigExtraReleaseConfigs() []string {
230 func (c Config) ReleaseAconfigExtraReleaseConfigsValueSets() map[string][]string {
242 func (c Config) ReleaseAconfigFlagDefaultPermission() string {
248 func (c Config) ReleaseDefaultModuleBuildFromSource() bool {
253 func (c Config) ReleaseDefaultUpdatableModuleVersion() string {
260 func (c Config) ReleaseDisableVerifyOverlaps() bool {
266 func (c Config) ReleaseExportRuntimeApis() bool {
271 func (c Config) ReleaseNdkAbiMonitored() bool {
276 func (c Config) ReleaseReadFromNewStorageCc() bool {
280 func (c Config) ReleaseHiddenApiExportableStubs() bool {
286 func (c Config) ReleaseReadFromNewStorage() bool {
290 func (c Config) ReleaseCreateAconfigStorageFile() bool {
294 func (c Config) ReleaseUseSystemFeatureBuildFlags() bool {
298 func (c Config) ReleaseFingerprintAconfigPackages() bool {
302 func (c Config) ReleaseAconfigCheckApiLevel() bool {
1489 func (c Config) XrefCuJavaSourceMax() string {
2462 func (c Config) InstallApexSystemServerDexpreoptSamePartition() bool {