/openthread-3.4.0/third_party/nlbuild-autotools/repo/make/post/rules/ |
D | bootstrap.mak | 26 all check coverage dist distcheck doc docdist install install-headers pretty pretty-check: Makefile target 45 $(BOOTSTRAP) -w all 58 $(NL_V_AT)echo " all" 59 $(NL_V_AT)echo " Generate all configured build artifacts for this project." 62 $(NL_V_AT)echo " (Re-)generate all build infrastructure for the project, " 65 $(NL_V_AT)echo " bootstrap-all" 66 $(NL_V_AT)echo " (Re-)generate all build infrastructure for the project, " 76 $(NL_V_AT)echo " Generate all configured build artifacts and run all unit " 80 $(NL_V_AT)echo " Generate all configured build artifacts, run all unit " 100 $(NL_V_AT)echo " Generate all configured build artifacts for this project " [all …]
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_base64.data | 25 enc_char (all digits) 28 dec_value (all characters) 186 Base64 encode hex all valid input bytes #0 189 Base64 encode hex all valid input bytes #1 192 Base64 encode hex all valid input bytes #2 195 Base64 encode all valid output characters at all offsets 213 Base64 decode all valid input characters at all offsets
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/proposed/ |
D | Makefile | 3 default: all 14 all: html pdf target
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/ |
D | Makefile | 3 default: all 14 all: html pdf target
|
/openthread-3.4.0/third_party/mbedtls/repo/ |
D | Makefile | 6 .PHONY: all no_test programs lib tests install uninstall clean test check covtest lcov apidoc apido… 8 all: programs tests target 115 lcov --rc lcov_branch_coverage=1 --add-tracefile files.info --add-tracefile tests.info -o all.info 116 lcov --rc lcov_branch_coverage=1 --remove all.info -o final.info '*.h' 119 rm -f files.info tests.info all.info final.info descriptions
|
D | .gitignore | 10 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: 35 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
D | CMakeLists.txt | 119 This option is not safe for production use and negates all security \ 206 …GS_ASAN "-fsanitize=address -fno-common -fsanitize=undefined -fno-sanitize-recover=all -O3") 207 …"-fsanitize=address -fno-common -fsanitize=undefined -fno-sanitize-recover=all -O1 -g3 -fno-omit-f… 217 …GS_ASAN "-fsanitize=address -fno-common -fsanitize=undefined -fno-sanitize-recover=all -O3") 218 …"-fsanitize=address -fno-common -fsanitize=undefined -fno-sanitize-recover=all -O1 -g3 -fno-omit-f… 324 COMMAND lcov --add-tracefile files.info --add-tracefile tests.info -o all.info 325 COMMAND lcov --remove all.info -o final.info '*.h' 328 COMMAND rm -f files.info tests.info all.info final.info descriptions
|
/openthread-3.4.0/tests/unit/ |
D | README.md | 7 …roject. So first build OpenThread on the simulation platform, which will also build all unit tests: 14 ## List all tests 25 To run all the unit tests:
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/autoconf/m4/ |
D | nl_enable_werror.m4 | 21 # and controls whether the package will be built to treat all 49 AC_CACHE_CHECK([whether to treat all compilation warnings as errors], 53 …[AS_HELP_STRING([--enable-warnings-as-errors],[Treat all compilation warnings as errors @<:@defaul…
|
/openthread-3.4.0/third_party/mbedtls/repo/programs/fuzz/ |
D | Makefile | 43 .PHONY: all check test clean 45 all: $(BINARIES) target
|
/openthread-3.4.0/tests/toranj/ |
D | README_NCP.md | 19 To run all tests, `start` script can be used. This script will build OpenThread with proper configu… 56 `wpan.Node()` provides methods matching all `wpanctl` commands. 85 node.leave() # Leave the current network, clear all persistent data 246 After all exchanges are prepared, static method `perform_async_tx_rx()` should be used to start all… 252 - `timeout` gives amount of time (in seconds) to wait for all operations to finish. (default is 20 … 298 # get all received msg by `recver` as list of tuples `(msg, (src_address, src_port))` 307 When `start.sh` script is used to run all test-cases, if any test fails, to help with debugging of … 315 …all nodes. The default value of `wpan.Node._VERBOSE` is determined from environment variable `TORA… 342 …-o Config:TUN:InterfaceName wpan1 -o Config:NCP:DriverName spinel -o Daemon:SyslogMask "all -debug" 343 …-o Config:TUN:InterfaceName wpan2 -o Config:NCP:DriverName spinel -o Daemon:SyslogMask "all -debug"
|
D | README_CLI.md | 51 To run all CLI tests, `start` script can be used. This script will build OpenThread with proper con… 100 # Form a Thread network with all the given parameters. 155 When `start.sh` script is used to run all test-cases, if any test fails, to help with debugging of … 179 Alternatively, `cli.Node._VERBOSE` settings can be changed to enable verbose logging for all nodes.…
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/git-scripts/ |
D | pre-push.sh | 46 tests/scripts/all.sh -q -k 'check_*'
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/scripts/ |
D | all-in-docker.sh | 33 run_in_docker tests/scripts/all.sh \
|
D | check-generated-files.sh | 27 This script checks that all generated file are up-to-date. If some aren't, by
|
D | basic-in-docker.sh | 33 run_in_docker tests/scripts/all.sh 'check_*'
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/ |
D | Common.mak | 23 .DEFAULT_GOAL = all 109 # If the specified directory exists, then ensure all of the 111 # remove the directory and all of its contents, sleeping for five (5)
|
/openthread-3.4.0/tools/gerrit/ |
D | README.md | 5 …rges all commits from a given branch into the current branch. By default the changes are committed… 45 44e583a55 [toranj] add new method to finalize all nodes at end of each test (#2930)
|
/openthread-3.4.0/third_party/tcplp/lib/test/ |
D | Makefile | 4 all: test_all target
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/scripts/ |
D | bootstrap | 167 all|make*|conf*|none) 329 all)
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/etc/ |
D | lcov.config | 74 # Compress all generated html files with gzip. 86 # Specify the character set of all generated HTML pages 108 # Use gcov’s --all-blocks option if non-zero
|
/openthread-3.4.0/third_party/build_gn/ |
D | README.md | 19 gn tool requires paths to all the toolchains to be used for compilation, for
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | Makefile | 181 .PHONY: all static shared clean 184 all: static target 186 all: shared static target
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/automake/post/rules/ |
D | coverage.am | 20 # This file is the automake footer for all code-coverage related 25 # at the top of the tree and all the prerequisites occur such
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/make/pre/macros/ |
D | git.mak | 32 # Command to list all variables set in the specified config file <file> 44 # List all variables set in the specified config file <file>
|