HomeSort by relevance Sort by last modified time
    Searched refs:findstring (Results 1 - 19 of 19) sorted by null

  /external/icu4c/stubdata/
Android.mk 45 $(if $(findstring ar,$(PRODUCT_LOCALES)),large) \
46 $(if $(findstring da,$(PRODUCT_LOCALES)),large) \
47 $(if $(findstring el,$(PRODUCT_LOCALES)),large) \
48 $(if $(findstring fi,$(PRODUCT_LOCALES)),large) \
49 $(if $(findstring he,$(PRODUCT_LOCALES)),large) \
50 $(if $(findstring hr,$(PRODUCT_LOCALES)),large) \
51 $(if $(findstring hu,$(PRODUCT_LOCALES)),large) \
52 $(if $(findstring id,$(PRODUCT_LOCALES)),large) \
53 $(if $(findstring ko,$(PRODUCT_LOCALES)),large) \
54 $(if $(findstring nb,$(PRODUCT_LOCALES)),large)
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
GNUmakefile 34 ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
52 ifneq ($(findstring $(TARGETENV), "linux linuxmips linuxmips_be linuxarm linuxarm_le linuxarm_omap android"),)
58 ifneq ($(findstring x86,$(TARGETARCH)),x86)
  /build/core/combo/
HOST_windows-x86.mk 26 ifneq ($(findstring Linux,$(UNAME)),)
53 ifneq ($(findstring CYGWIN,$(UNAME)),)
  /external/dropbear/debian/
rules 8 ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
13 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
21 ifneq (,$(findstring diet,$(DEB_BUILD_OPTIONS)))
  /build/core/
envsetup.mk 59 ifneq (,$(findstring Linux,$(UNAME)))
62 ifneq (,$(findstring Darwin,$(UNAME)))
65 ifneq (,$(findstring Macintosh,$(UNAME)))
68 ifneq (,$(findstring CYGWIN,$(UNAME)))
89 ifneq (,$(findstring 86,$(UNAME)))
93 ifneq (,$(findstring Power,$(UNAME)))
definitions.mk     [all...]
main.mk 425 ifeq ($(findstring Linux,$(UNAME)),)
  /ndk/build/core/
init.mk 102 ifneq (,$(findstring Linux,$(UNAME)))
105 ifneq (,$(findstring Darwin,$(UNAME)))
109 ifneq (,$(findstring CYGWIN,$(UNAME)))
132 ifneq (,$(findstring 86,$(UNAME)))
136 ifneq (,$(findstring Power,$(UNAME)))
  /hardware/broadcom/wlan/bcm4329/src/
Makerules 94 ifneq (,$(findstring 10.5,$(MACOS_VER)))
244 ifneq ($(findstring $(TARGETPLATFORM), "Wdm wdm"), )
436 ifeq ($(findstring s, $(MAKEFLAGS) ),)
  /dalvik/vm/
Android.mk 115 ifneq (,$(findstring libffi,$(LOCAL_SHARED_LIBRARIES)))
  /external/quake/quake/src/QW/
Makefile.Solaris 9 ifneq (,$(findstring i86pc,$(shell uname -m)))
Makefile.Linux 16 ifneq (,$(findstring libc6,$(shell if [ -e /lib/libc.so.6* ];then echo libc6;fi)))
22 ifneq (,$(findstring alpha,$(shell uname -m)))
  /external/opencore/tools_v2/build/make/
android_make_extras.mk 227 $(ANDROID_MAKE_NAMES): ANDROID_STATIC_LIBS := $(foreach library,$(LIBS),$(if $(findstring $(strip $(BUILD_ROOT)/installed_lib/$(BUILD_ARCH)/lib$(library)$(TARGET_NAME_SUFFIX).a), $(ALL_LIBS)),lib$(library),))
228 $(ANDROID_MAKE_NAMES): ANDROID_SHARED_LIBS := $(foreach library,$(LIBS),$(if $(findstring $(strip $(BUILD_ROOT)/installed_lib/$(BUILD_ARCH)/lib$(library)$(TARGET_NAME_SUFFIX).so), $(SHARED_LIB_FULLNAMES)),lib$(library),))
entry_point.mk 90 $(if $(findstring $(SRC_ROOT),$(CURDIR)),,$(error The source root, $(SRC_ROOT), is not a prefix of the current dir $(CURDIR)))
sdkinfo_nr.mk 82 ifneq (,$(findstring %, $(time_okay)))
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
Makefile 108 ifeq ($(findstring "clean", $(MAKECMDGOALS)), "")
  /external/e2fsprogs/debian/
rules 76 ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
79 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
127 ifneq (,$(findstring $(DEB_BUILD_ARCH),mips mipsel))
  /external/quake/quake/src/WinQuake/
Makefile.Solaris 11 ifneq (,$(findstring i86pc,$(shell uname -m)))
Makefile.linuxi386 15 ifneq (,$(findstring libc6,$(shell if [ -e /lib/libc.so.6 ];then echo libc6;fi)))
21 ifneq (,$(findstring alpha,$(shell uname -m)))
    [all...]

Completed in 433 milliseconds