Home
last modified time | relevance | path

Searched refs:commit (Results 1 - 25 of 181) sorted by relevance

12345678

/third_party/icu/tools/commit-checker/
H A Dcheck.py20 ICUCommit = namedtuple("ICUCommit", ["issue_id", "commit"])
144 def pretty_print_commit(commit, github_url, **kwargs):
145 print("- %s `%s`" % (commit.commit.hexsha[:7], commit.commit.summary))
146 print("\t- Authored by %s <%s>" % (commit.commit.author.name, commit.commit
[all...]
/third_party/mesa3d/bin/
H A 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],
[all...]
H A 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...]
/third_party/mesa3d/bin/pick/
H A Dcore.py52 IS_REVERT = re.compile(r'This reverts commit ([0-9a-f]{40})')
103 'git', 'commit', *cmd,
142 # Show commit date, ie. when the commit actually landed
257 async def resolve_nomination(commit: 'Commit', version: str) -> 'Commit':
260 'git', 'log', '--format=%B', '-1', commit.sha,
265 assert p.returncode == 0, f'git log for {commit.sha} failed'
273 # check to see if this fixes another staged commit.
275 commit.because_sha = fixed = await full_sha(m.group(1))
279 commit
[all...]
H A Dui.py68 def __init__(self, ui: 'UI', commit: 'core.Commit'):
69 reason = commit.nomination_type.name.ljust(6)
70 super().__init__(f'{commit.date()} {reason} {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
[all...]
/third_party/node/deps/v8/tools/
H A Dfind-commit-for-patch.py16 description="Finds a commit that a given patch can be applied to. "
57 def CountMatchingFiles(commit, files):
61 cmd = ["git", "ls-tree", "-r", commit] + [f for f in files]
72 commit = GetGitCommitHash(start)
76 matched_files = CountMatchingFiles(commit, files)
77 if verbose: print("Commit %s matched %d files" % (commit, matched_files))
79 return commit
80 commit = GetGitCommitHash("%s^" % commit)
81 print("Sorry, no matching commit foun
90 commit = FindFirstMatchingCommit(args.branch, files, args.limit, args.verbose) global() variable
[all...]
/third_party/lz4/tests/
H A Dtest-lz4-speed.py89 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files,
95 % (email_header, pid, branch, commit, last_commit,
116 def git_get_changes(branch, commit, last_commit):
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
135 if len(words) <= 4: # branch + commit + compilerVer + md5
136 commit = words[1]
144 return commit, csize, cspeed, dspeed
147 def benchmark_and_compare(branch, commit, last_commi
318 commit = "" global() variable
332 commit = execute('git show -s --format=%h ' + branch, verbose)[0] global() variable
[all...]
/third_party/FreeBSD/lib/libc/stdio/
H A Dparsefloat.c48 char *commit, *p; in parsefloat() local
59 * We set commit = p whenever the string we have read so far in parsefloat()
62 * or fail, and we will ungetc() back to the last commit point. in parsefloat()
67 commit = buf - 1; in parsefloat()
88 commit = p; in parsefloat()
109 commit = p; /* inf or infinity */ in parsefloat()
122 commit = p; in parsefloat()
130 commit = p; in parsefloat()
158 commit = p; in parsefloat()
166 commit in parsefloat()
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c191 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(sw in SVGA3D_vgpu10_SetDepthStencilState()
[all...]
H A Dsvga_cmd.c133 swc->commit(swc); in SVGA_FIFOCommitAll()
177 swc->commit(swc); in SVGA3D_DefineContext()
211 swc->commit(swc); in SVGA3D_DestroyContext()
344 swc->commit(swc); in SVGA3D_DefineSurface2D()
379 swc->commit(swc); in SVGA3D_DestroySurface()
481 swc->commit(swc); in SVGA3D_SurfaceDMA()
552 swc->commit(swc); in SVGA3D_BufferDMA()
602 swc->commit(swc); in SVGA3D_SetRenderTarget()
657 swc->commit(swc); in SVGA3D_DefineShader()
698 swc->commit(sw in SVGA3D_DestroyShader()
[all...]
/third_party/mbedtls/library/
H A Dmps_reader.c130 .commit = 0, in mps_reader_zero()
223 rd->commit = 0; in mbedtls_mps_reader_feed()
406 rd->commit = end; in mbedtls_mps_reader_commit()
415 mbedtls_mps_size_t pending, commit; in mbedtls_mps_reader_reclaim() local
430 commit = rd->commit; in mbedtls_mps_reader_reclaim()
440 if (commit < frag_offset || commit - frag_offset < frag_len) { in mbedtls_mps_reader_reclaim()
443 rd->end = commit; in mbedtls_mps_reader_reclaim()
477 if (commit < frag_offse in mbedtls_mps_reader_reclaim()
[all...]
/third_party/nghttp2/
H A Dgit-clang-format18 clang-format on the changes in current files or a specific commit.
35 usage = 'git clang-format [OPTIONS] [<commit>] [--] [<file>...]'
39 and <commit>, which defaults to HEAD. Changes are only applied to the working
44 clangFormat.commit
89 p.add_argument('--commit',
90 default=config.get('clangformat.commit', 'HEAD'),
91 help='default commit to use if none is specified'),
111 # to use some heuristics to determine whether or not <commit> was present.
113 p.add_argument('args', nargs='*', metavar='<commit>',
122 commit, file
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp240 cantFail(InjectedSourceTable.commit(Writer)); in commitSrcHeaderBlock()
264 Error PDBFileBuilder::commit(StringRef Filename, codeview::GUID *Guid) { in commit() function in PDBFileBuilder
271 Msf->commit(Filename, Layout); in commit()
283 if (auto EC = Strings.commit(NSWriter)) in commit()
298 if (auto EC = Info->commit(Layout, Buffer)) in commit()
303 if (auto EC = Dbi->commit(Layout, Buffer)) in commit()
308 if (auto EC = Tpi->commit(Layout, Buffer)) in commit()
313 if (auto EC = Ipi->commit(Layout, Buffer)) in commit()
318 if (auto EC = Gsi->commit(Layout, Buffer)) in commit()
356 return Buffer.commit(); in commit()
[all...]
/third_party/selinux/libselinux/utils/
H A Dtogglesebool.c26 int rc, i, commit = 0; in main() local
46 commit++; in main()
56 commit++; in main()
75 if (commit > 0) { in main()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_intersection_shader.c68 nir_deref_instr *commit = in lower_any_hit_for_intersection() local
85 nir_store_deref(b, commit, nir_imm_false(b), 0x1); in lower_any_hit_for_intersection()
155 nir_variable *commit = in brw_nir_lower_intersection_shader() local
157 nir_store_var(b, commit, nir_imm_false(b), 0x1); in brw_nir_lower_intersection_shader()
163 nir_push_if(b, nir_load_var(b, commit)); in brw_nir_lower_intersection_shader()
204 /* Any-hit defaults to commit */ in brw_nir_lower_intersection_shader()
223 nir_store_var(b, commit, nir_imm_true(b), 0x1); in brw_nir_lower_intersection_shader()
/third_party/skia/tools/skqp/
H A Dfind_commit_with_best_gold_results.py62 def get_results_for_commit(commit, jobs):
63 sys.stderr.write('%s\n' % commit)
80 all_urls = [gold_export_url(job, config, commit, commit)
H A Dmake_apk_list.py105 commit, date, subj = line.split(';', 2)
106 short = find(commit, extant)
112 commit_url = '%s/+/%s' % (remote, commit)
/third_party/mesa3d/.gitlab-ci/fossils/
H A Dfossils.sh10 local commit="$2"
13 (cd fossils-db; git reset "$commit" || git reset "origin/$commit")
/third_party/skia/third_party/freetype2/
H A Droll-freetype.sh37 commit() { function
38 STEP="commit" &&
42 git commit -m"Roll FreeType from ${FT_PREVIOUS_REV_SHORT} to ${FT_NEXT_REV_SHORT} (${FT_COMMIT_COUNT} commits)
56 commit &&
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryByteStream.h124 Error commit() override { return Error::success(); }
193 Error commit() override { return Error::success(); }
217 Error commit() override {
218 if (FileBuffer->commit())
259 Error commit() override { return Impl.commit(); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamRef.cpp60 Error commit() override { return BBS.commit(); }
130 Error WritableBinaryStreamRef::commit() { return BorrowedImpl->commit(); } in commit() function in WritableBinaryStreamRef
/third_party/vk-gl-cts/framework/qphelper/
H A Dgen_release_info.py40 commit = subprocess.check_output(["git", "--git-dir", gitDir,
42 return commit.decode().strip()
45 commit = subprocess.check_output(["git", "--git-dir", gitDir,
47 return commit.decode().strip()
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_regression.py103 con.commit()
356 Connection.commit() did reset cursors, which made sqlite3
358 after commit. See issues 10513 and 23129 for details.
375 con.commit()
430 con.commit()
433 con.commit()
440 con.commit()
444 con.commit()
451 con.commit()
459 con.commit()
[all...]
H A Dtest_transactions.py72 self.con1.commit()
81 self.con1.commit()
90 self.con1.commit()
122 to roll back con2 before you could commit con1.
129 self.con1.commit()
155 self.con1.commit()
162 self.con2.commit()
177 self.con1.commit()
/third_party/glslang/
H A Dupdate_glslang_sources.py71 """Represents a good commit for a repository."""
74 """Initializes this good commit object.
77 'json': A fully populated JSON object describing the commit.
84 self.commit = json['commit']
100 """Check if the repository contains the known-good commit."""
102 self.commit + "^{commit}"],
118 command_output(['git', 'checkout', self.commit], self.subdir)
129 parser = argparse.ArgumentParser(description='Get Glslang source dependencies at a known-good commit')
[all...]

Completed in 12 milliseconds

12345678