/aosp_15_r20/external/arm-trusted-firmware/drivers/console/ |
H A D | multi_console.c | 9 #include <drivers/console.h> 17 int console_register(console_t *console) in IMPORT_SYM() 20 assert((console < stacks_start) || (console >= stacks_end)); in IMPORT_SYM() 23 if (console_is_registered(console) == 1) in IMPORT_SYM() 26 console->next = console_list; in IMPORT_SYM() 27 console_list = console; in IMPORT_SYM() 50 console_t *console; in console_is_registered() local 54 for (console = console_list; console != NULL; console = console->next) in console_is_registered() 55 if (console == to_find) in console_is_registered() 66 void console_set_scope(console_t *console, unsigned int scope) in console_set_scope() argument [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/console/ |
D | multi_console.c | 11 #include <drivers/console.h> 19 int console_register(console_t *console) in IMPORT_SYM() 22 assert((console < stacks_start) || (console >= stacks_end)); in IMPORT_SYM() 25 if (console_is_registered(console) == 1) in IMPORT_SYM() 28 console->next = console_list; in IMPORT_SYM() 29 console_list = console; in IMPORT_SYM() 52 console_t *console; in console_is_registered() local 56 for (console = console_list; console != NULL; console = console->next) in console_is_registered() 57 if (console == to_find) in console_is_registered() 68 void console_set_scope(console_t *console, unsigned int scope) in console_set_scope() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | _win32_console.py | 1 """Light wrapper around the Win32 Console API - this module should only be imported on Windows 3 …is module wraps is documented at https://docs.microsoft.com/en-us/windows/console/console-functions 33 """Coordinates in the Windows Console API are (y, x), not (x, y). 95 """Retrieves the current input mode of a console's input buffer 96 or the current output mode of a console screen buffer. 99 … std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. 102 LegacyWindowsError: If any error occurs while calling the Windows console API. 105 int: Value representing the current console mode as documented at 106 https://docs.microsoft.com/en-us/windows/console/getconsolemode#parameters 112 raise LegacyWindowsError("Unable to get legacy Windows Console Mode") [all …]
|
D | live.py | 7 from .console import Console, ConsoleRenderable, RenderableType, RenderHook 40 …console (Console, optional): Optional Console instance. Default will an internal Console instance … 47 …wMethod, optional): How to handle renderable when it is too tall for the console. Defaults to "ell… 55 console: Optional[Console] = None, argument 67 self.console = console if console is not None else get_console() 113 self.console.set_live(self) 116 self._alt_screen = self.console.set_alt_screen(True) 117 self.console.show_cursor(False) 119 self.console.push_render_hook(self) 139 self.console.clear_live() [all …]
|
D | console.py | 120 """The width of the console in 'cells'.""" 122 """The height of the console in lines.""" 130 """Size of console.""" 214 ~ConsoleOptions: New console options instance. 227 ~ConsoleOptions: New Console options instance. 237 ~ConsoleOptions: New console options instance. 251 ~ConsoleOptions: New console options instance. 261 """An object that may be 'cast' to a console renderable.""" 271 """An object that supports the console protocol.""" 274 self, console: "Console", options: "ConsoleOptions" argument [all …]
|
D | __init__.py | 11 from .console import Console 13 # Global console used by alternative print 14 _console: Optional["Console"] = None 23 def get_console() -> "Console": 24 …"""Get a global :class:`~rich.console.Console` instance. This function is used when Rich requires … 28 Console: A console instance. 32 from .console import Console 34 _console = Console() 40 """Reconfigures the global console by replacing it with another. 43 *args (Any): Positional arguments for the replacement :class:`~rich.console.Console`. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | _win32_console.py | 1 """Light wrapper around the Win32 Console API - this module should only be imported on Windows 3 …is module wraps is documented at https://docs.microsoft.com/en-us/windows/console/console-functions 33 """Coordinates in the Windows Console API are (y, x), not (x, y). 95 """Retrieves the current input mode of a console's input buffer 96 or the current output mode of a console screen buffer. 99 … std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. 102 LegacyWindowsError: If any error occurs while calling the Windows console API. 105 int: Value representing the current console mode as documented at 106 https://docs.microsoft.com/en-us/windows/console/getconsolemode#parameters 112 raise LegacyWindowsError("Unable to get legacy Windows Console Mode") [all …]
|
D | live.py | 7 from .console import Console, ConsoleRenderable, RenderableType, RenderHook 40 …console (Console, optional): Optional Console instance. Default will an internal Console instance … 47 …wMethod, optional): How to handle renderable when it is too tall for the console. Defaults to "ell… 55 console: Optional[Console] = None, argument 67 self.console = console if console is not None else get_console() 113 self.console.set_live(self) 116 self._alt_screen = self.console.set_alt_screen(True) 117 self.console.show_cursor(False) 119 self.console.push_render_hook(self) 139 self.console.clear_live() [all …]
|
D | console.py | 120 """The width of the console in 'cells'.""" 122 """The height of the console in lines.""" 130 """Size of console.""" 214 ~ConsoleOptions: New console options instance. 227 ~ConsoleOptions: New Console options instance. 237 ~ConsoleOptions: New console options instance. 251 ~ConsoleOptions: New console options instance. 261 """An object that may be 'cast' to a console renderable.""" 271 """An object that supports the console protocol.""" 274 self, console: "Console", options: "ConsoleOptions" argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | _win32_console.py | 1 """Light wrapper around the Win32 Console API - this module should only be imported on Windows 3 …is module wraps is documented at https://docs.microsoft.com/en-us/windows/console/console-functions 33 """Coordinates in the Windows Console API are (y, x), not (x, y). 95 """Retrieves the current input mode of a console's input buffer 96 or the current output mode of a console screen buffer. 99 … std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. 102 LegacyWindowsError: If any error occurs while calling the Windows console API. 105 int: Value representing the current console mode as documented at 106 https://docs.microsoft.com/en-us/windows/console/getconsolemode#parameters 112 raise LegacyWindowsError("Unable to get legacy Windows Console Mode") [all …]
|
D | live.py | 7 from .console import Console, ConsoleRenderable, RenderableType, RenderHook 40 …console (Console, optional): Optional Console instance. Default will an internal Console instance … 47 …wMethod, optional): How to handle renderable when it is too tall for the console. Defaults to "ell… 55 console: Optional[Console] = None, argument 67 self.console = console if console is not None else get_console() 113 self.console.set_live(self) 116 self._alt_screen = self.console.set_alt_screen(True) 117 self.console.show_cursor(False) 119 self.console.push_render_hook(self) 139 self.console.clear_live() [all …]
|
D | console.py | 120 """The width of the console in 'cells'.""" 122 """The height of the console in lines.""" 130 """Size of console.""" 214 ~ConsoleOptions: New console options instance. 227 ~ConsoleOptions: New Console options instance. 237 ~ConsoleOptions: New console options instance. 251 ~ConsoleOptions: New console options instance. 261 """An object that may be 'cast' to a console renderable.""" 271 """An object that supports the console protocol.""" 274 self, console: "Console", options: "ConsoleOptions" argument [all …]
|
D | __init__.py | 11 from .console import Console 13 # Global console used by alternative print 14 _console: Optional["Console"] = None 23 def get_console() -> "Console": 24 …"""Get a global :class:`~rich.console.Console` instance. This function is used when Rich requires … 28 Console: A console instance. 32 from .console import Console 34 _console = Console() 40 """Reconfigures the global console by replacing it with another. 43 *args (Any): Positional arguments for the replacement :class:`~rich.console.Console`. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | _win32_console.py | 1 """Light wrapper around the Win32 Console API - this module should only be imported on Windows 3 …is module wraps is documented at https://docs.microsoft.com/en-us/windows/console/console-functions 33 """Coordinates in the Windows Console API are (y, x), not (x, y). 95 """Retrieves the current input mode of a console's input buffer 96 or the current output mode of a console screen buffer. 99 … std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. 102 LegacyWindowsError: If any error occurs while calling the Windows console API. 105 int: Value representing the current console mode as documented at 106 https://docs.microsoft.com/en-us/windows/console/getconsolemode#parameters 112 raise LegacyWindowsError("Unable to get legacy Windows Console Mode") [all …]
|
D | live.py | 7 from .console import Console, ConsoleRenderable, RenderableType, RenderHook 40 …console (Console, optional): Optional Console instance. Default will an internal Console instance … 47 …wMethod, optional): How to handle renderable when it is too tall for the console. Defaults to "ell… 55 console: Optional[Console] = None, argument 67 self.console = console if console is not None else get_console() 113 self.console.set_live(self) 116 self._alt_screen = self.console.set_alt_screen(True) 117 self.console.show_cursor(False) 119 self.console.push_render_hook(self) 139 self.console.clear_live() [all …]
|
D | console.py | 120 """The width of the console in 'cells'.""" 122 """The height of the console in lines.""" 130 """Size of console.""" 214 ~ConsoleOptions: New console options instance. 227 ~ConsoleOptions: New Console options instance. 237 ~ConsoleOptions: New console options instance. 251 ~ConsoleOptions: New console options instance. 261 """An object that may be 'cast' to a console renderable.""" 271 """An object that supports the console protocol.""" 274 self, console: "Console", options: "ConsoleOptions" argument [all …]
|
/aosp_15_r20/external/coreboot/src/console/ |
H A D | Kconfig | 3 menu "Console" menu 10 bool "Enable early (bootblock) console output." 14 Use console during the bootblock if supported 17 bool "Enable console output during postcar." 21 Use console during the postcar if supported 24 bool "Squelch AP CPUs from early console." 28 When selected only the BSP CPU will output to early console. 30 Console drivers have unpredictable behaviour if multiple threads 36 bool "Serial port console output" 74 prompt "Index for UART port to use for console" if !FIXED_UART_FOR_CONSOLE [all …]
|
/aosp_15_r20/external/autotest/server/cros/servo/ |
H A D | pd_device.py | 24 do not have any console access. 159 """Class for PD devices that have console access 162 has UART console access. It inherits the PD device base class. In addition, 163 it stores both the UART console and port for the PD device. 166 def __init__(self, console, port, utils): argument 169 @param console: UART console object 172 # Save UART console 173 self.console = console 247 self.__class__.__name__, self.console.name, self.port) 259 A PD console device doesn't have an explicit connect/disconnect [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/winapi-util-0.1.6/src/ |
H A D | console.rs | 23 /// Query the given handle for information about the console's screen buffer. 25 /// The given handle should represent a console. Otherwise, an error is 30 /// [`GetConsoleScreenBufferInfo`]: https://docs.microsoft.com/en-us/windows/console/getconsolescre… 44 /// Set the text attributes of the console represented by the given handle. 48 /// [`SetConsoleTextAttribute`]: https://docs.microsoft.com/en-us/windows/console/setconsoletextatt… 60 /// Query the mode of the console represented by the given handle. 65 /// [`GetConsoleMode`]: https://docs.microsoft.com/en-us/windows/console/getconsolemode 75 /// Set the mode of the console represented by the given handle. 80 /// [`SetConsoleMode`]: https://docs.microsoft.com/en-us/windows/console/setconsolemode 89 /// Represents console screen buffer information such as size, cursor position [all …]
|
/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | console.rs | 5 //! Virtio console device. 24 use crate::virtio::console::device::ConsoleDevice; 25 use crate::virtio::console::device::ConsoleSnapshot; 26 use crate::virtio::console::port::ConsolePort; 35 /// Virtio console device. 36 pub struct Console { struct 37 console: ConsoleDevice, field 42 impl Console { implementation 49 ) -> Console { in new() argument 51 let console = ConsoleDevice::new_single_port(protection_type, port); in new() localVariable [all …]
|
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/video/ |
H A D | video.c | 58 static struct video_console *console; variable 65 if (console) { in video_get_rows_cols() 66 *cols = console->columns; in video_get_rows_cols() 67 *rows = console->rows; in video_get_rows_cols() 75 if (!console) in video_console_fixup_cursor() 84 if (cursorx >= console->columns) { in video_console_fixup_cursor() 89 if (console->rows <= 0) in video_console_fixup_cursor() 92 while(cursory >= console->rows) { in video_console_fixup_cursor() 93 console->scroll_up(); in video_console_fixup_cursor() 97 if (console->set_cursor) in video_console_fixup_cursor() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/ |
D | Console.java | 37 * Methods to access the character-based console device, if any, associated 40 * <p> Whether a virtual machine has a console is dependent upon the 44 * output streams then its console will exist and will typically be 48 * have a console. 50 * If this virtual machine has a console then it is represented by a 52 * {@link java.lang.System#console()} method. If no console device is 66 * The console-read methods return {@code null} when the end of the 67 * console input stream is reached, for example by typing control-D on 69 * if additional characters are later entered on the console's input 82 * Console cons; [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/ |
H A D | Console.java | 37 * Methods to access the character-based console device, if any, associated 40 * <p> Whether a virtual machine has a console is dependent upon the 44 * output streams then its console will exist and will typically be 48 * have a console. 50 * If this virtual machine has a console then it is represented by a 52 * {@link java.lang.System#console()} method. If no console device is 66 * The console-read methods return {@code null} when the end of the 67 * console input stream is reached, for example by typing control-D on 69 * if additional characters are later entered on the console's input 82 * Console cons; [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/ |
D | Console.java | 37 * Methods to access the character-based console device, if any, associated 40 * <p> Whether a virtual machine has a console is dependent upon the 44 * output streams then its console will exist and will typically be 48 * have a console. 50 * If this virtual machine has a console then it is represented by a 52 * {@link java.lang.System#console()} method. If no console device is 66 * The console-read methods return {@code null} when the end of the 67 * console input stream is reached, for example by typing control-D on 69 * if additional characters are later entered on the console's input 82 * Console cons; [all …]
|
/aosp_15_r20/system/extras/systrace_analysis/ |
H A D | analysis.html | 51 console.log(" Frame stats:"); 52 console.log(" # Total frames: " + totalFrames); 53 console.log(" # Terrible frames: " + terribleFrames); 54 console.log(" # Bad frames: " + badFrames); 55 console.log(" # Neutral frames: " + neutralFrames); 56 console.log(" # Good frames: " + goodFrames); 73 console.log(" Memory stats:"); 74 console.log(" # of direct reclaims: " + numDirectReclaim); 80 console.log(' ' + thread.name + ' CPU allocation: '); 84 console.log(" CPU " + cpu + ": " + percentage + "% (" + [all …]
|