Home
last modified time | relevance | path

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

123

/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()
DContextualSubstSubtables.cpp39 for (le_int16 subst = 0; subst < substCount && LE_SUCCESS(success); subst += 1) { in applySubstitutionLookups() local
40 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex); in applySubstitutionLookups()
41 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/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/llvm/test/TableGen/
Dsubst2.td3 // CHECK: No subst
12 Recurse<!subst("RECURSE", "RECURSE", !subst("NORECURSE", "foo", text))>;
14 def Ok1 : Text<"No subst">;
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)>;
Dforeach.td21 class D<list<string> names> : A<!foreach(Decls.name, names, !subst("NAME", "John Smith", Decls.name…
/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)
Dmh-mingw75 CURR_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
77 #CURR_SRCCODE_FULL_DIR=$(subst /,\\\\,$(shell pwd -W))#M# for MSYS
78 CURR_SRCCODE_FULL_DIR=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
/external/e2fsprogs/
DMCONFIG.in128 SUBST_CONF=$(top_builddir)/util/subst.conf
129 SUBSTITUTE= $(top_builddir)/util/subst -f $(SUBST_CONF)
130 SUBSTITUTE_UPTIME= $(top_builddir)/util/subst -t -f $(SUBST_CONF)
131 DEP_SUBSTITUTE= $(top_builddir)/util/subst $(SUBST_CONF)
133 $(top_builddir)/util/subst:
134 cd $(top_builddir)/util ; $(MAKE) subst
194 $(top_builddir)/util/subst.conf: $(top_srcdir)/util/subst.conf.in \
196 cd $(top_builddir); CONFIG_FILES=util/subst.conf ./config.status
/external/clang/include/clang/Basic/
DMakefile18 CLANG_VERSION := $(subst svn,,$(LLVMVersion))
19 CLANG_VERSION := $(subst rc,,$(CLANG_VERSION))
22 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/llvm/projects/sample/
DMakefile.common.in13 PROJ_SRC_ROOT := $(subst //,/,@abs_top_srcdir@)
16 PROJ_OBJ_ROOT := $(subst //,/,@abs_top_objdir@)
/external/iproute2/doc/
DMakefile16 HTMLFILES=$(subst .sgml,.html,$(shell echo *.sgml))
17 DVIFILES=$(subst .ps,.dvi,$(PSFILES))
/external/clang/lib/AST/
DTemplateName.cpp147 } else if (SubstTemplateTemplateParmStorage *subst in print() local
149 subst->getReplacement().print(OS, Policy, SuppressNNS); in print()
/external/protobuf/gtest/scons/
DSConstruct.common334 #print 'CCFLAGS: %s' % env.subst('$CCFLAGS')
335 #print 'LINK: %s' % env.subst('$LINK')
336 #print 'AR: %s' % env.subst('$AR')
337 #print 'CC: %s' % env.subst('$CC')
338 #print 'CXX: %s' % env.subst('$CXX')
339 #print 'LIBPATH: %s' % env.subst('$LIBPATH')

123