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

1 2 34 5 6 7 8 91011

  /external/icu/icu4j/
adjust_icudt_path.mk 22 $(tmp_resource_dir)/$(config_path): private_icu4c_data := $(subst /,\/,$(icu4c_data))
29 $(subst -C "$(icu4j_config_root)" "$(config_path)",,$(extra_jar_args)) \
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/compiler/
gcc-dev.mk 91 CLEAN_LIBRARY ?= $(DELETE) $(subst /,$(SEP),$(PROJECT_LIBRARY))
  /external/proguard/build/
makefile 7 PROGUARD_HOME := $(subst ./..,..,$(subst /build/..,/,$(dir $(MAKEFILE_LIST))..))
22 CLASSPATH = $(ANT_JAR):$(subst $(SPACE),:,$(GRADLE_JARS)):$(WTK_JAR)
99 cp $(subst $(CLASSES),$(SRC),$@) $@
  /build/core/clang/
mips.mk 24 define subst-clang-incompatible-mips-flags
mips64.mk 24 define subst-clang-incompatible-mips64-flags
TARGET_mips64.mk 41 $(call subst-clang-incompatible-mips64-flags,\
TARGET_x86_64.mk 41 $(call subst-clang-incompatible-x86_64-flags,\
  /external/mesa3d/src/gallium/targets/libgl-xlib/
SConscript 57 libgl = env.subst('${SHLIBPREFIX}GL${SHLIBSUFFIX}')
  /development/build/tools/
windows_sdk.mk 51 WIN_SDK_NAME := $(subst $(HOST_OS)-$(SDK_HOST_ARCH),windows,$(MAIN_SDK_NAME))
52 WIN_SDK_DIR := $(subst $(HOST_OS)-$(SDK_HOST_ARCH),windows,$(MAIN_SDK_DIR))
86 $(TOPDIR)development/build/tools/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
89 $(TOPDIR)sdk/build/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
94 zip -rq $(subst @,-q,$(hide)) $(WIN_SDK_NAME).zip $(WIN_SDK_NAME) \
  /external/compiler-rt/make/
util.mk 10 # LHS == RHS <=> (LHS subst RHS is empty) and (RHS subst LHS is empty)
11 streq = $(if $(1),$(if $(subst $(1),,$(2))$(subst $(2),,$(1)),,true),$(if $(2),,true))
98 $(call Set,varname,$(firstword $(subst =, ,$(arg)))) \
  /build/core/
product_config.mk 43 $(eval w := $(subst $(c),,$(w))) \
101 product_goals := $(subst -, ,$(product_goals))
154 TARGET_BUILD_APPS := $(strip $(subst -, ,$(patsubst APP-%,%,$(unbundled_goals))))
200 $(eval _cpm_words := $(subst :,$(space),$(f)))\
298 $(subst $(space),$(comma),$(strip $(PRODUCT_AAPT_CONFIG)))
401 $(eval m := $(firstword $(subst =,$(space),$(c))))\
405 $(eval cf := $(subst $(_PDPMC_SP_PLACE_HOLDER),$(space),$(cf)))\
415 $(eval m := $(firstword $(subst =,$(space),$(c))))\
419 $(eval cf := $(subst $(_PSMC_SP_PLACE_HOLDER),$(space),$(cf)))\
distdir.mk 60 $(eval fw := $(subst :,$(space),$(file))) \
product.mk 205 $(if $(filter 2 3,$(words $(subst :,$(space),$(cf)))),, \
324 $(if $(wildcard $(word 1,$(subst :, ,$(1)))),$(1))
333 $(eval _c := $(subst $(space),$(_PDPMC_SP_PLACE_HOLDER),$(strip $(2))))\
344 $(eval _c := $(subst $(space),$(_PSMC_SP_PLACE_HOLDER),$(strip $(2))))\
  /external/chromium-trace/catapult/third_party/webtest/webtest/
utils.py 39 subst = dict(lmethod=method.lower(), method=method)
40 wrapper.__doc__ = json_method.__doc__ % subst
41 wrapper.__name__ = str('%(lmethod)s_json' % subst)
  /external/clang/include/clang/Basic/
Makefile 21 CLANG_VERSION := $(subst svn,,$(LLVMVersion))
22 CLANG_VERSION := $(subst rc,,$(CLANG_VERSION))
25 CLANG_VERSION_COMPONENTS := $(subst ., ,$(CLANG_VERSION))
  /external/llvm/cmake/modules/
Makefile 56 cmake_path_suffix := $(subst $(PROJ_prefix),,$(subst $(DESTDIR),,$(PROJ_cmake)))
57 cmake_path_dirs := $(subst /, ,$(cmake_path_suffix))
120 echo 'set_property(TARGET LLVMSupport APPEND PROPERTY IMPORTED_LINK_INTERFACE_LIBRARIES '"$(subst -l,,$(LIBS))"')' \
  /external/v8/
Makefile 320 BUILDTYPE=$(shell echo $(subst .,,$(suffix $@)) | \
335 MODE="$(subst .,,$(suffix $@))" \
345 MODE="$(subst .,,$(suffix $@))" \
412 quickcheck: $(subst $(COMMA),$(SPACE),$(FASTCOMPILEMODES))
420 turbocheck: $(subst $(COMMA),$(SPACE),$(FASTCOMPILEMODES))
449 $(eval CXX_TARGET_ARCH:=$(subst aarch64,arm64,$(CXX_TARGET_ARCH)))
450 $(eval CXX_TARGET_ARCH:=$(subst x86_64,x64,$(CXX_TARGET_ARCH)))
451 $(eval CXX_TARGET_ARCH:=$(subst s390x,s390,$(CXX_TARGET_ARCH)))
452 $(eval CXX_TARGET_ARCH:=$(subst powerpc,ppc,$(CXX_TARGET_ARCH)))
453 $(eval CXX_TARGET_ARCH:=$(subst ppc64,ppc,$(CXX_TARGET_ARCH))
    [all...]
  /external/v8/build/config/mac/
gen_plist.py 191 parser.add_argument('-s', '--subst', action='append', default=[],
198 for subst in args.subst:
199 key, value = subst.split('=', 1)
  /ndk/build/core/
setup-abi.mk 33 $(eval TARGET_PLATFORM := $$(subst android-$(_plat),android-9,$$(TARGET_PLATFORM)))\
40 $(eval TARGET_PLATFORM := $$(subst android-$(_plat),android-21,$$(TARGET_PLATFORM)))\
44 TARGET_PLATFORM_LEVEL := $(strip $(subst android-,,$(TARGET_PLATFORM)))
  /build/kati/
strutil_test.cc 57 string SubstPattern(StringPiece str, StringPiece pat, StringPiece subst) {
59 Pattern(pat).AppendSubst(str, subst, &r);
strutil.cc 195 void Pattern::AppendSubst(StringPiece str, StringPiece subst,
199 AppendString(subst, out);
208 size_t subst_percent_index = subst.find('%');
210 AppendString(subst, out);
213 AppendString(subst.substr(0, subst_percent_index), out);
216 AppendString(subst.substr(subst_percent_index + 1), out);
223 void Pattern::AppendSubstRef(StringPiece str, StringPiece subst,
225 if (percent_index_ != string::npos && subst.find('%') != string::npos) {
226 AppendSubst(str, subst, out);
231 out->append(subst.begin(), subst.end())
    [all...]
  /external/libunwind/
Android.build.mk 111 $(subst tdep-arm64,tdep-aarch64,$(LOCAL_C_INCLUDES_arm64))
114 $(subst src/arm64,src/aarch64,$(LOCAL_SRC_FILES_arm64))
  /external/llvm/tools/llvm-config/
Android.mk 30 $(GEN) : PRIVATE_CUSTOM_TOOL = sed -e 's/@ANDROID_BUILD_TOP@/$(subst /,\/,$(ANDROID_BUILD_TOP))/' < $< > $@
  /art/build/
Android.cpplint.mk 44 art_cpplint_touch := $$(OUT_CPPLINT)/$$(subst /,__,$$(art_cpplint_file))
  /build/core/tasks/
ide.mk 22 $(strip $(subst -,$(space),$(patsubst $(1)-%,%,$(2))))

Completed in 1170 milliseconds

1 2 34 5 6 7 8 91011