/external/python/google-api-python-client/ |
D | CHANGELOG | 8 …python-client/commit/945a281fc6a055f37d68a742959bdd18aaf6eb62 ([5a6231d](https://www.github.com/go… 9 …python-client/commit/90327d9a1b198523773d730402c5274c424ddf8f ([797d677](https://www.github.com/go… 10 …python-client/commit/a2271c7c184e8d75b6370cf139ca464e4ebe435d ([5a6231d](https://www.github.com/go… 11 …python-client/commit/e98fcec145aeb43c1a962404c4599b63dbe7443c ([5a6231d](https://www.github.com/go… 12 …python-client/commit/6a63e51e98ea3d3662b0dd89e95636ddf14ef941 ([5a6231d](https://www.github.com/go… 13 …python-client/commit/4f21ebf8fd2a9fd1e838e74266e8f8ed847c5236 ([5a6231d](https://www.github.com/go… 14 …python-client/commit/bb409be9296aef9c3e106476999e6e1c37d2fa8a ([5a6231d](https://www.github.com/go… 15 …python-client/commit/5687b00d4ba57a2ddb4311f66ae627f1c4f3807d ([5a6231d](https://www.github.com/go… 16 …python-client/commit/d026eb98f0eee8889aa7b55d507296074a140da5 ([5a6231d](https://www.github.com/go… 17 …python-client/commit/f96d280615ea04400a22fe9b7fae31bb6e10e4fe ([5a6231d](https://www.github.com/go… [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/combine/ |
D | CHANGELOG.md | 7 * **easy:** Only back-quote parser tokens ([08962d1d](https://github.com/Marwes/combine/commit/089… 17 * **easy:** Only back-quote parser tokens ([08962d1d](https://github.com/Marwes/combine/commit/089… 27 …in take_until_byte{,s,2,3} ([03b19498](https://github.com/Marwes/combine/commit/03b19498189c873cdf… 31 * warning ([08753d3e](https://github.com/Marwes/combine/commit/08753d3ebf072c0765e99bd6f440b52ef9… 41 … add in slice_uncons_while ([7f330b0c](https://github.com/Marwes/combine/commit/7f330b0cacd61131df… 42 … add in slice_uncons_while ([ad4180dd](https://github.com/Marwes/combine/commit/ad4180dd7d3530d475… 52 * Add decode_tokio ([aa20bf64](https://github.com/Marwes/combine/commit/aa20bf641bc5deed7e521de28… 68 * Correct the tokio-02 feature ([466a50d3](https://github.com/Marwes/combine/commit/466a50d353311… 78 …ite from the 'std' feature ([32ef87b0](https://github.com/Marwes/combine/commit/32ef87b08a643c9814… 79 * Add async decoding for tokio version 1 ([8e91f57d](https://github.com/Marwes/combine/commit/8e9… [all …]
|
/external/bcc/docs/ |
D | kernel-versions.md | 5 Kernel version | Commit 7 3.15 | [`bd4cf0ed331a`](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=… 15 Feature / Architecture | Kernel version | Commit 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… [all …]
|
/external/libchrome/libchrome_tools/uprev/ |
D | generate_filtered_tree.py | 21 # Verify the tree is consistent (diff-based, and actual) when a commit is made 46 """Returns the last commit committed by the script, and its metadata. 49 parent_filtered: the commit hash of the tip of the filtered branch. 62 def find_filtered_commit(commit, commits_map): argument 63 """Finds the corresponding parent of a browser commit in filtered branch. 65 If not found, the corresponding commit of its least ancestor is used. 68 commit: commit hash in browser repository. 69 commits_map: commit hash mapping from original commit to the one in the 72 look_for = commit 80 commits_map[commit] = commits_map[look_for] [all …]
|
D | reconnect_history.py | 22 """Dict-like class to read commit metadata""" 25 """Reads commit metadata if missing""" 32 """Creates a commit that disconnects files from source_commit. 37 source_commit: commit hash to disconnect from. 38 ref_commit: commit hash to be a file list reference. 51 """Creates a merge commit that takes files from base_commit. 56 current_commit: commit hashes on where to commit to. 57 base_commit: commit hashes contains file histories. 85 amend_commits: a list of commit hashes to provide actual history. 86 target_commit_hash: commit hash that blames are blaemd on. [all …]
|
D | filtered_utils.py | 13 CROS_LIBCHROME_INITIAL_COMMIT = b'CrOS-Libchrome-History-Initial-Commit' 14 # Keyword to identify original commit in Chromium browser repository. 15 CROS_LIBCHROME_ORIGINAL_COMMIT = b'CrOS-Libchrome-Original-Commit' 18 # Stores metadata required for a git commit. 25 # Stores information for a commit authorship. 33 """Returns the metadata of the commit specified by the commit_hash. 35 This function parses the commit message of the commit specified by the 37 The commit must be on the filtered branch, otherwise some metadata may be 39 Returns metadata from the commit message about commit_hash on the filtered 43 commit_hash: the commit hash on the filtered branch. [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/autotest/tko/ |
D | db.py | 239 """Private method for function commit to call for retry. 241 return self.con.commit() 244 def commit(self): member in db_sql 245 """Commit the sql transaction.""" 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 402 @param commit: If commit the transaction . [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: 50 Returns True if the commit is actually present in the branch 53 commit, upstream + '/' + branch], 59 def branch_has_backport_of_commit(upstream: str, branch: str, commit: str) -> str: 61 Returns the commit hash if the commit has been backported to the branch, 66 '--grep', 'cherry picked from commit ' + commit], 71 def canonicalize_commit(commit: str) -> str: 73 Takes a commit-ish and returns a commit sha1 if the commit exists [all …]
|
D | commit_in_branch_test.py | 24 'commit, expected', 32 ('not-even-a-valid-commit-format', False), 34 def test_canonicalize_commit(commit: str, expected: bool) -> None: 36 assert canonicalize_commit(commit) 39 assert canonicalize_commit(commit) 46 'commit, expected', 56 ('not-even-a-valid-commit-format', False), 58 def test_validate_branch(commit: str, expected: bool) -> None: 60 assert validate_branch(commit) 63 assert validate_branch(commit) [all …]
|
/external/mesa3d/bin/pick/ |
D | core.py | 52 IS_REVERT = re.compile(r'This reverts commit ([0-9a-f]{40})') 87 """Commit the .pick_status.json file.""" 103 'git', 'commit', *cmd, 114 class Commit: class 133 def from_json(cls, data: 'CommitDict') -> 'Commit': 249 async def resolve_nomination(commit: 'Commit', version: str) -> 'Commit': argument 252 'git', 'log', '--format=%B', '-1', commit.sha, 257 assert p.returncode == 0, f'git log for {commit.sha} failed' 265 # check to see if this fixes another staged commit. 267 commit.because_sha = fixed = await full_sha(m.group(1)) [all …]
|
D | core_test.py | 36 def unnominated_commit(self) -> 'core.Commit': 37 return core.Commit('abc123', 'sub: A commit', master_sha='45678') 40 def nominated_commit(self) -> 'core.Commit': 41 return core.Commit('abc123', 'sub: A commit', True, 46 def test_not_nominated(self, unnominated_commit: 'core.Commit'): argument 49 assert v == {'sha': 'abc123', 'description': 'sub: A commit', 'nominated': False, 53 def test_nominated(self, nominated_commit: 'core.Commit'): argument 57 'description': 'sub: A commit', 66 def test_not_nominated(self, unnominated_commit: 'core.Commit'): argument 69 c2 = core.Commit.from_json(v) [all …]
|
D | ui.py | 69 def __init__(self, ui: 'UI', commit: 'core.Commit'): argument 70 super().__init__(f'{commit.sha[:10]} {commit.description}') 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) 121 previous_commits: typing.List['core.Commit'] = attr.ib(factory=list, init=False) 122 new_commits: typing.List['core.Commit'] = attr.ib(factory=list, init=False) 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: [all …]
|
/external/oss-fuzz/infra/ |
D | repo_manager.py | 61 def commit_exists(self, commit): argument 62 """Checks to see if a commit exists in the project repo. 65 commit: The commit SHA you are checking. 68 True if the commit exits in the project. 70 if not commit.rstrip(): 73 _, _, err_code = self.git(['cat-file', '-e', commit]) 76 def commit_date(self, commit): argument 77 """Get the date of a commit. 80 commit: The commit hash. 83 A datetime representing the date of the commit. [all …]
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 20 #include "clang/Edit/Commit.h" 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() [all …]
|
/external/llvm/utils/git-svn/ |
D | git-svnrevert | 15 COMMIT=$1 16 OTHER=$(git svn find-rev "$COMMIT") 18 echo "Error! Could not find an svn/git revision for commit $COMMIT!" 21 echo " * Your revision number ($COMMIT) is wrong" 22 echo " * This tree is not up to date (before that commit)" 23 echo " * This commit in in another three (llvm, clang, compiler-rt, etc)" 27 if [ -n "$(echo $COMMIT | grep '^r[0-9]\+')" ]; then 28 SVN=`echo $COMMIT | sed -e 's/^r//'` 32 GIT=$COMMIT 35 # Grab the one line message for our revert commit message. [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/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/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() 67 Assert.assertEquals(jc.getParsedCommand(), "commit"); 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() [all …]
|
/external/bpftool/scripts/ |
D | sync-kernel.sh | 8 …echo " - Update the libbpf submodule, commit, and use its new checkpoints as target commits for b… 9 echo " - Cherry-pick commits from the bpf-next branch, up to the bpf-next target commit." 10 echo " - Cherry-pick commits from the bpf branch, up to the bpf target commit." 11 echo " - Update bpftool's version number based on bpf-next's kernel version and target commit." 12 echo " - Create a new commit with the updated version and checkpoints." 15 …t BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <bpftool-repo>/CHECKPOIN… 16 …echo "Set BPF_BASELINE to override bpf tree commit, otherwise read from <bpftool-repo>/BPF-CHECKPO… 17 …IP_COMMIT to override bpf-next tree target commit, otherwise read from <bpftool-repo>/libbpf/CHECK… 18 …F_TIP_COMMIT to override bpf tree target commit, otherwise read from <bpftool-repo>/libbpf/BPF-CHE… 20 echo "Set MANUAL_MODE to 1 to manually control every cherry-picked commit." [all …]
|
/external/libbpf/scripts/ |
D | sync-kernel.sh | 6 …et BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <libbpf-repo>/CHECKPOIN… 7 …echo "Set BPF_BASELINE to override bpf tree commit, otherwise read from <libbpf-repo>/BPF-CHECKPOI… 17 BASELINE_COMMIT=${BPF_NEXT_BASELINE:-$(cat ${LIBBPF_REPO}/CHECKPOINT-COMMIT)} 18 BPF_BASELINE_COMMIT=${BPF_BASELINE:-$(cat ${LIBBPF_REPO}/BPF-CHECKPOINT-COMMIT)} 70 # Output brief single-line commit description 71 # $1 - commit ref 77 # Create commit single-line signature, which consists of: 78 # - full commit subject 80 # - full commit body with newlines replaced with vertical bars (|) 84 # $1 - commit ref [all …]
|
/external/rust/crates/mio/ |
D | CHANGELOG.md | 6 https://github.com/tokio-rs/mio/commit/2883f5c1f35bf1a59682c5ffc4afe6b97d7d6e68). 13 (https://github.com/tokio-rs/mio/commit/d1617b567ff6bc669d71e367d22e0e93ff7e2e24 for epoll and 14 (https://github.com/tokio-rs/mio/commit/b367a05e408ca90a26383c3aa16d8a16f019dc59 for kqueue). 21 (https://github.com/tokio-rs/mio/commit/a7e61db9e3c2b929ef1a33532bfcc22045d163ce). 28 (https://github.com/tokio-rs/mio/commit/25e8f911357c740034f10a170dfa4ea1b28234ce). 33 (https://github.com/tokio-rs/mio/commit/aec872be9732e5c6685100674278be27f54a271b). 35 (https://github.com/tokio-rs/mio/commit/6f86b925d3e48f30905d5cfa54348acf3f1fa036, 36 https://github.com/tokio-rs/mio/commit/8d5414880ab82178305ac1d2c16d715e58633d3e). 38 (https://github.com/tokio-rs/mio/commit/139f7c4422321eb4a17b14ae2c296fddd19a8804). 45 (https://github.com/tokio-rs/mio/commit/175773ce02e85977db81224c782c8d140aba8543). [all …]
|
/external/rust/crates/combine/src/ |
D | error.rs | 28 $crate::error::ParseResult::CommitOk(x) => (x, $crate::error::Commit::Commit(())), 29 $crate::error::ParseResult::PeekOk(x) => (x, $crate::error::Commit::Peek(())), 211 /// parser did not commit to the parse. 213 pub enum Commit<T> { enum 216 Commit(T), enumerator 222 impl<T> AsMut<T> for Commit<T> { implementation 225 Commit::Peek(ref mut t) | Commit::Commit(ref mut t) => t, in as_mut() 230 impl<T> AsRef<T> for Commit<T> { implementation 233 Commit::Peek(ref t) | Commit::Commit(ref t) => t, in as_ref() 238 impl<T> Commit<T> { implementation [all …]
|
/external/toybox/www/ |
D | cleanup.html | 39 Below are indexes of such cleanup series. Each commit and post are meant to 47 command name links to a commit list with the bulk of the changes, it may 100 <li>commit: <a href=/hg/toybox/rev/830>830</a>: first pass, description: <a href=http://lists.landl… 102 <li>commit: <a href=/hg/toybox/rev/831>831</a>, 104 <li>commit: <a href=/hg/toybox/rev/837>837</a>, 106 <li>commit: <a href=/hg/toybox/rev/853>853</a>, description: bugfix.</li> 125 <li>commit: <a href=/hg/toybox/rev/833>833</a>, 127 <li>commit: <a href=/hg/toybox/rev/835>835</a>, 129 <li>commit: <a href=/hg/toybox/rev/838>838</a>, 131 <li>commit: <a href=/hg/toybox/rev/839>839</a>, [all …]
|