/external/chromium_org/third_party/icu/source/config/ |
gmakever.mk | 17 latest_a=$(firstword $(sort $(MAKE_VERSION) $(at_least)))
|
dist.mk | 33 DISTY_DAT=$(firstword $(wildcard data/out/tmp/icudt$(SO_TARGET_VERSION_MAJOR)*.dat))
|
/external/icu4c/config/ |
gmakever.mk | 19 latest_a=$(firstword $(sort $(MAKE_VERSION) $(at_least)))
|
dist.mk | 34 DISTY_DAT=$(firstword $(wildcard data/out/tmp/icudt$(SO_TARGET_VERSION_MAJOR)*.dat))
|
/external/libmtp/ |
hotplug.sh.in | 18 firstword=`echo ${LINE} | awk '{ print $1 }'` 19 if [ ${firstword} != "#" ]; then 21 script=${firstword} 47 firstword=`echo ${LINE} | awk '{ print $1 }'` 48 if [ ${firstword} = "#" ]; then 53 script=${firstword}
|
/build/core/combo/ |
select.mk | 91 ifneq ($(ccache),$(firstword $($(combo_target)CC))) 94 ifneq ($(ccache),$(firstword $($(combo_target)CXX)))
|
/ndk/build/core/ |
check-cygwin-make.mk | 32 CYGWIN_MAKE := $(shell cygpath --unix --absolute $(firstword $(MAKE))) 40 $(error Android NDK: $(firstword $(MAKE)) is not cygwin-compatible)
|
definitions-utils.mk | 127 find-first = $(firstword $(call filter-by,$1,$2))
|
definitions-graph.mk | 102 -ndk-mod-find-first = $(firstword $(call -ndk-mod-filter,$1,$2)) 297 -ndk-mod-topo-find-first-zero-incoming = $(firstword $(call -ndk-mod-filter-out,$1,-ndk-mod-topo-has-incoming))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
CodeContext.py | 99 spaces, firstword = getspacesfirstword(text) 100 opener = firstword in BLOCKOPENERS and firstword
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
CodeContext.py | 99 spaces, firstword = getspacesfirstword(text) 100 opener = firstword in BLOCKOPENERS and firstword
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/build/android/ |
shared.mk | 4 MK_NAME = $(notdir $(CURDIR)/$(firstword $(MAKEFILE_LIST)))
|
/hardware/invensense/60xx/libsensors_iio/software/core/mpl/build/android/ |
shared.mk | 4 MK_NAME = $(notdir $(CURDIR)/$(firstword $(MAKEFILE_LIST)))
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/ |
shared.mk | 4 MK_NAME = $(notdir $(CURDIR)/$(firstword $(MAKEFILE_LIST)))
|
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/ |
shared.mk | 4 MK_NAME = $(notdir $(CURDIR)/$(firstword $(MAKEFILE_LIST)))
|
/external/compiler-rt/make/ |
util.mk | 98 $(call Set,varname,$(firstword $(subst =, ,$(arg)))) \
|
/bootable/diskinstaller/ |
config.mk | 55 src=$(firstword $(strip $(call module-built-files,$(m)))); \ 57 $(firstword $(strip $(call module-installed-files,$(m))))); \
|
/external/compiler-rt/make/platform/ |
clang_linux.mk | 23 CompilerTargetArch := $(firstword $(subst -, ,$(CompilerTargetTriple)))
|
/external/chromium_org/third_party/icu/source/data/ |
Makefile.in | 148 ICUDATA_ARCHIVE = $(firstword $(wildcard $(srcdir)/in/$(ICUDATA_BASENAME_VERSION)*.dat)) 720 TZDATA = $(firstword $(wildcard $(top_builddir)/tools/tzcode/tzdata*.tar.gz) $(wildcard $(top_srcdir)/tools/tzcode/tzdata*.tar.gz)) [all...] |
/external/icu4c/data/ |
Makefile.in | 156 ICUDATA_ARCHIVE = $(firstword $(wildcard $(srcdir)/in/$(ICUDATA_BASENAME_VERSION)*.dat)) 731 TZDATA = $(firstword $(wildcard $(top_builddir)/tools/tzcode/tzdata*.tar.gz) $(wildcard $(top_srcdir)/tools/tzcode/tzdata*.tar.gz)) [all...] |
/external/libvpx/libvpx/build/make/ |
Makefile | 29 md5sum := $(firstword $(wildcard \
|
/external/icu4c/ |
icudefs.mk | 185 SILENT_COMPILE=$(call ICU_MSG,$(notdir $(firstword $(1)))) "... " $< && $(1) || \
|
/build/core/ |
config.mk | 222 $(if $(firstword $(foreach hdr_dir,$(1),\
|
Makefile | 146 $(subst _, , $(firstword $(1))) [all...] |
definitions.mk | [all...] |