Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 129) sorted by relevance

123456

/build/make/common/
Dstrings.mk51 $(strip $(if $(strip $(1)),\
52 $(if $(strip $(2)),\
53 …$(if $(filter-out __,_$(subst $(strip $(1)),,$(strip $(2)))$(subst $(strip $(2)),,$(strip $(1)))_)…
55 $(if $(strip $(2)),\
65 $(subst $(space),:,$(strip $(1)))
72 $(subst $(space),$(comma),$(strip $(1)))
99 $(strip \
100 $(eval _cpSEP := $(strip $(if $(2),$(2),=)))\
103 $(foreach w,$(subst $(space)$(_cpSEP),$(_cpSEP),$(strip \
130 $(strip $(foreach w,$(1), $(eval _first := $(word 1,$(subst $(2),$(space),$(w))))\
Djson.mk2 invert_bool =$= $(if $(strip $(1)),,true)
21 …_json_contents := $$(_json_contents)$$(_json_indent)"$$(strip $$(1))": $$(strip $$(2))$$(comma)$$(…
24 add_json_csv =$= $(call add_json_val,$(1),$(call csv_to_json_list,$(strip $(2))))
25 add_json_bool =$= $(call add_json_val,$(1),$(if $(strip $(2)),true,false))
/build/make/core/
Dstatic_library_internal.mk10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
17 ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)),)
39 $(intermediates)/$(GCNO_ARCHIVE) : PRIVATE_ALL_OBJECTS := $(strip $(LOCAL_GCNO_FILES))
40 $(intermediates)/$(GCNO_ARCHIVE) : PRIVATE_ALL_WHOLE_STATIC_LIBRARIES := $(strip $(built_whole_gcno…
Dproduct.mk45 $(strip \
59 $(strip $(foreach choice,$(1),\
442 $(eval np := $(strip $(1))))\
445 $(eval current_mk := $(strip $(word 1,$(_include_stack)))) \
455 $(eval current_mk := $(strip $(word 1,$(_include_stack)))) \
456 $(eval PRODUCTS.$(current_mk).ARTIFACT_PATH_REQUIREMENTS := $(strip $(1))) \
457 $(eval PRODUCTS.$(current_mk).ARTIFACT_PATH_ALLOWED_LIST := $(strip $(2))) \
465 $(eval current_mk := $(strip $(word 1,$(_include_stack)))) \
496 $(eval pn := $(strip $(PRODUCTS.$(p).PRODUCT_NAME))) \
499 $(error $(p): PRODUCT_NAME must be unique; "$(pn)" already used by $(strip \
[all …]
Dproduct-graph.mk22 , $(if $(strip $(p)),$(strip $(p)),)) \
31 $(call all-products-inner, $(PRODUCTS.$(strip $(p)).INHERITS_FROM))
39 ifeq ($(strip $(ANDROID_PRODUCT_GRAPH)),)
42 ifeq ($(strip $(ANDROID_PRODUCT_GRAPH)),--all)
Drbe.mk64 CC_WRAPPER := $(strip $(CC_WRAPPER) $(RBE_WRAPPER) $(RBE_CXX))
65 CXX_WRAPPER := $(strip $(CXX_WRAPPER) $(RBE_WRAPPER) $(RBE_CXX))
68 …JAVAC_WRAPPER := $(strip $(JAVAC_WRAPPER) $(RBE_WRAPPER) --labels=type=compile,lang=java,compiler=…
72 …R8_WRAPPER := $(strip $(RBE_WRAPPER) --labels=type=compile,compiler=r8 --exec_strategy=$(r8_exec_s…
76 …D8_WRAPPER := $(strip $(RBE_WRAPPER) --labels=type=compile,compiler=d8 --exec_strategy=$(d8_exec_s…
Dshared_library_internal.mk10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
16 ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)$(LOCAL_MODULE_STEM_32)$(LOCAL_MODULE_…
96 $(intermediates)/$(GCNO_ARCHIVE) : PRIVATE_ALL_OBJECTS := $(strip $(LOCAL_GCNO_FILES))
97 …NO_ARCHIVE) : PRIVATE_ALL_WHOLE_STATIC_LIBRARIES := $(strip $(built_whole_gcno_libraries)) $(strip
Dhost_static_library_internal.mk10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
16 ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)),)
Dnode_fns.mk48 $(foreach v,$(2),$(eval $(strip $(1)).$(v):=$($(v))))
98 $(strip \
100 $(eval h := |||$(subst $(space),|||,$(strip $(1)))|||) \
101 $(eval h := $(subst |||$(strip $(2))|||,|||$(space)|||,$(h))) \
172 $(strip $(patsubst $(INHERIT_TAG)$(i),$(_eiv_ev),$($(_eiv_tv))))) \
237 $(call _import-node,$(1),$(strip $(_in)),$(3),$(4)) \
Dbase_rules.mk30 LOCAL_MODULE := $(strip $(LOCAL_MODULE))
36 LOCAL_IS_HOST_MODULE := $(strip $(LOCAL_IS_HOST_MODULE))
118 my_bad_deps := $(strip $(foreach dep,$(filter-out | ||,$(LOCAL_ADDITIONAL_DEPENDENCIES)),\
136 LOCAL_UNINSTALLABLE_MODULE := $(strip $(LOCAL_UNINSTALLABLE_MODULE))
183 LOCAL_MODULE_CLASS := $(strip $(LOCAL_MODULE_CLASS))
191 my_multilib_module_path := $(strip $(LOCAL_MODULE_PATH_$(my_32_64_bit_suffix)))
195 my_module_path := $(strip $(LOCAL_MODULE_PATH))
198 my_module_relative_path := $(strip $(LOCAL_MODULE_RELATIVE_PATH))
204 ifeq (true,$(strip $(LOCAL_VENDOR_MODULE)))
209 else ifeq (true,$(strip $(LOCAL_OEM_MODULE)))
[all …]
Dbuild_rro_package.mk19 ifeq ($(strip $(LOCAL_ODM_MODULE)),true)
21 else ifeq ($(strip $(LOCAL_VENDOR_MODULE)),true)
23 else ifeq ($(strip $(LOCAL_SYSTEM_EXT_MODULE)),true)
Dconfig_sanitizers.mk5 my_sanitize := $(strip $(LOCAL_SANITIZE))
6 my_sanitize_diag := $(strip $(LOCAL_SANITIZE_DIAG))
12 my_global_sanitize := $(strip $(SANITIZE_HOST))
18 my_global_sanitize := $(strip $(SANITIZE_TARGET))
19 my_global_sanitize_diag := $(strip $(SANITIZE_TARGET_DIAG))
27 ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_exclude_paths)),\
49 ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_exclude_paths)),\
112 ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_include_paths)),\
120 ifeq ($(strip $(ENABLE_CFI)),false)
157 ifneq ($(filter integer, $(strip $(LOCAL_NOSANITIZE))),)
[all …]
Dhost_shared_library_internal.mk10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
16 ifneq ($(strip $(LOCAL_MODULE_STEM)$(LOCAL_BUILT_MODULE_STEM)),)
Dsysprop.mk76 $(foreach name,$(strip $(4)),\
85 $(foreach name,$(strip $(4)),\
96 $(hide) $$(call generate-common-build-props,$(call to-lower,$(strip $(1))),$$@)
97 $(hide) $(foreach file,$(strip $(3)),\
105 $(hide) $(foreach name,$(strip $(4)),\
144 ifeq (,$(strip $(BUILD_FINGERPRINT)))
145 ifeq ($(strip $(HAS_BUILD_NUMBER)),false)
165 ifeq (,$(strip $(BUILD_THUMBPRINT)))
230 $(strip $(subst _,-, $(firstword $(1))))
Ddex_preopt.mk25 $(foreach my_boot_image_name,$(DEXPREOPT_IMAGE_NAMES),$(strip \
31 $(foreach my_boot_image_name,$(DEXPREOPT_IMAGE_NAMES),$(strip \
40 $(foreach my_boot_image_name,art_host,$(strip \
47 $(foreach my_boot_image_name,art_host,$(strip \
Dpackage_internal.mk28 LOCAL_PACKAGE_NAME := $(strip $(LOCAL_PACKAGE_NAME))
33 ifneq ($(strip $(LOCAL_MODULE_SUFFIX)),)
38 ifneq ($(strip $(LOCAL_MODULE)),)
43 ifneq ($(strip $(LOCAL_MODULE_CLASS)),)
52 LOCAL_MODULE_TAGS := $(strip $(LOCAL_MODULE_TAGS))
80 override_manifest_name := $(strip $(word 1,\
129 product_package_overlays := $(strip \
132 device_package_overlays := $(strip \
155 all_assets := $(strip \
174 ifneq ($(strip $(LOCAL_STATIC_ANDROID_LIBRARIES) $(LOCAL_STATIC_JAVA_AAR_LIBRARIES)),)
[all …]
Ddevice.mk38 $(eval $(v) := $($(v)) $(INHERIT_TAG)$(strip $(1))))
54 $(eval dn := $(strip $(1)))
75 $(strip $(call _resolve-short-device-name,$(1)))
Ddefinitions.mk166 $(strip \
484 $(strip \
485 $(eval _fpf := $(sort $(wildcard $(foreach f, $(2), $(strip $(1))/$(f))))) \
534 $(strip \
535 $(eval _idf_pfx_:=$(strip $(filter HOST_CROSS,$(1)))) \
536 …$(eval _idf_pfx_:=$(if $(strip $(1)),$(if $(_idf_pfx_),$(_idf_pfx_),$(if $(strip $(2)),HOST_CROSS,…
564 $(strip \
565 $(eval _idfClass := $(strip $(1))) \
568 $(eval _idfName := $(strip $(2))) \
572 $(eval _idf2ndArchPrefix := $(if $(strip $(5)),$(TARGET_2ND_ARCH_VAR_PREFIX))) \
[all …]
Dexecutable_internal.mk8 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
11 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
104 $(intermediates)/$(GCNO_ARCHIVE) : PRIVATE_ALL_OBJECTS := $(strip $(LOCAL_GCNO_FILES))
105 …NO_ARCHIVE) : PRIVATE_ALL_WHOLE_STATIC_LIBRARIES := $(strip $(built_whole_gcno_libraries)) $(strip
Dgoma.mk28 CC_WRAPPER := $(strip $(CC_WRAPPER) $(GOMA_CC))
29 CXX_WRAPPER := $(strip $(CXX_WRAPPER) $(GOMA_CC))
/build/make/tools/
Dparsedeps.py95 line = line.strip()
99 pos = pos[1:].strip()
100 tgt = tgt.strip()
104 tgt = tgt.strip()
105 prereq = prereq.strip()
112 if not line.strip():
Dcheckowners.py72 stripped_line = re.sub('#.*$', '', line).strip()
75 print '%s:%d: ERROR: unknown line [%s]' % (fname, num, line.strip())
79 a = addr.strip()
81 error += check_address(fname, num, addr.strip())
/build/make/core/tasks/tools/
Dpackage-modules.mk39 $(strip $(ALL_MODULES.$(m).EXPLICITLY_REQUIRED_FROM_TARGET)\
61 $(eval _pickup_files := $(strip $(ALL_MODULES.$(m).PICKUP_FILES)\
63 $(eval _built_files := $(strip $(ALL_MODULES.$(m).BUILT_INSTALLED)\
65 $(eval _module_class_folder := $($(strip MODULE_CLASS_$(word 1, $(strip $(ALL_MODULES.$(m).CLASS)\
/build/soong/cc/symbolfile/
D__init__.py40 _, _, all_tags = line.strip().partition('#')
41 return [e for e in re.split(r'\s+', all_tags) if e.strip()]
317 name = self.current_line.split('{')[0].strip()
328 base = base.partition('#')[0].strip()
342 visibility = self.current_line.split(':')[0].strip()
366 name, _, _ = self.current_line.strip().partition(';')
377 while line.strip() == '' or line.strip().startswith('#'):
/build/make/tools/releasetools/
Dcheck_target_files_vintf.py71 odm_skus = info_dict.get('vintf_odm_manifest_skus', '').strip().split()
75 vendor_skus = info_dict.get('vintf_vendor_manifest_skus', '').strip().split()
104 version = f.read().strip()
150 elif out.strip() == "INCOMPATIBLE":
179 paths = out.strip().split('\n')

123456