OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USE_GOMA
(Results
1 - 6
of
6
) sorted by null
/build/make/core/
goma.mk
18
ifneq ($(filter-out false,$(
USE_GOMA
)),)
soong_config.mk
141
$(call add_json_bool, UseGoma, $(filter-out false,$(
USE_GOMA
)))
/external/v8/tools/dev/
gm.py
100
USE_GOMA
= "true" if IS_GOMA_MACHINE else "false"
106
use_goma
= {GOMA}
112
""".replace("{GOMA}",
USE_GOMA
).replace("{GOMA_DIR}", str(GOMADIR))
119
use_goma
= {GOMA}
125
""".replace("{GOMA}",
USE_GOMA
).replace("{GOMA_DIR}", str(GOMADIR))
132
use_goma
= {GOMA}
138
""".replace("{GOMA}",
USE_GOMA
).replace("{GOMA_DIR}", str(GOMADIR))
/build/soong/android/
defs.go
100
// Used only when
USE_GOMA
=true is set, to restrict non-goma jobs to the local parallelism value
package_ctx.go
256
// When
USE_GOMA
=true is set and the rule is not supported by goma, restrict jobs to the
/build/soong/ui/build/
config.go
473
if v, ok := c.environ.Get("
USE_GOMA
"); ok {
Completed in 673 milliseconds