/external/v8/tools/ |
D | generate-header-include-checks.py | 80 exclude_patterns = [re.compile(x) for x in args.exclude] 92 for p in exclude_patterns:
|
/external/libnl/python/doc/ |
D | conf.py | 67 exclude_patterns = ['_build'] variable
|
/external/python/rsa/doc/ |
D | conf.py | 72 exclude_patterns = ['_build'] variable
|
/external/python/dateutil/docs/ |
D | conf.py | 78 exclude_patterns = ['_build'] variable
|
/external/python/funcsigs/docs/ |
D | conf.py | 69 exclude_patterns = ['_build'] variable
|
/external/clang/docs/analyzer/ |
D | conf.py | 68 exclude_patterns = ['_build'] variable
|
/external/libcxx/docs/ |
D | conf.py | 66 exclude_patterns = ['_build'] variable
|
/external/fonttools/Doc/source/ |
D | conf.py | 73 exclude_patterns = [] variable
|
/external/swiftshader/third_party/subzero/docs/ |
D | conf.py | 67 exclude_patterns = ['_build'] variable
|
/external/python/uritemplates/docs/ |
D | conf.py | 72 exclude_patterns = ['_build'] variable
|
/external/libunwind_llvm/docs/ |
D | conf.py | 67 exclude_patterns = ['_build'] variable
|
/external/iperf3/docs/ |
D | conf.py | 72 exclude_patterns = ['_build', '_esnet'] variable
|
/external/python/six/documentation/ |
D | conf.py | 63 exclude_patterns = ["_build"] variable
|
/external/iperf3/docs/_esnet/ |
D | README.rst | 37 # add _esnet to exclude_patterns 38 exclude_patterns = ['_build', '_esnet']
|
/external/python/pyasn1/docs/source/ |
D | conf.py | 77 exclude_patterns = [] variable
|
/external/python/oauth2client/docs/ |
D | conf.py | 71 exclude_patterns = ['_build'] variable
|
/external/python/cpython2/Doc/ |
D | conf.py | 35 exclude_patterns = [ variable
|
/external/clang/docs/ |
D | conf.py | 68 exclude_patterns = ['_build', 'analyzer'] variable
|
/external/python/cpython3/Doc/ |
D | conf.py | 42 exclude_patterns = [venvdir+'/*', 'README.rst'] variable
|
/external/llvm/docs/ |
D | conf.py | 67 exclude_patterns = ['_build'] variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | conf.py | 67 exclude_patterns = ['_build'] variable
|
/external/tensorflow/tensorflow/contrib/framework/python/ops/ |
D | variables.py | 807 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):
|
D | variables_test.py | 1364 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/ |
D | pcre2grep.c | 322 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()
|