Home
last modified time | relevance | path

Searched full:script (Results 1 – 25 of 1186) sorted by relevance

12345678910>>...48

/device/soc/hisilicon/ws63v100/sdk/build/cmake/
Dbuild_script.cmake2 # @brief cmake script path
6 set(SCRIPT_DIR "${ROOT_DIR}/build/script")
16 # HSO script
25 # PARSE script
34 set(CONCAT_TOOL ${ROOT_DIR}/build/script/concat_bin.py)
37 set(BUILD_NV_TOOL ${ROOT_DIR}/build/script/build_nvbin.py)
38 set(BUILD_NV_GEN_UTILS ${ROOT_DIR}/build/script/nv/generate_utils.py)
49 # rom info gen script
52 # IMAGE ANALYSIS script
55 # CODESIZE_STATISTIC script
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/scripts/
Dcheck-generated-files.sh27 This script checks that all generated file are up-to-date. If some aren't, by
51 # check SCRIPT FILENAME[...]
52 # check SCRIPT DIRECTORY
53 # Run SCRIPT and check that it does not modify any of the specified files.
57 # list of files in the directory. Running SCRIPT must not modify any file
62 SCRIPT=$1
85 "$SCRIPT"
87 # Compare the script output to the old files and remove backups
90 echo "'$FILE' was either modified or deleted by '$SCRIPT'"
108 echo "Files were deleted or created by '$SCRIPT'"
Dtest_config_script.py64 """Figure out what presets the script supports.
66 help_text should be the output from running the script with --help.
87 extracted from running the config script with --help.
92 help_text = subprocess.run([options.script, '--help'],
99 """Run the config script with the given arguments.
125 cmd = [os.path.abspath(options.script),
138 ### This script currently tests what happens when you change a symbol from
179 dest='script', default='scripts/config.py',
180 help="""Configuration script (default: %(default)s).""")
Dlist_internal_identifiers.py19 This script generates a file called identifiers that contains all Mbed TLS
27 The script returns 0 on success, 1 if there is a script error.
39 "This script writes a list of parsed identifiers in internal "
Ddocker_env.sh8 # This is a helper script to enable running tests under a Docker container,
14 # This script expects a Linux x86_64 system with a recent version of Docker
16 # server must be used, invoke this script with the usual environment variables
22 # Running this script directly will check for Docker availability and set up
Dlist-identifiers.sh57 Sorry, this script has to be called with --internal.
59 This script exists solely for backwards compatibility with the previous
63 check-names.sh, which used to depend on this script, has been replaced with
Dgenerate_test_code.py20 This script is a key part of Mbed TLS test suites framework. For
21 understanding the script it is important to understand the
23 and explains the function of this script.
90 into run time evaluations. This script generates the run time checks
94 This script also generates code for function dispatch.
96 The extra code mentioned here is either generated by this script
116 functions are populated with checks and return codes by this script.
121 This script:
123 Core function of this script is to fill the template file with
126 This script replaces following fields in the template and generates
[all …]
Dcheck-doxy-blocks.pl68 # Check that the script is being run from the project's root directory.
71 die "This script must be run from the mbed TLS root directory";
Dcheck_names.py19 This script confirms that the naming of all symbols and identifiers in Mbed TLS
41 The script returns 0 on success, 1 on test failure, and 2 if there is a script
237 raise Exception("This script must be run from Mbed TLS root")
319 check_names script is designed only for use on UNIX/macOS (due to nm),
724 Representation of the core name checking operation performed by this script.
874 "This script confirms that the naming of all symbols and identifiers "
/device/soc/hisilicon/hi3861v100/
DREADME.md77 ├── BUILD.gn # GN building script
79 ├── build.sh # Building script for startup, which can be customized using the sh build.s…
83 ├── factory.mk # Building script of the factory-test version
84 ├── hm_build.sh # Building script for adapting to OpenHarmony
88 ├── non_factory.mk # Building script of the non-factory-test version
90 ├── SConstruct # SCons build script
/device/soc/hisilicon/ws63v100/sdk/build/script/sdk_generator/sdk_template/makefile/
Dtemplate.mk15 export HSO_MK_XML_PY:= $(SDK_ROOT)/build/script/hdbxml/mk_hso_prim_xml.py
16 export HSO_XML_PRE_PROCESS_PY:= $(SDK_ROOT)/build/script/hdbxml/process_pregenerated_xml.py
17 export HSO_XML_MERGE_PY:= $(SDK_ROOT)/build/script/hdbxml/hso_prim_xml_merge.py
18 export HSO_XML_DB_CREATE_PY:= $(SDK_ROOT)/build/script/hdbxml/database_create.py
19 export BUILD_UTILS_PY:=$(SDK_ROOT)/build/script/utils/build_utils.py
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/
D.travis.yml21 script:
28 script:
43 script:
/device/soc/hisilicon/ws63v100/sdk/build/script/hdbxml_custom/MessageXmlGen/
Dmessagexmlgen.cmake9 …set(MESSAGEXMLCONFIG ${CMAKE_SOURCE_DIR}/build/script/hdbxml_custom/MessageXmlGen/MessageXmlGen_${…
10 …set(MESSAGERULES ${CMAKE_SOURCE_DIR}/build/script/hdbxml_custom/MessageXmlGen/MessageRules_${CORE}…
62 …message(STATUS "${Python3_EXECUTABLE} ${CMAKE_SOURCE_DIR}/build/script/hdbxml_custom/MessageXmlGen…
63 …execute_process(COMMAND ${Python3_EXECUTABLE} ${CMAKE_SOURCE_DIR}/build/script/hdbxml_custom/Messa…
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/
DDescriptions.txt13 The 'tests/compat.sh' script checks interoperability with OpenSSL and
20 The 'tests/ssl-opt.sh' script checks various options and/or operations not
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/scripts/
Decp_comb_table.py5 This script dumps comb table of ec curve. When you add a new ec curve, you
6 can use this script to generate codes to define `<curve>_T` in ecp_curves.c
35 4. Run this script with an argument of new curve
36 5. Copy the output of this script into ecp_curves.c and replace the macro added
234 print("Warning: both '%s' and '%s' are not exists. This script will use "
Dfootprint.sh20 # This script determines ROM size (or code size) for the standard mbed TLS
37 echo "This script needs to be run from the root of" >&2
Dabi_check.py5 This script is a small wrapper around the abi-compliance-checker and
11 while running the script. Note: must be run from Mbed TLS root.
341 """This script is a small wrapper around the
348 and 2 if there is an error while running the script.
/device/soc/rockchip/rk2206/sdk_liteos/
DBUILD.gn21 copy("link-script") {
29 deps = [ ":link-script" ]
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/suites/
Dmain_test.function5 * This file has been machine generated using the script:
64 * Identifiers and evaluation code is generated by script:
97 * Identifiers and check code is generated by script:
139 * This table is populated by script:
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/git-scripts/
Dpre-push.sh22 # pushed. If this script exits with a non-zero status nothing will be pushed.
23 # This script can also be used independently, not using git.
/device/soc/rockchip/rk3588/kernel/arch/arm64/boot/
Dinstall.sh14 # "make install" script for the AArch64 Linux port
37 # User may have a custom install script
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/programs/test/
Dzeroize.c6 * optimizations. This application is used by the GDB script at
7 * tests/scripts/test_zeroize.gdb: the script sets a breakpoint at the last
/device/qemu/arm_virt/liteos_a/
DREADME.md47 …ource code is built, the **qemu-run** script is generated in the root directory of the code. You c…
152 The commands and parameters in the **qemu-run** script are as follows:
/device/soc/hisilicon/common/hal/
Dbuild.sh6 # Compile mpp/sample project, this is the entrance script
/device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/wpa_supplicant/examples/
D60_wpa_supplicant4 # Action script to notify wpa_supplicant of pm-action events.

12345678910>>...48