/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 60 const NSAPI &NS, Commit &commit) { in rewriteObjCRedundantCallWithLiteral() argument 86 commit.replaceWithInner(Msg->getSourceRange(), in rewriteObjCRedundantCallWithLiteral() 174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { in maybePutParensOnReceiver() argument 177 commit.insertWrap("(", RecRange, ")"); in maybePutParensOnReceiver() 182 Commit &commit) { in rewriteToSubscriptGetCommon() argument 193 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(), in rewriteToSubscriptGetCommon() 196 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()), in rewriteToSubscriptGetCommon() 198 commit.insertWrap("[", ArgRange, "]"); in rewriteToSubscriptGetCommon() 199 maybePutParensOnReceiver(Rec, commit); in rewriteToSubscriptGetCommon() 206 Commit &commit) { in rewriteToArraySubscriptGet() argument [all …]
|
/external/llvm-project/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 59 const NSAPI &NS, Commit &commit) { in rewriteObjCRedundantCallWithLiteral() argument 85 commit.replaceWithInner(Msg->getSourceRange(), in rewriteObjCRedundantCallWithLiteral() 173 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { in maybePutParensOnReceiver() argument 176 commit.insertWrap("(", RecRange, ")"); in maybePutParensOnReceiver() 181 Commit &commit) { in rewriteToSubscriptGetCommon() argument 192 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(), in rewriteToSubscriptGetCommon() 195 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()), in rewriteToSubscriptGetCommon() 197 commit.insertWrap("[", ArgRange, "]"); in rewriteToSubscriptGetCommon() 198 maybePutParensOnReceiver(Rec, commit); in rewriteToSubscriptGetCommon() 205 Commit &commit) { in rewriteToArraySubscriptGet() argument [all …]
|
/external/autotest/tko/ |
D | db.py | 241 return self.con.commit() 244 def commit(self): member in db_sql 379 def _exec_sql_with_commit(self, sql, values, commit): argument 384 self.con.commit() 389 if commit: 390 self.con.commit() 393 def insert(self, table, data, commit=None): argument 412 self._exec_sql_with_commit(cmd, values, commit) 415 def delete(self, table, where, commit = None): argument 423 if commit is None: [all …]
|
/external/bcc/docs/ |
D | kernel-versions.md | 7 3.15 | [`bd4cf0ed331a`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=… 17 …786c9e`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=622582786c9e04… 18 …e3d69d`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e54bcde3d69d40… 19 …105728`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=054623105728b0… 20 …bb809f`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4f3446bb809f20… 21 …290e96`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=156d0e290e969c… 22 …3cac55`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b7b7013cac55d7… 23 …031c6b`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=7a12b5031c6b94… 24 …6d82f0`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f381bf6d82f032… 25 …204bb1`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=39c13c204bb115… [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog | 1 commit 0403f332b1f478696c30d3d8a0e2f6eef24aaf88 7 commit 94ac0c168ee7b115409121d88b25a4979446c8da 13 commit 57465744b6e1295d7202de5a7734df589518f1c8 19 commit 0c2251a42df5108b6d9ebe5fe1cf83d0bcdf660e 25 commit 70c303cb88e23aaee91c87c56b108c50ab4f3c2f 31 commit 52b3457093ed19b2a7c5fcf243c4014c90ce6225 37 commit 7ba4c5d72aa440a4b21fb57e999e67c5957761da 43 commit 31e0d4ecff6dc2a6c75a066ee099b52a43f6ba27 52 commit 99909eb6184b62408d88b6b4e7ab38e84e6d0bf3 58 commit 1c0e9a7297ced15413c2d2d5d35f6c650c4b46c9 [all …]
|
/external/rust/crates/lazycell/ |
D | CHANGELOG.md | 7 …-Default-able `<T>` types ([b49f4eab](https://github.com/indiv0/lazycell/commit/b49f4eabec49c0a514… 8 …asing in `LazyCell::fill` ([e789ac1a](https://github.com/indiv0/lazycell/commit/e789ac1a99010ad79c… 12 * Implement serde support ([e728a0b6](https://github.com/indiv0/lazycell/commit/e728a0b680e607b79… 16 * fix typo ([5f5ba9d5](https://github.com/indiv0/lazycell/commit/5f5ba9d5ac3364f8376c0c872c2e5094… 26 …zyCell and AtomicLazyCell ([30fe4a8f](https://github.com/indiv0/lazycell/commit/30fe4a8f568059b3c7… 36 …ce` for infallible access ([a63ffb90](https://github.com/indiv0/lazycell/commit/a63ffb9040a5e0683a… 46 * add note regarding LazyCell::borrow_mut ([9d634d1f](https://github.com/indiv0/lazycell/commit/9… 47 * describe mutability more consistently ([b8078029](https://github.com/indiv0/lazycell/commit/b80… 51 …r an empty AtomicLazyCell ([31aff0da](https://github.com/indiv0/lazycell/commit/31aff0dacf824841c5… 52 …ell::try_borrow_mut_with` ([fdc6d268](https://github.com/indiv0/lazycell/commit/fdc6d268f0e9a66687… [all …]
|
/external/rust/crates/clap/ |
D | CHANGELOG.md | 20 …ng invalid Unicode on Windows ([922c645](https://github.com/clap-rs/clap/commit/922c64508389170c9c… 24 * fixes versions referenced in the README ([d307466a](https://github.com/kbknapp/clap-rs/commit/d… 26 …mples to reduce confusion ([6e508ee0](https://github.com/kbknapp/clap-rs/commit/6e508ee09e7153de4a… 30 …indows since its not used ([b57ee946](https://github.com/kbknapp/clap-rs/commit/b57ee94609da3ddc89… 41 * Stephen Oats is now a sponsor \o/ ([823457c0](https://github.com/kbknapp/clap-rs/commit/823457c… 42 …o in the sponsor document ([24cb5740](https://github.com/kbknapp/clap-rs/commit/24cb574090a11159b4… 46 …etion support for Elvish. ([e9d0562a](https://github.com/kbknapp/clap-rs/commit/e9d0562a1dc5dfe731… 51 …add Debug implementations ([47192b7a](https://github.com/kbknapp/clap-rs/commit/47192b7a2d84ec716b… 52 …hand syntax for ArgGroups ([df9095e7](https://github.com/kbknapp/clap-rs/commit/df9095e75bb1e78964… 56 * Refer to macOS rather than OSX. ([ab0d767f](https://github.com/kbknapp/clap-rs/commit/ab0d767f3… [all …]
|
/external/mesa3d/bin/ |
D | commit_in_branch.py | 41 def is_commit_valid(commit: str) -> bool: 42 ret = subprocess.call(['git', 'cat-file', '-e', commit], 48 def branch_has_commit(upstream: str, branch: str, commit: str) -> bool: 53 commit, upstream + '/' + branch], 59 def branch_has_backport_of_commit(upstream: str, branch: str, commit: str) -> str: 66 '--grep', 'cherry picked from commit ' + commit], 71 def canonicalize_commit(commit: str) -> str: 77 if not is_commit_valid(commit): 78 raise argparse.ArgumentTypeError('invalid commit identifier: ' + commit) 80 out = subprocess.check_output(['git', 'rev-parse', commit], [all …]
|
D | commit_in_branch_test.py | 34 def test_canonicalize_commit(commit: str, expected: bool) -> None: 36 assert canonicalize_commit(commit) 39 assert canonicalize_commit(commit) 58 def test_validate_branch(commit: str, expected: bool) -> None: 60 assert validate_branch(commit) 63 assert validate_branch(commit) 82 def test_is_commit_valid(commit: str, expected: bool) -> None: 83 assert is_commit_valid(commit) == expected 98 def test_branch_has_commit(branch: str, commit: str, expected: bool) -> None: 100 assert branch_has_commit(upstream, branch, commit) == expected [all …]
|
/external/mesa3d/bin/pick/ |
D | core.py | 249 async def resolve_nomination(commit: 'Commit', version: str) -> 'Commit': 252 'git', 'log', '--format=%B', '-1', commit.sha, 267 commit.because_sha = fixed = await full_sha(m.group(1)) 271 commit.nomination_type = NominationType.FIXES 273 commit.nominated = True 274 return commit 279 commit.nominated = True 280 commit.nomination_type = NominationType.CC 281 return commit 287 commit.because_sha = reverted = await full_sha(m.group(1)) [all …]
|
D | ui.py | 69 def __init__(self, ui: 'UI', commit: 'core.Commit'): 72 self.commit = commit 76 result, err = await self.commit.apply(self.ui) 84 await self.commit.denominate(self.ui) 89 await self.commit.backport(self.ui) 172 for commit in reversed(list(itertools.chain(self.new_commits, self.previous_commits))): 173 if commit.nominated and commit.resolution is core.Resolution.UNRESOLVED: 174 b = urwid.AttrMap(CommitWidget(self, commit), None, focus_map='reversed') 183 def remove_commit(self, commit: CommitWidget) -> None: 185 if c.base_widget is commit: [all …]
|
/external/dokka/ |
D | README.android | 11 moved to AOSP as of commit 4ff3d4153ca344398bffcdaaa28f1a1f6e76f6ad. It was 12 initally forked from https://github.com/Kotlin/dokka after commit 23 commit 4ff3d4153ca344398bffcdaaa28f1a1f6e76f6ad 29 commit 47cc6dcfb4b39f0ecbb5aba53c34aa7d54a1a01e 40 commit b2821b7a89ce501b9e8edea26b2defa03dcc6bc8 46 commit 04c35131eb4df0899430308c203520627deab0b4 52 commit d0449587ad7e380846c078ecc3714ce3a326448a 60 commit d8d07776f790f6be848c6ce6a085dbd00c52ea43 72 commit f76cba219c2fcc051f4f19b72df58d14f3c542fc 78 commit d0bda76a4d07d467594f3fed4359faab74e51608 [all …]
|
/external/oss-fuzz/infra/ |
D | repo_manager.py | 61 def commit_exists(self, commit): argument 70 if not commit.rstrip(): 73 _, _, err_code = self.git(['cat-file', '-e', commit]) 76 def commit_date(self, commit): argument 85 out, _, _ = self.git(['show', '-s', '--format=%ct', commit], 116 def get_parent(self, commit, count): argument 123 out, _, err_code = self.git(['rev-parse', commit + '~' + str(count)], 167 commits = [commit for commit in commits if commit] 200 def checkout_commit(self, commit, clean=True): argument 211 if not self.commit_exists(commit): [all …]
|
/external/lz4/tests/ |
D | test-lz4-speed.py | 89 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files, argument 95 % (email_header, pid, branch, commit, last_commit, 116 def git_get_changes(branch, commit, last_commit): argument 119 commits = execute('git log -n 10 %s %s' % (fmt, commit)) 121 commits = execute('git --no-pager log %s %s..%s' % (fmt, last_commit, commit)) 128 commit = None 136 commit = words[1] 144 return commit, csize, cspeed, dspeed 147 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersio… argument 161 myfile.write('%s %s %s md5=%s\n' % (branch, commit, compilerVersion, md5sum)) [all …]
|
/external/jcommander/src/test/java/com/beust/jcommander/command/ |
D | CommandAliasTest.java | 63 CommandCommit commit = new CommandCommit(); in testCommitWithAlias() local 64 jc.addCommand("commit", commit, "ci", "cmt"); in testCommitWithAlias() 69 Assert.assertEquals(commit.amend.booleanValue(), true); in testCommitWithAlias() 70 Assert.assertEquals(commit.author, "jack"); in testCommitWithAlias() 71 Assert.assertEquals(commit.files, Arrays.asList("file1.txt")); in testCommitWithAlias() 80 CommandCommit commit = new CommandCommit(); in twoCommandsWithAliases() local 81 jc.addCommand("commit", commit, "ci", "cmt"); in twoCommandsWithAliases() 95 CommandCommit commit = new CommandCommit(); in clashingAliasesAreNotAllowed() local 97 jc.addCommand("commit", commit, "ci", "xx"); in clashingAliasesAreNotAllowed() 119 CommandCommit commit = new CommandCommit(); in usageCanBeRetrievedWithBothCommandAndAlias() local [all …]
|
/external/zstd/tests/ |
D | DEPRECATED-test-zstd-speed.py | 92 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files, argument 98 % (email_header, pid, branch, commit, last_commit, 119 def git_get_changes(branch, commit, last_commit): argument 122 commits = execute('git log -n 10 %s %s' % (fmt, commit)) 124 commits = execute('git --no-pager log %s %s..%s' % (fmt, last_commit, commit)) 131 commit = None 139 commit = words[1] 147 return commit, csize, cspeed, dspeed 150 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersio… argument 172 myfile.write('%s %s %s md5=%s\n' % (branch, commit, compilerVersion, md5sum)) [all …]
|
/external/llvm-project/llvm/utils/benchmark/ |
D | README.LLVM | 12 * https://github.com/google/benchmark/commit/f85304e4e3a0e4e1bf15b91720df4a19e90b589f 14 * https://github.com/google/benchmark/commit/505be96ab23056580a3a2315abba048f4428b04e 16 * https://github.com/google/benchmark/commit/f0901417c89d123474e6b91365029cfe32cf89dc 18 * https://github.com/google/benchmark/commit/52613079824ac58d06c070aa9fbbb186a5859e2c 20 * https://github.com/google/benchmark/commit/439d6b1c2a6da5cb6adc4c4dfc555af235722396 22 * https://github.com/google/benchmark/commit/a9b31c51b1ee7ec7b31438c647123c2cbac5d956 26 * https://github.com/google/benchmark/commit/4abdfbb802d1b514703223f5f852ce4a507d32d2 28 * https://github.com/google/benchmark/commit/8e48105d465c586068dd8e248fe75a8971c6ba3a 30 * https://github.com/google/benchmark/commit/a77d5f70efaebe2b7e8c10134526a23a7ce7ef35 32 https://github.com/google/benchmark/commit/ecc1685340f58f7fe6b707036bc0bb1fccabb0c1 [all …]
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 236 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax() argument 275 commit.insertBefore(receiver->getBeginLoc(), "("); in rewriteToPropertyDotSyntax() 281 commit.replace(SpaceRange, PropertyDotString); in rewriteToPropertyDotSyntax() 284 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), ""); in rewriteToPropertyDotSyntax() 285 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), ""); in rewriteToPropertyDotSyntax() 288 commit.insertWrap("(", receiver->getSourceRange(), ")"); in rewriteToPropertyDotSyntax() 306 commit.replace(Range, PropertyDotString); in rewriteToPropertyDotSyntax() 308 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), ""); in rewriteToPropertyDotSyntax() 309 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), ""); in rewriteToPropertyDotSyntax() 327 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() local [all …]
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 233 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax() argument 272 commit.insertBefore(receiver->getLocStart(), "("); in rewriteToPropertyDotSyntax() 278 commit.replace(SpaceRange, PropertyDotString); in rewriteToPropertyDotSyntax() 281 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), ""); in rewriteToPropertyDotSyntax() 282 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), ""); in rewriteToPropertyDotSyntax() 285 commit.insertWrap("(", receiver->getSourceRange(), ")"); in rewriteToPropertyDotSyntax() 303 commit.replace(Range, PropertyDotString); in rewriteToPropertyDotSyntax() 305 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), ""); in rewriteToPropertyDotSyntax() 306 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), ""); in rewriteToPropertyDotSyntax() 324 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() local [all …]
|
/external/llvm-project/libcxx/utils/google-benchmark/ |
D | README.LLVM | 9 * https://github.com/google/benchmark/commit/4abdfbb802d1b514703223f5f852ce4a507d32d2 11 https://github.com/google/benchmark/commit/4528c76b718acc9b57956f63069c699ae21edcab 13 * https://github.com/google/benchmark/commit/8e48105d465c586068dd8e248fe75a8971c6ba3a 15 https://github.com/google/benchmark/commit/4528c76b718acc9b57956f63069c699ae21edcab 17 * https://github.com/google/benchmark/commit/a77d5f70efaebe2b7e8c10134526a23a7ce7ef35 19 https://github.com/google/benchmark/commit/ecc1685340f58f7fe6b707036bc0bb1fccabb0c1 21 https://github.com/google/benchmark/commit/8e48105d465c586068dd8e248fe75a8971c6ba3a 23 The second cherrypicked commit fixes formatting issues introduced by the 25 * https://github.com/google/benchmark/commit/ffe1342eb2faa7d2e7c35b4db2ccf99fab81ec20 27 * https://github.com/google/benchmark/commit/d9abf017632be4a00b92cf4289539b353fcea5d2
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd_vgpu10.c | 191 swc->commit(swc); in SVGA3D_vgpu10_PredCopyRegion() 213 swc->commit(swc); in SVGA3D_vgpu10_PredCopy() 228 swc->commit(swc); in SVGA3D_vgpu10_SetViewports() 250 swc->commit(swc); in SVGA3D_vgpu10_SetShader() 287 swc->commit(swc); in SVGA3D_vgpu10_SetShaderResources() 304 swc->commit(swc); in SVGA3D_vgpu10_SetSamplers() 336 swc->commit(swc); in SVGA3D_vgpu10_ClearRenderTargetView() 394 swc->commit(swc); in SVGA3D_vgpu10_SetRenderTargets() 410 swc->commit(swc); in SVGA3D_vgpu10_SetBlendState() 423 swc->commit(swc); in SVGA3D_vgpu10_SetDepthStencilState() [all …]
|
/external/openscreen/docs/ |
D | advanced_gerrit.md | 16 [Change-Id commit-msg hook](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.… 17 This adds a `Change-Id` line to each commit message locally, which Gerrit uses 21 To download the commit-msg hook for the Open Screen repository, use the 25 curl -Lo .git/hooks/commit-msg https://chromium-review.googlesource.com/tools/hooks/commit-msg 26 chmod a+x .git/hooks/commit-msg 44 in each commit. 47 commit, and therefore a new change. Gerrit's documentation for 50 it should contain the matching `Change-Id` line in the commit message. 54 By default, each commit to your local branch will get its own Gerrit change when 63 git commit --amend [all …]
|
/external/rust/crates/mio/ |
D | CHANGELOG.md | 6 (https://github.com/tokio-rs/mio/commit/a7e61db9e3c2b929ef1a33532bfcc22045d163ce). 13 (https://github.com/tokio-rs/mio/commit/25e8f911357c740034f10a170dfa4ea1b28234ce). 18 (https://github.com/tokio-rs/mio/commit/aec872be9732e5c6685100674278be27f54a271b). 20 (https://github.com/tokio-rs/mio/commit/6f86b925d3e48f30905d5cfa54348acf3f1fa036, 21 https://github.com/tokio-rs/mio/commit/8d5414880ab82178305ac1d2c16d715e58633d3e). 23 (https://github.com/tokio-rs/mio/commit/139f7c4422321eb4a17b14ae2c296fddd19a8804). 30 (https://github.com/tokio-rs/mio/commit/175773ce02e85977db81224c782c8d140aba8543). 32 (https://github.com/tokio-rs/mio/commit/b51af46b28871f8dd3233b490ee62237ffed6a26). 39 (https://github.com/tokio-rs/mio/commit/0101e05a800f17fb88f4315d9b9fe0f08cca6e57). 41 (https://github.com/tokio-rs/mio/commit/26540ebbae89df6d4d08465c56f715d8f2addfc3). [all …]
|
/external/autotest/server/site_tests/bluetooth_PeerUpdate/ |
D | bluetooth_PeerUpdate.py | 34 commit = None 35 (_, commit) = bluetooth_peer_update.get_latest_commit() 36 if commit is None: 39 commit): 41 bluetooth_peer_update.update_peers(self.host, commit) 43 if not bluetooth_peer_update.cleanup(host, commit):
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | page_allocator.cc | 52 bool commit) { in AllocPagesIncludingReserved() argument 54 SystemAllocPages(address, length, accessibility, page_tag, commit); in AllocPagesIncludingReserved() 61 ret = SystemAllocPages(address, length, accessibility, page_tag, commit); in AllocPagesIncludingReserved() 75 bool commit) { in TrimMapping() argument 85 commit, pre_slack, post_slack); in TrimMapping() 94 bool commit) { in SystemAllocPages() argument 98 DCHECK(commit || accessibility == PageInaccessible); in SystemAllocPages() 100 commit); in SystemAllocPages() 108 bool commit) { in AllocPages() argument 139 page_tag, commit); in AllocPages() [all …]
|