HomeSort by relevance Sort by last modified time
    Searched full:wildcard (Results 26 - 50 of 2585) sorted by null

12 3 4 5 6 7 8 91011>>

  /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...]
  /build/kati/testcase/
wildcard_with_commas.mk 1 files = $(wildcard *,*)
include_glob_order.mk 15 echo $(wildcard *.d)
  /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'.
derivation-ok-restriction-2-1-1_0_0.err 2 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error : local complex type, attribute use 'barC_1': Neither a matching attribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'.
3 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error : local complex type, attribute use 'barC_2': Neither a matching attribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'.
4 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error : local complex type, attribute use 'barD_1': Neither a matching attribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'.
5 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error : local complex type, attribute use 'barD_2': Neither a matching attribute use, nor a matching wildcard exists in the base complex type definition '{http://FOO}typeA'.
  /external/tensorflow/tensorflow/contrib/lite/
Makefile 82 $(wildcard tensorflow/contrib/lite/*.cc) \
83 $(wildcard tensorflow/contrib/lite/kernels/*.cc) \
84 $(wildcard tensorflow/contrib/lite/kernels/internal/*.cc) \
85 $(wildcard tensorflow/contrib/lite/kernels/internal/optimized/*.cc) \
86 $(wildcard tensorflow/contrib/lite/kernels/internal/reference/*.cc) \
87 $(wildcard tensorflow/contrib/lite/*.c) \
88 $(wildcard tensorflow/contrib/lite/kernels/*.c) \
89 $(wildcard tensorflow/contrib/lite/kernels/internal/*.c) \
90 $(wildcard tensorflow/contrib/lite/kernels/internal/optimized/*.c) \
91 $(wildcard tensorflow/contrib/lite/kernels/internal/reference/*.c)
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd.vlan 6 # Optional wildcard entry matching all VLAN IDs. The first # in the interface
  /frameworks/native/docs/
Makefile 1 HEADERS := $(wildcard ../include/android/*.h)
  /packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
makefile 7 DOTFILES = $(basename $(wildcard *.dot))
  /prebuilts/go/darwin-x86/src/net/
ipsock_posix.go 75 // If mode indicates "listen" and laddr is a wildcard, we assume that
76 // the user wants to make a passive-open connection with a wildcard
77 // address family, both AF_INET and AF_INET6, and a wildcard address
80 // - A listen for a wildcard communication domain, "tcp" or
81 // "udp", with a wildcard address: If the platform supports
84 // IPV6_V6ONLY=0, wildcard address listen. The dual stack
85 // wildcard address listen may fall back to an IPv6-only,
86 // AF_INET6 and IPV6_V6ONLY=1, wildcard address listen.
87 // Otherwise we prefer an IPv4-only, AF_INET, wildcard address
90 // - A listen for a wildcard communication domain, "tcp" o
    [all...]
  /prebuilts/go/linux-x86/src/net/
ipsock_posix.go 75 // If mode indicates "listen" and laddr is a wildcard, we assume that
76 // the user wants to make a passive-open connection with a wildcard
77 // address family, both AF_INET and AF_INET6, and a wildcard address
80 // - A listen for a wildcard communication domain, "tcp" or
81 // "udp", with a wildcard address: If the platform supports
84 // IPV6_V6ONLY=0, wildcard address listen. The dual stack
85 // wildcard address listen may fall back to an IPv6-only,
86 // AF_INET6 and IPV6_V6ONLY=1, wildcard address listen.
87 // Otherwise we prefer an IPv4-only, AF_INET, wildcard address
90 // - A listen for a wildcard communication domain, "tcp" o
    [all...]
  /build/soong/java/
jacoco_test.go 29 name: "class wildcard",
34 name: "package wildcard",
39 name: "package recursive wildcard",
44 name: "recursive wildcard only",
49 name: "single wildcard only",
75 name: "implicit wildcard",
  /external/libxml2/test/schemas/
derivation-ok-restriction-4-1-err_0.xsd 5 4 If there is an {attribute wildcard}, all of the following must be true:
9 4.2 The complex type definition's {attribute wildcard}'s {namespace constraint}
10 must be a subset of the {base type definition}'s {attribute wildcard}'s {namespace
11 constraint}, as defined by Wildcard Subset (?3.10.6).
14 definition's {attribute wildcard}'s {process contents} must be identical to or stronger
15 than the {base type definition}'s {attribute wildcard}'s {process contents},
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/
TypeContainedByType.java 28 // - If S is a wildcard, the constraint reduces to false.
33 // - If T is a wildcard of the form ?, the constraint reduces to true.
39 // - If T is a wildcard of the form ? extends T':
45 // - If S is a wildcard of the form ?, the constraint reduces to ?Object <: T'?.
47 // - If S is a wildcard of the form ? extends S', the constraint reduces to ?S' <: T'?.
49 // - If S is a wildcard of the form ? super S', the constraint reduces to ?Object = T'?.
54 // - If T is a wildcard of the form ? super T':
60 // - If S is a wildcard of the form ? super S', the constraint reduces to ?T' <: S'?.
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-model/
com_github_javaparser_symbolsolver_model_typesystem_parametrization_TypeParameterValueProvider.txt 8 Line 35) type.asWildcard().isBounded() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isBounded()
10 Line 36) type.asWildcard().isExtends() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isExtends()
12 Line 37) Wildcard.extendsBound(useThisTypeParametersOnTheGivenType(type.asWildcard().getBoundedType())) ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.extendsBound(com.github.javaparser.symbolsolver.model.typesystem.Type)
14 Line 37) type.asWildcard().getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()
16 Line 39) Wildcard.superBound(useThisTypeParametersOnTheGivenType(type.asWildcard().getBoundedType())) ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.superBound(com.github.javaparser.symbolsolver.model.typesystem.Type)
18 Line 39) type.asWildcard().getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()
  /external/selinux/policycoreutils/hll/pp/
Makefile 12 PP_SRCS = $(sort $(wildcard *.c))
33 ../../scripts/Lindent $(wildcard *.[ch])
  /external/selinux/policycoreutils/load_policy/
Makefile 11 TARGETS=$(patsubst %.c,%,$(sort $(wildcard *.c)))
25 ../../scripts/Lindent $(wildcard *.[ch])
  /tools/tradefederation/core/atest/
constants.py 18 #pylint: disable=wildcard-import
19 #pylint: disable=unused-wildcard-import
  /external/brotli/research/
Makefile 4 SOURCES = $(wildcard *.cc)
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
__init__.py 10 from py_vulcanize.generate import * # pylint: disable=wildcard-import
  /external/curl/tests/data/
test1162 29 FTP wildcard with crazy pattern
test1163 29 FTP wildcard with pattern ending with an open-bracket
  /external/dhcpcd-6.8.2/
GNUmakefile 10 ifneq ($(wildcard .depend), )

Completed in 1760 milliseconds

12 3 4 5 6 7 8 91011>>