Home
last modified time | relevance | path

Searched refs:nominated (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/bin/pick/
Dcore_test.py278 assert c.nominated
290 assert not c.nominated
301 assert c.nominated
312 assert c.nominated
323 assert not c.nominated
335 assert c.nominated
347 assert not c.nominated
362 assert c.nominated
377 assert c.nominated
392 assert c.nominated
[all …]
Dcore.py42 nominated: bool
118 nominated: bool = attr.ib(False) variable in Commit
281 commit.nominated = True
287 commit.nominated = True
301 commit.nominated = True
316 shas: typing.Set[str] = set(c.sha for c in previous if c.nominated)
320 if not commit.nominated and commit.nomination_type is NominationType.FIXES:
321 commit.nominated = commit.because_sha in shas
323 if commit.nominated:
333 oldc.nominated = False
[all …]
Dui.py173 if commit.nominated and commit.resolution is core.Resolution.UNRESOLVED:
/third_party/ffmpeg/doc/dev_community/
Dcommunity.md54 Candidates for election can either be suggested or self-nominated.
77 Candidates for election can either be suggested or self-nominated.
/third_party/mesa3d/docs/
Dsubmittingpatches.rst142 nominate the patch to. If you do not provide any version it is nominated
304 broad discretion in rejecting patches that have been nominated.
315 and respective fix(es) should be provided in the nominated patch.
355 For patches that either need to be nominated after they've landed in
Dreleasing.rst71 Commits nominated for the active branch are picked as based on the
/third_party/mesa3d/docs/relnotes/
D10.0.4.rst78 - get-pick-list: Update to only find patches nominated for the 10.0
/third_party/node/doc/contributing/
Dsecurity-release-process.md13 are nominated through an issue in the TSC repository and approved
/third_party/python/Doc/library/
Dast.rst1487 This pattern succeeds if the subject is an instance of the nominated class,
/third_party/typescript/src/lib/
Ddom.generated.d.ts1299 nominated?: boolean; property
/third_party/typescript/lib/
Dlib.dom.d.ts1319 nominated?: boolean; property