Searched refs:strict (Results 1 – 4 of 4) sorted by relevance
/build/soong/android/ |
D | makevars.go | 201 strict bool member 340 if !v.strict { 363 if v.strict { 424 func (c *makeVarsContext) addVariableRaw(name, value string, strict, sort bool) { 428 strict: strict, 433 func (c *makeVarsContext) addVariable(name, ninjaStr string, strict, sort bool) { 438 c.addVariableRaw(name, value, strict, sort)
|
/build/make/tools/docker/ |
D | Dockerfile | 14 …583c8669375b35aad397176a411de3461897444d247b6c220 /usr/local/bin/repo" | sha256sum --strict -c - \
|
/build/make/core/ |
D | artifact_path_requirements.mk | 53 $(eval unused_allowed := $(if $(filter true strict,$(enforcement)),\
|
/build/soong/cc/ |
D | compiler.go | 511 strict := true 513 strict = false 518 if strict {
|