/external/llvm/test/CodeGen/X86/ |
D | stackmap-liveness.ll | 2 …-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/ |
D | release.sh | 10 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/ |
D | buildbff.sh | 130 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/ |
D | README | 17 curl -X PATCH -d '{"userEmail": "me"}' -H "Authorization: Bearer 1/TEST-ME" \ 30 curl -X PATCH -d '{"state": "done"}' http://localhost:8080/devices/\
|
D | resource_method.py | 25 def PATCH(self, *args, **kwargs): member in ResourceMethod
|
D | resource_method_unittest.py | 41 returned_json = self.resource_method.PATCH(1234)
|
D | registration_tickets.py | 159 def PATCH(self, *args, **kwargs): member in RegistrationTickets
|
D | registration_tickets_unittest.py | 101 returned_json = self.registration.PATCH(1234)
|
/external/v8/tools/ |
D | v8-info.sh | 37 PATCH="V8_PATCH_LEVEL" 116 | grep "$MAJOR\|$MINOR\|$BUILD\|$PATCH" \
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDefs.hpp | 52 …fine VK_MAKE_VERSION(MAJOR, MINOR, PATCH) (((deUint32)(MAJOR) << 22u) | ((deUint32)(MINOR) << 12u)… argument
|
/external/volley/src/test/java/com/android/volley/toolbox/ |
D | HurlStackTest.java | 140 assertEquals(request.getMethod(), Method.PATCH); in connectionForPatchRequest() 149 assertEquals(request.getMethod(), Method.PATCH); in connectionForPatchWithBodyRequest()
|
D | HttpClientStackTest.java | 131 assertEquals(request.getMethod(), Method.PATCH); in createPatchRequest() 139 assertEquals(request.getMethod(), Method.PATCH); in createPatchRequestWithBody()
|
/external/autotest/client/deps/webgl_perf/files/ |
D | 0002-Always-increment-numberOfResults.patch | 4 Subject: [PATCH 2/2] Always increment numberOfResults.
|
D | 0001-Patch-index.html.patch | 4 Subject: [PATCH 1/2] Patch index.html
|
/external/autotest/client/tests/fsx/ |
D | 0002-Enable-cross-compiling-for-fsx.patch | 4 Subject: [PATCH 2/2] Enable cross compiling for fsx
|
D | 0001-Minor-fixes-to-PAGE_SIZE-handling.patch | 4 Subject: [PATCH 1/2] Minor fixes to PAGE_SIZE handling
|
/external/autotest/client/tests/ltp/patches/ |
D | kill-ipc.patch | 4 Subject: [PATCH] kill: fix dependency on ipc subdir
|
D | sysctl.patch | 4 Subject: [PATCH] syscalls/sysctl: check if __NR_sysctl is defined 143 Subject: [PATCH] tomoyo: stop using sysctl()
|
/external/ltp/testcases/kernel/include/ |
D | regen.sh | 25 * GENERATED FILE: DO NOT EDIT/PATCH THIS FILE *
|
/external/toolchain-utils/binary_search_tool/ndk/ |
D | PATCH1 | 4 Subject: [PATCH] FOR BINARY SEARCH TOOL: Add arm7 target
|
D | PATCH2 | 4 Subject: [PATCH] FOR BISECTION TOOL: Insert error
|
/external/pdfium/third_party/libtiff/ |
D | 0004-CVE-2015-8784.patch | 4 Subject: [PATCH] * libtiff/tif_next.c: fix potential out-of-bound write in
|
D | 0002-CVE-2015-8665-8683.patch | 4 Subject: [PATCH] * libtiff/tif_getimage.c: fix out-of-bound reads in
|
/external/volley/src/test/java/com/android/volley/mock/ |
D | TestRequest.java | 161 super(Method.PATCH, TEST_URL, null); in Patch()
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | HttpClientStack.java | 135 case Method.PATCH: { in createHttpRequest()
|