Home
last modified time | relevance | path

Searched full:check_source (Results 1 – 5 of 5) sorted by relevance

/third_party/python/.github/workflows/
Dbuild.yml14 check_source:
33 needs: check_source
34 if: needs.check_source.outputs.run_tests == 'true'
47 needs: check_source
48 if: needs.check_source.outputs.run_tests == 'true'
61 needs: check_source
62 if: needs.check_source.outputs.run_tests == 'true'
77 needs: check_source
78 if: needs.check_source.outputs.run_tests == 'true'
/third_party/openssl/test/recipes/
D80-test_ssl_new.t119 my ($conf, $check_source, $skip) = @_;
138 if !$check_source;
/third_party/python/Include/cpython/
Dinitconfig.h354 - "default" means the 'check_source' flag in hash-based pycs
357 invalidation regardless of value of 'check_source' bit
/third_party/python/Lib/importlib/
D_bootstrap_external.py868 check_source = True
894 check_source = flags & 0b10 != 0
896 (check_source or
930 data = _code_to_hash_pyc(code_object, source_hash, check_source)
/third_party/python/Lib/
Dzipimport.py600 check_source = flags & 0b10 != 0
602 (check_source or _imp.check_hash_based_pycs == 'always')):