/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 \ 171 parent-dir = $(patsubst %/,%,$(strip \ 194 strip-lib-prefix = $(1:lib%=%) 196 -test-strip-lib-prefix = \ 197 $(call test-expect,,$(call strip-lib-prefix,))\ 198 $(call test-expect,foo,$(call strip-lib-prefix,foo))\ 199 $(call test-expect,foo,$(call strip-lib-prefix,libfoo))\ 200 $(call test-expect,nolibfoo,$(call strip-lib-prefix,nolibfoo))\ [all …]
|
D | init.mk | 39 NDK_LOG := $(strip $(NDK_LOG)) 56 NDK_ROOT := $(strip $(NDK_ROOT)) 148 HOST_OS := $(strip $(HOST_OS)) 199 ifneq (,$(strip $(wildcard /bin/uname.exe))) 234 HOST_ARCH := $(strip $(HOST_ARCH)) 310 HOST_PREBUILT := $(strip $(wildcard $(HOST_TOOLS_ROOT)/bin)) 311 HOST_AWK := $(strip $(NDK_HOST_AWK)) 312 HOST_MAKE := $(strip $(NDK_HOST_MAKE)) 313 HOST_PYTHON := $(strip $(NDK_HOST_PYTHON)) 333 HOST_ECHO := $(strip $(NDK_HOST_ECHO)) [all …]
|
D | build-local.mk | 33 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/=%)) 77 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2)) 88 …$(eval __find_project_manifest := $(strip $(wildcard $(__find_project_path)/$(__find_project_file)… 100 NDK_PROJECT_PATH := $(strip $(NDK_PROJECT_PATH)) 101 APP_PROJECT_PATH := $(strip $(APP_PROJECT_PATH)) 134 ifneq (,$(strip $(wildcard AndroidManifest.xml))) 137 ifneq (,$(strip $(wildcard jni/Android.mk))) 163 NDK_APPLICATION_MK := $(strip $(wildcard $(NDK_PROJECT_PATH)/jni/Application.mk)) 173 NDK_APP_OUT := $(strip $(NDK_OUT)) 184 NDK_APP_LIBS_OUT := $(strip $(NDK_LIBS_OUT))
|
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)) 501 $(if $(strip $(__ndk_import_depth)),,\ 509 $(eval LOCAL_$(__field) := $(call strip-lib-prefix,$(LOCAL_$(__field)))))\ 554 module-get-listed-export = $(strip \ 577 $(eval __fieldval := $(strip $(__ndk_modules.$(__mod).$(__field))))\ 630 module-is-static-library = $(strip \ 640 module-is-shared-library = $(strip \ [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 | 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))),\ 77 ifneq (,$(strip $(libs_in_ldflags))) 88 thin_archive := $(strip $(LOCAL_THIN_ARCHIVE)) 96 thin_archive := $(strip $(NDK_APP_THIN_ARCHIVE)) 152 bad_cpp_extensions := $(strip $(filter-out .%,$(LOCAL_CPP_EXTENSION))) 157 LOCAL_CPP_EXTENSION := $(strip $(LOCAL_CPP_EXTENSION)) 229 LOCAL_ARM_MODE := $(strip $(LOCAL_ARM_MODE)) 268 LOCAL_ARM_NEON := $(strip $(LOCAL_ARM_NEON)) 283 neon_sources := $(strip $(neon_sources)) 364 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/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/sources/host-tools/ndk-stack/ |
D | GNUmakefile | 19 STRIP := strip 31 ifneq (,$(strip $(DEBUG))) 34 strip-cmd = 38 strip-cmd = $(STRIP) $1 82 $(call strip-cmd,$@)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
D | target_info.py | 24 platform_name = sys.platform.lower().strip() 36 name = name.lower().strip() 44 ver = ver.lower().strip()
|
/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++/libcxx/test/libcxx/android/ |
D | executors.py | 21 temp_path = temp_path.strip() 59 out = out.strip()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/ |
D | config.py | 51 cxx_under_test = open(cxx_under_test_file).read().strip() 54 cxx_template = open(cxx_template_file).read().strip() 57 link_template = open(link_template_file).read().strip()
|
/ndk/tests/device/emm/jni/ |
D | Android.mk | 3 ifeq ($(strip $(filter-out $(NDK_KNOWN_ARCHS),$(TARGET_ARCH))),)
|