Searched refs:screen (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | ANSI.py | 29 from . import screen 38 screen = fsm.memory[0] 53 screen = fsm.memory[0] 54 screen.cursor_back () 59 screen = fsm.memory[0] 65 screen.cursor_down () 92 screen.cursor_up () 117 screen.erase_down() 126 screen.erase_up() 182 class term (screen.screen): [all …]
|
| H A D | screen.py | 70 class screen: class
|
| /llvm-project-15.0.7/lldb/utils/lui/ |
| H A D | sandbox.py | 29 def __init__(self, screen, event_queue): argument 30 super(SandboxUI, self).__init__(screen, event_queue) 32 height, width = self.screen.getmaxyx() 66 def main(screen): argument 70 sandbox = SandboxUI(screen, event_queue)
|
| H A D | cui.py | 174 def __init__(self, screen, queue): argument 176 self.screen = screen 181 c = self.screen.getch() 188 def __init__(self, screen, event_queue): argument 189 self.screen = screen 196 self.screen.bkgd(curses.color_pair(1)) 197 self.screen.clear() 199 self.input_handler = InputHandler(self.screen, self.event_queue) 204 self.screen.refresh() 228 self.screen.noutrefresh()
|
| H A D | lui.py | 84 def __init__(self, screen, event_queue, driver): argument 85 super(LLDBUI, self).__init__(screen, event_queue) 89 h, w = self.screen.getmaxyx() 128 def main(screen): argument 138 view = LLDBUI(screen, event_queue, driver)
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | NSWindow.m | 39 …nteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag screen:(NSScreen *)screen; 63 screen:0]; 75 screen:0];
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/assets/ |
| H A D | clang-doc-default-stylesheet.css | 175 @media screen and (max-width:768px) { 597 @media screen and (min-width: 768px) { 603 @media screen and (max-width: 768px) { 760 @media screen and (max-width:768px) { 826 @media screen and (max-width: 992px) { 844 @media screen and (max-width: 768px) {
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | BugpointRedesign.md | 97 Bugpoint’s current interface overwhelms and confuses the user, the help screen
|
| H A D | GettingStartedVS.rst | 78 5. In the first install screen, select both **Install launcher for all users** 82 6. In the second install screen, select (again) **Install for all users** and
|
| H A D | ReleaseProcess.rst | 97 Release+Asserts), so use screen or nohup to avoid headaches, since it'll take
|
| /llvm-project-15.0.7/llvm/docs/_static/ |
| H A D | LoopOptWG_invite.ics | 35 …o; max-width: auto;}\n\n.footer {\n width: 604px;}\n\n.main {\n\n}@media screen and (max-device-wi…
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Process.inc | 335 .StartsWith("screen", true)
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | map.rst | 1783 <td class="header" colspan="2">Echo text to the screen.</td>
|
| H A D | variable.rst | 716 Summary strings are effective to reduce the screen real estate used by the
|