Home
last modified time | relevance | path

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

/external/python/cpython3/.github/workflows/
Dbuild.yml33 check_source:
75 needs: check_source
76 if: needs.check_source.outputs.run_tests == 'true'
119 needs: check_source
120 if: needs.check_source.outputs.run_tests == 'true'
127 key: ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}
177 needs: check_source
178 if: needs.check_source.outputs.run_tests == 'true'
194 needs: check_source
195 if: needs.check_source.outputs.run_tests == 'true'
[all …]
/external/google-fruit/configuration/bazel/
Dbuild_defs.bzl19 for check_source in ctx.files.check_sources:
20 check_name = check_source.path[:-len(".cpp")].split('/')[-1].split('\\')[-1]
28 source_file = check_source.path,
52 [check_source],
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py1019 check_source = True
1045 check_source = flags & 0b10 != 0
1047 (check_source or
1081 data = _code_to_hash_pyc(code_object, source_hash, check_source)
/external/python/cpython3/Lib/
Dzipimport.py651 check_source = flags & 0b10 != 0
653 (check_source or _imp.check_hash_based_pycs == 'always')):
/external/python/cpython3/Doc/c-api/
Dinit_config.rst650 value of the 'check_source' flag.
652 - ``L"default"``: The 'check_source' flag in hash-based pycs
/external/python/cpython3/android/Python/deepfreeze/
Ddeepfreeze.c32663 ._data = "check_source",