Searched full:patch (Results 1 – 14 of 14) sorted by relevance
/openthread-3.4.0/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-3.4.0/third_party/mbedtls/repo/tests/scripts/ |
D | test_generate_test_code.py | 25 from unittest.mock import patch 563 @patch("generate_test_code.parse_function_arguments") 582 @patch("generate_test_code.gen_dispatch") 583 @patch("generate_test_code.gen_dependencies") 584 @patch("generate_test_code.gen_function_wrapper") 585 @patch("generate_test_code.parse_function_arguments") 627 @patch("generate_test_code.gen_dispatch") 628 @patch("generate_test_code.gen_dependencies") 629 @patch("generate_test_code.gen_function_wrapper") 630 @patch("generate_test_code.parse_function_arguments") [all …]
|
/openthread-3.4.0/tools/harness-simulation/posix/ |
D | install.sh | 140 cp "${ETC_DIR}/server.patch" script/server.patch 141 patch script/server script/server.patch
|
/openthread-3.4.0/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-3.4.0/third_party/mbedtls/repo/include/mbedtls/ |
D | version.h | 46 * Major version | Minor version | Patch version 62 * MMNNPP00 (Major, Minor, Patch).
|
/openthread-3.4.0/ |
D | .codecov.yml | 4 patch: off
|
/openthread-3.4.0/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-3.4.0/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-3.4.0/include/openthread/ |
D | coap.h | 227 * application/json-patch+json: [RFC6902] 232 * application/merge-patch+json: [RFC7396]
|
/openthread-3.4.0/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-3.4.0/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-3.4.0/third_party/mbedtls/repo/ |
D | ChangeLog | 2542 in the previous patch release. Found by Robert Scheck. #390 #391 2651 Found and patch provided by Guido Vranken, Intelworks. Cannot be forced 2677 * Fix compile error in net.c with musl libc. Found and patch provided by 2695 (Found and patch provided by Fabian Foerg, Gotham Digital Science using 4384 (patch contributed by David Patino)
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | ssl_tls.c | 5357 * opaque mbedtls_version[3]; // major, minor, patch 6224 * opaque mbedtls_version[3]; // major, minor, patch
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ssl.data | 659 SSL session serialization: Wrong patch version
|