Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dstackmap-liveness.ll2 …-apple-darwin -mcpu=corei7-avx | FileCheck -check-prefix=PATCH %s
43 ; PATCH-LABEL: .long L{{.*}}-_stackmap_liveness
44 ; PATCH-NEXT: .short 0
45 ; PATCH-NEXT: .short 0
47 ; PATCH-NEXT: .p2align 3
48 ; PATCH-NEXT: .short 0
50 ; PATCH-NEXT: .short 1
52 ; PATCH-NEXT: .short 19
53 ; PATCH-NEXT: .byte 0
54 ; PATCH-NEXT: .byte 16
[all …]
/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/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/ compiler/src/test{,Lite,Nano}…
130 $ git commit -a -m "Bump version to $MAJOR.$MINOR.$((PATCH+1))-SNAPSHOT"
139 $ git push upstream v$MAJOR.$MINOR.$PATCH
181 $ git cherry-pick v$MAJOR.$MINOR.$PATCH^
[all …]
/external/u-boot/scripts/
Ddtc-version.sh19 PATCH=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 3 | cut -d - -f 1)
21 printf "%02d%02d%02d\\n" $MAJOR $MINOR $PATCH
/external/openssh/contrib/aix/
Dbuildbff.sh130 PATCH=`echo $VERSION | cut -f 1 -d p | cut -f 3 -d .`
132 [ "$PATCH" = "" ] && PATCH=0
134 BFFVERSION=`printf "%d.%d.%d.%d" $MAJOR $MINOR $PATCH $PORTABLE`
/external/autotest/client/common_lib/cros/fake_device_server/
DREADME17 curl -X PATCH -d '{"userEmail": "me"}' -H "Authorization: Bearer 1/TEST-ME" \
30 curl -X PATCH -d '{"state": "done"}' http://localhost:8080/devices/\
Dresource_method.py25 def PATCH(self, *args, **kwargs): member in ResourceMethod
Dresource_method_unittest.py41 returned_json = self.resource_method.PATCH(1234)
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D5953e1f1ced66ac0ad353846e35d7385.0000004c.honggfuzz.cov1 PATCH vUUP://:@TP:1/8
Dbaabdd360852098b7997da81850fd3c7.00002112.honggfuzz.cov9 …�������������������������������������������������������������������������PATCH������������������…
Da7162f05730110058af103168d57e307.00002112.honggfuzz.cov9 …�������������������������������������������������������������������������PATCH������������������…
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D5953e1f1ced66ac0ad353846e35d7385.0000004c.honggfuzz.cov1 PATCH vUUP://:@TP:1/8
/external/deqp/external/vulkancts/framework/vulkan/
DvkDefs.hpp52 …fine VK_MAKE_VERSION(MAJOR, MINOR, PATCH) (((deUint32)(MAJOR) << 22u) | ((deUint32)(MINOR) << 12u)… argument
/external/volley/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/autotest/client/tests/fsx/
D0002-Enable-cross-compiling-for-fsx.patch4 Subject: [PATCH 2/2] Enable cross compiling for fsx
/external/oss-fuzz/projects/dlplibs/
Dofz3670.patch4 Subject: [PATCH] avoid target buffer overflow
Dofz4860.patch4 Subject: [PATCH] ofz#4860 fix past-the-end read from array
Dofz4303.patch4 Subject: [PATCH] ofz#4303 avoid signed integer overflow
/external/antlr/patches/
Dfix_infinite_recursion.diff4 Subject: [PATCH] Antlr: Fix infinite recursion
/external/libchrome/libchrome_tools/patch/
Dc7ce19d.patch4 Subject: [PATCH] Make LAZY_INSTANCE_INITIALIZER -Wmissing-field-initializers friendly
D8fbafc9.patch4 Subject: [PATCH] Add missing include for condition variable in base/test/test_mock_time_task_runner…
/external/autotest/client/tests/ltp/patches/
Dkill-ipc.patch4 Subject: [PATCH] kill: fix dependency on ipc subdir
/external/tensorflow/third_party/
Drules_closure.patch4 Subject: [PATCH] Fixing https 501 error from maven that is blocking TF
/external/v8/third_party/zlib/patches/
D0002-uninitializedcheck.patch4 Subject: [PATCH] Zlib patch: prevent uninitialized use of state->check

12345