/external/libcxx/ |
D | CREDITS.TXT | 13 D: Minor patches and Linux fixes. 21 D: Visibility fixes, minor FreeBSD portability patches. 29 D: Initial Windows patches. 38 D: C++14 support, patches and bug fixes. 42 D: LFTS support, patches and bug fixes. 50 D: Minor patches and bug fixes. 61 D: Minor patches and bug fixes. 73 D: Minor patches to is_convertible. 77 D: Minor patches and Linux fixes. 81 D: Minor patches and musl port. [all …]
|
/external/v8/tools/release/ |
D | releases.py | 144 patches = MatchSafe(MERGE_MESSAGE_RE.search(body)) 145 if not patches: 146 patches = MatchSafe(ROLLBACK_MESSAGE_RE.search(body)) 147 if patches: 149 patches = "-%s" % patches 150 return patches 153 patches = [] 157 patches.append(patch) 160 patches.append("-%s" % patch) 161 return ", ".join(patches) [all …]
|
/external/autotest/client/site_tests/security_OpenSSLRegressions/ |
D | control | 8 Ensures that local patches aren't dropped. 11 PURPOSE = 'Ensure that local patches aren\'t dropped.' 13 Tests that local patches are not dropped when updating. See the source for which 14 patches.
|
/external/autotest/client/tests/kernelbuild/ |
D | kernelbuild.py | 7 def execute(self, base_tree, patches, config, config_list = None): argument 9 if patches: 10 kernel.patch(*patches)
|
D | control | 15 patches=['/usr/local/src/patch-2.6.14-git6.bz2'], 21 …patches=['http://ftp.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.19-rc6.bz2', 'http://ftp.k… 27 patches=[],
|
/external/tlsdate/ |
D | HACKING.md | 1 Please feel free to contribute patches; here are the basic guidelines to hack 36 Test your patches and ensure: 92 When submitting patches via email, please use `git format-patch` to format 93 patches: 97 Email patches with a GnuPG signature whenever possible. 99 When applying patches, please use `git am` to apply patches:
|
/external/libunwind_llvm/ |
D | CREDITS.txt | 13 D: Minor patches 26 D: Minor patches and bug fixes. 30 D: Minor patches and fixes 53 D: Minor patches and fixes 58 D: Minor patches and fixes
|
/external/libcxxabi/ |
D | CREDITS.TXT | 13 D: Minor patches 26 D: Minor patches and bug fixes. 30 D: Minor patches and fixes 53 D: Minor patches and fixes 58 D: Minor patches and fixes
|
/external/autotest/tko/parsers/ |
D | version_1.py | 44 def __init__(self, base, patches): argument 46 patches = [patch(*p.split()) for p in patches] 47 hashes = [p.hash for p in patches] 51 patches = [] 53 super(kernel, self).__init__(base, patches, kernel_hash) 218 patches = [] 221 patches.append(fields['patch%d' % patch_index]) 224 return kernel(base, patches)
|
D | version_1_unittest.py | 179 self.assertEquals(kern.patches[0].spec, 'first_patch') 180 self.assertEquals(kern.patches[1].spec, 'another_patch') 181 self.assertEquals(len(kern.patches), 2) 195 self.assertEquals(kern.patches[0].spec, 'first_patch') 196 self.assertEquals(len(kern.patches), 1) 208 self.assertEquals(kern.patches, [])
|
D | version_0.py | 147 patches = [] 150 base, patches, hashes = attributes 160 return {"base": base, "patches": patches, 181 base, patches, hashes = "UNKNOWN", [], [] 188 patches.append(patch(*rest)) 190 return base, patches, hashes
|
/external/scrypt/ |
D | import_scrypt.sh | 58 if [ ! -d patches ]; then 459 if [ ! "$skip_patch" = "patches/$i" ]; then 461 …1 --merge < ../patches/$i || die "Could not apply patches/$i. Fix source and run: $0 regenerate pa… 490 …echo "NOTE To make sure there are not unwanted changes from conflicting patches, be sure to review…
|
/external/autotest/server/ |
D | source_kernel_unittest.py | 45 patches = "patches" 46 self.source_kernel.patch(patches) 50 "testkernel.build()\n" % (self.k, patches, self.config))
|
D | source_kernel.py | 58 patches = ', '.join(["'%s'" % x for x in patch_list]) 59 ctl += "testkernel.patch(%s)\n" % patches
|
/external/deqp/external/vulkancts/ |
D | verify_submission.py | 49 def __init__ (self, basePath, statement, testLogs, gitStatus, gitLog, patches, otherItems): argument 55 self.patches = patches 83 patches = [] 99 patches.append(item) 103 return PackageDescription(packagePath, statement, testLogs, gitStatus, gitLog, patches, otherItems) 240 hasPatches = len(package.patches)
|
/external/autotest/client/bin/ |
D | kernel_unittest.py | 285 patches = ('patch1', 'patch2') 290 self.kernel.get_patches.expect_call(patches).and_return(patches) 291 self.kernel.apply_patches.expect_call(patches) 295 self.kernel.patch(*patches) 303 patches = [] 309 self.kernel.patch(*patches) 337 patches = ['patch1', 'patch2', 'patch3'] 341 for patch in patches: 349 self.assertEquals(self.kernel.get_patches(patches), local_patches) 357 patches = [] [all …]
|
D | kernelexpand.py | 135 patches = [] 137 patches.append(component[0]) 139 return patches
|
/external/llvm/lib/Target/X86/ |
D | README-FPStack.txt | 8 http://gcc.gnu.org/ml/gcc-patches/2004-04/msg00659.html 44 http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02410.html 55 http://gcc.gnu.org/ml/gcc-patches/2004-08/msg02006.html 56 http://gcc.gnu.org/ml/gcc-patches/2004-08/msg02011.html
|
/external/bsdiff/ |
D | README.chromium | 9 bsdiff and bspatch are tools for building and applying patches to binary 11 change, bsdiff routinely produces binary patches 50-80% smaller than those
|
/external/squashfs-tools/ |
D | ACKNOWLEDGEMENTS | 26 Thanks to Chan Jeong <chan.jeong@lge.com> and LG for the patches to support LZO 39 Peter Korsgaard and others sent patches updating Squashfs to changes in the 40 VFS interface for 2.6.22/2.6.23/2.6.24-rc1. Peter also sent some small patches 54 Junjiro Okajima and Tomas Matejicek have produced some good LZMA patches 67 Squashfs, and provided patches which were the basis for some of the 80 in the Linux VFS interfaces, and provided patches. 127 Don Elwell, Murray Jensen and Cameron Rich, have all sent in patches. Thanks,
|
/external/autotest/client/tests/sparse/ |
D | sparse.py | 24 def execute(self, base_tree, patches, config, config_list = None): argument 26 kernel.patch(patches)
|
/external/curl/docs/ |
D | CONTRIBUTE | 47 you start sending patches! We prefer patches and discussions being held on 138 fix one bug at a time and send them as separate patches. 155 description exactly what they correct so that all patches can be selectively 158 Also, separate patches enable bisecting much better when we track problems in 163 Please try to get the latest available sources to make your patches 199 patches. Just ask if this is what you'd want. You will be required to have 200 posted a few quality patches first, before you can be granted push access. 218 can make patches out of your changes that are suitable for mailing: 225 Now send those patches off to the curl-library list. You can of course opt to 232 curl community, use GNU diff to generate patches. [all …]
|
/external/icu/ |
D | README.android | 6 icu4c/ - ICU4C with Google and Android-specific patches applied. 8 icu4j/ - ICU4J with Google and Android-specific patches applied.
|
/external/elfutils/ |
D | CONTRIBUTING | 6 The developer mailinglist to send patches to is 10 Please supply patches using git format-patch or using git send-email. 15 procedure for patches based on the procedure used by the Linux kernel
|
/external/libpcap/ |
D | README.hpux | 5 HP-UX patches to fix packet capture problems 64 patches, and then the latest driver patch for the interface(s) in use. 87 > patches, and then the latest driver patch for the interface(s) in 97 (although those patches may not be the ones to install - there may be 98 later patches). 110 up-to-date patches for DLPI and the lan driver(s) used on your system (I 117 is there in the base OS, no patches required. 153 Rick Jones reports that HP-UX 11i needs no patches for outbound
|