| /external/antlr/antlr-3.4/runtime/Python/ |
| setup.py | 23 import fnmatch 41 graveyard.extend(fnmatch.filter(files, pat))
|
| /external/autotest/client/site_tests/graphics_GpuReset/src/ |
| gpureset.c | 71 #include <fnmatch.h> 135 if (fnmatch(pci_glob, pci_id, 0) != 0)
|
| /external/selinux/mcstrans/src/ |
| mcscolor.c | 10 #include <fnmatch.h> 137 if (fnmatch(ptr->pattern, component, 0) == 0) {
|
| /external/libmojo/build/android/gyp/util/ |
| build_utils.py | 7 import fnmatch 72 matched_files = fnmatch.filter(filenames, filename_filter) 233 if not fnmatch.fnmatch(name, pattern): 329 return filters and any(fnmatch.fnmatch(path, f) for f in filters)
|
| /external/deqp/scripts/ |
| make_release.py | 31 import fnmatch 297 if fnmatch.fnmatch(component, pattern): 302 if fnmatch.fnmatch(component, pattern):
|
| run_nightly.py | 31 import fnmatch 144 if os.path.isfile(fullPath) and fnmatch.fnmatch(file, "*.csv"): 245 if fnmatch.fnmatch(name, pattern):
|
| mustpass.py | 27 from fnmatch import fnmatch 185 if fnmatch(case, pattern):
|
| /external/tensorflow/tensorflow/tools/docs/ |
| generate_lib.py | 22 import fnmatch 395 Files not matching `file_pattern` (using `fnmatch`) are copied with no change. 405 using fnmatch. Non-matching files are copied unchanged. 434 if not fnmatch.fnmatch(base_name, file_pattern):
|
| /external/autotest/utils/ |
| run_pylint.py | 13 import fnmatch 231 return all(not fnmatch.fnmatch(file_path, '*' + pattern)
|
| /external/deqp/external/openglcts/scripts/ |
| mustpass.py | 35 from fnmatch import fnmatch 176 if fnmatch(case, pattern):
|
| /external/python/cpython2/Mac/scripts/ |
| buildpkg.py | 53 import os, sys, glob, fnmatch, shutil, string, copy, getopt 111 if fnmatch.fnmatch(file, self.pattern):
|
| /external/python/cpython3/Lib/tkinter/ |
| filedialog.py | 20 import fnmatch 181 elif fnmatch.fnmatch(name, pat):
|
| /external/python/cpython3/Lib/ |
| tracemalloc.py | 3 import fnmatch 333 if not fnmatch.fnmatch(filename, self._filename_pattern):
|
| /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)))
|
| /system/core/init/ |
| devices.cpp | 20 #include <fnmatch.h> 115 // 3) '*' appears elsewhere -> 'wildcard_' is set to true and Match() uses fnmatch() 131 if (wildcard_) return fnmatch(name_.c_str(), path.c_str(), FNM_PATHNAME) == 0;
|
| /build/make/tools/atree/ |
| files.cpp | 9 #include <fnmatch.h> 416 if (0 == fnmatch(it->c_str(), file, FNM_PERIOD)) {
|
| /external/libmojo/third_party/jinja2/ |
| bccache.py | 21 import fnmatch 232 files = fnmatch.filter(listdir(self.directory), self.pattern % '*')
|
| /external/libxkbcommon/xkbcommon/test/ |
| interactive-evdev.c | 27 #include <fnmatch.h> 172 return !fnmatch("event*", ent->d_name, 0);
|
| /external/selinux/libselinux/src/android/ |
| android_platform.c | [all...] |
| /external/selinux/libselinux/src/ |
| label_db.c | 14 #include <fnmatch.h> 205 if (!fnmatch(spec->key, key, 0)) {
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
| RCSProxy.py | 25 import fnmatch
|
| /external/libyuv/files/third_party/gflags/gen/posix/include/private/ |
| config.h | 26 // Define if you have the <fnmatch.h> header file.
|
| /external/libyuv/files/third_party/gflags/gen/win/include/private/ |
| config.h | 26 // Define if you have the <fnmatch.h> header file.
|
| /external/python/cpython2/Demo/pdist/ |
| RCSProxy.py | 25 import fnmatch
|
| /external/squashfs-tools/squashfs-tools/ |
| unsquashfs.h | 43 #include <fnmatch.h>
|