Searched refs:tool (Results 1 – 22 of 22) sorted by relevance
5 tool("cc") {14 tool("cxx") {23 tool("alink") {34 tool("solink") {55 tool("link") {66 tool("stamp") {70 tool("copy") {
5 [tool.poetry]11 [tool.poetry.dependencies]16 [tool.poetry.dev-dependencies]
241 ./script/gcda-tool clean393 … ./script/git-tool clone https://github.com/openthread/ot-br-posix.git --depth 1 "${otbrdir}"613 lcov --gcov-tool "$llvm_gcov" --directory . --capture --output-file tmp/coverage.info615 ./script/gcda-tool collect616 ./script/gcda-tool install
84 script/git-tool clone https://github.com/openthread/ot-nrf528xx.git "${OT_TMP_DIR}"
47 gcov-tool merge "${profile_current}" "${profile_merged}" -o "${profile_temporary}" || return 0
124 …script/git-tool "${clone_options[@]}" https://github.com/openthread/ot-nrf528xx.git "${OT_TMP_DIR}…
1 # git-squash-merge tool3 … script to help squash merge a given branch into the current branch. This tool is helpful for sync…21 - `--no-commit` when used, the tool squashes and stages the changes but does not commit"
19 gn tool requires paths to all the toolchains to be used for compilation, for
5 This is a tool to automate testing openthread with GRL Test Harness Release 2.0.1 for Thread V1.1.
82 if valgrind --tool=massif --stacks=yes programs/ssl/$CLIENT >/dev/null 2>&1
3 `spi-hdlc-adapter` is an adapter tool for using a SPI interface as if it were an HDLC-lite encoded …22 …um number of 0xFF bytes to clip from start of MISO frame. This makes this tool usable with SPI sla…
37 …iew is be assisted by a tool that compares the old and the new version, which is implemented in `s…
232 Some properties can be tested through runtime instrumentation: have the compiler or a similar tool …
3 The OpenThread diagnostics module is a tool for debugging platform hardware manually, and it will a…
80 may require the use of an upgrade tool.
49 * GNU Make 3.82 or a build tool that CMake supports.
3128 * Removed support for Yotta as a build tool.
714 # extension is automatically appended if omitted. This requires the bibtex tool1022 # point to the HTML generated by the htags(1) tool instead of doxygen built-in1023 # source browser. The htags tool is part of GNU's global source tagging system1592 # search data is written to a file for indexing by an external tool. With the2093 # Configuration options related to the dot tool2106 # command. Doxygen will then run the mscgen tool (see:2109 # the mscgen tool resides. If left empty the tool is assumed to be found in the2127 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is2128 # available from the path. This tool is part of Graphviz (see:2302 # The DOT_PATH tag can be used to specify the path where the dot tool can be[all …]
244 * Inspect the generated code with `objdump` or a similar tool to see if copying operations are pres…322 1. Using Valgrind's memcheck tool. Valgrind provides a macro `VALGRIND_MAKE_MEM_NO_ACCESS` that all…425 An alternative approach is to use a dynamic instrumentation tool (the most obvious being Valgrind) …427 Valgrind has no tool specifically that checks the property that we are looking for. However, it is …430 valgrind --tool=lackey --trace-mem=yes --log-file=logfile ./myprogram461 …* Ease of reproduction - Does the prototype require a particular platform or tool to be set up? Ho…
195 - Run `pylint` over your code. `pylint` is a tool for finding bugs and style problems in Python sou…
429 for tool in "$@"; do430 if ! `type "$tool" >/dev/null 2>&1`; then431 err_msg "$tool not found!"
48 * If you had a tool that parsed the library version from `include/mbedtls/version.h`, this has move…