Searched refs:Commit (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib/dist/bin/pick/
H A Dcore_test.py36 def unnominated_commit(self) -> 'core.Commit':
37 return core.Commit('abc123', 'sub: A commit', main_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'):
53 def test_nominated(self, nominated_commit: 'core.Commit'):
66 def test_not_nominated(self, unnominated_commit: 'core.Commit'):
69 c2 = core.Commit.from_json(v)
72 def test_nominated(self, nominated_commit: 'core.Commit'):
75 c2 = core.Commit
[all...]
H A Dcore.py87 """Commit the .pick_status.json file."""
114 class Commit: class in inherits:
133 def from_json(cls, data: 'CommitDict') -> 'Commit':
257 async def resolve_nomination(commit: 'Commit', version: str) -> 'Commit': argument
307 async def resolve_fixes(commits: typing.List['Commit'], previous: typing.List['Commit']) -> None:
341 async def gather_commits(version: str, previous: typing.List['Commit'],
342 new: typing.List[typing.Tuple[str, str]], cb) -> typing.List['Commit']:
348 m_commits: typing.List[typing.Optional['Commit']]
351 inner(commit: 'Commit', version: str, commits: typing.List[typing.Optional['Commit']], index: int, cb) argument
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dpropertystore.h60 STDMETHOD(Commit) (THIS) PURE; local in function:DECLARE_INTERFACE_
/xsrc/external/mit/libdrm/dist/
H A DCONTRIBUTING.rst57 Commit Rights
60 Commit rights will be granted to anyone who requests them and fulfills the
86 no longer contribute to the project. Commit rights will be reinstated when they
/xsrc/external/mit/MesaLib.old/dist/bin/
H A Dget-pick-list.sh48 echo WARNING: Commit $1 lists invalid sha $id
/xsrc/external/mit/libXft/dist/
H A DREADME.md38 3. Commit those changes
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.3.3.rst97 - cherry-ignore: WARNING: Commit XXX lists invalid sha
H A D10.5.1.rst44 Commit 2881b12 causes 43 DrawElements test regressions
H A D19.3.3.rst37 - Commit be08e6a causes crash in com.android.launcher3 (Launcher)
H A D7.9.1.rst261 - glsl: Commit lexer files changed by previous cherry picking
275 - glcpp: Commit changes in generated files cause by previous commit
H A D17.3.0.rst88 - Commit ddc32537d6db69198e88ef0dfe19770bf9daa536 breaks rendering in
H A D10.3.rst203 Commit e3cc0d90e14e62a0a787b6c07a6df0f5c84039be breaks unigine heaven
H A D10.6.0.rst117 Commit 2881b12 causes 43 DrawElements test regressions
H A D18.3.0.rst272 - Commit baa38c14 causes output issues on my VEGA with RADV
H A D7.10.rst549 - glsl: Commit generated file glsl_lexer.cpp
1595 - glapi: Commit files changed by previous commit
H A D20.0.0.rst88 - Commit be08e6a causes crash in com.android.launcher3 (Launcher)
H A D20.3.0.rst126 - Commit c6c1fa9a263880 causes corruption in Steam UI
/xsrc/external/mit/MesaLib/dist/docs/
H A Dreleasing.rst295 ``mesa-X.Y.Z.announce`` template. Commit this change.
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxcapi.h104 virtual HRESULT Commit(DWORD grfCommitFlags) = 0;

Completed in 29 milliseconds