OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wildcards
(Results
1 - 8
of
8
) sorted by null
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
WildcardFileFilter.java
27
* Filters files using the supplied
wildcards
.
29
* This filter selects files and directories based on one or more
wildcards
.
54
/** The
wildcards
that will be used to match filenames. */
55
private final String[]
wildcards
;
field in class:WildcardFileFilter
80
this.
wildcards
= new String[] { wildcard };
85
* Construct a new case-sensitive wildcard filter for an array of
wildcards
.
90
* @param
wildcards
the array of
wildcards
to match
93
public WildcardFileFilter(String[]
wildcards
) {
94
this(
wildcards
, null);
[
all
...]
/external/chromium_org/extensions/common/
csp_validator.cc
46
int
wildcards
= 0;
local
50
wildcards
++;
51
if (
wildcards
> 2)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py
580
wildcards
= False
variable in class:NodePattern
606
self.
wildcards
= True
624
if self.
wildcards
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py
580
wildcards
= False
variable in class:NodePattern
606
self.
wildcards
= True
624
if self.
wildcards
:
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar
/external/dexmaker/lib/
jarjar.jar
/prebuilts/misc/common/jarjar/
jarjar-1.4.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar
Completed in 769 milliseconds