Home
last modified time | relevance | path

Searched refs:IsEnvTrue (Results 1 – 25 of 32) sorted by relevance

12

/build/soong/cc/config/
Dglobal.go166 if ctx.Config().IsEnvTrue("AUTO_ZERO_INITIALIZE") {
168 } else if ctx.Config().IsEnvTrue("AUTO_PATTERN_INITIALIZE") {
170 } else if ctx.Config().IsEnvTrue("AUTO_UNINITIALIZE") {
/build/soong/java/
Dhiddenapi_singleton.go63 if ctx.Config().IsEnvTrue("UNSAFE_DISABLE_HIDDENAPI_FLAGS") {
81 if ctx.Config().IsEnvTrue("UNSAFE_DISABLE_HIDDENAPI_FLAGS") {
126 if ctx.Config().IsEnvTrue("EMMA_INSTRUMENT") {
396 if ctx.Config().IsEnvTrue("UNSAFE_DISABLE_HIDDENAPI_FLAGS") {
421 if ctx.Config().IsEnvTrue("UNSAFE_DISABLE_HIDDENAPI_FLAGS") {
Ddex.go225 if ctx.Config().IsEnvTrue("RBE_R8") {
241 if ctx.Config().IsEnvTrue("RBE_D8") {
Dapp_builder.go105 if ctx.Config().IsEnvTrue("RBE_SIGNAPK") {
244 if ctx.Config().IsEnvTrue("RBE_ZIP") {
Djdeps.go49 if !ctx.Config().IsEnvTrue(envVariableCollectJavaDeps) {
Dbuilder.go388 if ctx.Config().IsEnvTrue("RBE_TURBINE") {
455 if ctx.Config().IsEnvTrue("RBE_JAVAC") {
483 if ctx.Config().IsEnvTrue("RBE_JAR") {
Dhiddenapi.go64 if !ctx.Config().IsEnvTrue("UNSAFE_DISABLE_HIDDENAPI_FLAGS") {
Ddexpreopt_config.go94 if ctx.Config().IsEnvTrue("EMMA_INSTRUMENT_FRAMEWORK") {
Dsdk.go57 ctx.Config().IsEnvTrue("UNBUNDLED_BUILD_TARGET_SDK_WITH_API_FINGERPRINT") {
/build/soong/cc/
Dcompdb.go63 if !ctx.Config().IsEnvTrue(envVariableGenerateCompdb) {
68 outputCompdbDebugInfo := ctx.Config().IsEnvTrue(envVariableGenerateCompdbDebugInfo)
Dlto.go66 if ctx.Config().IsEnvTrue("DISABLE_LTO") {
100 …if ctx.Config().IsEnvTrue("USE_THINLTO_CACHE") && Bool(lto.Properties.Lto.Thin) && lto.useClangLld…
Dpgo.go266 if !ctx.Config().IsEnvTrue("ANDROID_PGO_NO_PROFILE_USE") &&
298 if !ctx.Config().IsEnvTrue("ANDROID_PGO_NO_PROFILE_USE") {
Dcheck.go42 if !ctx.Config().IsEnvTrue("ANDROID_TEMPORARILY_ALLOW_WEVERYTHING") {
Dbuilder.go587 if ctx.Config().IsEnvTrue("RBE_ABI_DUMPER") {
703 if ctx.Config().IsEnvTrue("RBE_CXX_LINKS") {
747 if ctx.Config().IsEnvTrue("RBE_ABI_LINKER") {
861 if ctx.Config().IsEnvTrue("RBE_CXX_LINKS") {
Dccdeps.go86 if !ctx.Config().IsEnvTrue(envVariableCollectCCDeps) {
Dbinary.go242 if !ctx.Config().IsEnvTrue("DISABLE_HOST_PIE") {
/build/soong/ui/build/
Denvironment.go116 func (e *Environment) IsEnvTrue(key string) bool { func
Dninja.go97 if cmd.Environment.IsEnvTrue("ALLOW_NINJA_ENV") {
Ddumpvars.go273 if !env.IsEnvTrue("ANDROID_QUIET_BUILD") {
Dpath.go184 allowAllSymlinks := config.Environment().IsEnvTrue("TEMPORARY_DISABLE_PATH_RESTRICTIONS")
Dkati.go88 if config.Environment().IsEnvTrue("EMPTY_NINJA_FILE") {
/build/soong/cmd/multiproduct_kati/
Dmain.go154 build.OsEnvironment().IsEnvTrue("ANDROID_QUIET_BUILD"))
413 build.OsEnvironment().IsEnvTrue("ANDROID_QUIET_BUILD")))
/build/soong/apex/
Dprebuilt.go76 forceDisable = forceDisable || ctx.Config().IsEnvTrue("EMMA_INSTRUMENT")
/build/soong/cmd/soong_ui/
Dmain.go129 build.OsEnvironment().IsEnvTrue("ANDROID_QUIET_BUILD"))
/build/soong/android/
Dconfig.go570 func (c *config) IsEnvTrue(key string) bool { func
834 return c.IsEnvTrue("RUN_ERROR_PRONE")

12