Searched defs:fnmatch (Results 1 - 24 of 24) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dfnmatch.py3 fnmatch(FILENAME, PATTERN) matches according to the local convention.
15 __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"]
24 def fnmatch(name, pat): function
70 This is a version of fnmatch() which doesn't case-normalize
H A Dglob.py6 import fnmatch namespace
22 fnmatch. However, unlike fnmatch, filenames starting with a
33 fnmatch. However, unlike fnmatch, filenames starting with a
78 return fnmatch.filter(names, pattern)
H A Dshutil.py11 import fnmatch namespace
141 ignored_names.extend(fnmatch.filter(names, pattern))
H A Dbdb.py3 import fnmatch namespace
106 if fnmatch.fnmatch(module_name, pattern):
H A Durllib.py1404 from fnmatch import fnmatch namespace
1449 elif fnmatch(host, value):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_fnmatch.py1 """Test cases for the fnmatch module."""
6 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache namespace
7 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache, _purge namespace
15 def check_match(self, filename, pattern, should_match=1, fn=fnmatch):
63 fnmatch('foo', '?' * i)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dfnmatch.py3 fnmatch(FILENAME, PATTERN) matches according to the local convention.
15 __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"]
24 def fnmatch(name, pat): function
70 This is a version of fnmatch() which doesn't case-normalize
H A Dglob.py6 import fnmatch namespace
22 fnmatch. However, unlike fnmatch, filenames starting with a
33 fnmatch. However, unlike fnmatch, filenames starting with a
78 return fnmatch.filter(names, pattern)
H A Dshutil.py11 import fnmatch namespace
141 ignored_names.extend(fnmatch.filter(names, pattern))
H A Dbdb.py3 import fnmatch namespace
106 if fnmatch.fnmatch(module_name, pattern):
H A Durllib.py1404 from fnmatch import fnmatch namespace
1449 elif fnmatch(host, value):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_fnmatch.py1 """Test cases for the fnmatch module."""
6 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache namespace
7 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache, _purge namespace
15 def check_match(self, filename, pattern, should_match=1, fn=fnmatch):
63 fnmatch('foo', '?' * i)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DGrepDialog.py2 import fnmatch namespace
123 if fnmatch.fnmatch(name, base):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DGrepDialog.py2 import fnmatch namespace
123 if fnmatch.fnmatch(name, base):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A D__init__.py39 import fnmatch namespace
45 if fnmatch.fnmatchcase(fnm, mask):
50 if fnmatch.fnmatchcase(fnm, mask):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Dfilelist.py10 import fnmatch namespace
191 Patterns are not quite the same as implemented by the 'fnmatch'
292 'fnmatch.translate()' in that '*' does not match "special characters"
295 pattern_re = fnmatch.translate(pattern)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DFileDialog.py15 import fnmatch namespace
176 elif fnmatch.fnmatch(name, pat):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A D__init__.py39 import fnmatch namespace
45 if fnmatch.fnmatchcase(fnm, mask):
50 if fnmatch.fnmatchcase(fnm, mask):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Dfilelist.py10 import fnmatch namespace
191 Patterns are not quite the same as implemented by the 'fnmatch'
292 'fnmatch.translate()' in that '*' does not match "special characters"
295 pattern_re = fnmatch.translate(pattern)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DFileDialog.py15 import fnmatch namespace
176 elif fnmatch.fnmatch(name, pat):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
H A Dloader.py10 from fnmatch import fnmatch namespace
235 return fnmatch(path, pattern)
273 if fnmatch(path, pattern):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
H A Dloader.py10 from fnmatch import fnmatch namespace
235 return fnmatch(path, pattern)
273 if fnmatch(path, pattern):
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 155 milliseconds