HomeSort by relevance Sort by last modified time
    Searched refs:subst (Results 151 - 175 of 230) sorted by null

1 2 3 4 5 67 8 910

  /build/make/core/
main.mk 406 $(foreach component,$(subst /,$(space),$(path)),\
567 $(eval p := $(subst :,$(space),$(m)))\
569 $(eval deps := $(subst $(comma),$(space),$(lastword $(p))))\
641 $(word 2,$(subst :,$(space),$(1)))
650 $(patsubst _,,$(word 3,$(subst :,$(space),$(1))))
653 $(patsubst _,,$(word 4,$(subst :,$(space),$(1))))
656 $(word 5,$(subst :,$(space),$(1)))
659 $(word 6,$(subst :,$(space),$(1)))
    [all...]
aux_config.mk 98 $(eval _pair := $(subst :, ,$(1))) \
config.mk 363 TARGET_CPU_ABI_LIST := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST)))
364 TARGET_CPU_ABI_LIST_32_BIT := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST_32_BIT)))
365 TARGET_CPU_ABI_LIST_64_BIT := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST_64_BIT)))
716 APICHECK_CLASSPATH := $(subst $(space),:,$(strip $(APICHECK_CLASSPATH_ENTRIES)))
    [all...]
binary.mk 65 ifneq (,$(strip $(foreach dir,$(subst $(comma),$(space),$(COVERAGE_PATHS)),$(filter $(dir)%,$(LOCAL_PATH)))))
66 ifeq (,$(strip $(foreach dir,$(subst $(comma),$(space),$(COVERAGE_EXCLUDE_PATHS)),$(filter $(dir)%,$(LOCAL_PATH)))))
    [all...]
package_internal.mk 397 my_split_suffixes := $(subst $(comma),_,$(my_apk_split_configs))
  /external/swiftshader/third_party/LLVM/test/
Makefile 132 CXX_FOR_OCAMLOPT := $(subst gcc,g++,$(CC_FOR_OCAMLOPT))
  /build/kati/
serialize.go 418 subst, err := deserializeVar(sv.Children[2])
425 subst: subst,
rule_parser.go 36 func (p pattern) subst(repl, str string) string { func
strutil.go 178 func substPatternBytes(pat, repl, str []byte) (pre, subst, post []byte) {
  /external/llvm/lib/Target/Hexagon/
BitTracker.h 50 void subst(RegisterRef OldRR, RegisterRef NewRR);
  /external/syslinux/com32/hdt/
Makefile 28 OBJS = $(subst $(SRC)/,,$(patsubst %.c,%.o,$(wildcard $(SRC)/*.c)))
  /system/keymaster/
Makefile 383 $(GTEST)/src/gtest-all.o: CXXFLAGS:=$(subst -Wmissing-declarations,,$(CXXFLAGS))
  /external/apache-http/
Android.mk 111 -stubpackages $(subst $(space),:,$(apache_http_packages)) \
  /external/bison/
maint.mk 72 _dot_escaped_srcdir = $(subst .,\.,$(srcdir))
99 VERSION_REGEXP = $(subst .,\.,$(VERSION))
100 PREV_VERSION_REGEXP = $(subst .,\.,$(PREV_VERSION))
107 tag-this-version = $(subst .,_,$(VERSION))
612 _sig_function_re = $(subst $(_sp),|,$(strip $(_sig_functions)))
631 _sig_syms_re = $(subst $(_sp),|,$(strip $(_sig_names) $(_sig_types_and_consts)))
668 _intprops_syms_re = $(subst $(_sp),|,$(strip $(_intprops_names)))
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /external/vboot_reference/
Makefile 232 BUILD_RUN = $(subst ${SYSROOT},,${BUILD})
233 SRC_RUN = $(subst ${SYSROOT},,${SRCDIR})
864 @${PRINTF} " RM $(subst ${BUILD}/,,$@)\n"
866 @${PRINTF} " AR $(subst ${BUILD}/,,$@)\n"
873 @${PRINTF} " RM $(subst ${BUILD}/,,$@)\n"
875 @${PRINTF} " AR $(subst ${BUILD}/,,$@)\n"
882 @${PRINTF} " RM $(subst ${BUILD}/,,$@)\n"
884 @${PRINTF} " AR $(subst ${BUILD}/,,$@)\n"
891 @${PRINTF} " RM $(subst ${BUILD}/,,$@)\n"
893 @${PRINTF} " AR $(subst ${BUILD}/,,$@)\n
    [all...]
  /build/soong/androidmk/parser/
parser.go 537 "subst",
  /external/compiler-rt/make/platform/
clang_darwin.mk 130 override CC := $(subst -arch ,-arch_,$(CC))
  /external/clang/lib/AST/
ASTContext.cpp 4320 SubstTemplateTemplateParmStorage *subst local
4327 SubstTemplateTemplateParmPackStorage *subst local
4360 SubstTemplateTemplateParmStorage *subst local
4366 SubstTemplateTemplateParmPackStorage *subst local
6658 SubstTemplateTemplateParmStorage *subst local
    [all...]
ItaniumMangle.cpp 1775 SubstTemplateTemplateParmStorage *subst local
1895 SubstTemplateTemplateParmStorage *subst = local
    [all...]

Completed in 3796 milliseconds

1 2 3 4 5 67 8 910