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

1 2 3 4 5 6 7 8 9

  /external/compiler-rt/lib/asan/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/../interception/*.h)
21 Dependencies += $(wildcard $(Dir)/../interception/mach_override/*.h)
22 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
  /external/compiler-rt/lib/asan/dynamic/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/../../interception/*.h)
21 Dependencies += $(wildcard $(Dir)/../../interception/mach_override/*.h)
22 Dependencies += $(wildcard $(Dir)/../../sanitizer_common/*.h)
  /external/compiler-rt/lib/tsan/rtl/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
20 Dependencies := $(wildcard $(Dir)/*.h)
21 Dependencies += $(wildcard $(Dir)/../../interception/*.h)
22 Dependencies += $(wildcard $(Dir)/../../interception/mach_override/*.h)
  /external/libsepol/include/
Makefile 10 install -m 644 $(wildcard sepol/*.h) $(INCDIR)
11 install -m 644 $(wildcard sepol/policydb/*.h) $(INCDIR)/policydb
14 ../../scripts/Lindent $(wildcard sepol/*.h)
  /development/host/
Android.mk 18 dir := $(wildcard $(LOCAL_PATH)/$(HOST_PREBUILT_TAG))
  /external/compiler-rt/lib/arm/
Makefile.mk 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/i386/
Makefile.mk 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/ppc/
Makefile.mk 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/x86_64/
Makefile.mk 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /frameworks/compile/libbcc/runtime/lib/arm/
Makefile.mk 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /frameworks/compile/libbcc/runtime/lib/i386/
Makefile.mk 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /frameworks/compile/libbcc/runtime/lib/ppc/
Makefile.mk 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /frameworks/compile/libbcc/runtime/lib/x86_64/
Makefile.mk 13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/interception/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/mach_override/*.h)
  /external/aac/
Android.mk 4 aacdec_sources := $(wildcard $(LOCAL_PATH)/libAACdec/src/*.cpp)
7 aacenc_sources := $(wildcard $(LOCAL_PATH)/libAACenc/src/*.cpp)
10 pcmutils_sources := $(wildcard $(LOCAL_PATH)/libPCMutils/src/*.cpp)
13 fdk_sources := $(wildcard $(LOCAL_PATH)/libFDK/src/*.cpp)
16 sys_sources := $(wildcard $(LOCAL_PATH)/libSYS/src/*.cpp)
19 mpegtpdec_sources := $(wildcard $(LOCAL_PATH)/libMpegTPDec/src/*.cpp)
22 mpegtpenc_sources := $(wildcard $(LOCAL_PATH)/libMpegTPEnc/src/*.cpp)
25 sbrdec_sources := $(wildcard $(LOCAL_PATH)/libSBRdec/src/*.cpp)
28 sbrenc_sources := $(wildcard $(LOCAL_PATH)/libSBRenc/src/*.cpp)
  /external/libsepol/utils/
Makefile 9 TARGETS=$(patsubst %.c,%,$(wildcard *.c))
21 ../../scripts/Lindent $(wildcard *.[ch])
  /external/compiler-rt/lib/interception/mach_override/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
19 Dependencies := $(wildcard $(Dir)/*.h)
  /external/compiler-rt/lib/profile/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
18 Dependencies := $(wildcard $(Dir)/*.h)
  /external/compiler-rt/lib/sanitizer_common/
Makefile.mk 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
19 Dependencies := $(wildcard $(Dir)/*.h)
  /external/qemu/distrib/sdl-1.2.15/
Makefile 24 ifeq ($(wildcard $(CONFIG_MAKE)),)
71 -include $(wildcard $(DEPENDENCY_DIRS:%=%/*.d))
  /frameworks/compile/libbcc/runtime/lib/
Makefile.mk 12 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
17 Dependencies := $(wildcard $(Dir)/*.h)
  /hardware/ril/mock-ril/
Makefile 10 PROTOC=$(wildcard $(top)out/host/*/bin/aprotoc)
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
Makefile 1 HSRC=$(wildcard *.h)
  /external/valgrind/tsan/
common_util.cc 29 bool StringMatch(const string& wildcard, const string& text) {
31 const char* c_wildcard = wildcard.c_str();
37 char last_wc_char = wildcard[wildcard.size() - 1];
39 if (last_wc_char == '*' && wildcard.size() == 1) {
45 // short cut for the case when the wildcard does not end with '*' or '?'
46 // and the last characters of wildcard and text do not match.
74 // Skip all '*' at the end of the wildcard.
  /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...]

Completed in 590 milliseconds

1 2 3 4 5 6 7 8 9