Searched refs:equal (Results 1 – 9 of 9) sorted by relevance
/build/make/common/ |
D | math.mk | 207 define _int_greater-or-equal 223 $(if $(call _int_greater-or-equal,$(call _int_encode,$(1)),$(call _int_encode,$(2))),\ 249 $(if $(call _int_greater-or-equal,$(call _int_encode,$(1)),$(call _int_encode,$(2))), \
|
/build/soong/android/ |
D | onceper_test.go | 164 t.Errorf(`second call to Once with the NewCustomOnceKey from equal key should return "a": %q`, b)
|
D | makevars.go | 190 # Compares SOONG_$(1) against $(1), and warns if they are not equal.
|
/build/blueprint/parser/ |
D | ast.go | 129 func ExpressionsAreSame(a Expression, b Expression) (equal bool, err error) { 135 func hackyExpressionsAreSame(a Expression, b Expression) (equal bool, err error) {
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 852 equal, err := parser.ExpressionsAreSame(item, removal) 856 if equal {
|
/build/blueprint/ |
D | context.go | 258 func (vm variationMap) equal(other variationMap) bool { func 1403 if m.variant.equal(module.dependencyVariant) { 1515 found = m.variant.equal(newVariant)
|
/build/make/core/ |
D | base_rules.mk | 96 …RIETARY_MODULE)] and LOCAL_VENDOR_MODULE[$(LOCAL_VENDOR_MODULE)] may be set, or they must be equal)
|
D | config.mk | 745 …TEMSDK_VERSIONS ($(BOARD_SYSTEMSDK_VERSIONS)) must all be greater than or equal to PRODUCT_SHIPPIN…
|
/build/soong/finder/ |
D | finder.go | 1040 func (f *Finder) isInfoUpToDate(old statResponse, new statResponse) (equal bool) {
|