Home
last modified time | relevance | path

Searched refs:subst (Results 1 – 25 of 34) sorted by relevance

12

/ndk/build/core/
Ddefinitions-host.mk45 …$(eval __host_rm_files := $(foreach __host_rm_file,$1,$(subst /,\,$(wildcard $(__host_rm_file)))))\
60 …$(eval __host_rmdir_files := $(foreach __host_rmdir_file,$1,$(subst /,\,$(wildcard $(__host_rmdir_…
74 host-mkdir = md $(subst /,\,"$1") >NUL 2>NUL || rem
88 host-cp = copy /b/y $(subst /,\,"$1" "$2") > NUL
102 host-mv = move /y $(subst /,\,"$1" "$2") > NUL
117 host-install = copy /b/y $(subst /,\,"$1" "$2") > NUL
156 host-copy-if-differ = $(HOST_CMP) -s $1 $2 > NUL || copy /b/y $(subst /,\,"$1" "$2") > NUL
186 windows-path-is-absolute = $(if $(filter /% $(ndk-windows-drive-patterns),$(subst \,/,$1)),true)
Dsetup-app.mk46 NDK_APP_ABI := $(subst $(comma),$(space),$(strip $(NDK_APP_ABI)))
82 … $(eval _unknown_abis := $(subst $(_abi),,$(subst bc$(_abi),,$(_unknown_abis)))) \
88 …NDK_APP_ABI := $(subst $(_unknown_abis_prefix),$(filter-out $(NDK_KNOWN_ARCHS),$(NDK_FOUND_ARCHS))…
Dsetup-abi.mk35 $(eval TARGET_PLATFORM := $$(subst android-$(_plat),android-9,$$(TARGET_PLATFORM)))\
42 …$(eval TARGET_PLATFORM := $$(subst android-$(_plat),android-$(NDK_PREVIEW_LEVEL),$$(TARGET_PLATFOR…
46 TARGET_PLATFORM_LEVEL := $(strip $(subst android-,,$(TARGET_PLATFORM)))
Dsetup-toolchain.mk89 … TARGET_TOOLCHAIN_BASE := $(subst $(space),-,$(call chop,$(subst -,$(space),$(TARGET_TOOLCHAIN))))
93 VERSION := $(subst clang,,$(NDK_TOOLCHAIN_VERSION))
129 TOOLCHAIN_VERSION := $(call last,$(subst -,$(space),$(TARGET_TOOLCHAIN)))
Dsetup-imports.mk32 $(foreach __path,$(subst $(HOST_DIRSEP),$(space),$(NDK_MODULE_PATH)),\
Dadd-application.mk99 APP_PLATFORM_LEVEL := $(strip $(subst android-,,$(APP_PLATFORM)))
112 ifneq ($(strip $(subst android-,,$(APP_PLATFORM))),$(APP_PLATFORM_LEVEL))
145 APP_PLATFORM_LEVEL := $(strip $(subst android-,,$(APP_PLATFORM)))
173 APP_ABI := $(subst $(comma),$(space),$(strip $(APP_ABI)))
Dbuild-local.mk25 NDK_ROOT := $(subst \,/,$(NDK_ROOT))
82 $(eval __host_dir_node := $(patsubst %/,%,$(subst \,/,$1)))\
Dbuild-binary.mk364 LOCAL_OBJECTS := $(subst ../,__/,$(LOCAL_OBJECTS))
365 LOCAL_OBJECTS := $(subst :,_,$(LOCAL_OBJECTS))
373 LOCAL_RS_OBJECTS := $(subst ../,__/,$(LOCAL_RS_OBJECTS))
374 LOCAL_RS_OBJECTS := $(subst :,_,$(LOCAL_RS_OBJECTS))
416 $(subst ../,__/,\
Ddefinitions-utils.mk201 $(eval __lj_temp := $(subst $(space),x,$1))\
202 $(foreach __lj_a,$(__gmsl_characters),$(eval __lj_temp := $$(subst $$(__lj_a),x,$(__lj_temp))))\
Ddefinitions.mk1004 ifneq (1,$$(words $$(subst /, ,$$(LOCAL_MODULE_FILENAME))))
1291 $(subst ../,__/,\
1292 $(subst :,_,\
1312 $(subst ../,__/,\
1313 $(subst :,_,\
1322 $(subst ../,__/,\
1323 $(subst :,_,\
1332 $(subst ../,__/,\
1333 $(subst :,_,\
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dsubstitution3 $description = "Test the subst and patsubst functions";
25 # Variable subst where a pattern matches multiple times in a single word.
Dandor10 NEQ = $(subst $1,,$2)
31 NEQ = $(subst $1,,$2)
Dif10 NEQ = \$(subst \$1,,\$2)
Dforeach26 fe = $(foreach var2, $(for_var),$(subst .c,.o, $(var2) ) )
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmanis.sed4 # Protect against being on the right side of a sed subst in config.status.
Dmac-mf.sed114 # Don't ask... prev subst seems to omit the second filename.
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dvarnesting11 ."y = \$(subst 1,2,\$(x))\n"
Dmult_targets18 print MAKEFILE "\t\@echo I am \$(subst output,,\$@)\n";
/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.h122 struct subst { struct
174 struct subst *cmd_subst;
Dcompile.c587 static int mark_subst_opts P_((struct subst *cmd));
590 struct subst *cmd; in mark_subst_opts()
770 static void setup_replacement P_((struct subst *, const char *, size_t));
773 struct subst *sub; in setup_replacement()
1277 cur_cmd->x.cmd_subst = OB_MALLOC(&obs, 1, struct subst);
/ndk/build/gmsl/
D__gmsl292 seq = $(__gmsl_tr2)$(if $(filter-out xx,x$(subst $1,,$2)$(subst $2,,$1)x),$(false),$(true))
309 split = $(__gmsl_tr2)$(strip $(subst $1, ,$2))
335 $(subst $(word 1,$(subst :, ,$c)),$(word 2,$(subst :, ,$c)), \
384 …__temp := $(subst $(__gmsl_space),x,$1))$(foreach a,$(__gmsl_characters),$(eval __temp := $$(subst
406subst $$(__gmsl_space),� ,$$1))$(foreach a,$(__gmsl_characters),$(eval __temp := $$(subst $$a,$$a$…
614 int_max = $(__gmsl_tr2)$(subst xx,x,$(join $1,$2))
615 int_min = $(__gmsl_tr2)$(subst xx,x,$(filter xx,$(join $1,$2)))
727 int_halve = $(__gmsl_tr1)$(strip $(subst xx,x,$(filter-out xy x y, \
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DMAKE13 print MAKEFILE "MAKE := \$(subst X=\$(X),,\$(MAKE))\n\n";
/ndk/sources/android/support/src/musl-locale/
Diconv.c395 if (c > 0x7f) subst: x++, c='*'; in iconv()
412 goto subst; in iconv()
/ndk/sources/host-tools/make-3.81/
Dvariable.h127 extern char *subst_expand PARAMS ((char *o, char *text, char *subst, char *replace,
/ndk/sources/android/support/
DAndroid.mk183 ifneq ($(TARGET_TOOLCHAIN),$(subst clang,,$(TARGET_TOOLCHAIN)))

12