Home
last modified time | relevance | path

Searched refs:tool (Results 1 – 22 of 22) sorted by relevance

/openthread-latest/third_party/build_gn/toolchain/
DBUILD.gn5 tool("cc") {
14 tool("cxx") {
23 tool("alink") {
34 tool("solink") {
55 tool("link") {
66 tool("stamp") {
70 tool("copy") {
/openthread-latest/tools/tcat_ble_client/
Dpyproject.toml5 [tool.poetry]
11 [tool.poetry.dependencies]
16 [tool.poetry.dev-dependencies]
/openthread-latest/script/
Dtest241 ./script/gcda-tool clean
393 … ./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.info
615 ./script/gcda-tool collect
616 ./script/gcda-tool install
Dcheck-arm-build84 script/git-tool clone https://github.com/openthread/ot-nrf528xx.git "${OT_TMP_DIR}"
Dgcda-tool47 gcov-tool merge "${profile_current}" "${profile_merged}" -o "${profile_temporary}" || return 0
Dcheck-size124 …script/git-tool "${clone_options[@]}" https://github.com/openthread/ot-nrf528xx.git "${OT_TMP_DIR}…
/openthread-latest/tools/gerrit/
DREADME.md1 # git-squash-merge tool
3 … 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"
/openthread-latest/third_party/build_gn/
DREADME.md19 gn tool requires paths to all the toolchains to be used for compilation, for
/openthread-latest/tools/harness-automation/
DREADME.rst5 This is a tool to automate testing openthread with GRL Test Harness Release 2.0.1 for Thread V1.1.
/openthread-latest/third_party/mbedtls/repo/scripts/
Dmemory.sh82 if valgrind --tool=massif --stacks=yes programs/ssl/$CLIENT >/dev/null 2>&1
/openthread-latest/tools/spi-hdlc-adapter/
DREADME.md3 `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…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dpsa-storage-format-testing.md37 …iew is be assisted by a tool that compares the old and the new version, which is implemented in `s…
Dinvasive-testing.md232 Some properties can be tested through runtime instrumentation: have the compiler or a similar tool
/openthread-latest/src/core/diags/
DREADME.md3 The OpenThread diagnostics module is a tool for debugging platform hardware manually, and it will a…
/openthread-latest/third_party/mbedtls/repo/
DBRANCHES.md80 may require the use of an upgrade tool.
DREADME.md49 * GNU Make 3.82 or a build tool that CMake supports.
DChangeLog3128 * Removed support for Yotta as a build tool.
/openthread-latest/doc/
DDoxyfile.in714 # extension is automatically appended if omitted. This requires the bibtex tool
1022 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
1023 # source browser. The htags tool is part of GNU's global source tagging system
1592 # search data is written to a file for indexing by an external tool. With the
2093 # Configuration options related to the dot tool
2106 # 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 the
2127 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2128 # 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 …]
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md244 * 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 ./myprogram
461 …* Ease of reproduction - Does the prototype require a particular platform or tool to be set up? Ho…
/openthread-latest/
DSTYLE_GUIDE.md195 - Run `pylint` over your code. `pylint` is a tool for finding bugs and style problems in Python sou…
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dall.sh429 for tool in "$@"; do
430 if ! `type "$tool" >/dev/null 2>&1`; then
431 err_msg "$tool not found!"
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md48 * If you had a tool that parsed the library version from `include/mbedtls/version.h`, this has move…