Searched full:clean (Results 1 – 25 of 52) sorted by relevance
123
/openthread-3.5.0/third_party/mbedtls/repo/tests/scripts/ |
D | psa_collect_statuses.py | 93 subprocess.check_call(['make', 'clean'], 109 subprocess.check_call(['make', 'clean'], 116 parser.add_argument('--clean-after', 118 help='Run "make clean" after rebuilding') 119 parser.add_argument('--clean-before', 121 help='Run "make clean" before regenerating the log file)')
|
D | curves.pl | 90 system( "make clean" ) and die; 122 system( "make clean" ) and die; 143 system( "make clean" ) and die;
|
D | key-exchanges.pl | 56 system( "make clean" ) and die; 75 system( "make clean" ) and die;
|
D | depends-pkalgs.pl | 85 system( "make clean" ) and die; 106 system( "make clean" ) and die;
|
D | depends-hashes.pl | 78 system( "make clean" ) and die; 100 system( "make clean" ) and die;
|
D | test-ref-configs.pl | 87 system( "make clean" ) and die; 126 system( "make clean" );
|
/openthread-3.5.0/third_party/mbedtls/repo/scripts/ |
D | memory.sh | 49 echo "config.h not clean" >&2 74 make clean 84 make clean 118 make clean 138 make clean
|
D | ecc-heap.sh | 40 echo "config.h not clean" >&2 89 make clean
|
D | footprint.sh | 82 make clean >/dev/null
|
/openthread-3.5.0/script/ |
D | test | 219 ./script/gcda-tool clean 479 'OT_BUILDDIR=\${PWD}/my_awesome_build ./script/test clean build'. 488 clean Clean built files to prepare for new build. 498 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py 502 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py 506 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py 510 VIRTUAL_TIME=0 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py 514 …THREAD_VERSION=1.1 VIRTUAL_TIME=0 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_Router… 518 VIRTUAL_TIME=0 $0 clean build cert tests/scripts/thread-cert/v1_2_test_enhanced_keep_alive.py 519 INTER_OP=1 VIRTUAL_TIME=0 $0 clean build cert tests/scripts/thread-cert/v1_2_router_5_1_1.py [all …]
|
D | gcda-tool | 101 clean)
|
/openthread-3.5.0/third_party/mbedtls/repo/ |
D | Makefile | 6 .PHONY: all no_test programs lib tests install uninstall clean test check covtest lcov apidoc apido… 89 clean: target 90 $(MAKE) -C library clean 91 $(MAKE) -C programs clean 92 $(MAKE) -C tests clean
|
/openthread-3.5.0/third_party/mbedtls/repo/programs/fuzz/ |
D | Makefile | 43 .PHONY: all check test clean 66 clean: target
|
/openthread-3.5.0/.github/workflows/ |
D | toranj.yml | 146 git clean -dfx 148 git clean -dfx 150 git clean -dfx
|
/openthread-3.5.0/third_party/tcplp/lib/test/ |
D | Makefile | 15 clean: target
|
/openthread-3.5.0/third_party/mbedtls/repo/docs/proposed/ |
D | Makefile | 24 clean: target
|
/openthread-3.5.0/third_party/mbedtls/repo/docs/architecture/ |
D | Makefile | 24 clean: target
|
/openthread-3.5.0/third_party/mbedtls/repo/docs/ |
D | getting_started.md | 267 /* Clean up cipher operation context */ 351 /* Clean up cipher operation context */ 431 /* Clean up hash operation context */ 479 /* Clean up hash operation context */ 534 /* Clean up */ 572 1. Clean up the key derivation context. 666 /* Clean up key derivation operation */ 746 /* Clean up */ 821 /* Clean up */
|
/openthread-3.5.0/tests/scripts/thread-cert/border_router/ |
D | README.md | 14 git clean -xfd
|
/openthread-3.5.0/tests/scripts/thread-cert/ |
D | README.md | 17 ./script/test clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/ |
D | Makefile | 82 .PHONY: all check test clean 95 # Explicitly depend on this header because on a clean copy of the source tree, 142 clean: target
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | Makefile | 181 .PHONY: all static shared clean 286 clean: target
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/include/test/ |
D | psa_crypto_helpers.h | 116 * Expect a clean shutdown, with no slots in use. 135 * Expect a clean shutdown, with no slots in use.
|
/openthread-3.5.0/ |
D | CONTRIBUTING.md | 84 #### Upstream Sync and Clean Up 86 Prior to submitting your pull request, you might want to do a few things to clean up your branch an…
|
/openthread-3.5.0/third_party/mbedtls/repo/scripts/data_files/ |
D | query_config.fmt | 124 * clean build and to ensure that tests treating warnings as errors do not
|
123