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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Driver/
windows-wildcard-expansion.c 1 // Clang does wildcard expansion on Windows. On other OSs, it's done by the shell.
4 // RUN: %clang -c -### %S/Inputs/wildcard*.c 2>&1 | FileCheck %s
5 // RUN: %clang -c -### %S/Inputs/wildcard?.c 2>&1 | FileCheck %s
  /external/selinux/libsemanage/include/
Makefile 9 install -m 644 $(wildcard semanage/*.h) $(INCDIR)
12 ../../scripts/Lindent $(wildcard semanage/*.h)
  /external/jarjar/src/test/com/tonicsystems/jarjar/
WildcardTest.java 25 wildcard("net/sf/cglib/**", "foo/@1", "net/sf/cglib/proxy/Mixin$Generator",
27 wildcard("net/sf/cglib/**", "foo/@1", "net/sf/cglib/Bar", "foo/Bar");
28 wildcard("net/sf/cglib/**", "foo/@1", "net/sf/cglib/Bar/Baz", "foo/Bar/Baz");
29 wildcard("net/sf/cglib/**", "foo/@1", "net/sf/cglib/", "foo/");
30 wildcard("net/sf/cglib/**", "foo/@1", "net/sf/cglib/!", null);
31 wildcard("net/sf/cglib/*", "foo/@1", "net/sf/cglib/Bar", "foo/Bar");
32 wildcard("net/sf/cglib/*/*", "foo/@2/@1", "net/sf/cglib/Bar/Baz", "foo/Baz/Bar");
35 private void wildcard(String pattern, String result, String value, String expect) { method in class:WildcardTest
36 Wildcard wc = new Wildcard(pattern, result)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/
Makefile 2 CPP_SOURCES=$(wildcard src/*.cpp) src/sm4_text.cpp
12 include/sm4_defs.h: $(wildcard defs/*.txt)
15 src/sm4_text.cpp: $(wildcard defs/*.txt)
  /external/lldb/test/lang/cpp/stl/
Makefile 6 clean: OBJECTS+=$(wildcard main.d.*)
  /external/lldb/test/lang/cpp/wchar_t/
Makefile 6 clean: OBJECTS+=$(wildcard main.d.*)
  /external/selinux/libsepol/include/
Makefile 12 install -m 644 $(wildcard sepol/*.h) $(INCDIR)
13 install -m 644 $(wildcard sepol/policydb/*.h) $(INCDIR)/policydb
14 install -m 644 $(wildcard $(CILDIR)/include/cil/*.h) $(INCDIR)/cil
17 ../../scripts/Lindent $(wildcard sepol/*.h)
  /external/libxml2/test/schemas/
cos-ct-extends-1-3_0.xsd 5 1.3 If it has an {attribute wildcard}, the complex type definition must
6 also have one, and the base type definition's {attribute wildcard}'s
8 {attribute wildcard}'s {namespace constraint}, as defined by Wildcard Subset (?3.10.6).
26 <!-- This is OK, since the complete wildcard
27 is the wildcard of the base type. -->
39 <!-- This is OK, since the complete wildcard is a union
41 wildcard is equal to that one in the base class. -->
  /external/selinux/libselinux/include/
Makefile 9 install -m 644 $(wildcard selinux/*.h) $(INCDIR)
14 ../../scripts/Lindent $(wildcard selinux/*.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)
  /frameworks/base/data/keyboards/
common.mk 18 framework_keylayouts := $(wildcard $(LOCAL_PATH)/*.kl)
20 framework_keycharmaps := $(wildcard $(LOCAL_PATH)/*.kcm)
22 framework_keyconfigs := $(wildcard $(LOCAL_PATH)/*.idc)
  /external/selinux/libsepol/utils/
Makefile 9 TARGETS=$(patsubst %.c,%,$(wildcard *.c))
21 ../../scripts/Lindent $(wildcard *.[ch])
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
wildcard 3 $description = "The following test creates a makefile to test wildcard
10 executes the print1 target which tests the '*' wildcard by
14 the '*' wildcard as in the first test";
22 print1: ;\@echo \$(sort \$(wildcard example.*))
24 \t\@echo \$(sort \$(wildcard example.?))
25 \t\@echo \$(sort \$(wildcard example.[a-z0-9]))
26 \t\@echo \$(sort \$(wildcard example.[!A-Za-z_\\!]))
28 \t$delete_command \$(sort \$(wildcard example.*))
  /packages/apps/UnifiedEmail/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...]
  /external/jarjar/src/main/com/tonicsystems/jarjar/
PatternElement.java 33 static List<Wildcard> createWildcards(List<? extends PatternElement> patterns) {
34 List<Wildcard> wildcards = new ArrayList<Wildcard>();
40 wildcards.add(new Wildcard(expr.replace('.', '/'), result));
ZapProcessor.java 25 private List<Wildcard> wildcards;
40 for (Wildcard wildcard : wildcards) {
41 if (wildcard.matches(desc))
  /external/libxml2/result/schemas/
derivation-ok-restriction-4-1-err_0_0.err 1 ./test/schemas/derivation-ok-restriction-4-1-err_0.xsd:33: element complexType: Schemas parser error : complex type 'type.A': The complex type definition has an attribute wildcard, but the base complex type definition '{http://FOO}base.type.A' does not have one.
2 ./test/schemas/derivation-ok-restriction-4-1-err_0.xsd:45: element complexType: Schemas parser error : complex type 'type.B': The attribute wildcard is not a valid subset of the wildcard in the base complex type definition '{http://FOO}base.type.B'.
3 ./test/schemas/derivation-ok-restriction-4-1-err_0.xsd:65: element complexType: Schemas parser error : complex type 'base.type.C': The {process contents} of the attribute wildcard is weaker than the one in the base complex type definition '{http://FOO}base.type.C'.
  /external/lldb/test/lang/cpp/char1632_t/
Makefile 6 clean: OBJECTS+=$(wildcard main.d.*)
  /external/lldb/test/lang/cpp/enum_types/
Makefile 7 clean: OBJECTS+=$(wildcard main.d.*)
  /external/lldb/test/lang/cpp/rdar12991846/
Makefile 6 clean: OBJECTS+=$(wildcard main.d.*)
  /external/lzma/CPP/7zip/UI/Console/
List.h 6 #include "Common/Wildcard.h"
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/
Makefile 2 CPP_SOURCES=$(wildcard src/*.cpp)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d10/
Makefile 2 CPP_SOURCES=$(wildcard *.cpp)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d11/
Makefile 2 CPP_SOURCES=$(wildcard *.cpp)
  /external/wpa_supplicant_8/hostapd/
hostapd.vlan 6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface

Completed in 872 milliseconds

1 2 3 4 5 6 7 8 91011>>