| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/ |
| D | .travis.yml | 1 # Declare python as our language. This way we get our chosen Python version, 3 language: python 4 python: 3.5 33 # The language 'python' is currently unsupported on the 38 - choco install python --version=3.5.4 42 - PYTHON=python.exe 45 - type python; python --version 60 - $PYTHON scripts/min_requirements.py
|
| D | README.md | 11 …his file can be edited manually, or in a more programmatic way using the Python 3 script `scripts/… 49 * Python 3.6 to generate the test code, and to generate sample programs in the development branch. 62 * Python 3 and some Python packages, for some library source files, sample programs and test data. … 64 python -m pip install -r scripts/basic.requirements.txt 92 The tests need Python to be built and Perl to be run. If you don't have one of them installed, you … 122 The test suites need Python to be built and Perl to be executed. If you don't have one of these ins… 223 …ograms. The files in tests are not generated and compiled, as these need Python and perl environme… 236 Mbed TLS includes an elaborate test suite in `tests/` that initially requires Python to generate th…
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/suites/ |
| D | test_suite_pkcs5.data | 21 PBKDF2 Python hashlib Test Vector #1 (SHA224) 25 PBKDF2 Python hashlib Test Vector #2 (SHA224) 29 PBKDF2 Python hashlib Test Vector #3 (SHA224) 33 PBKDF2 Python hashlib Test Vector #5 (SHA224) 37 PBKDF2 Python hashlib Test Vector #6 (SHA224) 49 PBKDF2 Python hashlib Test Vector #1 (SHA256) 53 PBKDF2 Python hashlib Test Vector #2 (SHA256) 57 PBKDF2 Python hashlib Test Vector #3 (SHA256) 61 PBKDF2 Python hashlib Test Vector #5 (SHA256) 65 PBKDF2 Python hashlib Test Vector #6 (SHA256) [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/scripts/ |
| D | check-python-files.sh | 18 # Purpose: check Python files for potential programming errors or maintenance 26 PYTHON=python3 28 PYTHON=python 32 $PYTHON - "$2" <<EOF 70 $PYTHON -m pylint -j 2 scripts/mbedtls_dev/*.py scripts/*.py tests/scripts/*.py || { 79 $PYTHON -m mypy scripts/*.py tests/scripts/*.py ||
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/doc/ |
| D | 2.4.Caffe环境搭建.md | 26 sudo apt-get install -y python-numpy python-scipy -y 37 * 4、进入caffe/python/目录下,执行下面的命令,下载依赖的软件 40 cd caffe/python 101 ```python 169 # NOTE: this is required only if you will compile the python interface. 170 # We need to be able to find Python.h and numpy/arrayobject.h. 173 # Anaconda Python distribution is quite popular. Include path: 180 # Uncomment to use Python 3 (default is Python 2) 190 # PYTHON_INCLUDE += $(dir $(shell python -c 'import numpy.core; print(numpy.core.__file__)'))/inclu… 193 # Uncomment to support layers written in Python (will link against Python libs) [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/scripts/ |
| D | make_generated_files.bat | 3 @rem Perl and Python 3 must be on the PATH. 7 python scripts\generate_ssl_debug_helpers.py || exit /b 1 9 python scripts\generate_psa_constants.py || exit /b 1 10 python tests\scripts\generate_psa_tests.py || exit /b 1
|
| D | config.pl | 20 $py =~ s/\.pl$/.py/ or die "Unable to determine the name of the Python script"; 22 print STDERR "$0: python3: $!. Trying python instead.\n"; 23 exec 'python', $py, @ARGV; 24 print STDERR "$0: python: $!\n";
|
| D | driver.requirements.txt | 1 # Python package requirements for driver implementers. 5 # Note that Jinja 3.0 drops support for Python 3.5, so we need to support 6 # Jinja 2.x as long as we're still using Python 3.5 anywhere.
|
| D | min_requirements.py | 2 """Install all the required Python packages, with the minimum Python version. 38 """Collect and massage Python requirements.""" 119 help="Install to the Python user install directory"
|
| D | ci.requirements.txt | 1 # Python package requirements for Mbed TLS testing. 7 # 2.4.4 is the version in Ubuntu 20.04. It supports Python >=3.5.
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/programs/fuzz/ |
| D | README.md | 19 python infra/helper.py build_image mbedtls 20 python infra/helper.py build_fuzzers --sanitizer address mbedtls 21 python infra/helper.py run_fuzzer mbedtls fuzz_client 53 * Run a dummy python script to output either client or server corpus file like `python dummy.py tes…
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
| D | hi_config_parser.py | 52 …#print('execute with exe...') if getattr(sys, 'frozen', False) else print('execute with python...') 56 … raise UsrCfgParserError("Config file not found! Please execute 'python usr_config.py' first!") 72 … raise UsrCfgParserError("Config file not found! Please execute \'python usr_config.py\' first!") 92 … raise UsrCfgParserError("Unknown format! Please execute \'python usr_config.py\' first!") 100 … raise UsrCfgParserError("Unknown format! Please execute \'python usr_config.py\' first!")
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/ |
| D | Makefile | 63 PYTHON ?= python macro 65 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro 70 $(PYTHON) scripts/generate_psa_tests.py --list || \ 74 $(error "$(PYTHON) scripts/generate_psa_tests.py --list" failed) 98 $(PYTHON) scripts/generate_psa_tests.py 161 $(PYTHON) scripts/generate_test_code.py -f suites/$(firstword $(subst ., ,$*)).function \
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/configs/vendor/ |
| D | Makefile.ai | 28 PYTHON ?= python 30 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) 301 $(PYTHON) ../scripts/generate_ssl_debug_helpers.py --mbedtls-root .. .
|
| D | Makefile | 28 PYTHON ?= python macro 30 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro 314 $(PYTHON) ../scripts/generate_ssl_debug_helpers.py --mbedtls-root .. .
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/ |
| D | Makefile | 28 PYTHON ?= python macro 30 PYTHON ?= $(shell if type python3 >/dev/null 2>/dev/null; then echo python3; else echo python; fi) macro 308 $(PYTHON) ../scripts/generate_ssl_debug_helpers.py --mbedtls-root .. .
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/build/menuconfig/ |
| D | README.md | 5 … files to configure the system and uses the open source parsing library [python kconfiglib](https:… 9 Python (2.7/3.2+) is supported, and use the following command to install `kconfiglib`.
|
| /device/soc/rockchip/rk2206/ |
| D | README_zh.md | 94 sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 110 python get-pip.py
|
| /device/soc/hisilicon/ws63v100/sdk/build/script/parse_tool/ |
| D | parse_main_freertos_phase2.py | 1 #!/usr/bin/env python 28 print("Running python at", sys.executable,
|
| D | parse_main_liteos206_phase2.py | 1 #!/usr/bin/env python 28 print("Running python at", sys.executable,
|
| D | parse_main_liteos207_phase2.py | 1 #!/usr/bin/env python 28 print("Running python at", sys.executable,
|
| D | parse_main_liteos208_phase2.py | 1 #!/usr/bin/env python 31 print("Running python at", sys.executable,
|
| /device/soc/hisilicon/ws63v100/sdk/build/script/hdbxml_custom/MessageXmlGen/ |
| D | merge_messages.py | 21 # SCons to avoid file-in-use errors on Windows where the SCons python 22 # process fails to call CloseFile even though close() is called in python.
|
| /device/soc/hisilicon/ws63v100/sdk/build/script/nv/ |
| D | conf_parser.py | 79 parse the python sentence starts with ### 109 Execute the simple python sentence. 112 If it needs to support more python features, please use compile and eval, but careful about
|
| /device/soc/hisilicon/ws63v100/sdk/build/script/ |
| D | conf_parser.py | 75 parse the python sentence starts with ### 105 Execute the simple python sentence. 108 If it needs to support more python features, please use compile and eval, but careful about
|