Home
last modified time | relevance | path

Searched refs:PYTHON (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck-python-files.sh14 PYTHON=python3
16 PYTHON=python
20 $PYTHON - "$2" <<EOF
58 $PYTHON -m pylint scripts/mbedtls_dev/*.py scripts/*.py tests/scripts/*.py || {
65 $PYTHON -m mypy scripts/*.py tests/scripts/*.py ||
/openthread-latest/third_party/mbedtls/repo/tests/
DMakefile21 $(PYTHON) scripts/generate_bignum_tests.py --list || \
28 $(PYTHON) scripts/generate_ecp_tests.py --list || \
35 $(PYTHON) scripts/generate_psa_tests.py --list || \
61 $(PYTHON) scripts/generate_bignum_tests.py
71 $(PYTHON) scripts/generate_ecp_tests.py
93 $(PYTHON) scripts/generate_psa_tests.py
156 $(PYTHON) scripts/generate_test_code.py -f suites/$(firstword $(subst ., ,$*)).function \
/openthread-latest/third_party/mbedtls/repo/library/
DMakefile51 PYTHON ?= python macro
53 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro
362 $(PYTHON) ../scripts/generate_ssl_debug_helpers.py --mbedtls-root .. .
384 $(PYTHON) ../scripts/generate_driver_wrappers.py
/openthread-latest/third_party/mbedtls/repo/scripts/
Dcommon.make100 PYTHON ?= python
102 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi)
/openthread-latest/third_party/mbedtls/repo/programs/
DMakefile135 $(PYTHON) ../scripts/generate_psa_constants.py