Home
last modified time | relevance | path

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

12345678910

/external/llvm/test/CodeGen/X86/
Dstackmap-liveness.ll2 …-apple-darwin -mcpu=corei7-avx | FileCheck -check-prefix=PATCH %s
40 ; PATCH-LABEL: .long L{{.*}}-_stackmap_liveness
41 ; PATCH-NEXT: .short 0
42 ; PATCH-NEXT: .short 0
44 ; PATCH-NEXT: .short 0
46 ; PATCH-NEXT: .short 1
48 ; PATCH-NEXT: .short 19
49 ; PATCH-NEXT: .byte 0
50 ; PATCH-NEXT: .byte 16
52 ; PATCH-NEXT: .p2align 3
[all …]
/external/opencensus-java/
DRELEASING.md62 $ MAJOR=0 MINOR=4 PATCH=0 # Set appropriately for new release
108 $ git commit -a -m "Bump version to $MAJOR.$MINOR.$PATCH"
109 $ git tag -a v$MAJOR.$MINOR.$PATCH -m "Version $MAJOR.$MINOR.$PATCH"
117 …$ sed -i 's/[0-9]\+\.[0-9]\+\.[0-9]\+\(.*CURRENT_OPENCENSUS_VERSION\)/'$MAJOR.$MINOR.$((PATCH+1))-…
120 $ git commit -a -m "Bump version to $MAJOR.$MINOR.$((PATCH+1))-SNAPSHOT"
129 $ git push upstream v$MAJOR.$MINOR.$PATCH
145 $ git checkout -b v$MAJOR.$MINOR.$PATCH tags/v$MAJOR.$MINOR.$PATCH
226 $ sed -i 's/[0-9]\+\.[0-9]\+\.[0-9]\+\(.*LATEST_OPENCENSUS_RELEASE_VERSION\)/'$MAJOR.$MINOR.$PATCH'…
229 …(\(compile\|runtime\).\+io\.opencensus:.\+:\)[0-9]\+\.[0-9]\+\.[0-9]\+/\1'$MAJOR.$MINOR.$PATCH'/' \
232 $ sed -i 's/\(<version>\)[0-9]\+\.[0-9]\+\.[0-9]\+/\1'$MAJOR.$MINOR.$PATCH'/' \
[all …]
/external/zucchini/
Dzucchini_exe_version.rc.version13 FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
14 PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
31 VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
35 VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
/external/grpc-grpc-java/
DRELEASING.md32 $ MAJOR=1 MINOR=7 PATCH=0 # Set appropriately for new release
67 $ sed -i s/$MAJOR.$MINOR.$PATCH/$MAJOR.$((MINOR+1)).0/ \
108 $ git commit -a -m "Update README to reference $MAJOR.$MINOR.$PATCH"
118 $ git commit -a -m "Bump version to $MAJOR.$MINOR.$PATCH"
119 $ git tag -a v$MAJOR.$MINOR.$PATCH -m "Version $MAJOR.$MINOR.$PATCH"
126 …$ sed -i 's/[0-9]\+\.[0-9]\+\.[0-9]\+\(.*CURRENT_GRPC_VERSION\)/'$MAJOR.$MINOR.$((PATCH+1))-SNAPSH…
128 $ sed -i s/$MAJOR.$MINOR.$PATCH/$MAJOR.$MINOR.$((PATCH+1))-SNAPSHOT/ \
131 $ git commit -a -m "Bump version to $MAJOR.$MINOR.$((PATCH+1))-SNAPSHOT"
140 $ git push upstream v$MAJOR.$MINOR.$PATCH
182 $ git cherry-pick v$MAJOR.$MINOR.$PATCH^
[all …]
/external/openthread/third_party/mbedtls/repo/scripts/
Dbump_version.sh120 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/" | \
/external/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/\(# *define *[A-Z]*_VERSION\)_PATCH .\{1,\}/\1_PATCH $PATCH/" | \
/external/webp/sharpyuv/
Dsharpyuv.h43 #define SHARPYUV_MAKE_VERSION(MAJOR, MINOR, PATCH) \ argument
44 (((MAJOR) << 24) | ((MINOR) << 16) | (PATCH))
/external/deqp/external/vulkancts/framework/vulkan/
DvkDefs.hpp53 #define VK_MAKE_API_VERSION(VARIANT, MAJOR, MINOR, PATCH) \ argument
54 …VARIANT)) << 29) | (((deUint32)(MAJOR)) << 22) | (((deUint32)(MINOR)) << 12) | ((deUint32)(PATCH)))
56 #define VK_MAKE_VERSION(MAJOR, MINOR, PATCH) VK_MAKE_API_VERSION(0, MAJOR, MINOR, PATCH) argument
/external/ImageMagick/m4/
Dversion.m415 # Given a version number MAJOR.MINOR.MICRO-PATCH, increment the:
21 # 4. PATCH version when you make backwards compatible bug fixes.
24 # extensions to the MAJOR.MINOR.MICRO-PATCH format.
/external/rust/crates/libc/patches/
Dtrusty-002.patch4 Subject: [PATCH] PATCH: Add mmap API for Trusty
/external/cronet/chrome/
DVERSION4 PATCH=84
/external/angle/build/fuchsia/cipd/
Dversion.template1 @MAJOR@.@MINOR@.@BUILD@.@PATCH@
/external/cronet/build/fuchsia/cipd/
Dversion.template1 @MAJOR@.@MINOR@.@BUILD@.@PATCH@
/external/cronet/build/
Dmetadata.json.in3 "version": "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
/external/angle/build/
Dmetadata.json.in3 "version": "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
/external/python/pybind11/docs/
Drelease.rst26 ``include/pybind11/detail/common.h``. PATCH should be a simple integer.
62 - Update version macros in ``include/pybind11/detail/common.h`` (set PATCH to
68 If a version branch is updated, remember to set PATCH to ``1.dev1``.
/external/volley/core/src/test/java/com/android/volley/toolbox/
DHttpClientStackTest.java142 assertEquals(request.getMethod(), Method.PATCH); in createPatchRequest()
151 assertEquals(request.getMethod(), Method.PATCH); in createPatchRequestWithBody()
/external/rust/crates/grpcio/patches/
DAndroid.bp.patch4 Subject: [PATCH] Use version 2.x of protobuf crate
/external/rust/crates/grpcio-compiler/patches/
DAndroid.bp.patch4 Subject: [PATCH] Use version 2.x of the protobuf crate
/external/libchrome/libchrome_tools/patches/
Denable-location-source.patch4 Subject: [PATCH 4/4] enable location source
/external/cronet/third_party/protobuf/patches/
D0034-change-macro-to-avoid-pedantic-warning.patch4 Subject: [PATCH] change macro to avoid pedantic warning
/external/cronet/patches/
D0002-Only-add-chrome_root_store-dep-when-chrome_root_stor.patch4 Subject: [PATCH] Only add chrome_root_store dep when
/external/oss-fuzz/projects/dlplibs/
Dofz3670.patch4 Subject: [PATCH] avoid target buffer overflow
/external/zlib/patches/
D0009-infcover-oob.patch4 Subject: [PATCH] Fix out of bounds in infcover.c.
/external/linux-kselftest/android/patches/
D0015-test_execve.patch4 Subject: [PATCH 15/24] test_execve

12345678910