Searched refs:Commit (Results 1 - 19 of 19) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/bin/pick/ |
| H A D | core_test.py | 36 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 D | core.py | 87 """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 D | propertystore.h | 60 STDMETHOD(Commit) (THIS) PURE; local in function:DECLARE_INTERFACE_
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | CONTRIBUTING.rst | 57 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 D | get-pick-list.sh | 48 echo WARNING: Commit $1 lists invalid sha $id
|
| /xsrc/external/mit/libXft/dist/ |
| H A D | README.md | 38 3. Commit those changes
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.3.3.rst | 97 - cherry-ignore: WARNING: Commit XXX lists invalid sha
|
| H A D | 10.5.1.rst | 44 Commit 2881b12 causes 43 DrawElements test regressions
|
| H A D | 19.3.3.rst | 37 - Commit be08e6a causes crash in com.android.launcher3 (Launcher)
|
| H A D | 7.9.1.rst | 261 - glsl: Commit lexer files changed by previous cherry picking 275 - glcpp: Commit changes in generated files cause by previous commit
|
| H A D | 17.3.0.rst | 88 - Commit ddc32537d6db69198e88ef0dfe19770bf9daa536 breaks rendering in
|
| H A D | 10.3.rst | 203 Commit e3cc0d90e14e62a0a787b6c07a6df0f5c84039be breaks unigine heaven
|
| H A D | 10.6.0.rst | 117 Commit 2881b12 causes 43 DrawElements test regressions
|
| H A D | 18.3.0.rst | 272 - Commit baa38c14 causes output issues on my VEGA with RADV
|
| H A D | 7.10.rst | 549 - glsl: Commit generated file glsl_lexer.cpp 1595 - glapi: Commit files changed by previous commit
|
| H A D | 20.0.0.rst | 88 - Commit be08e6a causes crash in com.android.launcher3 (Launcher)
|
| H A D | 20.3.0.rst | 126 - Commit c6c1fa9a263880 causes corruption in Steam UI
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | releasing.rst | 295 ``mesa-X.Y.Z.announce`` template. Commit this change.
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxcapi.h | 104 virtual HRESULT Commit(DWORD grfCommitFlags) = 0;
|
Completed in 29 milliseconds