Home
last modified time | relevance | path

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

12

/build/soong/cc/config/
Dglobal.go168 if ctx.Config().IsEnvTrue("AUTO_ZERO_INITIALIZE") {
170 } else if ctx.Config().IsEnvTrue("AUTO_PATTERN_INITIALIZE") {
172 } 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") {
387 if ctx.Config().IsEnvTrue("UNSAFE_DISABLE_HIDDENAPI_FLAGS") {
412 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.go100 if ctx.Config().IsEnvTrue("RBE_SIGNAPK") {
239 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.go121 if ctx.Config().IsEnvTrue("EMMA_INSTRUMENT_FRAMEWORK") {
Djava.go661 ctx.Config().IsEnvTrue("EMMA_INSTRUMENT") &&
667 (ctx.Config().IsEnvTrue("EMMA_INSTRUMENT_STATIC") ||
679 } else if ctx.Config().IsEnvTrue("EMMA_INSTRUMENT_FRAMEWORK") {
799 if ctx.Config().IsEnvTrue("EMMA_INSTRUMENT_FRAMEWORK") {
1552 if ctx.Config().IsEnvTrue("RBE_ZIP") {
/build/soong/cc/
Dlto.go66 if ctx.Config().IsEnvTrue("DISABLE_LTO") {
100 …if ctx.Config().IsEnvTrue("USE_THINLTO_CACHE") && Bool(lto.Properties.Lto.Thin) && lto.useClangLld…
Dcompdb.go63 if !ctx.Config().IsEnvTrue(envVariableGenerateCompdb) {
68 outputCompdbDebugInfo := ctx.Config().IsEnvTrue(envVariableGenerateCompdbDebugInfo)
Dpgo.go268 if !ctx.Config().IsEnvTrue("ANDROID_PGO_NO_PROFILE_USE") &&
302 if !ctx.Config().IsEnvTrue("ANDROID_PGO_NO_PROFILE_USE") {
Dcheck.go42 if !ctx.Config().IsEnvTrue("ANDROID_TEMPORARILY_ALLOW_WEVERYTHING") {
Dbuilder.go594 if ctx.Config().IsEnvTrue("RBE_ABI_DUMPER") {
729 if ctx.Config().IsEnvTrue("RBE_CXX_LINKS") {
772 if ctx.Config().IsEnvTrue("RBE_ABI_LINKER") {
895 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.go99 if cmd.Environment.IsEnvTrue("ALLOW_NINJA_ENV") {
Ddumpvars.go266 if !env.IsEnvTrue("ANDROID_QUIET_BUILD") {
Dpath.go184 if config.Environment().IsEnvTrue("TEMPORARY_DISABLE_PATH_RESTRICTIONS") {
Dkati.go89 if config.Environment().IsEnvTrue("EMPTY_NINJA_FILE") {
/build/soong/rust/
Dproject_json.go134 if !ctx.Config().IsEnvTrue(envVariableCollectRustDeps) {
/build/soong/cmd/multiproduct_kati/
Dmain.go154 build.OsEnvironment().IsEnvTrue("ANDROID_QUIET_BUILD"))
413 build.OsEnvironment().IsEnvTrue("ANDROID_QUIET_BUILD")))
/build/soong/android/
Dapex.go571 …if ctx.Config().IsEnvTrue("EMMA_INSTRUMENT") || ctx.DeviceConfig().NativeCoverageEnabled() || ctx.…
/build/soong/apex/
Dprebuilt.go76 forceDisable = forceDisable || ctx.Config().IsEnvTrue("EMMA_INSTRUMENT")

12