Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 12 of 12) sorted by relevance

/build/soong/ui/status/build_progress_proto/
Dbuild_progress.proto27 // finished_actions will be equal to total_actions. This may not represent
/build/make/common/
Dmath.mk233 define _int_greater-or-equal
249 $(if $(call _int_greater-or-equal,$(call _int_encode,$(1)),$(call _int_encode,$(2))),\
275 $(if $(call _int_greater-or-equal,$(call _int_encode,$(1)),$(call _int_encode,$(2))), \
/build/soong/android/
Donceper_test.go164 t.Errorf(`second call to Once with the NewCustomOnceKey from equal key should return "a": %q`, b)
Dmakevars.go307 # Compares SOONG_$(1) against $(1), and warns if they are not equal.
/build/blueprint/parser/
Dast.go129 func ExpressionsAreSame(a Expression, b Expression) (equal bool, err error) {
135 func hackyExpressionsAreSame(a Expression, b Expression) (equal bool, err error) {
/build/blueprint/
Dmodule_ctx.go1044 if alias.variant.variations.equal(mctx.module.variant.variations) {
1074 if moduleOrAlias.moduleOrAliasVariant().variations.equal(newVariant.variations) {
Dcontext.go360 func (vm variationMap) equal(other variationMap) bool { func
1728 return variant.equal(newVariant)
2653 if alias.variant.variations.equal(variant.variations) {
/build/soong/bpfix/bpfix/
Dbpfix.go1130 equal, err := parser.ExpressionsAreSame(item, removal)
1134 if equal {
/build/make/core/
Dconfig.mk718 …S ($(BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES)) must be greater than or equal to PRODUCT_SHIPPIN…
726 …TEMSDK_VERSIONS ($(BOARD_SYSTEMSDK_VERSIONS)) must all be greater than or equal to PRODUCT_SHIPPIN…
Dboard_config.mk748 … $(error BOARD_VNDK_VERSION is equal to PLATFORM_VNDK_VERSION; use BOARD_VNDK_VERSION := current))
Dbase_rules.mk93 …RIETARY_MODULE)] and LOCAL_VENDOR_MODULE[$(LOCAL_VENDOR_MODULE)] may be set, or they must be equal)
/build/soong/finder/
Dfinder.go1044 func (f *Finder) isInfoUpToDate(old statResponse, new statResponse) (equal bool) {