Searched refs:await (Results 1 - 10 of 10) sorted by path
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | gen_release_notes.py | 177 p = await asyncio.create_subprocess_exec( 180 out, _ = await p.communicate() 189 p = await asyncio.create_subprocess_exec( 192 _out, _ = await p.communicate() 210 commits = await gather_commits(version) 211 issues = await parse_issues(commits) 215 results = await asyncio.gather(*[get_bug(session, i) for i in issues]) 229 content = await response.json() 235 p = await asyncio.create_subprocess_exec('git', 'shortlog', f'mesa-{version}..', 237 out, _ = await [all...] |
| H A D | gen_release_notes_test.py | 62 out = await get_shortlog(version) 70 out = await gather_commits(version) 160 ids = await parse_issues('1234 not used')
|
| /xsrc/external/mit/MesaLib/dist/bin/pick/ |
| H A D | core.py | 89 p = await asyncio.create_subprocess_exec( 94 v = await p.wait() 102 p = await asyncio.create_subprocess_exec( 107 v = await p.wait() 153 p = await asyncio.create_subprocess_exec( 158 _, err = await p.communicate() 164 await ui.feedback(f'{self.sha} ({self.description}) applied successfully') 168 v = await commit_state(amend=True) 172 await ui.feedback(f'{self.sha} ({self.description}) failed to apply\n{err}') 174 p = await asynci [all...] |
| H A D | core_test.py | 276 await core.resolve_nomination(c, '') 288 await core.resolve_nomination(c, '') 299 await core.resolve_nomination(c, '16.2') 310 await core.resolve_nomination(c, '16.2') 321 await core.resolve_nomination(c, '16.1') 333 await core.resolve_nomination(c, '') 345 await core.resolve_nomination(c, '') 360 await core.resolve_nomination(c, '16.1') 375 await core.resolve_nomination(c, '16.1') 390 await cor [all...] |
| H A D | ui.py | 76 result, err = await self.commit.apply(self.ui) 84 await self.commit.denominate(self.ui) 89 await self.commit.backport(self.ui) 160 new_commits = await core.get_new_commits(sha) 167 self.new_commits = await core.gather_commits( 206 sha = await core.full_sha(text) 214 await commit.apply(self)
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | sync.c | 644 pAwait = &(pAwaitUnion+1)->await; 719 /* delete the await */ 1220 pAwait = &(pAwaitUnion+1)->await; /* first await on list */ 1563 /* all the memory for the entire await list is allocated 1592 pAwait = &(pAwaitUnion+1)->await; /* skip over header */ 1653 pAwait = &(pAwaitUnion+1)->await; /* skip over header */ 2136 pAwait = &(pAwaitUnion+1)->await; /* skip over header */
|
| H A D | syncsrv.h | 117 SyncAwait await; member in union:__anonbe41401f040a
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | sync.c | 626 pAwait = &(pAwaitUnion + 1)->await; 697 /* delete the await */ 1193 pAwait = &(pAwaitUnion + 1)->await; /* first await on list */ 1516 /* all the memory for the entire await list is allocated 1545 pAwait = &(pAwaitUnion + 1)->await; /* skip over header */ 1602 pAwait = &(pAwaitUnion + 1)->await; /* skip over header */ 2067 pAwait = &(pAwaitUnion + 1)->await; /* skip over header */
|
| H A D | syncsrv.h | 120 SyncAwait await; member in union:__anon858d8ab2040a
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | syncstr.h | 152 SyncAwait await; member in union:__anon85c7fe23040a
|
Completed in 17 milliseconds