HomeSort by relevance Sort by last modified time
    Searched refs:fnmatch (Results 126 - 150 of 237) sorted by null

1 2 3 4 56 7 8 910

  /external/skia/
PRESUBMIT.py 14 import fnmatch
377 if fnmatch.fnmatch(owner_email, email_fnmatch):
  /external/skqp/
PRESUBMIT.py 14 import fnmatch
353 if fnmatch.fnmatch(owner_email, email_fnmatch):
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
FileDialog.py 15 import fnmatch
176 elif fnmatch.fnmatch(name, pat):
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
FileDialog.py 15 import fnmatch
176 elif fnmatch.fnmatch(name, pat):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 15 import fnmatch
176 elif fnmatch.fnmatch(name, pat):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 15 import fnmatch
176 elif fnmatch.fnmatch(name, pat):
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 43 #include <fnmatch.h>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
filelist.py 10 import fnmatch
191 Patterns are not quite the same as implemented by the 'fnmatch'
291 'fnmatch.translate()' in that '*' does not match "special characters"
294 pattern_re = fnmatch.translate(pattern)
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 23 import fnmatch
41 graveyard.extend(fnmatch.filter(files, pat))
  /external/autotest/client/bin/result_tools/
utils.py 32 import fnmatch
209 for filename in fnmatch.filter(filenames, 'dir_summary_*.json'):
  /external/linux-kselftest/tools/testing/selftests/tc-testing/
tdc.py 310 import fnmatch
319 for filename in fnmatch.filter(filenames, '*.json'):
  /external/python/cpython2/Lib/distutils/
filelist.py 10 import fnmatch
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)
  /external/python/cpython3/Lib/distutils/
filelist.py 8 import fnmatch
183 are not quite the same as implemented by the 'fnmatch' module: '*'
272 a string containing the regex. Differs from 'fnmatch.translate()' in
276 pattern_re = fnmatch.translate(pattern)
  /external/selinux/libselinux/src/android/
android_platform.c     [all...]
  /external/selinux/mcstrans/src/
mcscolor.c 10 #include <fnmatch.h>
137 if (fnmatch(ptr->pattern, component, 0) == 0) {
  /external/v8/tools/clang/scripts/
package.py 10 import fnmatch
195 # This supports the same patterns that the fnmatch module understands.
244 fnmatch.filter(rel_files, p) for p in want)))
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 29 #include <fnmatch.h>
30 #define fnmatch0(pattern, string) (fnmatch(pattern, string, 0) == 0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
filelist.py 10 import fnmatch
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/distutils/
filelist.py 10 import fnmatch
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/distutils/
filelist.py 10 import fnmatch
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/distutils/
filelist.py 10 import fnmatch
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)
  /external/deqp/external/openglcts/scripts/
mustpass.py 35 from fnmatch import fnmatch
176 if fnmatch(case, pattern):
  /external/deqp/scripts/
mustpass.py 27 from fnmatch import fnmatch
185 if fnmatch(case, pattern):
  /external/dhcpcd-6.8.2/
if.c 55 #include <fnmatch.h>
357 if (!fnmatch(ctx->ifdv[i], p, 0))
362 if (!fnmatch(ctx->ifav[i], p, 0))
  /external/python/cpython3/Lib/tkinter/
filedialog.py 20 import fnmatch
181 elif fnmatch.fnmatch(name, pat):

Completed in 625 milliseconds

1 2 3 4 56 7 8 910