/ndk/build/core/ |
D | add-application.mk | 36 APP_DEBUG := $(strip $(NDK_DEBUG)) 56 APP_MODULES := $(call strip-lib-prefix,$(APP_MODULES)) 58 APP_PROJECT_PATH := $(strip $(APP_PROJECT_PATH)) 76 APP_PLATFORM := $(strip $(APP_PLATFORM)) 78 _local_props := $(strip $(wildcard $(APP_PROJECT_PATH)/project.properties)) 81 _local_props := $(strip $(wildcard $(APP_PROJECT_PATH)/default.properties)) 84 …APP_PLATFORM := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-platform.awk $(call host-path,… 108 APP_PLATFORM_LEVEL := $(strip $(subst android-,,$(APP_PLATFORM))) 122 ifneq ($(strip $(subst android-,,$(APP_PLATFORM))),$(APP_PLATFORM_LEVEL)) 128 APP_PIE := $(strip $(APP_PIE)) [all …]
|
D | import-locals.mk | 56 LOCAL_CFLAGS := $(strip $(imported_CFLAGS) $(LOCAL_CFLAGS)) 57 LOCAL_CONLYFLAGS := $(strip $(imported_CONLYFLAGS) $(LOCAL_CONLYFLAGS)) 58 LOCAL_CPPFLAGS := $(strip $(imported_CPPFLAGS) $(LOCAL_CPPFLAGS)) 59 LOCAL_RENDERSCRIPT_FLAGS := $(strip $(imported_RENDERSCRIPT_FLAGS) $(LOCAL_RENDERSCRIPT_FLAGS)) 60 LOCAL_ASMFLAGS := $(strip $(imported_ASMFLAGS) $(LOCAL_ASMFLAGS)) 61 LOCAL_LDFLAGS := $(strip $(imported_LDFLAGS) $(LOCAL_LDFLAGS)) 67 LOCAL_C_INCLUDES := $(strip $(LOCAL_C_INCLUDES) $(imported_C_INCLUDES)) 75 LOCAL_LDLIBS := $(strip $(LOCAL_LDLIBS) $(imported_LDLIBS))
|
D | definitions-utils.mk | 62 remove-duplicates = $(strip \ 95 filter-by = $(strip \ 119 filter-out-by = $(strip \ 175 strip-lib-prefix = $(1:lib%=%) 177 -test-strip-lib-prefix = \ 178 $(call test-expect,,$(call strip-lib-prefix,))\ 179 $(call test-expect,foo,$(call strip-lib-prefix,foo))\ 180 $(call test-expect,foo,$(call strip-lib-prefix,libfoo))\ 181 $(call test-expect,nolibfoo,$(call strip-lib-prefix,nolibfoo))\ 182 $(call test-expect,foolib,$(call strip-lib-prefix,foolib))\ [all …]
|
D | init.mk | 39 NDK_LOG := $(strip $(NDK_LOG)) 48 NDK_HOST_32BIT := $(strip $(NDK_HOST_32BIT)) 65 NDK_ROOT := $(strip $(NDK_ROOT)) 123 …$(if $(strip $(wildcard $1/prebuilt/$(HOST_TAG64))),$1/prebuilt/$(HOST_TAG64),$1/prebuilt/$(HOST_T… 135 HOST_OS := $(strip $(HOST_OS)) 186 ifneq (,$(strip $(wildcard /bin/uname.exe))) 221 HOST_ARCH := $(strip $(HOST_ARCH)) 297 HOST_PREBUILT := $(strip $(wildcard $(HOST_PREBUILT_ROOT)/bin)) 298 HOST_AWK := $(strip $(NDK_HOST_AWK)) 299 HOST_MAKE := $(strip $(NDK_HOST_MAKE)) [all …]
|
D | build-local.mk | 24 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/=%)) 81 host-dir-parent = $(patsubst %/,%,$(strip \ 90 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2)) 101 …$(eval __find_project_manifest := $(strip $(wildcard $(__find_project_path)/$(__find_project_file)… 113 NDK_PROJECT_PATH := $(strip $(NDK_PROJECT_PATH)) 114 APP_PROJECT_PATH := $(strip $(APP_PROJECT_PATH)) 147 ifneq (,$(strip $(wildcard AndroidManifest.xml))) 150 ifneq (,$(strip $(wildcard jni/Android.mk))) 176 NDK_APPLICATION_MK := $(strip $(wildcard $(NDK_PROJECT_PATH)/jni/Application.mk)) 186 NDK_APP_OUT := $(strip $(NDK_OUT)) [all …]
|
D | main.mk | 27 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/main.mk=%)) 61 APP := $(strip $(APP)) 75 _bad_apps := $(strip $(filter-out $(NDK_ALL_APPS),$(APP))) 87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \ 101 ifeq ($(strip $(NDK_ALL_APPS)),)
|
D | definitions.mk | 48 assert-defined = $(foreach __varname,$(strip $1),\ 49 $(if $(strip $($(__varname))),,\ 64 $(if $(strip $($(__varname))),,\ 329 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1)) 500 $(if $(strip $(__ndk_import_depth)),,\ 508 $(eval LOCAL_$(__field) := $(call strip-lib-prefix,$(LOCAL_$(__field)))))\ 553 module-get-listed-export = $(strip \ 576 $(eval __fieldval := $(strip $(__ndk_modules.$(__mod).$(__field))))\ 629 module-is-static-library = $(strip \ 639 module-is-shared-library = $(strip \ [all …]
|
D | prebuilt-library.mk | 40 prebuilt := $(strip $(wildcard $(prebuilt_path))) 54 LOCAL_MODULE_FILENAME := $(strip $(LOCAL_MODULE_FILENAME)) 63 LOCAL_BUILT_MODULE := $(strip $(LOCAL_BUILT_MODULE))
|
D | default-build-commands.mk | 107 cmd-strip = $(PRIVATE_STRIP) --strip-unneeded $(call host-path,$1) 110 cmd-add-gnu-debuglink = $(PRIVATE_OBJCOPY) --add-gnu-debuglink=$(strip $(call host-path,$2)) $(call… 161 TARGET_STRIP = $(TOOLCHAIN_PREFIX)strip
|
D | build-binary.mk | 41 $(if $(strip $($(_notvar))),\ 86 ifneq (,$(strip $(libs_in_ldflags))) 97 thin_archive := $(strip $(LOCAL_THIN_ARCHIVE)) 105 thin_archive := $(strip $(NDK_APP_THIN_ARCHIVE)) 161 bad_cpp_extensions := $(strip $(filter-out .%,$(LOCAL_CPP_EXTENSION))) 166 LOCAL_CPP_EXTENSION := $(strip $(LOCAL_CPP_EXTENSION)) 227 LOCAL_ARM_MODE := $(strip $(LOCAL_ARM_MODE)) 263 LOCAL_ARM_NEON := $(strip $(LOCAL_ARM_NEON)) 278 neon_sources := $(strip $(neon_sources)) 359 unknown_sources := $(strip $(filter-out $(all_source_patterns),$(LOCAL_SRC_FILES))) [all …]
|
D | setup-app.mk | 51 NDK_APP_ABI := $(subst $(comma),$(space),$(strip $(NDK_APP_ABI))) 57 NDK_ABI_FILTER := $(strip $(NDK_ABI_FILTER)) 90 _unknown_abis := $(strip $(filter-out $(NDK_ALL_ABIS),$(NDK_APP_ABI))) 114 _bad_abis = $(strip $(filter-out $(NDK_ALL_ABIS),$(NDK_APP_ABI)))
|
D | clear-vars.mk | 25 LOCAL_PATH := $(strip $(LOCAL_PATH))
|
D | add-toolchain.mk | 64 $(if $(strip $($(_toolchain).defined)),\ 73 $(if $(strip $($(_toolchain).setup)),,\
|
D | setup-abi.mk | 21 TARGET_ARCH := $(strip $(NDK_ABI.$(TARGET_ARCH_ABI).arch)) 44 TARGET_PLATFORM_LEVEL := $(strip $(subst android-,,$(TARGET_PLATFORM)))
|
D | build-all.mk | 85 ifeq (,$(strip $(WANTED_INSTALLED_MODULES))) 86 ifneq (,$(strip $(NDK_APP_MODULES)))
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | strip | 3 the ability of make to strip white space from lists of object.\n"; 7 These are then run through the strip command to remove it. This is then 33 @echo '$(strip $(TEST1) )' 34 @echo '$(strip $(TEST2) )' 35 @echo '$(strip $(TEST3) )' 37 space: ; @echo '$(strip ) $(strip )'
|
/ndk/tests/abcc/jni/mman-win32/ |
D | configure | 60 strip="strip" 112 strip="${cross_prefix}${strip}" 133 strip="echo ignoring strip" 145 echo "STRIP=$strip" >> config.mak 156 echo "strip: $strip"
|
/ndk/sources/host-tools/ndk-depends/ |
D | GNUmakefile | 19 STRIP := strip 31 ifneq (,$(strip $(DEBUG))) 34 strip-cmd = 38 strip-cmd = $(STRIP) $1 72 $(call strip-cmd,$@)
|
/ndk/toolchains/llvm-3.5/ |
D | setup.mk | 37 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded … 51 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded … 65 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded … 78 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/i686-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(c… 91 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/mipsel-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $… 104 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/aarch64-linux-android-strip$(HOST_EXEEXT) --strip-unneeded … 118 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/x86_64-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $… 132 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/mips64el-linux-android-strip$(HOST_EXEEXT) --strip-unneeded…
|
/ndk/toolchains/llvm-3.4/ |
D | setup.mk | 36 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded … 49 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded … 62 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded … 75 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/i686-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(c… 88 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/mipsel-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $… 101 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/aarch64-linux-android-strip$(HOST_EXEEXT) --strip-unneeded … 115 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/x86_64-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $… 129 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/mips64el-linux-android-strip$(HOST_EXEEXT) --strip-unneeded…
|
/ndk/sources/host-tools/ndk-stack/ |
D | GNUmakefile | 19 STRIP := strip 31 ifneq (,$(strip $(DEBUG))) 34 strip-cmd = 38 strip-cmd = $(STRIP) $1 95 $(call strip-cmd,$@)
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | engine.c | 311 switch (OP(m->g->strip[es])) { in dissect() 314 es += OPND(m->g->strip[es]); in dissect() 317 while (OP(m->g->strip[es]) != O_CH) in dissect() 318 es += OPND(m->g->strip[es]); in dissect() 324 switch (OP(m->g->strip[ss])) { in dissect() 422 esub = ss + OPND(m->g->strip[ss]) - 1; in dissect() 423 assert(OP(m->g->strip[esub]) == OOR1); in dissect() 428 assert(OP(m->g->strip[esub]) == OOR1); in dissect() 430 assert(OP(m->g->strip[esub]) == OOR2); in dissect() 432 esub += OPND(m->g->strip[esub]); in dissect() [all …]
|
D | regfree.c | 64 if (g->strip != NULL) in regfree() 65 free((char *)g->strip); in regfree()
|
D | regcomp.c | 59 sop *strip; /* malloced strip */ member 179 p->strip = (sop *)calloc(p->ssize, sizeof(sop)); in regcomp() 181 if (p->strip == NULL) { in regcomp() 555 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re() 556 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re() 1287 (void) memcpy((char *)(p->strip + p->slen), in dupl() 1288 (char *)(p->strip + start), (size_t)len*sizeof(sop)); in dupl() 1316 p->strip[p->slen++] = SOP(op, opnd); in doemit() 1336 s = p->strip[sn]; in doinsert() 1349 memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos], in doinsert() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | Android.mk | 10 LIBCXX_FORCE_REBUILD := $(strip $(LIBCXX_FORCE_REBUILD)) 15 …ifeq (,$(strip $(wildcard $(LOCAL_PATH)/libs/$(TARGET_ARCH_ABI)/libc++_static$(TARGET_LIB_EXTENSIO… 32 LIBCXX_USE_GABIXX := $(strip $(LIBCXX_USE_GABIXX)) 105 libgabi++_sources_dir := $(strip $(wildcard $(LOCAL_PATH)/../gabi++)) 109 libgabi++_sources_dir := $(strip $(wildcard $(NDK_ROOT)/sources/cxx-stl/gabi++))
|