Home
last modified time | relevance | path

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

1234

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
DMakefile11 mkdir -p hicolor/$(word 1, $(subst /, ,$(@)))/apps/
12 inkscape $(subst .png,.svg, $(word 2, $(subst /, , $(@)))) --without-gui \
13 --export-width=$(word 1, $(subst x, , $(@))) \
14 --export-height=$(word 2, $(subst x, , $(subst /, , $(@)))) \
15 --export-png=hicolor/$(word 1, $(subst /, ,$(@)))/apps/$(word 2, $(subst /, , $@))
/external/chromium/chrome/browser/chromeos/notifications/
Dsystem_notification_factory.cc35 std::vector<std::string> subst; in Create() local
37 subst.push_back(icon.spec()); in Create()
38 subst.push_back(EscapeForHTML(UTF16ToUTF8(title))); in Create()
39 subst.push_back(EscapeForHTML(UTF16ToUTF8(text))); in Create()
41 subst.push_back(dir == WebKit::WebTextDirectionRightToLeft ? in Create()
44 subst.push_back(dir == WebKit::WebTextDirectionRightToLeft ? in Create()
49 subst.push_back(EscapeForHTML(UTF16ToUTF8(link))); in Create()
53 subst); in Create()
/external/e2fsprogs/util/
DMakefile.in12 SRCS = $(srcdir)/subst.c
20 PROGS= subst
24 subst: subst.o
26 $(Q) $(BUILD_CC) $(BUILD_LDFLAGS) -o subst subst.o
56 subst.o: $(srcdir)/subst.c
/external/icu4c/layout/
DSubstitutionLookups.cpp40 for (le_uint16 subst = 0; subst < substCount && LE_SUCCESS(success); subst += 1) { in applySubstitutionLookups() local
41 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex); in applySubstitutionLookups()
42 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex); in applySubstitutionLookups()
/external/chromium/base/
Dstring_util_unittest.cc844 std::vector<string16> subst; in TEST() local
845 subst.push_back(ASCIIToUTF16("1")); in TEST()
846 subst.push_back(ASCIIToUTF16("2")); in TEST()
850 subst, in TEST()
858 subst, in TEST()
867 std::vector<string16> subst; in TEST() local
868 subst.push_back(ASCIIToUTF16("9a")); in TEST()
869 subst.push_back(ASCIIToUTF16("8b")); in TEST()
870 subst.push_back(ASCIIToUTF16("7c")); in TEST()
871 subst.push_back(ASCIIToUTF16("6d")); in TEST()
[all …]
Dstring_util.cc836 const std::vector<OutStringType>& subst, std::vector<size_t>* offsets) { in DoReplaceStringPlaceholders() argument
837 size_t substitutions = subst.size(); in DoReplaceStringPlaceholders()
841 for (typename std::vector<OutStringType>::const_iterator iter = subst.begin(); in DoReplaceStringPlaceholders()
842 iter != subst.end(); ++iter) { in DoReplaceStringPlaceholders()
874 formatted.append(subst.at(index)); in DoReplaceStringPlaceholders()
891 const std::vector<string16>& subst, in ReplaceStringPlaceholders() argument
893 return DoReplaceStringPlaceholders(format_string, subst, offsets); in ReplaceStringPlaceholders()
897 const std::vector<std::string>& subst, in ReplaceStringPlaceholders() argument
899 return DoReplaceStringPlaceholders(format_string, subst, offsets); in ReplaceStringPlaceholders()
906 std::vector<string16> subst; in ReplaceStringPlaceholders() local
[all …]
/external/llvm/test/TableGen/
Dsubst2.td3 // CHECK: No subst
12 Recurse<!subst("RECURSE", "RECURSE", !subst("NORECURSE", "foo", text))>;
14 def Ok1 : Text<"No subst">;
DMultiPat.td72 // 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…
DTargetInstrSpec.td64 // Dummy for subst
85 !subst(INTRINSIC, !cast<Intrinsic>(!subst("SUFFIX", "_ps", intr)),
86 !subst(REGCLASS, VR128, Decls.operand))))>;
92 !subst(INTRINSIC, !cast<Intrinsic>(!subst("SUFFIX", "_pd", intr)),
93 !subst(REGCLASS, VR128, Decls.operand))))>;
Dsubst.td24 Name<!subst("FIRST", "John", !subst("LAST", "Smith", name)),
25 !subst(TVAR, Mr, honorific)>;
/external/srec/make/asr/
DMakefile.defs230 $(subst $(space),|,'Failed to select operating system with $$(ASR_OS) == "$(ASR_$(ASR_OS))"')
297 $(subst $(space),|,'Failed to select operating system with $$(ASR_HOST_OS) == "$(ASR_HOST_OS)"')
363 $(subst $(space),|,'Failed to select operating system with $$(ASR_TARGET_OS) == "$(ASR_TARGET_OS)"')
432 $(subst $(space),|,'$$(ASR_CPU_FAMILY_TYPE) defaulted to "$(ASR_CPU_FAMILY_TYPE)"')
454 $(subst $(space),|,\
475 $(subst $(space),|,\
532 $(subst $(space),|,'$$(ASR_CPU_FAMILY_TYPE) defaulted to "$(ASR_CPU_FAMILY_TYPE)"')
553 $(subst $(space),|,\
573 $(subst $(space),|,\
628 $(subst $(space),|,'$$(ASR_CPU_FAMILY_TYPE) defaulted to "$(ASR_CPU_FAMILY_TYPE)"')
[all …]
/external/chromium/chrome/browser/ui/webui/
Dntp_resource_cache.cc437 std::vector<std::string> subst; in CreateNewTabIncognitoCSS() local
440 subst.push_back( in CreateNewTabIncognitoCSS()
444 subst.push_back(SkColorToRGBAString(color_background)); // $2 in CreateNewTabIncognitoCSS()
445 subst.push_back(GetNewTabBackgroundCSS(tp, false)); // $3 in CreateNewTabIncognitoCSS()
446 subst.push_back(GetNewTabBackgroundCSS(tp, true)); // $4 in CreateNewTabIncognitoCSS()
447 subst.push_back(GetNewTabBackgroundTilingCSS(tp)); // $5 in CreateNewTabIncognitoCSS()
456 new_tab_theme_css, subst, NULL); in CreateNewTabIncognitoCSS()
514 std::vector<std::string> subst; in CreateNewTabCSS() local
521 subst.push_back( in CreateNewTabCSS()
525 subst.push_back(SkColorToRGBAString(color_background)); // $2 in CreateNewTabCSS()
[all …]
/external/chromium/chrome/browser/notifications/
Ddesktop_notification_service.cc213 std::vector<std::string> subst; in CreateDataUrl() local
216 subst.push_back(icon_url.spec()); in CreateDataUrl()
217 subst.push_back(EscapeForHTML(UTF16ToUTF8(title))); in CreateDataUrl()
218 subst.push_back(EscapeForHTML(UTF16ToUTF8(body))); in CreateDataUrl()
220 subst.push_back(dir == WebKit::WebTextDirectionRightToLeft ? in CreateDataUrl()
228 subst.push_back(EscapeForHTML(UTF16ToUTF8(line_name))); in CreateDataUrl()
229 subst.push_back(EscapeForHTML(UTF16ToUTF8(line))); in CreateDataUrl()
232 subst.push_back(EscapeForHTML(UTF16ToUTF8(title))); in CreateDataUrl()
233 subst.push_back(EscapeForHTML(UTF16ToUTF8(body))); in CreateDataUrl()
236 subst.push_back(dir == WebKit::WebTextDirectionRightToLeft ? in CreateDataUrl()
[all …]
/external/icu4c/config/
Dmh-cygwin36 # $(subst) won't work in shell script. #M# at the end omits these
38 …LAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M#
39 …LAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M#
91 IMPORT_LIB = $(subst cyg,lib,$(FINAL_SO_TARGET)).$(A)#M#
92 MIDDLE_IMPORT_LIB = $(subst cyg,lib,$(basename $(SO_TARGET)))$(SO_TARGET_VERSION_MAJOR).$(SO).$(A)#…
102 $(RM) $(subst cyg,lib,$@).$(A) && ln -s $(subst cyg,lib,${<F}).$(A) $(subst cyg,lib,$@).$(A)
/external/e2fsprogs/
DMCONFIG.in130 SUBST_CONF=$(top_builddir)/util/subst.conf
131 SUBSTITUTE= $(top_builddir)/util/subst -f $(SUBST_CONF)
132 SUBSTITUTE_UPTIME= $(top_builddir)/util/subst -t -f $(SUBST_CONF)
133 DEP_SUBSTITUTE= $(top_builddir)/util/subst $(SUBST_CONF)
135 $(top_builddir)/util/subst:
136 cd $(top_builddir)/util ; $(MAKE) subst
197 $(top_builddir)/util/subst.conf: $(top_srcdir)/util/subst.conf.in \
199 cd $(top_builddir); CONFIG_FILES=util/subst.conf ./config.status
/external/compiler-rt/make/
Dutil.mk11 streq = $(if $(1),$(if $(subst $(1),,$(2))$(subst $(2),,$(1)),,true),$(if $(2),,true))
98 $(call Set,varname,$(firstword $(subst =, ,$(arg)))) \
Dsubdir.mk35 $(call Set,DirKey,SubDir.$(subst .,,$(subst /,__,$(1))))
/external/clang/include/clang/Basic/
DMakefile20 CLANG_VERSION := $(subst svn,,$(LLVMVersion))
21 CLANG_VERSION := $(subst rc,,$(CLANG_VERSION))
24 CLANG_VERSION_COMPONENTS := $(subst ., ,$(CLANG_VERSION))
/external/libvpx/build/make/
DMakefile29 $(foreach p,$(subst :, ,$(PATH)),$(p)/$(e)*))\
33 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
71 TGT_ISA:=$(word 1, $(subst -, ,$(TOOLCHAIN)))
72 TGT_OS:=$(word 2, $(subst -, ,$(TOOLCHAIN)))
73 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
170 find_file1=$(word 1,$(wildcard $(subst //,/,$(addsuffix /$(1),$(2)))))
177 not=$(subst yes,no,$(1))
/external/proguard/build/
Dmakefile6 PROGUARD_HOME := $(subst ./..,..,$(subst /build/..,/,$(dir $(MAKEFILE_LIST))..))
85 cp $(subst $(CLASSES),$(SRC),$@) $@
/external/clang/
Dclang-version-inc.mk14 CLANG_VERSION := $(subst svn,,$(LLVMVersion))
15 CLANG_VERSION_COMPONENTS := $(subst ., ,$(CLANG_VERSION))
/external/iproute2/doc/
DMakefile16 HTMLFILES=$(subst .sgml,.html,$(shell echo *.sgml))
17 DVIFILES=$(subst .ps,.dvi,$(PSFILES))
/external/llvm/projects/sample/
DMakefile.common.in13 PROJ_SRC_ROOT := $(subst //,/,@abs_top_srcdir@)
16 PROJ_OBJ_ROOT := $(subst //,/,@abs_top_builddir@)
/external/llvm/test/
DMakefile114 CXX_FOR_OCAMLOPT := $(subst gcc,g++,$(CC_FOR_OCAMLOPT))
134 …@$(ECHOPATH) s=@OCAMLOPT@=$(OCAMLOPT) -cc $(subst *,'\\\"',*$(subst =,"\\=",$(CXX_FOR_OCAMLOPT))*)…
/external/linux-tools-perf/
DMakefile627 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
628 bindir_SQ = $(subst ','\'',$(bindir))
629 bindir_relative_SQ = $(subst ','\'',$(bindir_relative))
630 mandir_SQ = $(subst ','\'',$(mandir))
631 infodir_SQ = $(subst ','\'',$(infodir))
632 perfexecdir_SQ = $(subst ','\'',$(perfexecdir))
633 template_dir_SQ = $(subst ','\'',$(template_dir))
634 htmldir_SQ = $(subst ','\'',$(htmldir))
635 prefix_SQ = $(subst ','\'',$(prefix))
637 SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
[all …]

1234