Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 17 of 17) sorted by relevance

/libcore/tools/expected_upstream/
Dojluni_merge_to_main.py56 repo: Repo, commit: Commit) -> List[ExpectedUpstreamEntry]:
58 commit_tree = commit.tree
64 commit = repo.commit(e.git_ref)
65 source_blob = commit.tree.join(e.src_path)
125 index = IndexFile.from_tree(repo, head.commit)
130 commit = index.commit(message=msg, parent_commits=[head.commit], head=False)
223 upstream_commit = repo.commit(ref)
234 entries = ExpectedUpstreamFile(head.commit.tree["EXPECTED_UPSTREAM"]
246 index = IndexFile.from_tree(repo, head.commit)
261 commit = index.commit(message=msg, parent_commits=[head.commit], head=False)
[all …]
Dojluni_refresh_files.py50 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(
DREADME.md49 and then run `git commit` to finalize the commit.
55 # -a imports more files into the last merge commit instead of a new commit
76 # -a imports more files into the last merge commit instead of a new commit
89 # Upload the merge commit to the main branch
116 3. Revert the merge commit on `aosp/main` from `expected_upstream`
119 * If you plan to re-land your change, your re-landing commit won't be
120 a merge commit, because `git` doesn't allow you to merge the same commit
124 2. Just accept that the re-landing commit won't be a merge commit.
136 3. Cherry-picking a commit from upstream
160 on commit `A` and `B` if the presubmit fails.
[all …]
Dojluni_upgrade_identicals.py42 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]
Dojluni_modify_expectation.py61 return LIBCORE_REPO.commit(git_ref)
171 commit = get_commit_or_exit(args.tag_or_commit)
176 openjdk_finder: OpenjdkFinder = OpenjdkFinder(commit)
215 commit = get_commit_or_exit(str_tag_or_commit)
216 openjdk_finder: OpenjdkFinder = OpenjdkFinder(commit)
245 commit = get_commit_or_exit(str_tag_or_commit)
246 openjdk_finder = OpenjdkFinder(commit)
Dcommon_util.py283 def __init__(self, commit: Commit):
284 self.commit = commit
359 search_tree = self.commit.tree
426 return has_file_in_tree(path, self.commit.tree)
Dojluni_merge_package.sh32 -b|--bug - the bug number to use in the commit message; if not defined it will
/libcore/tools/expected_upstream/tests/
Dcommon_util_test.py156 commit = self.repo.commit('jdk11u/jdk-11.0.13-ga')
157 self.finder = OpenjdkFinder(commit)
/libcore/luni/src/test/java/libcore/java/sql/
DOldConnectionTest.java194 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()
DOldResultSetTest.java140 conn.commit(); in testClose()
162 conn.commit(); in testClose()
/libcore/ojluni/src/main/java/java/sql/
DConnection.java250 void commit() throws SQLException; in commit() method
/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
Dunsupported_new_apis.txt180 # The API was removed by the commit de626ec8a109ea18283d96c720cc57e2f32f67fa
/libcore/ojluni/src/test/
DLICENSE16 Foundation's software and to any other program whose authors commit to
/libcore/ojluni/src/tools/
DLICENSE16 Foundation's software and to any other program whose authors commit to
/libcore/
DLICENSE18 authors commit to using it. (Some other Free Software Foundation software is
/libcore/ojluni/src/main/
DLICENSE26 authors commit to using it. (Some other Free Software Foundation software is
/libcore/api/
Dcurrent.txt9798 method public void commit() throws java.sql.SQLException;