Home
last modified time | relevance | path

Searched refs:UseGoma (Results 1 – 13 of 13) sorted by relevance

/build/soong/ui/build/
Dconfig_test.go1020 UseGoma: proto.Bool(false),
1030 UseGoma: proto.Bool(false),
1040 UseGoma: proto.Bool(true),
1050 UseGoma: proto.Bool(false),
Dsandbox_linux.go69 if c.Sandbox.DisableWhenUsingGoma && c.config.UseGoma() {
Dconfig.go341 if ret.UseGoma() || ret.ForceUseGoma() {
532 UseGoma: proto.Bool(config.UseGoma()),
1221 func (c *configImpl) UseGoma() bool { func
1232 if !c.UseGoma() {
1425 return c.UseGoma() || c.UseRBE()
/build/soong/android/
Dpackage_ctx.go263 if ctx.Config().UseGoma() && !supports.Goma {
Dconfig.go1145 func (c *config) UseGoma() bool { func
1146 return Bool(c.productVariables.UseGoma)
1166 return c.UseGoma() || c.UseRBE()
Dvariable.go293 UseGoma *bool `json:",omitempty"` member
Drule_builder.go714 if r.ctx.Config().UseGoma() && r.remoteable.Goma {
/build/bazel/tests/products/
Daosp_x86_64.variables.bzl133 "UseGoma": false,
Daosp_x86.variables.bzl133 "UseGoma": false,
Daosp_arm64.variables.bzl133 "UseGoma": false,
Daosp_arm.variables.bzl133 "UseGoma": false,
/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go714 UseGoma *bool `protobuf:"varint,1,opt,name=use_goma,json=useGoma" json:"use_goma,omitempty"` member
773 if x != nil && x.UseGoma != nil {
774 return *x.UseGoma
/build/make/core/
Dsoong_config.mk209 $(call add_json_bool, UseGoma, $(filter-out false,$(USE_GOMA)))