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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
fnmatch.py 3 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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fnmatch.py 3 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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fnmatch.py 3 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
  /external/autotest/site_utils/bootperf-bin/
resultsdir.py 12 import fnmatch
64 dirlist = fnmatch.filter(os.listdir(dir_), "run.???")
  /external/skia/
AUTHORS 9 # Organization <fnmatch pattern>
10 # See examples below or python fnmatch module documentation for more information.
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_glob.py 34 import fnmatch
57 The pattern may contain shell-style wildcards a la fnmatch.
105 return fnmatch.filter(names, pattern)
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem_glob.py 34 import fnmatch
57 The pattern may contain shell-style wildcards a la fnmatch.
105 return fnmatch.filter(names, pattern)
  /external/chromium-trace/catapult/third_party/typ/typ/
test_case.py 15 import fnmatch
45 if any(fnmatch.fnmatch(f, pat) for pat in self.files_to_ignore):
  /external/deqp/scripts/
update-copyright-year.py 27 import fnmatch
35 if fnmatch.fnmatch(filename, pattern):
  /ndk/tests/
filters.py 16 import fnmatch
77 return fnmatch.fnmatch(test_name, pattern)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
GrepDialog.py 2 import fnmatch
123 if fnmatch.fnmatch(name, base):
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
GrepDialog.py 2 import fnmatch
123 if fnmatch.fnmatch(name, base):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 2 import fnmatch
123 if fnmatch.fnmatch(name, base):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 2 import fnmatch
123 if fnmatch.fnmatch(name, base):
  /external/elfutils/tests/
find-prologues.c 30 #include <fnmatch.h>
52 match = fnmatch (*argv, name, 0) == 0;
funcretval.c 30 #include <fnmatch.h>
52 match = fnmatch (*argv, name, 0) == 0;
  /toolchain/binutils/binutils-2.25/libiberty/
fnmatch.txh 1 @deftypefn Replacement int fnmatch (const char *@var{pattern}, @
21 @code{<fnmatch.h>}):
  /external/curl/docs/libcurl/opts/
CURLOPT_FNMATCH_DATA.3 25 CURLOPT_FNMATCH_DATA \- custom pointer to fnmatch callback
  /external/curl/tests/data/
test1113 29 FTP wildcard download - changed fnmatch, 2x perform (DOS LIST response)
test574 28 FTP wildcard download - changed fnmatch, 2x perform (Unix LIST response)
  /external/jsoncpp/scons-tools/
srcdist.py 3 from fnmatch import fnmatch
111 ## pattern_check = reduce(lambda x, y: x or bool(fnmatch(filename, y)), file_patterns, False)
112 ## exclude_check = reduce(lambda x, y: x and fnmatch(filename, y), exclude_patterns, True)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libattr.so.1 
libattr.so.1.1.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libattr.so.1 
libattr.so.1.1.0 

Completed in 1163 milliseconds

12 3 4 5 6 7 8 91011>>