HomeSort by relevance Sort by last modified time
    Searched refs:subst (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/icu4c/layout/
SubstitutionLookups.cpp 40 for (le_uint16 subst = 0; subst < substCount && LE_SUCCESS(success); subst += 1) {
41 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex);
42 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex);
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification_factory.cc 35 std::vector<std::string> subst; local
37 subst.push_back(icon.spec());
38 subst.push_back(EscapeForHTML(UTF16ToUTF8(title)));
39 subst.push_back(EscapeForHTML(UTF16ToUTF8(text)));
41 subst.push_back(dir == WebKit::WebTextDirectionRightToLeft ?
44 subst.push_back(dir == WebKit::WebTextDirectionRightToLeft ?
49 subst.push_back(EscapeForHTML(UTF16ToUTF8(link)));
53 subst);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
Makefile 11 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/e2fsprogs/util/
Makefile.in 12 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
  /bootable/recovery/minui/
Android.mk 16 ifeq ($(subst ",,$(TARGET_RECOVERY_PIXEL_FORMAT)),RGBX_8888)
19 ifeq ($(subst ",,$(TARGET_RECOVERY_PIXEL_FORMAT)),BGRA_8888)
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ConstructorProjection.java 17 package signature.compare.model.subst;
MethodProjection.java 17 package signature.compare.model.subst;
ViewpointAdapter.java 17 package signature.compare.model.subst;
100 ITypeReference subst = mappings.get(((ITypeVariableReference) type) local
102 return subst != null ? subst : type;
ArrayTypeProjection.java 17 package signature.compare.model.subst;
ClassReferenceProjection.java 17 package signature.compare.model.subst;
ParameterProjection.java 17 package signature.compare.model.subst;
WildcardTypeProjection.java 17 package signature.compare.model.subst;
  /external/icu4c/config/
mh-cygwin 36 # $(subst) won't work in shell script. #M# at the end omits these
38 SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M#
39 SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -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)#M#
102 $(RM) $(subst cyg,lib,$@).$(A) && ln -s $(subst cyg,lib,${<F}).$(A) $(subst cyg,lib,$@).$(A)
  /build/core/
llvm_config.mk 6 define do-clang-flags-subst
7 TARGET_GLOBAL_CLANG_FLAGS := $(subst $(1),$(2),$(TARGET_GLOBAL_CLANG_FLAGS))
8 HOST_GLOBAL_CLANG_FLAGS := $(subst $(1),$(2),$(HOST_GLOBAL_CLANG_FLAGS))
11 define clang-flags-subst
12 $(eval $(call do-clang-flags-subst,$(1),$(2)))
89 $(call clang-flags-subst,-march=armv5te,-march=armv5t)
90 $(call clang-flags-subst,-march=armv5e,-march=armv5)
93 $(call clang-flags-subst,-Wno-psabi,)
94 $(call clang-flags-subst,-Wno-unused-but-set-variable,)
node_fns.mk 100 $(eval h := |||$(subst $(space),|||,$(strip $(1)))|||) \
101 $(eval h := $(subst |||$(strip $(2))|||,|||$(space)|||,$(h))) \
103 $(subst |||,$(space),$(h)) \
130 $(subst $(INHERIT_TAG),, \
distdir.mk 55 $(eval fw := $(subst :,$(space),$(file))) \
  /external/clang/
clang-version-inc.mk 14 CLANG_VERSION := $(subst svn,,$(LLVMVersion))
15 CLANG_VERSION_COMPONENTS := $(subst ., ,$(CLANG_VERSION))
  /external/iproute2/doc/
Makefile 16 HTMLFILES=$(subst .sgml,.html,$(shell echo *.sgml))
17 DVIFILES=$(subst .ps,.dvi,$(PSFILES))
  /external/chromium/chrome/browser/notifications/
desktop_notification_service.cc 213 std::vector<std::string> subst; local
216 subst.push_back(icon_url.spec());
217 subst.push_back(EscapeForHTML(UTF16ToUTF8(title)));
218 subst.push_back(EscapeForHTML(UTF16ToUTF8(body)));
220 subst.push_back(dir == WebKit::WebTextDirectionRightToLeft ?
228 subst.push_back(EscapeForHTML(UTF16ToUTF8(line_name)));
229 subst.push_back(EscapeForHTML(UTF16ToUTF8(line)));
232 subst.push_back(EscapeForHTML(UTF16ToUTF8(title)));
233 subst.push_back(EscapeForHTML(UTF16ToUTF8(body)));
236 subst.push_back(dir == WebKit::WebTextDirectionRightToLeft
    [all...]
  /external/chromium/base/
string_util_unittest.cc 844 std::vector<string16> subst; local
845 subst.push_back(ASCIIToUTF16("1"));
846 subst.push_back(ASCIIToUTF16("2"));
850 subst,
858 subst,
867 std::vector<string16> subst; local
868 subst.push_back(ASCIIToUTF16("9a"));
869 subst.push_back(ASCIIToUTF16("8b"));
870 subst.push_back(ASCIIToUTF16("7c"));
871 subst.push_back(ASCIIToUTF16("6d"))
888 std::vector<string16> subst; local
901 std::vector<std::string> subst; local
920 std::vector<std::string> subst; local
    [all...]
  /external/chromium/chrome/browser/ui/webui/
ntp_resource_cache.cc 437 std::vector<std::string> subst; local
440 subst.push_back(
444 subst.push_back(SkColorToRGBAString(color_background)); // $2
445 subst.push_back(GetNewTabBackgroundCSS(tp, false)); // $3
446 subst.push_back(GetNewTabBackgroundCSS(tp, true)); // $4
447 subst.push_back(GetNewTabBackgroundTilingCSS(tp)); // $5
456 new_tab_theme_css, subst, NULL);
514 std::vector<std::string> subst; local
521 subst.push_back(
525 subst.push_back(SkColorToRGBAString(color_background)); // $
    [all...]
  /external/srec/make/asr/
Makefile.defs 230 $(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/clang/include/clang/Basic/
Makefile 20 CLANG_VERSION := $(subst svn,,$(LLVMVersion))
21 CLANG_VERSION := $(subst rc,,$(CLANG_VERSION))
24 CLANG_VERSION_COMPONENTS := $(subst ., ,$(CLANG_VERSION))
  /external/proguard/build/
makefile 6 PROGUARD_HOME := $(subst ./..,..,$(subst /build/..,/,$(dir $(MAKEFILE_LIST))..))
85 cp $(subst $(CLASSES),$(SRC),$@) $@
  /prebuilts/tools/common/proguard/proguard4.7/build/
makefile 6 PROGUARD_HOME := $(subst ./..,..,$(subst /build/..,/,$(dir $(MAKEFILE_LIST))..))
85 cp $(subst $(CLASSES),$(SRC),$@) $@

Completed in 854 milliseconds

1 2 3 4 5