/aosp_15_r20/build/make/common/ |
H A D | strings.mk | 22 …subst A,a,$(subst B,b,$(subst C,c,$(subst D,d,$(subst E,e,$(subst F,f,$(subst G,g,$(subst H,h,$(su… 29 …subst a,A,$(subst b,B,$(subst c,C,$(subst d,D,$(subst e,E,$(subst f,F,$(subst g,G,$(subst h,H,$(su… 53 …$(if $(filter-out __,_$(subst $(strip $(1)),,$(strip $(2)))$(subst $(strip $(2)),,$(strip $(1)))_)… 65 $(subst $(space),:,$(strip $(1))) 72 $(subst $(space),$(comma),$(strip $(1))) 87 $(word $(1),$(subst :,$(space),$(2))) 105 $(subst $(space),:,$(wordlist $(1),$(2),$(subst :,$(space),$(3)))) 121 $(foreach w,$(subst $(space)$(_cpSEP),$(_cpSEP),$(strip \ 122 $(subst $(_cpSEP),$(space)$(_cpSEP)$(space),$(1)))),\ 148 $(strip $(foreach w,$(1), $(eval _first := $(word 1,$(subst $(2),$(space),$(w))))\
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | subst.go | 2 // Source: ../../cmd/compile/internal/types2/subst.go 51 // subst returns the type typ with its type parameters tpars replaced by the 52 // corresponding type arguments targs, recursively. subst doesn't modify the 58 func (check *Checker) subst(pos token.Pos, typ Type, smap substMap, expanding *Named, ctxt *Context… func 74 subst := subster{ 81 return subst.typ(typ) 92 func (subst *subster) typ(typ Type) Type { 119 targs, updated := subst.typeList(t.TypeArgs().list()) 121 return subst.check.newAliasInstance(subst.pos, t.orig, targs, subst.expanding, subst.ctxt) 125 elem := subst.typOrNil(t.elem) [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | subst.go | 48 // subst returns the type typ with its type parameters tpars replaced by the 49 // corresponding type arguments targs, recursively. subst doesn't modify the 55 func (check *Checker) subst(pos syntax.Pos, typ Type, smap substMap, expanding *Named, ctxt *Contex… func 71 subst := subster{ 78 return subst.typ(typ) 89 func (subst *subster) typ(typ Type) Type { 116 targs, updated := subst.typeList(t.TypeArgs().list()) 118 return subst.check.newAliasInstance(subst.pos, t.orig, targs, subst.expanding, subst.ctxt) 122 elem := subst.typOrNil(t.elem) 128 elem := subst.typOrNil(t.elem) [all …]
|
/aosp_15_r20/external/fonttools/Tests/varLib/ |
H A D | featureVars_test.py | 174 subst = {"g%.2g" % start: "g%.2g" % end} 175 conds.append((region, subst)) 189 subst = {str(i): str(n + 1 - i)} 190 conds.append((region, subst)) 202 for subst in substitutions: 203 merged.update(subst) 225 subst = _match_condition({"abcd": 0}, overlaps) 226 assert subst == {2: 2} 227 subst = _match_condition({"abcd": 1}, overlaps) 228 assert subst == {2: 2} [all …]
|
/aosp_15_r20/external/libchrome/base/strings/ |
H A D | string_util_unittest.cc | 939 std::vector<string16> subst; in TEST() local 940 subst.push_back(ASCIIToUTF16("1")); in TEST() 941 subst.push_back(ASCIIToUTF16("2")); in TEST() 945 subst, in TEST() 953 subst, in TEST() 964 std::vector<string16> subst; in TEST() local 965 subst.push_back(ASCIIToUTF16("9a")); in TEST() 966 subst.push_back(ASCIIToUTF16("8b")); in TEST() 967 subst.push_back(ASCIIToUTF16("7c")); in TEST() 971 ASCIIToUTF16("$1a,$2b,$3c,$4d,$5e,$6f,$1g,$2h,$3i"), subst, nullptr); in TEST() [all …]
|
/aosp_15_r20/external/cronet/base/strings/ |
H A D | string_util_unittest.cc | 1048 std::vector<std::u16string> subst; in TEST() local 1049 subst.push_back(u"1"); in TEST() 1050 subst.push_back(u"2"); in TEST() 1053 ReplaceStringPlaceholders(u"Hello, $1. Your number is $2.", subst, &offsets); in TEST() 1059 ReplaceStringPlaceholders(u"Hello, $2. Your number is $1.", subst, &offsets); in TEST() 1069 std::vector<std::u16string> subst; in TEST() local 1070 subst.push_back(u"9a"); in TEST() 1071 subst.push_back(u"8b"); in TEST() 1072 subst.push_back(u"7c"); in TEST() 1075 u"$1a,$2b,$3c,$4d,$5e,$6f,$1g,$2h,$3i", subst, nullptr); in TEST() [all …]
|
/aosp_15_r20/external/coreboot/util/cbfstool/ |
H A D | Makefile.mk | 154 printf " MAKE $(subst $(objutil)/,,$(@))\n" 165 printf " HOSTCC $(subst $(objutil)/,,$(@))\n" 169 printf " HOSTCC $(subst $(objutil)/,,$(@))\n" 173 printf " HOSTCC $(subst $(objutil)/,,$(@))\n" 177 printf " HOSTCC $(subst $(objutil)/,,$(@))\n" 181 printf " HOSTCC $(subst $(objutil)/,,$(@))\n" 185 printf " HOSTCC $(subst $(objutil)/,,$(@))\n" 189 printf " HOSTCC $(subst $(objutil)/,,$(@))\n" 193 printf " HOSTCC $(subst $(objutil)/,,$(@))\n" 197 printf " HOSTCC $(subst $(objutil)/,,$(@))\n" [all …]
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/build/ |
H A D | NWGNUenvironment.inc | 164 DEL = $(shell if exist $(subst /,\,$1) del /q /f 2>NUL $(subst /,\,$1)) 165 RMDIR = $(shell if exist $(subst /,\,$1)\NUL rd /q /s 2>NUL $(subst /,\,$1)) 167 DEL = $(shell if exist $(subst /,\,$1) del 2>NUL $(subst /,\,$1)) 168 RMDIR = $(shell if exist $(subst /,\,$1)\NUL deltree /y 2>NUL $(subst /,\,$1)) 171 MKDIR = $(shell if not exist $(subst /,\,$1)\NUL md 2>NUL $(subst /,\,$1)) 172 COPY = copy /y 2>NUL $(subst /,\,$1) $(subst /,\,$2) 173 COPYR = xcopy /y /e 2>NUL $(subst /,\,$1) $(subst /,\,$2) 336 APR = $(subst \,/,$(APR_WORK)) 337 APU = $(subst \,/,$(APU_WORK))
|
/aosp_15_r20/external/zstd/tests/fuzz/ |
H A D | Makefile | 80 FUZZ_D_OBJ1 := $(subst $(LIB_SRCDIR)/common/,d_lib_common_,$(FUZZ_SRC)) 81 FUZZ_D_OBJ2 := $(subst $(LIB_SRCDIR)/compress/,d_lib_compress_,$(FUZZ_D_OBJ1)) 82 FUZZ_D_OBJ3 := $(subst $(LIB_SRCDIR)/decompress/,d_lib_decompress_,$(FUZZ_D_OBJ2)) 83 FUZZ_D_OBJ4 := $(subst $(LIB_SRCDIR)/dictBuilder/,d_lib_dictBuilder_,$(FUZZ_D_OBJ3)) 84 FUZZ_D_OBJ5 := $(subst $(LIB_SRCDIR)/legacy/,d_lib_legacy_,$(FUZZ_D_OBJ4)) 85 FUZZ_D_OBJ6 := $(subst $(PRGDIR)/,d_prg_,$(FUZZ_D_OBJ5)) 86 FUZZ_D_OBJ7 := $(subst $(DEFAULT_SEQ_PROD_DIR)/,d_default_seq_prod_,$(FUZZ_D_OBJ6)) 87 FUZZ_D_OBJ8 := $(subst $\./,d_fuzz_,$(FUZZ_D_OBJ7)) 92 FUZZ_RT_OBJ1 := $(subst $(LIB_SRCDIR)/common/,rt_lib_common_,$(FUZZ_SRC)) 93 FUZZ_RT_OBJ2 := $(subst $(LIB_SRCDIR)/compress/,rt_lib_compress_,$(FUZZ_RT_OBJ1)) [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/ |
H A D | MessageUtils.java | 42 public static String subst(String patt, String arg) { in subst() method in MessageUtils 44 return subst(patt, args); in subst() 47 public static String subst(String patt, String arg1, String arg2) { in subst() method in MessageUtils 49 return subst(patt, args); in subst() 52 public static String subst(String patt, String arg1, String arg2, in subst() method in MessageUtils 55 return subst(patt, args); in subst() 58 public static String subst(String patt, String args[]) { in subst() method in MessageUtils 82 return subst(System.getProperty(propName), arg); in substProp() 86 return subst(System.getProperty(propName), arg1, arg2); in substProp() 91 return subst(System.getProperty(propName), arg1, arg2, arg3); in substProp()
|
/aosp_15_r20/external/e2fsprogs/util/ |
H A D | Makefile.in | 13 SRCS = $(srcdir)/subst.c $(srcdir)/mkutf8data.c 23 PROGS= subst symlinks mkutf8data 31 subst.o: dirpaths.h 33 subst: subst.o 35 $(Q) $(BUILD_CC) $(BUILD_LDFLAGS) -o subst subst.o 73 subst.o: $(srcdir)/subst.c $(top_builddir)/lib/config.h dirpaths.h
|
/aosp_15_r20/external/modp_b64/ |
H A D | common.mk | 150 ifeq ($(subst r,,$(MAKEFLAGS)),$(MAKEFLAGS)) 203 @$(ECHO) "AR $(subst \ 205 -> $(subst $(SRC)/,,$(TARGET_OR_MEMBER))" 207 $(subst $(SRC)/,,$(^:.o=$(suffix $(basename $(TARGET_OR_MEMBER))).o)) 234 $(ECHO) '$(subst $(OUT)/,,$(wildcard $(1)))' && \ 242 $(ECHO) '$(subst $(OUT)/,,$(wildcard $(1)))' && \ 268 ifeq ($(lastword $(subst /, ,$(CC))),clang) 274 ifeq ($(lastword $(subst /, ,$(CXX))),clang++) 386 TARGET_OR_MEMBER = $(lastword $(subst $(LP), ,$(subst $(RP),,$(or $%,$@)))) 391 @$(ECHO) "LD$(1) $(subst $(PWD)/,,$(TARGET_OR_MEMBER))" [all …]
|
/aosp_15_r20/external/minijail/ |
H A D | common.mk | 151 ifeq ($(subst r,,$(MAKEFLAGS)),$(MAKEFLAGS)) 204 @$(ECHO) "AR $(subst \ 206 -> $(subst $(SRC)/,,$(TARGET_OR_MEMBER))" 208 $(subst $(SRC)/,,$(^:.o=$(suffix $(basename $(TARGET_OR_MEMBER))).o)) 235 $(ECHO) '$(subst $(OUT)/,,$(wildcard $(1)))' && \ 243 $(ECHO) '$(subst $(OUT)/,,$(wildcard $(1)))' && \ 269 ifeq ($(lastword $(subst /, ,$(CC))),clang) 275 ifeq ($(lastword $(subst /, ,$(CXX))),clang++) 388 TARGET_OR_MEMBER = $(lastword $(subst $(LP), ,$(subst $(RP),,$(or $%,$@)))) 393 @$(ECHO) "LD$(1) $(subst $(PWD)/,,$(TARGET_OR_MEMBER))" [all …]
|
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/modp_b64/ |
H A D | common.mk | 150 ifeq ($(subst r,,$(MAKEFLAGS)),$(MAKEFLAGS)) 203 @$(ECHO) "AR $(subst \ 205 -> $(subst $(SRC)/,,$(TARGET_OR_MEMBER))" 207 $(subst $(SRC)/,,$(^:.o=$(suffix $(basename $(TARGET_OR_MEMBER))).o)) 234 $(ECHO) '$(subst $(OUT)/,,$(wildcard $(1)))' && \ 242 $(ECHO) '$(subst $(OUT)/,,$(wildcard $(1)))' && \ 268 ifeq ($(lastword $(subst /, ,$(CC))),clang) 274 ifeq ($(lastword $(subst /, ,$(CXX))),clang++) 386 TARGET_OR_MEMBER = $(lastword $(subst $(LP), ,$(subst $(RP),,$(or $%,$@)))) 391 @$(ECHO) "LD$(1) $(subst $(PWD)/,,$(TARGET_OR_MEMBER))" [all …]
|
/aosp_15_r20/external/minigbm/ |
H A D | common.mk | 145 ifeq ($(subst r,,$(MAKEFLAGS)),$(MAKEFLAGS)) 198 @$(ECHO) "AR $(subst \ 200 -> $(subst $(SRC)/,,$(TARGET_OR_MEMBER))" 202 $(subst $(SRC)/,,$(^:.o=$(suffix $(basename $(TARGET_OR_MEMBER))).o)) 229 $(ECHO) '$(subst $(OUT)/,,$(wildcard $(1)))' && \ 237 $(ECHO) '$(subst $(OUT)/,,$(wildcard $(1)))' && \ 263 ifeq ($(filter clang,$(subst -, ,$(notdir $(CC)))),clang) 269 ifeq ($(filter clang++,$(subst -, ,$(notdir $(CXX)))),clang++) 403 TARGET_OR_MEMBER = $(lastword $(subst $(LP), ,$(subst $(RP),,$(or $%,$@)))) 408 @$(ECHO) "LD$(1) $(subst $(PWD)/,,$(TARGET_OR_MEMBER))" [all …]
|
/aosp_15_r20/external/trace-cmd/ |
H A D | Makefile | 58 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 72 man_dir_SQ = '$(subst ','\'',$(man_dir))' 73 html_install_SQ = '$(subst ','\'',$(html_install))' 74 img_install_SQ = '$(subst ','\'',$(img_install))' 76 libdir_SQ = '$(subst ','\'',$(libdir))' 78 includedir_SQ = '$(subst ','\'',$(includedir))' 83 etcdir_SQ = '$(subst ','\'',$(etcdir))' 97 PLUGIN_DIR_TRACECMD_SQ = '$(subst ','\'',$(PLUGIN_DIR_TRACECMD))' 98 PYTHON_DIR_SQ = '$(subst ','\'',$(PYTHON_DIR))' 103 bindir_SQ = $(subst ','\'',$(bindir)) [all …]
|
/aosp_15_r20/build/make/core/ |
H A D | config_sanitizers.mk | 15 my_global_sanitize := $(subst true,address,$(my_global_sanitize)) 27 ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_exclude_paths)),\ 49 ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_exclude_paths)),\ 61 ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_exclude_paths)),\ 73 ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_exclude_paths)),\ 109 ifneq (,$(filter $(LOCAL_MODULE_OWNER),$(subst :, ,$(SANITIZE_NEVER_BY_OWNER)))) 137 ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_include_paths)),\ 139 ifeq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_exclude_paths)),\ 160 ifeq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_exclude_paths)),\ 162 ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_sync_include_paths)),\ [all …]
|
/aosp_15_r20/external/e2fsprogs/scrub/ |
H A D | Makefile.in | 45 $(E) " SUBST $@" 50 $(E) " SUBST $@" 55 $(E) " SUBST $@" 60 $(E) " SUBST $@" 65 $(E) " SUBST $@" 69 $(E) " SUBST $@" 73 $(E) " SUBST $@" 77 $(E) " SUBST $@" 81 $(E) " SUBST $@" 85 $(E) " SUBST $@"
|
/aosp_15_r20/external/freetype/builds/ |
H A D | toplevel.mk | 179 mkdir $(subst /,$(SEP),$(TOP_DIR)/include/dlg) 181 $(COPY) $(subst /,$(SEP),$(TOP_DIR)/subprojects/dlg/include/dlg/output.h $(TOP_DIR)/include/dlg) 182 $(COPY) $(subst /,$(SEP),$(TOP_DIR)/subprojects/dlg/include/dlg/dlg.h $(TOP_DIR)/include/dlg) 183 $(COPY) $(subst /,$(SEP),$(TOP_DIR)/subprojects/dlg/src/dlg/dlg.c $(TOP_DIR)/src/dlg) 206 $(subst /,$(SEP),$(TOP_DIR)/include/freetype/freetype.h))) 208 work := $(subst $(hash)define$(space)FREETYPE_MAJOR$(space),MAjOR=,$(work)) 209 work := $(subst $(hash)define$(space)FREETYPE_MINOR$(space),MInOR=,$(work)) 210 work := $(subst $(hash)define$(space)FREETYPE_PATCH$(space),PAtCH=,$(work)) 212 major := $(subst MAjOR=,,$(filter MAjOR=%,$(work))) 213 minor := $(subst MInOR=,,$(filter MInOR=%,$(work))) [all …]
|
/aosp_15_r20/external/drm_hwcomposer/.ci/ |
H A D | Makefile | 16 CXXARGS := $(subst [BASE_DIR],$(BASE_DIR),$(CXXARGS)) 20 CXXARGS := $(subst -nostdlibinc,,$(CXXARGS)) 110 BUILD_FILES := $(subst ./,,$(filter-out $(SKIP_FILES_path),$(BUILD_FILES_AUTO))) 135 TIDY_FILES_OVERRIDE_name_only := $(foreach pair,$(TIDY_FILES_OVERRIDE_path),$(word 1, $(subst :, ,$… 139 space := $(subst ,, ) 144 TIDY_ARGS_FINE := --checks="$(subst $(space),$(comma),$(strip $(TIDY_CHECKS_FINE)))" 145 TIDY_ARGS_NORMAL := --checks="$(subst $(space),$(comma),$(strip $(TIDY_CHECKS_NORMAL)))" 146 TIDY_ARGS_COARSE := --checks="$(subst $(space),$(comma),$(strip $(TIDY_CHECKS_COARSE)))" 155 …DY_FILES_OVERRIDE_path),$$(if $$(filter $$(word 1, $$(subst :, ,$$(pair))),$1),$$(word 2, $$(subst…
|
/aosp_15_r20/external/llvm/test/TableGen/ |
H A D | MultiPat.td | 72 // Dummy for subst 97 !subst(INTRINSIC, intr, 98 !subst(REGCLASS, VR128, 99 !subst(MNEMONIC, set, Decls.operand)))))>, 102 !subst(INTRINSIC, intr, 103 !subst(REGCLASS, VR128, 104 !subst(MNEMONIC, set, Decls.operand)))))>; 108 …!strconcat(asmstr, "\t$dst, $src1, $src2"), !cast<Intrinsic>(!subst("SUFFIX", "_ps", intr)), patte… 111 …!strconcat(asmstr, "\t$dst, $src1, $src2"), !cast<Intrinsic>(!subst("SUFFIX", "_pd", intr)), patte…
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/ |
H A D | Makefile | 25 mkdir -p hicolor/$(word 1, $(subst /, ,$(@)))/apps/ 26 inkscape $(subst .png,.svg, $(word 2, $(subst /, , $(@)))) $(INKSCAPE_GUI_FLAG) \ 27 --export-width=$(word 1, $(subst x, , $(@))) \ 28 --export-height=$(word 2, $(subst x, , $(subst /, , $(@)))) \ 29 $(INKSCAPE_OUTPUT_FLAG)=hicolor/$(word 1, $(subst /, ,$(@)))/apps/$(word 2, $(subst /, , $@))
|
/aosp_15_r20/external/llvm/utils/ |
H A D | shuffle_fuzz.py | 152 subst = {'N': width, 'T': element_type, 'IT': integral_element_type} 155 entry:""" % dict(subst, 157 ['<%(N)d x %(T)s> %%s.0.%(i)d' % dict(subst, i=i) 164 """.strip('\n') % dict(subst, i=i, next_i=i + 1, j=j, next_j=j + 1, 171 """ % dict(subst, i=len(shuffle_tree)) 190 """ % dict(subst, 191 arguments=', '.join(['<%(N)d x %(T)s> %%s.%(i)d' % dict(subst, i=i) 209 """ % dict(subst, 213 dict(subst, input=', '.join(['%(IT)s %(i)d' % dict(subst, i=i) 224 """ % dict(subst, i=i, next_i=i + 1) [all …]
|
/aosp_15_r20/external/ltp/ |
H A D | Makefile | 38 $(1): | $$(abs_top_builddir)/$$(basename $$(subst -,.,$(1))) 40 $(1):: | $$(abs_top_builddir)/$$(basename $$(subst -,.,$(1))) 85 $(MAKE) -C "$(subst -all,,$@)" \ 86 -f "$(abs_top_srcdir)/$(subst -all,,$@)/Makefile" all 89 $(MAKE) -C "$(subst -check,,$@)" \ 90 -f "$(abs_top_srcdir)/$(subst -check,,$@)/Makefile" check 94 -$(MAKE) -C "$(subst -clean,,$@)" \ 95 -f "$(abs_top_srcdir)/$(subst -clean,,$@)/Makefile" clean 117 $(MAKE) -C "$(subst -install,,$@)" \ 118 -f "$(abs_top_srcdir)/$(subst -install,,$@)/Makefile" install
|
/aosp_15_r20/external/trusty/lk/ |
D | engine.mk | 451 TOOLCHAIN_DEFINES := CLANG_BINDIR=\"$(subst $(SPACE),_,$(CLANG_BINDIR))\" 452 TOOLCHAIN_DEFINES += CLANG_TOOLS_BINDIR=\"$(subst $(SPACE),_,$(CLANG_TOOLS_BINDIR))\" 453 TOOLCHAIN_DEFINES += RUST_BINDIR=\"$(subst $(SPACE),_,$(RUST_BINDIR))\" 488 GLOBAL_DEFINES += GLOBAL_INCLUDES=\"$(subst $(SPACE),_,$(GLOBAL_INCLUDES))\" 489 GLOBAL_DEFINES += GLOBAL_COMPILEFLAGS=\"$(subst $(SPACE),_,$(GLOBAL_COMPILEFLAGS))\" 490 GLOBAL_DEFINES += GLOBAL_OPTFLAGS=\"$(subst $(SPACE),_,$(GLOBAL_OPTFLAGS))\" 491 GLOBAL_DEFINES += GLOBAL_CFLAGS=\"$(subst $(SPACE),_,$(GLOBAL_CFLAGS))\" 492 GLOBAL_DEFINES += GLOBAL_CPPFLAGS=\"$(subst $(SPACE),_,$(GLOBAL_CPPFLAGS))\" 493 GLOBAL_DEFINES += GLOBAL_ASMFLAGS=\"$(subst $(SPACE),_,$(GLOBAL_ASMFLAGS))\" 494 GLOBAL_DEFINES += GLOBAL_LDFLAGS=\"$(subst $(SPACE),_,$(GLOBAL_LDFLAGS))\" [all …]
|