Searched refs:UseGoma (Results 1 – 9 of 9) sorted by relevance
/build/soong/ui/build/ |
D | config_test.go | 1015 UseGoma: proto.Bool(false), 1026 UseGoma: proto.Bool(false), 1037 UseGoma: proto.Bool(true), 1048 UseGoma: proto.Bool(false), 1060 UseGoma: proto.Bool(false), 1071 UseGoma: proto.Bool(false), 1084 UseGoma: proto.Bool(false), 1102 UseGoma: proto.Bool(true),
|
D | config.go | 336 if ret.UseGoma() || ret.ForceUseGoma() { 482 UseGoma: proto.Bool(config.UseGoma()), 1097 func (c *configImpl) UseGoma() bool { func 1108 if !c.UseGoma() { 1237 return c.UseGoma() || c.UseRBE()
|
D | sandbox_linux.go | 69 if c.Sandbox.DisableWhenUsingGoma && c.config.UseGoma() {
|
/build/soong/android/ |
D | package_ctx.go | 251 if ctx.Config().UseGoma() && !supports.Goma {
|
D | config.go | 981 func (c *config) UseGoma() bool { func 982 return Bool(c.productVariables.UseGoma) 1002 return c.UseGoma() || c.UseRBE()
|
D | variable.go | 267 UseGoma *bool `json:",omitempty"` member
|
D | rule_builder.go | 707 if r.ctx.Config().UseGoma() && r.remoteable.Goma {
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.pb.go | 581 UseGoma *bool `protobuf:"varint,1,opt,name=use_goma,json=useGoma" json:"use_goma,omitempty"` member 627 if x != nil && x.UseGoma != nil { 628 return *x.UseGoma
|
/build/make/core/ |
D | soong_config.mk | 186 $(call add_json_bool, UseGoma, $(filter-out false,$(USE_GOMA)))
|