Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dconfig_test.go1015 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),
Dconfig.go336 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()
Dsandbox_linux.go69 if c.Sandbox.DisableWhenUsingGoma && c.config.UseGoma() {
/build/soong/android/
Dpackage_ctx.go251 if ctx.Config().UseGoma() && !supports.Goma {
Dconfig.go981 func (c *config) UseGoma() bool { func
982 return Bool(c.productVariables.UseGoma)
1002 return c.UseGoma() || c.UseRBE()
Dvariable.go267 UseGoma *bool `json:",omitempty"` member
Drule_builder.go707 if r.ctx.Config().UseGoma() && r.remoteable.Goma {
/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go581 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/
Dsoong_config.mk186 $(call add_json_bool, UseGoma, $(filter-out false,$(USE_GOMA)))