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

1 2 3 4

  /development/host/
Android.mk 18 dir := $(wildcard $(LOCAL_PATH)/$(HOST_PREBUILT_TAG))
  /external/qemu/
Makefile 25 ifeq ($(wildcard $(CONFIG_MAKE)),)
74 -include $(wildcard $(DEPENDENCY_DIRS:%=%/*.d))
  /external/qemu/distrib/sdl-1.2.12/
Makefile 24 ifeq ($(wildcard $(CONFIG_MAKE)),)
71 -include $(wildcard $(DEPENDENCY_DIRS:%=%/*.d))
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
Makefile 1 HSRC=$(wildcard *.h)
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
WildcardFileFilter.java 32 * The wildcard matcher uses the characters '?' and '*' to represent a
33 * single or multiple wildcard characters.
60 * Construct a new case-sensitive wildcard filter for a single wildcard.
62 * @param wildcard the wildcard to match
65 public WildcardFileFilter(String wildcard) {
66 this(wildcard, null);
70 * Construct a new wildcard filter for a single wildcard specifying case-sensitivity.
    [all...]
WildcardFilter.java 31 * The wildcard matcher uses the characters '?' and '*' to represent a
32 * single or multiple wildcard characters.
59 * Construct a new case-sensitive wildcard filter for a single wildcard.
61 * @param wildcard the wildcard to match
64 public WildcardFilter(String wildcard) {
65 if (wildcard == null) {
66 throw new IllegalArgumentException("The wildcard must not be null");
68 this.wildcards = new String[] { wildcard };
    [all...]
  /external/icu4c/stubdata/
root.mk 3 root_dat_path := $(wildcard $(stubdata_path)/*-all.dat)
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
Makefile 2 HSRC=$(wildcard *.h)
  /external/libvpx/
solution.mk 14 ARM_DEVELOP:=$(if $(filter %vpx.vcproj,$(wildcard *.vcproj)),yes)
22 vpx.sln: $(wildcard *.vcproj)
38 vpx.sln: $(wildcard *.vcproj)
docs.mk 45 CLEAN-OBJS += doxyfile $(wildcard docs/html/*)
51 DIST-DOCS-yes = $(wildcard docs/html/*)
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
SignatureSourcer.java 241 public SignatureVisitor visitTypeArgument(final char wildcard) {
248 if (wildcard != '=') {
249 if (wildcard == '+') {
251 } else if (wildcard == '-') {
255 getBuf().append(wildcard);
  /build/core/
version_defaults.mk 34 INTERNAL_BUILD_ID_MAKEFILE := $(wildcard $(BUILD_SYSTEM)/build_id.mk)
  /build/target/board/
Android.mk 36 board_info_txt := $(wildcard $(TARGET_DEVICE_DIR)/board-info.txt)
  /external/bison/
GNUmakefile 25 ifeq ($(wildcard /bin/s[h]),/bin/sh)
  /external/zlib/nintendods/
Makefile 60 CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c)))
61 CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp)))
62 SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s)))
63 BINFILES := $(foreach dir,$(DATA),$(notdir $(wildcard $(dir)/*.*)))
  /external/iproute2/testsuite/
Makefile 6 TESTS := $(patsubst tests/%,%,$(wildcard tests/*.t))
7 IPVERS := $(filter-out iproute2/Makefile,$(wildcard iproute2/*))
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/linux/
Makefile 33 ifneq ($(wildcard /lib/modules/$(LINUXVER)/build/include/linux/version.h),)
36 ifneq ($(wildcard /tools/linux/src/linux-$(LINUXVER)/include/linux/version.h),)
198 ifneq ($(wildcard .*.depend),)
199 include $(wildcard .*.depend)
201 ifneq ($(wildcard .*.flags),)
202 include $(wildcard .*.flags)
  /external/iproute2/genl/
Makefile 32 static-syms.h: $(wildcard *.c)
  /external/iproute2/testsuite/iproute2/
Makefile 1 SUBDIRS := $(filter-out Makefile,$(wildcard *))
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
Makefile 10 HSRC=$(wildcard ../inc/*)
  /hardware/broadcom/wlan/bcm4329/src/dhd/linux/
Makefile 33 ifneq ($(wildcard /lib/modules/$(LINUXVER)/build/include/linux/version.h),)
36 ifneq ($(wildcard /tools/linux/src/linux-$(LINUXVER)/include/linux/version.h),)
126 ifneq ($(wildcard $(LINUXDIR)/.config),)
398 ifneq ($(wildcard .*.depend),)
399 include $(wildcard .*.depend)
401 ifneq ($(wildcard .*.flags),)
402 include $(wildcard .*.flags)
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 45 bool wildcard; member in struct:__anon2825::Rule
67 " int type; // 1: exception, 2: wildcard\n"
77 } else if (i->second.wildcard) {
127 rule->wildcard = true;
196 rule.wildcard = false;
201 // wildcard for the same rule. If we did, we'd have to update our
232 rule.wildcard = false;
  /external/sqlite/dist/
Android.mk 116 have_readline := $(wildcard /usr/include/readline/readline.h)
117 have_history := $(wildcard /usr/lib/libhistory*)
  /ndk/sources/android/stlport/test/jni/
Android.mk 8 sources := $(wildcard $(unit_path)/*.cpp $(unit_path)/*.c)
  /build/core/combo/
TARGET_linux-arm.mk 38 ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
150 ifneq ($(wildcard $(TARGET_CC)),)
175 ifeq ($(strip $(wildcard $(TARGET_FDO_PROFILE_PATH))),)
181 ifneq ($(strip $(wildcard $(TARGET_FDO_PROFILE_PATH))),)

Completed in 466 milliseconds

1 2 3 4