Home
last modified time | relevance | path

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

/external/v8/tools/
Dgenerate-header-include-checks.py80 exclude_patterns = [re.compile(x) for x in args.exclude]
92 for p in exclude_patterns:
/external/libnl/python/doc/
Dconf.py67 exclude_patterns = ['_build'] variable
/external/python/rsa/doc/
Dconf.py72 exclude_patterns = ['_build'] variable
/external/python/dateutil/docs/
Dconf.py78 exclude_patterns = ['_build'] variable
/external/python/funcsigs/docs/
Dconf.py69 exclude_patterns = ['_build'] variable
/external/clang/docs/analyzer/
Dconf.py68 exclude_patterns = ['_build'] variable
/external/libcxx/docs/
Dconf.py66 exclude_patterns = ['_build'] variable
/external/fonttools/Doc/source/
Dconf.py73 exclude_patterns = [] variable
/external/swiftshader/third_party/subzero/docs/
Dconf.py67 exclude_patterns = ['_build'] variable
/external/python/uritemplates/docs/
Dconf.py72 exclude_patterns = ['_build'] variable
/external/libunwind_llvm/docs/
Dconf.py67 exclude_patterns = ['_build'] variable
/external/iperf3/docs/
Dconf.py72 exclude_patterns = ['_build', '_esnet'] variable
/external/python/six/documentation/
Dconf.py63 exclude_patterns = ["_build"] variable
/external/iperf3/docs/_esnet/
DREADME.rst37 # add _esnet to exclude_patterns
38 exclude_patterns = ['_build', '_esnet']
/external/python/pyasn1/docs/source/
Dconf.py77 exclude_patterns = [] variable
/external/python/oauth2client/docs/
Dconf.py71 exclude_patterns = ['_build'] variable
/external/python/cpython2/Doc/
Dconf.py35 exclude_patterns = [ variable
/external/clang/docs/
Dconf.py68 exclude_patterns = ['_build', 'analyzer'] variable
/external/python/cpython3/Doc/
Dconf.py42 exclude_patterns = [venvdir+'/*', 'README.rst'] variable
/external/llvm/docs/
Dconf.py67 exclude_patterns = ['_build'] variable
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
Dconf.py67 exclude_patterns = ['_build'] variable
/external/tensorflow/tensorflow/contrib/framework/python/ops/
Dvariables.py807 def filter_variables(var_list, include_patterns=None, exclude_patterns=None, argument
856 if exclude_patterns is None:
861 if not any(reg_exp_func(ptrn, var.name) for ptrn in exclude_patterns):
Dvariables_test.py1364 exclude_patterns=None, argument
1369 exclude_patterns=exclude_patterns,
1394 exclude_patterns=['weights'])
1399 exclude_patterns=['weights', 'conv1'])
1412 exclude_patterns=['biases'])
/external/pcre/dist2/src/
Dpcre2grep.c322 static patstr *exclude_patterns = NULL; variable
339 static patdatastr exclude_patdata = { &exclude_patterns, &exclude_patterns_last };
343 static patstr **incexlist[4] = { &include_patterns, &exclude_patterns,
3212 !test_incexc(lastcomp, include_patterns, exclude_patterns)) in grep_or_recurse()
4224 if (!read_pattern_file(fn->name, &exclude_patterns, &exclude_patterns_last)) in main()
4318 free_pattern_chain(exclude_patterns); in main()