HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 1 - 25 of 391) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/core/
host_shared_library.mk 12 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
15 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
18 ifneq ($(strip $(OVERRIDE_BUILT_MODULE_PATH)),)
host_executable.mk 9 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
12 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
host_static_library.mk 10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
product_config.mk 37 $(strip \
91 product_goals := $(strip $(filter PRODUCT-%,$(MAKECMDGOALS)))
150 unbundled_goals := $(strip $(filter APP-%,$(MAKECMDGOALS)))
155 TARGET_BUILD_APPS := $(strip $(subst -, ,$(patsubst APP-%,%,$(unbundled_goals))))
183 ifneq ($(strip $(TARGET_BUILD_APPS)),)
213 PRODUCT_LOCALES := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_LOCALES))
229 PRODUCT_AAPT_CONFIG := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_AAPT_CONFIG))
231 PRODUCT_AAPT_PREF_CONFIG := $(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_AAPT_PREF_CONFIG))
235 PRODUCT_AAPT_CONFIG := $(strip \
238 PRODUCT_AAPT_PREF_CONFIG := $(strip $(PRODUCT_AAPT_PREF_CONFIG)
    [all...]
phony_package.mk 1 ifneq ($(strip $(LOCAL_SRC_FILES)),)
5 ifeq ($(strip $(LOCAL_REQUIRED_MODULES)),)
executable.mk 8 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
11 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
static_library.mk 10 ifeq ($(strip $(LOCAL_MODULE_CLASS)),)
13 ifeq ($(strip $(LOCAL_MODULE_SUFFIX)),)
distdir.mk 23 dist_goal := $(strip $(filter dist,$(MAKECMDGOALS)))
24 MAKECMDGOALS := $(strip $(filter-out dist,$(MAKECMDGOALS)))
25 ifeq (,$(strip $(filter-out $(INTERNAL_MODIFIER_TARGETS),$(MAKECMDGOALS))))
copy_headers.mk 4 ifneq ($(strip $(LOCAL_IS_HOST_MODULE)),)
dynamic_binary.mk 15 LOCAL_UNSTRIPPED_PATH := $(strip $(LOCAL_UNSTRIPPED_PATH))
29 LOCAL_MODULE_STEM := $(strip $(LOCAL_MODULE_STEM))
70 ifeq ($(strip $(LOCAL_COMPRESS_MODULE_SYMBOLS)),)
71 LOCAL_COMPRESS_MODULE_SYMBOLS := $(strip $(TARGET_COMPRESS_MODULE_SYMBOLS))
100 ## Strip
105 ifeq ($(strip $(LOCAL_STRIP_MODULE)),)
106 LOCAL_STRIP_MODULE := $(strip $(TARGET_STRIP_MODULE))
110 # Strip the binary
114 # Don't strip the binary, just copy it. We can't skip this step
node_fns.mk 48 $(foreach v,$(2),$(eval $(strip $(1)).$(v):=$($(v))))
100 $(strip \
102 $(eval h := |||$(subst $(space),|||,$(strip $(1)))|||) \
103 $(eval h := $(subst |||$(strip $(2))|||,|||$(space)|||,$(h))) \
165 $(strip \
230 $(call _import-node,$(1),$(strip $(_in)),$(3)) \
product.mk 111 $(eval $(v) := $($(v)) $(INHERIT_TAG)$(strip $(1)))) \
113 PRODUCTS.$(strip $(word 1,$(_include_stack))).INHERITS_FROM) \
114 $(eval $(inherit_var) := $(sort $($(inherit_var)) $(strip $(1)))) \
144 $(eval pn := $(strip $(PRODUCTS.$(p).PRODUCT_NAME))) \
147 $(error $(p): PRODUCT_NAME must be unique; "$(pn)" already used by $(strip \
159 $(eval pb := $(strip $(PRODUCTS.$(p).PRODUCT_BRAND))) \
161 $(foreach cf,$(strip $(PRODUCTS.$(p).PRODUCT_COPY_FILES)), \
177 $(eval pn := $(strip $(1)))
194 $(strip $(call _resolve-short-product-name,$(1)))
247 $(eval $(strip $(1))_$(call rot13,$(v)):=$$($$(v)))
    [all...]
  /build/target/board/
Android.mk 5 ifneq ($(strip $(TARGET_NO_BOOTLOADER)),true)
7 ifeq ($(strip $(TARGET_BOOTLOADER_IS_2ND)),true)
17 ifneq ($(strip $(TARGET_NO_KERNEL)),true)
  /build/core/tasks/
product-graph.mk 26 $(foreach d,$(PRODUCTS.$(strip $(p)).INHERITS_FROM), \
30 $(foreach d,$(PRODUCTS.$(strip $(p)).INHERITS_FROM), \
  /frameworks/compile/libbcc/tools/
gen-config-from-mk.py 19 if conf_patt.match(line.strip()):
23 if split_patt.match(line.strip()):
29 match = var_patt.match(line.strip())
33 elif split_patt.match(line.strip()):
  /bionic/libc/regex/
regfree.c 62 if (g->strip != NULL)
63 free((char *)g->strip);
  /external/clang/lib/Basic/
Makefile 19 SVN_REVISION := $(strip \
22 SVN_REPOSITORY := $(strip \
  /external/llvm/lib/Support/
regfree.c 63 if (g->strip != NULL)
64 free((char *)g->strip);
  /hardware/broadcom/wlan/bcmdhd/config/
Android.mk 31 ifeq ($(strip $(WPA_SUPPLICANT_VERSION)),VER_0_8_X)
34 ifeq ($(strip $(WPA_SUPPLICANT_VERSION)),VER_0_6_X)
  /ndk/sources/host-tools/ndk-stack/regex/
regfree.c 64 if (g->strip != NULL)
65 free((char *)g->strip);
  /external/chromium/build/linux/
dump_app_syms 7 # Helper script to run dump_syms on Chrome Linux executables and strip
35 strip "$INFILE"
pkg-config-wrapper 33 # To support this correctly, it's necessary to extract the prefix to strip from
37 echo "$result"| $rewrite --sysroot "$root" --strip-prefix "$prefix"
  /external/markdown/markdown/extensions/
meta.py 67 if line.strip() == '':
71 key = m1.group('key').lower().strip()
72 meta[key] = [m1.group('value').strip()]
77 meta[key].append(m2.group('value').strip())
  /frameworks/compile/libbcc/runtime/make/
lib_util.mk 8 GetCNAVar = $(strip \
18 SelectFunctionDir = $(strip \
22 $(error SelectFunctionDir: invalid function name "$(3)" ($(strip\
29 SelectFunctionDirs_Opt_ConfigAndArch = $(strip \
34 SelectFunctionDirs_Opt_Config = $(strip \
38 SelectFunctionDirs_Opt_Arch = $(strip \
42 SelectFunctionDirs_Gen = $(strip \
  /sdk/build/
tools.windows.atree 31 bin/dmtracedump.exe strip tools/dmtracedump.exe
39 bin/emulator.exe strip tools/emulator.exe
40 bin/emulator-arm.exe strip tools/emulator-arm.exe
41 bin/emulator-x86.exe strip tools/emulator-x86.exe
55 bin/etc1tool.exe strip tools/etc1tool.exe
61 bin/hprof-conv.exe strip tools/hprof-conv.exe
67 bin/mksdcard.exe strip tools/mksdcard.exe
78 bin/sqlite3.exe strip tools/sqlite3.exe
84 bin/zipalign.exe strip tools/zipalign.exe

Completed in 107 milliseconds

1 2 3 4 5 6 7 8 91011>>