HomeSort by relevance Sort by last modified time
    Searched full:fnmatch (Results 176 - 200 of 787) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
__init__.py 39 import fnmatch
45 if fnmatch.fnmatchcase(fnm, mask):
50 if fnmatch.fnmatchcase(fnm, mask):
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
__init__.py 39 import fnmatch
45 if fnmatch.fnmatchcase(fnm, mask):
50 if fnmatch.fnmatchcase(fnm, mask):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 39 import fnmatch
45 if fnmatch.fnmatchcase(fnm, mask):
50 if fnmatch.fnmatchcase(fnm, mask):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 39 import fnmatch
45 if fnmatch.fnmatchcase(fnm, mask):
50 if fnmatch.fnmatchcase(fnm, mask):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
loader.py 10 from fnmatch import fnmatch
235 return fnmatch(path, pattern)
273 if fnmatch(path, pattern):
  /external/kmod/
TODO 20 * config: configs that do not need to be matched by fnmatch() could be using a
  /external/python/cpython2/Lib/unittest/
loader.py 10 from fnmatch import fnmatch
237 return fnmatch(path, pattern)
275 if fnmatch(path, pattern):
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
loader.py 10 from fnmatch import fnmatch
235 return fnmatch(path, pattern)
273 if fnmatch(path, pattern):
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
loader.py 10 from fnmatch import fnmatch
235 return fnmatch(path, pattern)
273 if fnmatch(path, pattern):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 10 from fnmatch import fnmatch
235 return fnmatch(path, pattern)
273 if fnmatch(path, pattern):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 10 from fnmatch import fnmatch
235 return fnmatch(path, pattern)
273 if fnmatch(path, pattern):
  /external/dtc/
convert-dtsv0-lexer.l 41 #include <fnmatch.h>
120 if (fnmatch(guess_table[i].pattern,
  /external/elfutils/tests/
funcscopes.c 30 #include <fnmatch.h>
115 match = fnmatch (*argv, name, 0) == 0;
  /external/libchrome/base/files/
file_enumerator_posix.cc 9 #include <fnmatch.h>
101 fnmatch(pattern_.c_str(), full_path.value().c_str(), FNM_NOESCAPE))
  /external/ltp/testcases/kernel/input/
input_helper.c 21 #include <fnmatch.h>
263 if (fnmatch(VIRTUAL_DEVICE_REGEX, line, 0) == 0)
  /external/selinux/libselinux/src/
label_x.c 14 #include <fnmatch.h>
209 if (!fnmatch(spec_arr[i].key, key, 0))
  /system/vold/
VolumeManager.h 21 #include <fnmatch.h>
107 return !fnmatch(mSysPattern.c_str(), sysPath.c_str(), 0);
  /external/ltp/testcases/kernel/fs/proc/
proc01.c 40 #include <fnmatch.h>
166 !fnmatch(lsm_should_work[i], obj, FNM_PATHNAME)) {
175 !fnmatch(known_issues[i].file, obj, FNM_PATHNAME)) &&
177 /* Using strcmp / fnmatch could have messed up the
307 (fnmatch("[0-9]*", dir_ent->d_name,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cvslib.py 7 import fnmatch
294 if fnmatch.fnmatch(file, pat): return True
rcslib.py 9 import fnmatch
318 return fnmatch.fnmatch(name, pat)
  /external/autotest/client/site_tests/platform_ToolchainOptions/
platform_ToolchainOptions.py 5 import fnmatch
58 in_whitelist = any([fnmatch.fnmatch(bad_file, whitelist_entry)
  /external/autotest/server/site_tests/brillo_Gtests/
brillo_Gtests.py 6 import fnmatch
152 if any(fnmatch.fnmatch(t.path, n)
  /external/chromium-trace/catapult/devil/devil/android/
fastboot_utils.py 10 import fnmatch
57 if fnmatch.fnmatch(filename, pattern):
  /external/libmojo/third_party/catapult/devil/devil/android/
fastboot_utils.py 10 import fnmatch
55 if fnmatch.fnmatch(filename, pattern):
  /external/python/cpython2/Demo/pdist/
cvslib.py 7 import fnmatch
294 if fnmatch.fnmatch(file, pat): return True

Completed in 897 milliseconds

1 2 3 4 5 6 78 91011>>