Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 155) sorted by relevance

1234567

/openthread-3.4.0/third_party/nlbuild-autotools/repo/make/post/rules/
Dbootstrap.mak26 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/
Dtest_suite_base64.data25 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/
DMakefile3 default: all
14 all: html pdf target
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/
DMakefile3 default: all
14 all: html pdf target
/openthread-3.4.0/third_party/mbedtls/repo/
DMakefile6 .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.gitignore10 # 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:
DCMakeLists.txt119 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/
DREADME.md7 …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/
Dnl_enable_werror.m421 # 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/
DMakefile43 .PHONY: all check test clean
45 all: $(BINARIES) target
/openthread-3.4.0/tests/toranj/
DREADME_NCP.md19 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 …
315all 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"
DREADME_CLI.md51 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/
Dpre-push.sh46 tests/scripts/all.sh -q -k 'check_*'
/openthread-3.4.0/third_party/mbedtls/repo/tests/scripts/
Dall-in-docker.sh33 run_in_docker tests/scripts/all.sh \
Dcheck-generated-files.sh27 This script checks that all generated file are up-to-date. If some aren't, by
Dbasic-in-docker.sh33 run_in_docker tests/scripts/all.sh 'check_*'
/openthread-3.4.0/third_party/nlbuild-autotools/repo/
DCommon.mak23 .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/
DREADME.md5 …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/
DMakefile4 all: test_all target
/openthread-3.4.0/third_party/nlbuild-autotools/repo/scripts/
Dbootstrap167 all|make*|conf*|none)
329 all)
/openthread-3.4.0/third_party/nlbuild-autotools/repo/etc/
Dlcov.config74 # 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/
DREADME.md19 gn tool requires paths to all the toolchains to be used for compilation, for
/openthread-3.4.0/third_party/mbedtls/repo/library/
DMakefile181 .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/
Dcoverage.am20 # 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/
Dgit.mak32 # Command to list all variables set in the specified config file <file>
44 # List all variables set in the specified config file <file>

1234567