Home
last modified time | relevance | path

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

123

/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/iptables/
Drelease.sh10 PATCH="patch-iptables-$PREV_VERSION-$VERSION.bz2";
16 git diff "v$PREV_VERSION..v$VERSION" | bzip2 > "$TMPDIR/$PATCH"
29 gpg -u "Netfilter Core Team" -sb "$PATCH";
30 md5sum "$PATCH" >"$PATCH.md5sum";
31 sha1sum "$PATCH" >"$PATCH.sha1sum";
/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)
Dregistration_tickets.py159 def PATCH(self, *args, **kwargs): member in RegistrationTickets
Dregistration_tickets_unittest.py101 returned_json = self.registration.PATCH(1234)
/external/v8/tools/
Dv8-info.sh37 PATCH="V8_PATCH_LEVEL"
116 | grep "$MAJOR\|$MINOR\|$BUILD\|$PATCH" \
/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/
DHurlStackTest.java140 assertEquals(request.getMethod(), Method.PATCH); in connectionForPatchRequest()
149 assertEquals(request.getMethod(), Method.PATCH); in connectionForPatchWithBodyRequest()
DHttpClientStackTest.java131 assertEquals(request.getMethod(), Method.PATCH); in createPatchRequest()
139 assertEquals(request.getMethod(), Method.PATCH); in createPatchRequestWithBody()
/external/autotest/client/deps/webgl_perf/files/
D0002-Always-increment-numberOfResults.patch4 Subject: [PATCH 2/2] Always increment numberOfResults.
D0001-Patch-index.html.patch4 Subject: [PATCH 1/2] Patch index.html
/external/autotest/client/tests/fsx/
D0002-Enable-cross-compiling-for-fsx.patch4 Subject: [PATCH 2/2] Enable cross compiling for fsx
D0001-Minor-fixes-to-PAGE_SIZE-handling.patch4 Subject: [PATCH 1/2] Minor fixes to PAGE_SIZE handling
/external/autotest/client/tests/ltp/patches/
Dkill-ipc.patch4 Subject: [PATCH] kill: fix dependency on ipc subdir
Dsysctl.patch4 Subject: [PATCH] syscalls/sysctl: check if __NR_sysctl is defined
143 Subject: [PATCH] tomoyo: stop using sysctl()
/external/ltp/testcases/kernel/include/
Dregen.sh25 * GENERATED FILE: DO NOT EDIT/PATCH THIS FILE *
/external/toolchain-utils/binary_search_tool/ndk/
DPATCH14 Subject: [PATCH] FOR BINARY SEARCH TOOL: Add arm7 target
DPATCH24 Subject: [PATCH] FOR BISECTION TOOL: Insert error
/external/pdfium/third_party/libtiff/
D0004-CVE-2015-8784.patch4 Subject: [PATCH] * libtiff/tif_next.c: fix potential out-of-bound write in
D0002-CVE-2015-8665-8683.patch4 Subject: [PATCH] * libtiff/tif_getimage.c: fix out-of-bound reads in
/external/volley/src/test/java/com/android/volley/mock/
DTestRequest.java161 super(Method.PATCH, TEST_URL, null); in Patch()
/external/volley/src/main/java/com/android/volley/toolbox/
DHttpClientStack.java135 case Method.PATCH: { in createHttpRequest()

123