Searched refs:equal (Results 1 – 17 of 17) sorted by relevance
/build/soong/cmd/sbox/ |
D | sbox_test.go | 34 equal bool 40 equal: true, 46 equal: true, 52 equal: false, 58 equal: false, 64 equal: true, 70 equal: true, 76 equal: false, 82 equal: false, 88 equal: false, [all …]
|
/build/bazel/json_module_graph/ |
D | findModulesCrossPkgBoundary.jq | 35 # equal to $blueprintDirPath of the module. 40 # equal to $blueprintDirPath.
|
D | findModulesWithNameSrcCollision.jq | 1 # CMD: Finds all modules whose name is equal to the name of one of its input
|
/build/soong/ui/status/build_progress_proto/ |
D | build_progress.proto | 27 // finished_actions will be equal to total_actions. This may not represent
|
/build/make/common/ |
D | math.mk | 245 define _int_greater-or-equal 261 $(if $(call _int_greater-or-equal,$(call _int_encode,$(1)),$(call _int_encode,$(2))),\ 287 $(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 | 331 # Compares SOONG_$(1) against $(1), and warns if they are not equal.
|
/build/blueprint/parser/ |
D | ast.go | 152 func ExpressionsAreSame(a Expression, b Expression) (equal bool, err error) { 158 func hackyExpressionsAreSame(a Expression, b Expression) (equal bool, err error) {
|
/build/bazel/rules/apex/ |
D | cc.bzl | 27 # Return True if this target provides stubs that is equal to, or below, the
|
/build/blueprint/ |
D | module_ctx.go | 1037 if alias.variant.variations.equal(mctx.module.variant.variations) { 1067 if moduleOrAlias.moduleOrAliasVariant().variations.equal(newVariant.variations) {
|
D | context.go | 387 func (vm variationMap) equal(other variationMap) bool { func 1757 return variant.equal(newVariant) 2754 if alias.variant.variations.equal(variant.variations) {
|
/build/make/core/ |
D | config.mk | 764 …S ($(BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES)) must be greater than or equal to PRODUCT_SHIPPIN… 778 …TEMSDK_VERSIONS ($(BOARD_SYSTEMSDK_VERSIONS)) must all be greater than or equal to BOARD_API_LEVEL…
|
D | board_config.mk | 1000 $(error BOARD_VNDK_VERSION is equal to PLATFORM_VNDK_VERSION; use BOARD_VNDK_VERSION := current)
|
D | base_rules.mk | 96 …RIETARY_MODULE)] and LOCAL_VENDOR_MODULE[$(LOCAL_VENDOR_MODULE)] may be set, or they must be equal)
|
D | product_config.rbc | 710 This checks if word is either equal to the pattern or
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 1257 equal, err := parser.ExpressionsAreSame(item, removal) 1261 if equal {
|
/build/soong/finder/ |
D | finder.go | 1045 func (f *Finder) isInfoUpToDate(old statResponse, new statResponse) (equal bool) {
|