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

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
scantools.py 20 import fnmatch
686 if not fnmatch.fnmatchcase(functionname, functionpat):
706 return len(filter(None, map(fnmatch.fnmatchcase, arg, patarg))) == 3
  /external/dhcpcd-6.8.2/
dhcpcd.conf.5.in 51 .Xr fnmatch 3 .
59 .Xr fnmatch 3 .
813 .Xr fnmatch 3 ,
  /external/python/cpython2/Tools/bgen/bgen/
scantools.py 20 import fnmatch
686 if not fnmatch.fnmatchcase(functionname, functionpat):
706 return len(filter(None, map(fnmatch.fnmatchcase, arg, patarg))) == 3
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
shell.py 28 import fnmatch as _fnmatch
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
shell.py 28 import fnmatch as _fnmatch
  /external/lisa/libs/utils/
report.py 20 import fnmatch as fnm
  /external/python/cpython2/Misc/
maintainers.rst 111 fnmatch
  /external/python/cpython3/Lib/
pathlib.py 1 import fnmatch
39 # Whether this pattern needs actual matching using fnmatch, or can
520 self.pat = re.compile(fnmatch.translate(pat))
951 if not fnmatch.fnmatchcase(part, pat):
    [all...]
  /external/selinux/libselinux/src/
booleans.c 20 #include <fnmatch.h>
  /toolchain/binutils/binutils-2.27/libiberty/
Makefile.in 133 fnmatch.c fopen_unlocked.c \
176 ./fnmatch.$(objext) ./fopen_unlocked.$(objext) \
336 TEXIFILES = fnmatch.txh pexecute.txh simple-object.txh
779 ./fnmatch.$(objext): $(srcdir)/fnmatch.c config.h $(INCDIR)/fnmatch.h \
782 $(COMPILE.c) $(PICFLAG) $(srcdir)/fnmatch.c -o pic/$@; \
785 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/fnmatch.c -o noasan/$@; \
787 $(COMPILE.c) $(srcdir)/fnmatch.c $(OUTPUT_OPTION)
    [all...]
  /build/kati/
find.cc 20 #include <fnmatch.h>
66 return fnmatch(name_.c_str(), Basename(path).data(), 0) == 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
shutil.py 11 import fnmatch
141 ignored_names.extend(fnmatch.filter(names, pattern))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shutil.py 11 import fnmatch
138 ignored_names.extend(fnmatch.filter(names, pattern))
  /external/curl/lib/
ftplistparser.c 291 /* get correct fnmatch callback */
292 compare = conn->data->set.fnmatch;
  /external/iproute2/misc/
ifstat.c 20 #include <fnmatch.h>
108 if (!fnmatch(patterns[i], id, 0))
  /external/kmod/libkmod/
libkmod.c 23 #include <fnmatch.h>
641 if (fnmatch(aliasname, name, 0) == 0) {
  /external/python/cpython2/Lib/
shutil.py 11 import fnmatch
141 ignored_names.extend(fnmatch.filter(names, pattern))
  /external/python/cpython3/Lib/msilib/
__init__.py 4 import fnmatch
388 files = fnmatch.filter(files, pattern)
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 27 import fnmatch
668 for filename in fnmatch.filter(filenames, self.manifest_name):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shutil.py 11 import fnmatch
141 ignored_names.extend(fnmatch.filter(names, pattern))
  /prebuilts/gdb/linux-x86/lib/python2.7/
shutil.py 11 import fnmatch
141 ignored_names.extend(fnmatch.filter(names, pattern))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 11 import fnmatch
141 ignored_names.extend(fnmatch.filter(names, pattern))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 11 import fnmatch
141 ignored_names.extend(fnmatch.filter(names, pattern))
  /tools/test/connectivity/acts/framework/acts/
test_runner.py 24 import fnmatch
470 matches = fnmatch.filter(self.test_classes.keys(), test_cls_name)
  /external/iproute2/ip/
ipaddress.c 26 #include <fnmatch.h>
958 fnmatch(pfilter->label, RTA_DATA(tb[IFLA_IFNAME]), 0))
1080 fnmatch(filter.label, RTA_DATA(tb[IFLA_IFNAME]), 0))
    [all...]

Completed in 1757 milliseconds

1 2 3 4 5 6 7 891011>>