/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/ |
D | 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/ |
D | Makefile.in | 12 SRCS = $(srcdir)/subst.c 21 PROGS= subst symlinks 25 subst: subst.o 27 $(Q) $(BUILD_CC) $(BUILD_LDFLAGS) -o subst subst.o 61 subst.o: $(srcdir)/subst.c
|
/external/llvm/utils/ |
D | shuffle_fuzz.py | 152 subst = {'N': width, 'T': element_type, 'IT': integral_element_type} 155 entry:""" % dict(subst, 157 ['<%(N)d x %(T)s> %%s.0.%(i)d' % dict(subst, i=i) 164 """.strip('\n') % dict(subst, i=i, next_i=i + 1, j=j, next_j=j + 1, 171 """ % dict(subst, i=len(shuffle_tree)) 190 """ % dict(subst, 191 arguments=', '.join(['<%(N)d x %(T)s> %%s.%(i)d' % dict(subst, i=i) 209 """ % dict(subst, 213 dict(subst, input=', '.join(['%(IT)s %(i)d' % dict(subst, i=i) 224 """ % dict(subst, i=i, next_i=i + 1) [all …]
|
/external/icu/icu4c/source/layout/ |
D | SubstitutionLookups.cpp | 40 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()
|
/external/lldb/test/make/ |
D | Makefile.rules | 78 override ARCH := $(subst x86_64,64,$(ARCH)) 81 override ARCH := $(subst i386,32,$(ARCH)) 108 …subst clang,clang++,$(1)), $(if $(findstring icc,$(1)), $(subst icc,icpc,$(1)), $(if $(findstring … 111 …subst clang,clang++,$(1)), $(if $(findstring icc,$(1)), $(subst icc,icpc,$(1)), $(if $(findstring … 229 override CXXFLAGS := $(subst -std=c++11,-std=c++0x,$(CXXFLAGS))
|
/external/llvm/test/TableGen/ |
D | subst2.td | 3 // CHECK: No subst 12 Recurse<!subst("RECURSE", "RECURSE", !subst("NORECURSE", "foo", text))>; 14 def Ok1 : Text<"No subst">;
|
D | MultiPat.td | 72 // Dummy for subst 97 !subst(INTRINSIC, intr, 98 !subst(REGCLASS, VR128, 99 !subst(MNEMONIC, set, Decls.operand)))))>, 102 !subst(INTRINSIC, intr, 103 !subst(REGCLASS, VR128, 104 !subst(MNEMONIC, set, Decls.operand)))))>; 108 …!strconcat(asmstr, "\t$dst, $src1, $src2"), !cast<Intrinsic>(!subst("SUFFIX", "_ps", intr)), patte… 111 …!strconcat(asmstr, "\t$dst, $src1, $src2"), !cast<Intrinsic>(!subst("SUFFIX", "_pd", intr)), patte…
|
D | TargetInstrSpec.td | 69 // Dummy for subst 90 !subst(INTRINSIC, !cast<Intrinsic>(!subst("SUFFIX", "_ps", intr)), 91 !subst(REGCLASS, VR128, Decls.operand))))>; 97 !subst(INTRINSIC, !cast<Intrinsic>(!subst("SUFFIX", "_pd", intr)), 98 !subst(REGCLASS, VR128, Decls.operand))))>;
|
D | subst.td | 19 Name<!subst("FIRST", "John", !subst("LAST", "Smith", name)), 20 !subst(TVAR, Mr, honorific)>; 29 // CHECK-NEXT: string name = !subst("FIRST", "John", !subst("LAST", "Smith", AName:name)); 30 // CHECK-NEXT: Honorific honorific = !subst(TVAR, Mr, AName:honorific);
|
/external/icu/icu4c/source/config/ |
D | mh-cygwin64 | 36 # $(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)
|
D | mh-cygwin | 36 # $(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)
|
/external/compiler-rt/make/ |
D | util.mk | 11 streq = $(if $(1),$(if $(subst $(1),,$(2))$(subst $(2),,$(1)),,true),$(if $(2),,true)) 98 $(call Set,varname,$(firstword $(subst =, ,$(arg)))) \
|
D | subdir.mk | 36 $(call Set,DirKey,SubDir.$(subst .,,$(subst /,__,$(1))))
|
/external/iproute2/doc/ |
D | Makefile | 16 HTMLFILES=$(subst .sgml,.html,$(shell echo *.sgml)) 17 DVIFILES=$(subst .ps,.dvi,$(PSFILES)) 18 PDFFILES=$(subst .ps,.pdf,$(PSFILES))
|
/external/e2fsprogs/ |
D | MCONFIG.in | 148 SUBST_CONF=$(top_builddir)/util/subst.conf 149 SUBSTITUTE= $(top_builddir)/util/subst -f $(SUBST_CONF) 150 SUBSTITUTE_UPTIME= $(top_builddir)/util/subst -t -f $(SUBST_CONF) 151 DEP_SUBSTITUTE= $(top_builddir)/util/subst $(SUBST_CONF) 153 $(top_builddir)/util/subst: 154 cd $(top_builddir)/util ; $(MAKE) subst 240 $(top_builddir)/util/subst.conf: $(top_srcdir)/util/subst.conf.in \ 242 cd $(top_builddir); CONFIG_FILES=util/subst.conf ./config.status
|
/external/proguard/build/ |
D | 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),$@) $@
|
/external/libxml2/win32/ |
D | Makefile.mingw | 161 XML_SRCS = $(subst .o,.c,$(subst $(XML_INTDIR)/,$(XML_SRCDIR)/,$(XML_OBJS))) 209 XML_SRCS_A = $(subst .o,.c,$(subst $(XML_INTDIR_A)/,$(XML_SRCDIR)/,$(XML_OBJS_A))) 341 $(CC) -DLIBXML_STATIC $(CFLAGS) -o $(subst .c,.o,$(UTILS_INTDIR)/$(<F)) -c $< 342 $(LD) $(LDFLAGS) -o $@ $(subst .c,.o,$(UTILS_INTDIR)/$(<F)) -l$(XML_BASENAME) $(LIBS) 345 $(CC) $(CFLAGS) -o $(subst .c,.o,$(UTILS_INTDIR)/$(<F)) -c $< 346 $(LD) $(LDFLAGS) -o $@ $(subst .c,.o,$(UTILS_INTDIR)/$(<F)) -l$(XML_BASENAME) $(LIBS)
|
/external/linux-tools-perf/src/tools/perf/config/ |
D | Makefile | 465 ETC_PERFCONFIG_SQ = $(subst ','\'',$(ETC_PERFCONFIG)) 466 DESTDIR_SQ = $(subst ','\'',$(DESTDIR)) 467 bindir_SQ = $(subst ','\'',$(bindir)) 468 mandir_SQ = $(subst ','\'',$(mandir)) 469 infodir_SQ = $(subst ','\'',$(infodir)) 470 perfexecdir_SQ = $(subst ','\'',$(perfexecdir)) 471 template_dir_SQ = $(subst ','\'',$(template_dir)) 472 htmldir_SQ = $(subst ','\'',$(htmldir)) 473 prefix_SQ = $(subst ','\'',$(prefix)) 474 sysconfdir_SQ = $(subst ','\'',$(sysconfdir)) [all …]
|
/external/icu/icu4j/ |
D | 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/clang/include/clang/Basic/ |
D | Makefile | 21 CLANG_VERSION := $(subst svn,,$(LLVMVersion)) 22 CLANG_VERSION := $(subst rc,,$(CLANG_VERSION)) 25 CLANG_VERSION_COMPONENTS := $(subst ., ,$(CLANG_VERSION))
|
/external/mesa3d/ |
D | Android.common.mk | 37 major := $(word 1, $(subst ., , $(PLATFORM_VERSION))) 38 minor := $(word 2, $(subst ., , $(PLATFORM_VERSION)))
|
/external/clang/ |
D | clang-version-inc.mk | 14 CLANG_VERSION := $(subst svn,,$(LLVMVersion)) 15 CLANG_VERSION_COMPONENTS := $(subst ., ,$(CLANG_VERSION))
|
/external/lldb/ |
D | lldb-build.mk | 46 LOCAL_CFLAGS := $(subst -pedantic,,$(LOCAL_CFLAGS)) 47 LOCAL_CPPFLAGS := $(subst -pedantic,,$(LOCAL_CPPFLAGS))
|
/external/iputils/doc/ |
D | Makefile | 2 HTMLFILES=$(subst .sgml,.html,$(SGMLFILES)) index.html 3 MANFILES=$(subst .sgml,.8,$(SGMLFILES))
|
/external/libvpx/libvpx/build/make/ |
D | 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))) 238 find_file1=$(word 1,$(wildcard $(subst //,/,$(addsuffix /$(1),$(2))))) 245 not=$(subst yes,no,$(1))
|