HomeSort by relevance Sort by last modified time
    Searched refs:firstword (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/
mac_version.mk 23 mac_sdk_version := $(firstword $(filter $(mac_sdk_versions_installed), $(mac_sdk_versions_supported)))
25 mac_sdk_version := $(firstword $(mac_sdk_versions_supported))
select.mk 111 ifneq ($(CC_WRAPPER),$(firstword $($(combo_var_prefix)CC)))
116 ifneq ($(CXX_WRAPPER),$(firstword $($(combo_var_prefix)CXX)))
javac.mk 27 ifneq ($(JAVAC_WRAPPER),$(firstword $(JAVACC)))
  /build/core/clang/
config.mk 22 ifneq ($(CC_WRAPPER),$(firstword $(CLANG)))
27 ifneq ($(CXX_WRAPPER),$(firstword $(CLANG_CXX)))
  /build/core/
dex_preopt_libart.mk 20 PRELOADED_CLASSES := $(call word-colon,1,$(firstword \
24 COMPILED_CLASSES := $(call word-colon,1,$(firstword \
install_jni_libs_internal.mk 89 my_installed_prebuilt_jni := $(my_app_lib_path)/$(notdir $(firstword $(my_extracted_jni_libs)))
prebuilt_internal.mk 119 my_dpi := $(firstword $(filter $(LOCAL_DPI_VARIANTS),$(PRODUCT_AAPT_PREF_CONFIG) $(PRODUCT_AAPT_PREBUILT_DPI)))
product_config.mk 418 $(eval m := $(firstword $(subst =,$(space),$(c))))\
config.mk 193 $(if $(firstword $(foreach hdr_dir,$(1),\
Makefile 171 $(subst _, , $(firstword $(1)))
    [all...]
main.mk 639 $(eval mod := $(firstword $(p)))\
    [all...]
  /device/asus/fugu/
AndroidKernel.mk 19 KERNEL_CCACHE :=$(firstword $(TARGET_CC))
  /external/compiler-rt/make/
util.mk 98 $(call Set,varname,$(firstword $(subst =, ,$(arg)))) \
  /external/compiler-rt/make/platform/
clang_linux.mk 23 CompilerTargetArch := $(firstword $(subst -, ,$(CompilerTargetTriple)))
  /external/chromium_org/third_party/icu/source/data/
Makefile.in 156 ICUDATA_ARCHIVE = $(firstword $(wildcard $(srcdir)/in/$(ICUDATA_BASENAME_VERSION)*.dat))
740 TZDATA = $(firstword $(wildcard $(top_builddir)/tools/tzcode/tzdata*.tar.gz) $(wildcard $(top_srcdir)/tools/tzcode/tzdata*.tar.gz))
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Makefile 31 md5sum := $(firstword $(wildcard \
  /external/icu/icu4c/source/data/
Makefile.in 161 ICUDATA_ARCHIVE = $(firstword $(wildcard $(srcdir)/in/$(ICUDATA_BASENAME_VERSION)*.dat))
743 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/icu/icu4c/source/
icudefs.mk 185 SILENT_COMPILE=$(call ICU_MSG,$(notdir $(firstword $(1)))) "... " $< && $(1) || \
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
Makefile 476 ifneq ($(filter /%,$(firstword $(perfexecdir))),)

Completed in 1365 milliseconds

1 2