Searched refs:commit (Results 1 – 16 of 16) sorted by relevance
| /libcore/tools/expected_upstream/ |
| D | ojluni_merge_to_master.py | 55 repo: Repo, commit: Commit) -> List[ExpectedUpstreamEntry]: 57 commit_tree = commit.tree 63 commit = repo.commit(e.git_ref) 64 source_blob = commit.tree.join(e.src_path) 117 index = IndexFile.from_tree(repo, head.commit) 122 commit = index.commit(message=msg, parent_commits=[head.commit], head=False) 212 upstream_commit = repo.commit(ref) 223 entries = ExpectedUpstreamFile(head.commit.tree["EXPECTED_UPSTREAM"] 229 index = IndexFile.from_tree(repo, head.commit) 241 commit = index.commit(message=msg, parent_commits=[head.commit], head=False) [all …]
|
| D | ojluni_refresh_files.py | 50 head_tree = repo.head.commit.tree 56 commit = repo.commit(e.git_ref) 57 source_blob = commit.tree.join(e.src_path) 151 upstream_commit = repo.commit(ref) 172 first_index = IndexFile.from_tree(repo, repo.commit(EMPTY_COMMIT_SHA)) 182 first_commit = first_index.commit( 187 prev_head = repo.active_branch.commit 194 second_commit = second_index.commit(
|
| D | README.md | 48 and then run `git commit` to finalize the commit. 54 # -a imports more files into the last merge commit instead of a new commit 75 # -a imports more files into the last merge commit instead of a new commit 88 # Upload the merge commit to the master branch 115 3. Revert the merge commit on `aosp/master` from `expected_upstream` 118 * If you plan to re-land your change, your re-landing commit won't be 119 a merge commit, because `git` doesn't allow you to merge the same commit 123 2. Just accept that the re-landing commit won't be a merge commit. 135 3. Cherry-picking a commit from upstream 159 on commit `A` and `B` if the presubmit fails. [all …]
|
| D | ojluni_upgrade_identicals.py | 42 return LIBCORE_REPO.commit(git_ref) 62 commit = get_commit_or_exit(target_ref) 67 new_finder = OpenjdkFinder(commit) 77 current_commit = LIBCORE_REPO.commit(expected_entry.git_ref) 97 new_blob = commit.tree[new_src_path]
|
| D | ojluni_modify_expectation.py | 61 return LIBCORE_REPO.commit(git_ref) 166 commit = get_commit_or_exit(args.tag_or_commit) 171 openjdk_finder: OpenjdkFinder = OpenjdkFinder(commit) 210 commit = get_commit_or_exit(str_tag_or_commit) 211 openjdk_finder: OpenjdkFinder = OpenjdkFinder(commit) 228 commit = get_commit_or_exit(str_tag_or_commit) 229 openjdk_finder = OpenjdkFinder(commit)
|
| D | common_util.py | 266 def __init__(self, commit: Commit): 267 self.commit = commit 343 search_tree = self.commit.tree 410 return has_file_in_tree(path, self.commit.tree)
|
| D | ojluni_merge_package.sh | 30 -b|--bug - the bug number to use in the commit message; if not defined it will
|
| /libcore/tools/expected_upstream/tests/ |
| D | common_util_test.py | 156 commit = self.repo.commit('jdk11u/jdk-11.0.13-ga') 157 self.finder = OpenjdkFinder(commit)
|
| /libcore/luni/src/test/java/libcore/java/sql/ |
| D | OldConnectionTest.java | 194 conn.commit(); in testCreateStatement_int_int_int() 397 conn.commit(); in testSetAutoCommit() 427 conn.commit(); in testSetAutoCommit() 569 conn.commit(); in testSetHoldability() 581 conn.commit(); in testSetHoldability() 1249 conn.commit(); in testCommit() 1268 conn.commit(); in testCommit() 1327 conn.commit(); in testRollback()
|
| D | OldResultSetTest.java | 140 conn.commit(); in testClose() 162 conn.commit(); in testClose()
|
| /libcore/ojluni/src/main/java/java/sql/ |
| D | Connection.java | 250 void commit() throws SQLException; in commit() method
|
| /libcore/ojluni/src/tools/ |
| D | LICENSE | 16 Foundation's software and to any other program whose authors commit to
|
| /libcore/ojluni/src/test/ |
| D | LICENSE | 16 Foundation's software and to any other program whose authors commit to
|
| /libcore/ |
| D | LICENSE | 18 authors commit to using it. (Some other Free Software Foundation software is
|
| /libcore/ojluni/src/main/ |
| D | LICENSE | 26 authors commit to using it. (Some other Free Software Foundation software is
|
| /libcore/api/ |
| D | current.txt | 9597 method public void commit() throws java.sql.SQLException;
|