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

1 23 4 5 6 7 8 91011>>

  /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):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
FSProxy.py 21 import fnmatch
24 import fnmatch
76 if fnmatch.fnmatch(name, ign): return 0
109 return fnmatch.fnmatch(name, pat)
  /external/python/cpython2/Demo/pdist/
FSProxy.py 21 import fnmatch
24 import fnmatch
76 if fnmatch.fnmatch(name, ign): return 0
109 return fnmatch.fnmatch(name, pat)
  /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;
  /external/skia/
AUTHORS 9 # Organization <fnmatch pattern>
10 # See examples below or python fnmatch module documentation for more information.
  /external/skqp/
AUTHORS 9 # Organization <fnmatch pattern>
10 # See examples below or python fnmatch module documentation for more information.
  /toolchain/binutils/binutils-2.27/libiberty/
fnmatch.txh 1 @deftypefn Replacement int fnmatch (const char *@var{pattern}, @
21 @code{<fnmatch.h>}):
configure.com 19 "getpwd,xstrerror,xmemdup,xstrdup,xatexit,choose-temp,fnmatch,objalloc,"+-
makefile.vms 14 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,\
  /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/gflags/src/
defines.h.in 29 // Define if you have the <fnmatch.h> header file.
  /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)
  /external/python/cpython3/Doc/library/
filesys.rst 22 fnmatch.rst
  /external/selinux/libselinux/src/android/
android_common.h 33 #include <fnmatch.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libattr.so.1 
libattr.so.1.1.0 
  /external/jsoncpp/devtools/
antglob.py 8 import fnmatch
12 # These fnmatch expressions are used by default to prune the directory tree
16 # These fnmatch expressions are used by default to exclude files and dirs
110 if fnmatch.fnmatch( dir_name, pattern ):
  /external/selinux/restorecond/
stringslist.c 30 #include <fnmatch.h>
62 int cmp = fnmatch(ptr->string, string, 0);
  /external/webrtc/webrtc/build/
merge_libs.py 14 import fnmatch
38 for filename in fnmatch.filter(filenames, pattern):
  /bionic/libc/include/
fnmatch.h 48 int fnmatch(const char* __pattern, const char* __string, int __flags);

Completed in 1228 milliseconds

1 23 4 5 6 7 8 91011>>