Searched full:patch (Results 1 – 13 of 13) sorted by relevance
/openthread-2.7.6/third_party/nlbuild-autotools/repo/tools/packages/ |
D | build | 277 # patch_directory <directory> <patch arguments> <patch file> [ ... ] 279 # Patch the specified directory by applying the provided patched files 280 # using the specified patch arguments. The specified patch files may 290 verbose " PATCH ${directory}" 292 for patch in "${*}"; do 293 verbose " PATCH ${patch}" 295 extension=`echo "${patch}" | awk -F . '{if (NF > 1) {print $$NF}}'`; 325 ${uncompressor} "${patch}" | patch ${patchargs} -d "${directory}" || exit 1; 364 # If necessary, patch the expanded package. 367 patch_directory "${archivedir}/${fqpackage}" "-s -p1" ${patchdir}/*.patch*
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/ |
D | test_generate_test_code.py | 33 from mock import patch 36 from unittest.mock import patch 615 @patch("generate_test_code.parse_function_arguments") 634 @patch("generate_test_code.gen_dispatch") 635 @patch("generate_test_code.gen_dependencies") 636 @patch("generate_test_code.gen_function_wrapper") 637 @patch("generate_test_code.parse_function_arguments") 679 @patch("generate_test_code.gen_dispatch") 680 @patch("generate_test_code.gen_dependencies") 681 @patch("generate_test_code.gen_function_wrapper") [all …]
|
/openthread-2.7.6/third_party/mbedtls/repo/scripts/ |
D | bump_version.sh | 120 read MAJOR MINOR PATCH <<<$(IFS="."; echo $VERSION) 121 VERSION_NR="$( printf "0x%02X%02X%02X00" $MAJOR $MINOR $PATCH )" 125 sed -e "s/_VERSION_PATCH .\{1,\}/_VERSION_PATCH $PATCH/" | \
|
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/ |
D | version.h | 46 * Major version | Minor version | Patch version 62 * MMNNPP00 (Major, Minor, Patch).
|
/openthread-2.7.6/ |
D | .codecov.yml | 4 patch: off
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/ |
D | MANIFEST | 91 tools/packages/automake/automake.patches/automake-00.patch 101 tools/packages/make/make.patches/make-00.patch
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ |
D | ax_jni_include_dir.m4 | 48 # This version of the script has a local patch that has not yet been upstreamed.
|
/openthread-2.7.6/include/openthread/ |
D | coap.h | 227 * application/json-patch+json: [RFC6902] 232 * application/merge-patch+json: [RFC7396]
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/ |
D | compat.sh | 52 …$( echo $G_VER | sed 's/.* \([0-9]*\)\.\([0-9]\)*\.\([0-9]*\)$/MAJOR="\1" MINOR="\2" PATCH="\3"/' ) 55 \( $MAJOR -eq 3 -a $MINOR -eq 2 -a $PATCH -lt 15 \) ]
|
/openthread-2.7.6/third_party/mbedtls/repo/docs/architecture/testing/ |
D | invasive-testing.md | 180 …do). Another limitation is that this approach does not work for users who patch the library by rep…
|
/openthread-2.7.6/third_party/mbedtls/repo/ |
D | ChangeLog | 2110 in the previous patch release. Found by Robert Scheck. #390 #391 2219 Found and patch provided by Guido Vranken, Intelworks. Cannot be forced 2245 * Fix compile error in net.c with musl libc. Found and patch provided by 2263 (Found and patch provided by Fabian Foerg, Gotham Digital Science using 3952 (patch contributed by David Patino)
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | ssl_tls.c | 5272 * opaque mbedtls_version[3]; // major, minor, patch 6207 * opaque mbedtls_version[3]; // major, minor, patch
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ssl.data | 659 SSL session serialization: Wrong patch version
|