HomeSort by relevance Sort by last modified time
    Searched refs:subst (Results 126 - 150 of 262) sorted by null

1 2 3 4 56 7 8 91011

  /external/compiler-rt/make/
subdir.mk 36 $(call Set,DirKey,SubDir.$(subst .,,$(subst /,__,$(1))))
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/dos/
detect.mk 35 is_dos := $(findstring DOS,$(subst Dos,DOS,$(shell ver)))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailcap.py 151 test = subst(e['test'], filename, plist)
154 command = subst(e[key], MIMEtype, filename, plist)
170 def subst(field, MIMEtype, filename, plist=[]): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailcap.py 151 test = subst(e['test'], filename, plist)
154 command = subst(e[key], MIMEtype, filename, plist)
170 def subst(field, MIMEtype, filename, plist=[]): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailcap.py 151 test = subst(e['test'], filename, plist)
154 command = subst(e[key], MIMEtype, filename, plist)
170 def subst(field, MIMEtype, filename, plist=[]): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailcap.py 151 test = subst(e['test'], filename, plist)
154 command = subst(e[key], MIMEtype, filename, plist)
170 def subst(field, MIMEtype, filename, plist=[]): function
  /external/libchrome/base/strings/
string_util.cc 888 const std::vector<OutStringType>& subst,
890 size_t substitutions = subst.size();
893 for (const auto& cur : subst)
930 formatted.append(subst.at(index));
945 const std::vector<string16>& subst,
947 return DoReplaceStringPlaceholders(format_string, subst, offsets);
951 const std::vector<std::string>& subst,
953 return DoReplaceStringPlaceholders(format_string, subst, offsets);
960 std::vector<string16> subst; local
961 subst.push_back(a)
    [all...]
  /external/libvpx/libvpx/build/make/
Makefile 35 $(foreach p,$(subst :, ,$(PATH)),$(p)/$(e)*))\
39 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
73 TGT_ISA:=$(word 1, $(subst -, ,$(TOOLCHAIN)))
74 TGT_OS:=$(word 2, $(subst -, ,$(TOOLCHAIN)))
75 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
240 find_file1=$(word 1,$(wildcard $(subst //,/,$(addsuffix /$(1),$(2)))))
247 not=$(subst yes,no,$(1))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 31 $(foreach p,$(subst :, ,$(PATH)),$(p)/$(e)*))\
35 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
74 TGT_ISA:=$(word 1, $(subst -, ,$(TOOLCHAIN)))
75 TGT_OS:=$(word 2, $(subst -, ,$(TOOLCHAIN)))
76 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN)))
219 find_file1=$(word 1,$(wildcard $(subst //,/,$(addsuffix /$(1),$(2)))))
226 not=$(subst yes,no,$(1))
  /external/v8/tools/gyp/
gyptest.py 30 def subst(self, string, dictionary=None): member in class:CommandRunner
60 s = self.subst(command)
73 command = self.subst(command)
  /ndk/build/core/
setup-toolchain.mk 85 # 1/ Use 'subst' to convert dashes into spaces, this generates a list
87 # 3/ Use 'subst' again to convert the spaces back into dashes
92 TARGET_TOOLCHAIN_BASE := $(subst $(space),-,$(call chop,$(subst -,$(space),$(TARGET_TOOLCHAIN))))
96 VERSION := $(subst clang,,$(NDK_TOOLCHAIN_VERSION))
132 TOOLCHAIN_VERSION := $(call last,$(subst -,$(space),$(TARGET_TOOLCHAIN)))
  /build/core/
java_common.mk 82 $(subst $(space),:,$(strip \
113 $(addprefix $(word 1,$(subst :,$(space),$(group)))/, \
114 $(wordlist 2,9999,$(subst :,$(space),$(group))) \
121 $(addprefix -C "$(word 1,$(subst :,$(space),$(group)))" , \
122 $(foreach w, $(wordlist 2,9999,$(subst :,$(space),$(group))), "$(w)" ) \
277 aapt_flags := $(subst --extra-packages$(space),--extra-packages@,$(LOCAL_AAPT_FLAGS))
279 aapt_flags_extra_packages := $(sort $(subst :,$(space),$(aapt_flags_extra_packages)))
281 --extra-packages $(subst $(space),:,$(aapt_flags_extra_packages))
prebuilt_internal.mk 138 $(my_register_name):$(LOCAL_INSTALLED_MODULE):$(subst $(space),$(comma),$(my_shared_libraries))
168 my_prebuilt_src_file := $(dir $(my_prebuilt_src_file))$(subst %,$(my_dpi),$(my_prebuilt_dpi_file_stem))
171 my_extract_apk := $(subst %,$(my_dpi),$(LOCAL_EXTRACT_DPI_APK))
ninja.mk 81 $(subst /,_,$(subst $(space),_,$(sort $1)))
pathmap.mk 154 $(foreach dir,$(FRAMEWORKS_SUPPORT_SUBDIRS),android-support-$(subst /,-,$(dir))) \
  /external/icu/icu4c/source/config/
mh-cygwin-msvc 128 CURR_FULL_DIR?=$(subst \,/,$(shell cygpath -da .))#M# -m isn't used because it doesn't work on Win98
130 CURR_SRCCODE_FULL_DIR=$(subst \,\\,$(shell cygpath -da .))#M#
  /external/javassist/src/main/javassist/compiler/ast/
ASTList.java 127 public boolean subst(ASTree newObj, ASTree oldObj) { method in class:ASTList
  /build/core/clang/
TARGET_x86.mk 48 $(call subst-clang-incompatible-x86-flags,\
  /cts/build/
support_package.mk 29 $(eval pair := $(subst :,$(space),$(fp)))\
  /development/build/
Android.mk 33 -e 's/$${PLATFORM_VERSION_CODENAME}/$(subst REL,,$(PLATFORM_VERSION_CODENAME))/' \
44 -e 's/$${PLATFORM_VERSION_CODENAME}/$(subst REL,,$(PLATFORM_VERSION_CODENAME))/' \
53 -e 's/$${PLATFORM_VERSION_CODENAME}/$(subst REL,,$(PLATFORM_VERSION_CODENAME))/' \
165 api_gen_classpath := $(subst $(space),:,$(api_gen_jar) $(api_gen_deps))
  /external/curl/packages/DOS/
common.dj 86 WATT32_ROOT = $(subst \,/,$(WATT_ROOT))
  /external/icu/icu4c/source/layout/
ContextualSubstSubtables.cpp 39 for (le_int16 subst = 0; subst < substCount && LE_SUCCESS(success); subst += 1) {
40 le_uint16 sequenceIndex = SWAPW(substLookupRecordArray[subst].sequenceIndex);
41 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex);
  /build/core/tasks/
sdk-addon.mk 32 $(subst .jar,_stub-addon.jar,$(1))
92 -e 's/$${PLATFORM_VERSION_CODENAME}/$(subst REL,,$(PLATFORM_VERSION_CODENAME))/' \
  /build/kati/
expr.cc 189 const string&& subst = subst_->Eval(ev); variable
196 pat.AppendSubstRef(tok, subst, s);
420 Value* subst = ParseExprImpl(loc, s.substr(i+1), terms, local
424 return new VarSubst(vname->Compact(), pat, subst);
  /external/e2fsprogs/debian/attic/libs/
rules 20 COMERR_MAJOR = $(word 1,$(subst ., ,$(COMERR_VERSION)))
22 SS_MAJOR = $(word 1,$(subst ., ,$(SS_VERSION)))

Completed in 1415 milliseconds

1 2 3 4 56 7 8 91011