Searched refs:strict (Results 1 – 6 of 6) sorted by relevance
/build/soong/android/ |
D | makevars.go | 140 strict bool member 223 if !v.strict { 246 if v.strict { 280 func (c *makeVarsContext) addVariableRaw(name, value string, strict, sort bool) { 284 strict: strict, 289 func (c *makeVarsContext) addVariable(name, ninjaStr string, strict, sort bool) { 294 c.addVariableRaw(name, value, strict, sort)
|
/build/make/tools/docker/ |
D | Dockerfile | 14 …583c8669375b35aad397176a411de3461897444d247b6c220 /usr/local/bin/repo" | sha256sum --strict -c - \
|
/build/soong/cc/ |
D | compiler.go | 450 strict := true 452 strict = false 457 if strict {
|
/build/kati/ |
D | ninja_test.go | 118 …ge-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -O2 -g -fno-strict-aliasing -DNDEBUG … 119 …ge-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -O2 -g -fno-strict-aliasing -DNDEBUG … 123 …nfig.h -I build/core/combo/include/arch/linux-arm/ -fno-builtin-sin -fno-strict-volatile-bitfields…
|
/build/make/tools/fs_config/ |
D | README | 55 section in Python versions <= 3.2. In Python 3.2 it's set to strict mode.
|
/build/make/core/ |
D | main.mk | 1425 $(eval unused_whitelist := $(if $(filter true strict,$(enforcement)),\
|