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

1 2 34 5 6 7 8 91011>>

  /external/curl/docs/libcurl/opts/
CURLOPT_FNMATCH_DATA.3 26 CURLOPT_FNMATCH_DATA \- custom pointer to fnmatch callback
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
server.py 6 from fnmatch import fnmatch
66 if fnmatch(host, pat): return 1
  /external/adhd/scripts/audio_tuning/
conf2ini2.py 12 import fnmatch
79 if fnmatch.fnmatch(k, pattern) and d[k]:
  /external/autotest/client/site_tests/video_VideoEncodeAccelerator/
video_VideoEncodeAccelerator.py 6 import fnmatch
100 if (fnmatch.fnmatch(board, board_key) and
  /external/chromium-trace/catapult/common/py_utils/py_utils/
discover.py 5 import fnmatch
44 if not fnmatch.fnmatch(filename, pattern):
  /external/deqp/external/vulkancts/scripts/
build_spirv_binaries.py 29 import fnmatch
56 binFiles = [f for f in os.listdir(dstPath) if os.path.isfile(os.path.join(dstPath, f)) and fnmatch.fnmatch(f, "*.spv")]
  /external/deqp/scripts/
check_resolution_list.py 25 from fnmatch import fnmatch
58 if fnmatch(case, pattern):
gen_android_mk.py 25 from fnmatch import fnmatch
70 if fnmatch(filename, ptrn):
  /external/deqp/scripts/src_util/
check_include_guards.py 25 from fnmatch import fnmatch
88 if fnmatch(filename, pattern):
  /external/python/cpython2/Demo/pdist/
server.py 6 from fnmatch import fnmatch
66 if fnmatch(host, pat): return 1
  /external/python/cpython2/Lib/idlelib/
GrepDialog.py 3 import fnmatch
121 if fnmatch.fnmatch(name, base):
  /external/python/cpython3/Lib/idlelib/
grep.py 1 import fnmatch
119 if fnmatch.fnmatch(name, base):
  /toolchain/binutils/binutils-2.27/libiberty/
fnmatch.c 47 #include <fnmatch.h>
68 fnmatch (const char *pattern, const char *string, int flags) function
119 fnmatch (p, n, flags & ~FNM_PERIOD) == 0)
  /external/vixl/tools/
lint.py 30 import fnmatch
233 fnmatch.fnmatch(f, os.path.join(relative_aarch32_traces_path, '*.h')) or \
234 fnmatch.fnmatch(f, os.path.join(relative_aarch64_traces_path, '*.h'))
clang_format.py 30 import fnmatch
167 if fnmatch.fnmatch(name, f):
  /external/python/cpython2/Lib/ctypes/test/
__init__.py 47 import fnmatch
53 if fnmatch.fnmatchcase(fnm, mask):
58 if fnmatch.fnmatchcase(fnm, mask):
  /external/toolchain-utils/
verify_compiler.py 7 import fnmatch
44 for f in fnmatch.filter(files, '*.debug')
52 for f in fnmatch.filter(files, '*.dwp')
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/opt-viewer/
optrecord.py 15 import fnmatch
296 if fnmatch.fnmatch(file, "*.opt.yaml"):
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/opt-viewer/
optrecord.py 15 import fnmatch
296 if fnmatch.fnmatch(file, "*.opt.yaml"):
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/opt-viewer/
optrecord.py 15 import fnmatch
296 if fnmatch.fnmatch(file, "*.opt.yaml"):
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/opt-viewer/
optrecord.py 15 import fnmatch
296 if fnmatch.fnmatch(file, "*.opt.yaml"):
  /prebuilts/clang/host/linux-x86/clang-4579689/share/opt-viewer/
optrecord.py 15 import fnmatch
296 if fnmatch.fnmatch(file, "*.opt.yaml"):
  /prebuilts/clang/host/linux-x86/clang-4630689/share/opt-viewer/
optrecord.py 15 import fnmatch
296 if fnmatch.fnmatch(file, "*.opt.yaml"):
  /prebuilts/clang/host/linux-x86/clang-4639204/share/opt-viewer/
optrecord.py 15 import fnmatch
296 if fnmatch.fnmatch(file, "*.opt.yaml"):
  /prebuilts/clang/host/linux-x86/clang-4691093/share/opt-viewer/
optrecord.py 15 import fnmatch
296 if fnmatch.fnmatch(file, "*.opt.yaml"):

Completed in 1280 milliseconds

1 2 34 5 6 7 8 91011>>