Home
last modified time | relevance | path

Searched full:commit (Results 1 – 25 of 3224) sorted by relevance

12345678910>>...129

/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog1 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/libchrome/libchrome_tools/uprev/
Dgenerate_filtered_tree.py21 # 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 …]
Dreconnect_history.py22 """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 …]
Dfiltered_utils.py13 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/bcc/docs/
Dkernel-versions.md5 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/rust/crates/clap/
DCHANGELOG.md20 …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/
Dcommit_in_branch.py41 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 …]
Dcommit_in_branch_test.py24 '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/autotest/tko/
Ddb.py239 """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/oss-fuzz/infra/
Drepo_manager.py61 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/mesa3d/bin/pick/
Dcore.py52 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 …]
Dcore_test.py36 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 …]
Dui.py69 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/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp20 #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-project/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp19 #include "clang/Edit/Commit.h"
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()
[all …]
/external/llvm/utils/git-svn/
Dgit-svnrevert15 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/
DREADME.android11 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/
DCHANGELOG.md7 …-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/
DCommandAliasTest.java63 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/llvm-project/clang/utils/analyzer/projects/
Dprojects.json7 "commit": "794c975", string
15 "commit": "1025f9a", string
23 "commit": "ffb0d41", string
31 "commit": "4f669d59", string
39 "commit": "0df1355", string
47 "commit": "10c25d8", string
55 "commit": "f8b1ab7", string
63 "commit": "d3e60fb", string
71 "commit": "b810bf2", string
79 "commit": "2af4e073", string
[all …]
/external/openscreen/docs/
Dadvanced_gerrit.md16 [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/
DCHANGELOG.md6 (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/rust/crates/grpcio-sys/grpc/third_party/
DREADME.md8 …o only update to a stable release of a library (= not to master / random commit). Depending on unr…
43 1. update the submodule to selected commit (see guidance above)
44 2. update the dependency in `grpc_deps.bzl` to the same commit
59 # Note the latest commit SHA on master-with-bazel-branch
63 git commit -m "update submodule boringssl-with-bazel with origin/master-with-bazel" # commit
66 - Update boringssl dependency in `bazel/grpc_deps.bzl` to the same commit SHA as master-with-bazel …
70 - Update `tools/run_tests/sanity/check_submodules.sh` with the same commit
72 - Commit these changes `git commit -m "update boringssl dependency to master-with-bazel commit SHA"`
79 - Commit the regenrated files `git commit -m "regenerate files"`
80 …grpc_deps.bzl` with the SHA value shown in the above debug msg. Commit again `git commit -m "Updat…
[all …]
/external/autotest/server/cros/bluetooth/
Dbluetooth_peer_update.py29 # NAME of the file that stores commit info in the cloud
59 Update if the commit hash doesn't match
67 """ Check if chameleond commit hash is the expected one"""
69 commit = peer.get_bt_commit_hash()
71 logging.error('Getting the commit hash failed. Updating the peer %s',
75 logging.debug('commit %s found on peer %s', commit, peer.host)
76 return commit == latest_commit
143 @params latest_commit: target git commit
160 return False, 'Commit not updated after upgrade'
202 """ Get the latest commit
[all …]
/external/toybox/www/
Dcleanup.html39 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 …]

12345678910>>...129