Home
last modified time | relevance | path

Searched refs:exclude_patterns (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/tools/build/src/util/
Dpath.py839 def glob(dirs, patterns, exclude_patterns=None): argument
857 if not exclude_patterns:
858 exclude_patterns = []
860 assert(isinstance(exclude_patterns, list))
863 real_exclude_patterns = [os.path.join(d, p) for p in exclude_patterns
872 def glob_tree(roots, patterns, exclude_patterns=None): argument
880 if not exclude_patterns:
881 exclude_patterns = []
883 result = glob(roots, patterns, exclude_patterns)
884 …subdirs = [s for s in glob(roots, ["*"], exclude_patterns) if s != "." and s != ".." and os.path.i…
[all …]
/third_party/python/Doc/
Dconf.py51 exclude_patterns = ['venv/*', 'README.rst'] variable
54 exclude_patterns.append(venvdir + '/*')
/third_party/libnl/python/doc/
Dconf.py67 exclude_patterns = ['_build'] variable
/third_party/boost/libs/python/doc/numpy/
Dconf.py67 exclude_patterns = ['_build'] variable
/third_party/boost/libs/gil/doc/
Dconf.py66 exclude_patterns = ['_build'] variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
Dconf.py67 exclude_patterns = ['_build'] variable
/third_party/protobuf/python/docs/
Dconf.py99 exclude_patterns = [u"_build", "Thumbs.db", ".DS_Store"] variable
/third_party/mesa3d/docs/
Dconf.py82 exclude_patterns = [] variable
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dconf.py86 exclude_patterns = ['build'] variable
/third_party/libuv/docs/src/
Dconf.py90 exclude_patterns = [] variable
/third_party/grpc/doc/python/sphinx/
Dconf.py49 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] variable
/third_party/boost/libs/hof/doc/
Dconf.py117 exclude_patterns = [ variable
/third_party/pcre2/pcre2/src/
Dpcre2grep.c360 static patstr *exclude_patterns = NULL; variable
377 static patdatastr exclude_patdata = { &exclude_patterns, &exclude_patterns_last };
381 static patstr **incexlist[4] = { &include_patterns, &exclude_patterns,
3437 !test_incexc(lastcomp, include_patterns, exclude_patterns)) in grep_or_recurse()
4467 if (!read_pattern_file(fn->name, &exclude_patterns, &exclude_patterns_last)) in main()
4562 free_pattern_chain(exclude_patterns); in main()
/third_party/weston/doc/sphinx/
Dconf.py.in79 exclude_patterns = [] variable
/third_party/libinput/doc/user/
Dconf.py.in70 exclude_patterns = [] variable
/third_party/nghttp2/doc/
Dconf.py.in92 exclude_patterns = ['manual', 'README.rst', '*-header.rst', 'sources'] variable
/third_party/gn/docs/
Dreference.md2402 filter_exclude(values, exclude_patterns)
2406 The argument exclude_patterns must be a list of file patterns (see