HomeSort by relevance Sort by last modified time
    Searched defs:fnmatch (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
__init__.py 39 import fnmatch namespace
45 if fnmatch.fnmatchcase(fnm, mask):
50 if fnmatch.fnmatchcase(fnm, mask):
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
filelist.py 10 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/gdb/linux-x86/lib/python2.7/lib-tk/
FileDialog.py 15 import fnmatch namespace
176 elif fnmatch.fnmatch(name, pat):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 39 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/
filelist.py 10 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/
FileDialog.py 15 import fnmatch namespace
176 elif fnmatch.fnmatch(name, pat):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 39 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/
filelist.py 10 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/
FileDialog.py 15 import fnmatch namespace
176 elif fnmatch.fnmatch(name, pat):
  /external/autotest/server/hosts/
paramiko_host.py 2 import os, time, signal, socket, re, fnmatch, logging, threading namespace
70 and fnmatch.fnmatch(hostname, host_pattern)):
  /external/chromium-trace/catapult/devil/devil/android/
fastboot_utils.py 10 import fnmatch namespace
55 if fnmatch.fnmatch(filename, pattern):
  /external/chromium-trace/catapult/third_party/Paste/paste/debug/
fsdiff.py 13 from fnmatch import fnmatch namespace
126 if fnmatch(fn, pat):
  /external/chromium-trace/catapult/third_party/coverage/coverage/
files.py 6 import fnmatch namespace
242 # fnmatch is platform-specific. On Windows, it does the Windows thing
245 fnpats = (fnmatch.translate(p) for p in pats)
249 # flags like (?i) have to be at the beginning, but fnmatch puts
293 `pattern` is an `fnmatch`-style pattern. `result` is a simple
315 # Make a regex from the pattern. fnmatch always adds a \Z to
317 regex_pat = fnmatch.translate(pattern).replace(r'\Z(', '(')
  /external/chromium-trace/catapult/third_party/coverage/
igor.py 13 import fnmatch namespace
292 if fnmatch.fnmatch(fname, p):
298 if fnmatch.fnmatch(dir_name, ignore_dir):
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
wildcard_iterator.py 19 import fnmatch namespace
194 prog = re.compile(fnmatch.translate(prefix_wildcard))
340 regex = fnmatch.translate(self.wildcard_url.bucket_name)
538 for f in fnmatch.filter(filenames, wildcard):
  /external/deqp/external/vulkancts/
verify_submission.py 27 from fnmatch import fnmatch namespace
87 if fnmatch(item, STATEMENT_PATTERN):
90 elif fnmatch(item, TEST_LOG_PATTERN):
92 elif fnmatch(item, GIT_STATUS_PATTERN):
95 elif fnmatch(item, GIT_LOG_PATTERN):
98 elif fnmatch(item, PATCH_PATTERN):
  /external/fio/tools/plot/
fio2gnuplot 23 import fnmatch namespace
35 if fnmatch.fnmatch(file, pattern):
  /external/opencv3/3rdparty/jinja2/
bccache.py 21 import fnmatch namespace
232 files = fnmatch.filter(listdir(self.directory), self.pattern % '*')
  /external/opencv3/modules/ts/misc/
xls-report.py 81 import fnmatch namespace
233 for filename in fnmatch.filter(filenames, '*.xml'):
  /external/skia/
PRESUBMIT.py 14 import fnmatch namespace
262 if fnmatch.fnmatch(owner_email, email_fnmatch):
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 23 /* Enable GNU extensions in fnmatch.h. */
29 #include <fnmatch.h>
480 fnmatch (pattern, string, flags) function
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
loader.py 10 from fnmatch import fnmatch namespace
235 return fnmatch(path, pattern)
273 if fnmatch(path, pattern):
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
loader.py 10 from fnmatch import fnmatch namespace
235 return fnmatch(path, pattern)
273 if fnmatch(path, pattern):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 10 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/
loader.py 10 from fnmatch import fnmatch namespace
235 return fnmatch(path, pattern)
273 if fnmatch(path, pattern):

Completed in 1221 milliseconds

1 23 4 5