Home
last modified time | relevance | path

Searched refs:PATCH (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/node/tools/rpm/
Drpmbuild.sh34 PATCH=`sed -nre 's/#define NODE_PATCH_VERSION ([0-9]+)/\1/p' "$FILE"`
35 VERSION="$MAJOR.$MINOR.$PATCH"
/third_party/mbedtls/scripts/
Dbump_version.sh126 read MAJOR MINOR PATCH <<<$(IFS="."; echo $VERSION)
127 VERSION_NR="$( printf "0x%02X%02X%02X00" $MAJOR $MINOR $PATCH )"
131 sed -e "s/_VERSION_PATCH .\{1,\}/_VERSION_PATCH $PATCH/" | \
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDefs.hpp52 #define VK_MAKE_API_VERSION(VARIANT, MAJOR, MINOR, PATCH) \ argument
53 …VARIANT)) << 29) | (((deUint32)(MAJOR)) << 22) | (((deUint32)(MINOR)) << 12) | ((deUint32)(PATCH)))
54 #define VK_MAKE_VERSION(MAJOR, MINOR, PATCH) VK_MAKE_API_VERSION(0, MAJOR, MINOR, PATCH) argument
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.h128 XX(28, PATCH, PATCH) \
/third_party/node/deps/llhttp/include/
Dllhttp.h210 XX(28, PATCH, PATCH) \
/third_party/boost/libs/type_index/patched/
Dboost_smart_ptr.patch4 Subject: [PATCH] Use TypeIndex features in Boost.SharedPtr to avoid type_info
/third_party/skia/third_party/externals/abseil-cpp/patches/
D0001-Turn-on-hardened-mode.patch4 Subject: [PATCH] Turn on hardened mode.
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h219 XX(28, PATCH, PATCH) \
/third_party/grpc/third_party/rake-compiler-dock/build/patches2/rake-compiler-1.1.0/
D0002-Extend-mingw-search-pattern-to-find-x86_64-gcc.patch4 Subject: [PATCH] Extend mingw search pattern to find x86_64 gcc
D0004-Enable-build-of-static-libruby.patch4 Subject: [PATCH 1/2] Enable build of static libruby
D0002-Strip-cross-built-shared-library-files-while-linking.patch4 Subject: [PATCH 2/2] Strip cross built shared library files while linking
D0001-cross-ruby-remove-needless-Makefile.in-preparation.patch4 Subject: [PATCH 1/5] cross-ruby: remove needless Makefile.in preparation
/third_party/json/doc/mkdocs/docs/features/
Dmerge_patch.md4 The merge patch format is primarily intended for use with the HTTP PATCH method as a means of descr…
/third_party/skia/third_party/externals/jinja2/patches/
D0001-jinja2-make-compiled-template-deterministic-for-pyth.patch3 Subject: [PATCH] jinja2: make compiled template deterministic for python3
/third_party/skia/third_party/externals/zlib/patches/
D0002-uninitializedcheck.patch4 Subject: [PATCH] Zlib patch: prevent uninitialized use of state->check
D0006-fix-check_match.patch4 Subject: [PATCH] Avoid crashing in check_match when prev_match == -1
D0007-zero-init-deflate-window.patch4 Subject: [PATCH] [zlib] Zero-initialize the window used for deflation
/third_party/node/deps/zlib/patches/
D0002-uninitializedcheck.patch4 Subject: [PATCH] Zlib patch: prevent uninitialized use of state->check
/third_party/node/tools/actions/
Dcommit-queue.sh99 gitHubCurl "$(issueUrl "$pr")" PATCH --data '{"state": "closed"}'
/third_party/flutter/skia/third_party/externals/zlib/patches/
D0002-uninitializedcheck.patch4 Subject: [PATCH] Zlib patch: prevent uninitialized use of state->check
/third_party/ltp/include/lapi/syscalls/
Dregen.sh19 * GENERATED FILE: DO NOT EDIT/PATCH THIS FILE *
/third_party/grpc/third_party/rake-compiler-dock/build/patches2/hoe-3.20.0/
D0001-Load-encrypted-private-key-using-ENV-GEM_PRIVATE_KEY.patch4 Subject: [PATCH] Load encrypted private key using
/third_party/libwebsockets/READMEs/
Drelease-checklist59 Bump the PATCH part of the version to 99
/third_party/glib/glib/update-pcre/
Dmemory.patch4 Subject: [PATCH] regex: Use glib memory allocator
/third_party/libdrm/
DCONTRIBUTING.rst14 Since dri-devel is a very busy mailing list please use --subject-prefix="PATCH
17 git config --local format.subjectprefix "PATCH libdrm"

1234