/device/linaro/bootloader/arm-trusted-firmware/make_helpers/ |
D | windows.mk | 28 $(eval tmp_from_file:=$(subst /,\,${1})) 29 $(eval tmp_to_file:=$(subst /,\,${2})) 36 $(eval tmp_from_dir:=$(subst /,\,${1})) 37 $(eval tmp_to_dir:=$(subst /,\,${2})) 43 $(eval tmp_del_file:=$(subst /,\,${*})) 59 $(eval tmp_dir:=$(subst /,\,${1})) 67 $(eval tmp_dir:=$(subst /,\,${1}))
|
D | plat_helpers.mk | 30 PLATFORM_LIST := $(subst ${space},|,${ALL_PLATFORMS})
|
D | build_macros.mk | 21 $(strip $(foreach d,$(wildcard ${1}*),$(call rwildcard,${d}/,${2}) $(filter $(subst *,%,%${2}),${d}… 31 $(if $(1),$$(subst $(firstword $(1)),$(call uppercase_internal,$(wordlist 2,$(words $(1)),$(1)),$(2… 66 $(foreach d,$(0-9),$(eval __numeric := $(subst $(d),,$(__numeric))))
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | bits.c | 506 DefErrSet1(int nilOK, set *f, int subst, char *name ) in DefErrSet1() argument 508 DefErrSet1(nilOK, f, subst, name ) in DefErrSet1() 511 int subst; /* should be substitute error classes? */ 515 if ( GenCC ) return DefErrSetForCC1(nilOK, f, subst, name, "_set"); 516 else return DefErrSetForC1(nilOK, f, subst, name, "_set"); 521 DefErrSet( set *f, int subst, char *name ) in DefErrSet() argument 523 DefErrSet( f, subst, name ) in DefErrSet() 525 int subst; /* should be substitute error classes? */ 529 return DefErrSet1(0,f,subst,name); 534 DefErrSetWithSuffix(int nilOK, set *f, int subst, char *name, const char* suffix) in DefErrSetWithSuffix() argument [all …]
|
/device/generic/goldfish-opengl/ |
D | json-dump.mk | 7 …$(foreach obj,$3,$(eval _args+=$(obj))$(if $(word $2,$(_args)),@printf "%s" $(subst ",\",$(_args))… 20 $(foreach _list_item,$(strip $1),$(eval JSON_DUMP += , "$(subst ",\",$(_list_item))")) \
|
/device/google/marlin/common/ |
D | utils.mk | 16 $(if $(or $(subst $(1),$(empty),$(2)),$(subst $(2),$(empty),$(1))),,true) \ 31 $(eval wl:= $(colon)$(subst $(space),$(colon),$(strip $(2)))$(colon)) \
|
/device/google/bonito/ |
D | utils.mk | 16 $(if $(or $(subst $(1),$(empty),$(2)),$(subst $(2),$(empty),$(1))),,true) \ 31 $(eval wl:= $(colon)$(subst $(space),$(colon),$(strip $(2)))$(colon)) \
|
/device/google/crosshatch/ |
D | utils.mk | 16 $(if $(or $(subst $(1),$(empty),$(2)),$(subst $(2),$(empty),$(1))),,true) \ 31 $(eval wl:= $(colon)$(subst $(space),$(colon),$(strip $(2)))$(colon)) \
|
/device/google/wahoo/ |
D | utils.mk | 16 $(if $(or $(subst $(1),$(empty),$(2)),$(subst $(2),$(empty),$(1))),,true) \ 31 $(eval wl:= $(colon)$(subst $(space),$(colon),$(strip $(2)))$(colon)) \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | fixcid.py | 244 subst = Dict[found] 254 subst = found 259 line = line[:i] + subst + line[i+n:] 260 n = len(subst)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | 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
|
/device/linaro/bootloader/edk2/BaseTools/UserManuals/ |
D | Intel_UEFI_Packaging_Tool_Man_Page.rtf | 112 …tlch\fcs1 \af39\afs18 \ltrch\fcs0 \fs18\cf19\insrsid9138298 \hich\af39\dbch\af31505\loch\f39 subst 117 \par \hich\af2\dbch\af31505\loch\f2 subst z: C:\\Users\\myname\\Documents\\Work\\edk2 290 ndows 7 users, it is recommended that you use the subst command, keeping your edk2 downloads in you… 293 \par \hich\af2\dbch\af31505\loch\f2 subst z: C:\\Users\\myname\\Documents\\Work\\edk2
|