Searched refs:UseGoma (Results 1 – 13 of 13) sorted by relevance
/build/soong/ui/build/ |
D | config_test.go | 1020 UseGoma: proto.Bool(false), 1030 UseGoma: proto.Bool(false), 1040 UseGoma: proto.Bool(true), 1050 UseGoma: proto.Bool(false),
|
D | sandbox_linux.go | 69 if c.Sandbox.DisableWhenUsingGoma && c.config.UseGoma() {
|
D | config.go | 341 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/ |
D | package_ctx.go | 263 if ctx.Config().UseGoma() && !supports.Goma {
|
D | config.go | 1145 func (c *config) UseGoma() bool { func 1146 return Bool(c.productVariables.UseGoma) 1166 return c.UseGoma() || c.UseRBE()
|
D | variable.go | 293 UseGoma *bool `json:",omitempty"` member
|
D | rule_builder.go | 714 if r.ctx.Config().UseGoma() && r.remoteable.Goma {
|
/build/bazel/tests/products/ |
D | aosp_x86_64.variables.bzl | 133 "UseGoma": false,
|
D | aosp_x86.variables.bzl | 133 "UseGoma": false,
|
D | aosp_arm64.variables.bzl | 133 "UseGoma": false,
|
D | aosp_arm.variables.bzl | 133 "UseGoma": false,
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.pb.go | 714 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/ |
D | soong_config.mk | 209 $(call add_json_bool, UseGoma, $(filter-out false,$(USE_GOMA)))
|