/aosp_15_r20/external/rust/android-crates-io/crates/miette/ |
D | CHANGELOG.md | 61 * **graphical:** Fix wrong severity of related errors (#234) ([3497508a](https://github.com/zkat/mi… 78 * **graphical:** Fix panic with span extending past end of line (#221) ([8b56d277](https://github.c… 86 * **graphical:** Fix panic with zero-width span at end of line (#204) ([b8810ee3](https://github.co… 107 * **graphical:** Align highlights correctly with wide unicode characters and tabs (#202) ([196c09ce… 118 * **graphical:** Allow miette users to opt-out of the rendering of the cause chain (#192) ([b9ea587… 137 * **graphical:** handle an empty source (#183) ([12dc4007](https://github.com/zkat/miette/commit/12… 189 * **graphical:** fix issue with duplicate labels when span len is 0 (#159) ([1a36fa7e](https://gith… 274 * **graphical:** boolean was messing up graphical display ([5c085b39](https://github.com/zkat/miett… 343 * **report:** miscellaneous, hacky tweaks to graphical rendering ([80036781](https://github.com/zka… 346 * **graphical:** stop rendering red vbars before the last item ([e2e4027f](https://github.com/zkat/… [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/ |
D | handler.rs | 11 /// Settings to control the color format used for graphical rendering. 66 /// If true, specify whether the graphical handler will make codes be 74 /// Set a graphical theme for the handler when rendering in graphical mode. 76 /// graphical mode. This option overrides 101 /// If true, colors will be used during graphical rendering, regardless 115 /// Controls which color format to use if colors are used in graphical 129 /// If true, forces unicode display for graphical output. If set to false, 136 /// If true, graphical rendering will be used regardless of terminal 169 let graphical = self.is_graphical(); in build() localVariable 171 if !graphical { in build() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/handlers/ |
D | theme.rs | 12 You can create your own custom graphical theme using this type, or you can use 24 /// ASCII-art-based graphical drawing, with ANSI styling. 32 /// Graphical theme that draws using both ansi colors and unicode 47 /// Graphical theme that draws in monochrome, while still using unicode 56 /// A "basic" graphical theme that skips colors and unicode characters and 57 /// just does monochrome ascii art. If you want a completely non-graphical 82 Styles for various parts of graphical rendering for the [crate::GraphicalReportHandler]. 196 /// Fancy unicode-based graphical elements. 249 /// ASCII-art-based graphical elements. Works well on older terminals.
|
D | mod.rs | 9 pub use graphical::*; 20 mod graphical; module
|
/aosp_15_r20/external/AFLplusplus/ |
H A D | afl-plot | 25 GRAPHICAL="0" 27 if [ "$1" = "-g" ] || [ "$1" = "--graphical" ]; then 28 GRAPHICAL="1" 35 $0 [ -g | --graphical ] afl_state_dir graph_output_dir 45 -g, --graphical (optional) display the plots in a graphical window 190 if [ "$#" = "2" ] && [ "$GRAPHICAL" = "1" ]; then 200 No plots have been generated. Please rerun without the "-g" or "--graphical" flag to generate the p…
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | CPackComponent.cmake | 19 Certain binary installers (especially the graphical installers) generated 135 DISPLAY_NAME is the displayed name of the component, used in graphical 140 graphical installers to give the user additional information about the 145 HIDDEN indicates that this component will be hidden in the graphical 150 always be installed. It will be visible in the graphical installer, 216 graphical installers to display the component group name. This value 220 graphical installers to give the user additional information about the 243 a set of predefined component selections to the graphical installer. 261 typically show up in a drop-down box within a graphical installer.
|
/aosp_15_r20/frameworks/base/core/java/android/content/pm/ |
H A D | PackageItemInfo.java | 278 * Retrieve the current graphical icon associated with this item. This 295 * Retrieve the current graphical icon associated with this item without 313 * Retrieve the current graphical banner associated with this item. This 335 * Retrieve the default graphical icon associated with this item. 351 * Retrieve the default graphical banner associated with this item. 367 * Retrieve the current graphical logo associated with this item. This 389 * Retrieve the default graphical logo associated with this item.
|
/aosp_15_r20/frameworks/rs/script_api/ |
H A D | rs_object_types.spec | 134 value: RS_TYPE_UNSIGNED_5_6_5 = 13, "A 16 bit unsigned integer packing graphical data in 5, 6, and … 135 value: RS_TYPE_UNSIGNED_5_5_5_1 = 14, "A 16 bit unsigned integer packing graphical data in 5, 5, 5,… 136 value: RS_TYPE_UNSIGNED_4_4_4_4 = 15, "A 16 bit unsigned integer packing graphical data in 4, 4, 4,… 157 graphical data formats and represent vectors with per vector member sizes which are treated 175 This enumeration is primarly useful for graphical data. It provides additional information to
|
/aosp_15_r20/frameworks/rs/script_api/include/ |
H A D | rs_object_types.rsh | 133 * graphical data formats and represent vectors with per vector member sizes which are treated 151 …RS_TYPE_UNSIGNED_5_6_5 = 13, // A 16 bit unsigned integer packing graphical data in 5, 6, and 5 bi… 152 …RS_TYPE_UNSIGNED_5_5_5_1 = 14, // A 16 bit unsigned integer packing graphical data in 5, 5, 5, and… 153 …RS_TYPE_UNSIGNED_4_4_4_4 = 15, // A 16 bit unsigned integer packing graphical data in 4, 4, 4, and… 175 * This enumeration is primarly useful for graphical data. It provides additional information to
|
/aosp_15_r20/prebuilts/sdk/renderscript/include/ |
H A D | rs_object_types.rsh | 133 * graphical data formats and represent vectors with per vector member sizes which are treated 151 …RS_TYPE_UNSIGNED_5_6_5 = 13, // A 16 bit unsigned integer packing graphical data in 5, 6, and 5 bi… 152 …RS_TYPE_UNSIGNED_5_5_5_1 = 14, // A 16 bit unsigned integer packing graphical data in 5, 5, 5, and… 153 …RS_TYPE_UNSIGNED_4_4_4_4 = 15, // A 16 bit unsigned integer packing graphical data in 4, 4, 4, and… 175 * This enumeration is primarly useful for graphical data. It provides additional information to
|
/aosp_15_r20/external/mdnsresponder/Clients/ |
H A D | ReadMe.txt | 4 Some of the clients are command-line oriented; some are graphical. 24 DNS Service Browser Graphical X 25 DNS Service Registration Graphical X
|
/aosp_15_r20/external/cronet/third_party/libxml/fuzz/seed_corpus/ |
H A D | d7c291bdab167059f6f899e382f8f47e0b13c4f9 | 326 …<description>Install this group of packages to use the base graphical (X) user interface.</descrip… 434 …description>GNOME is a powerful, graphical user interface which includes a panel, desktop, system … 445 …l:lang="pt">GNOME is a powerful, graphical user interface which includes a panel, desktop, system … 506 …<description>KDE is a powerful, graphical user interface which includes a panel, desktop, system i… 590 <id>graphical-internet</id> 591 <name>Graphical Internet</name> 607 <description>This group includes graphical email, Web, and chat clients.</description>
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 23.0.1.rst | 36 - 7900 XTX: Graphical corruption / artifacts in Cyberpunk 44 - radv: GTA IV graphical artifacts on 7900XTX 48 - [RADV] Returnal - pistol muzzle flash fills whole screen (graphical artifact)
|
/aosp_15_r20/external/selinux/python/sepolicy/ |
H A D | sepolicy-gui.8 | 3 sepolicy-gui \- Graphical User Interface for SELinux policy. 14 Use \fBsepolicy gui\fP to run the graphical user interface, which
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | BLASTSync.md | 8 Put simply, you would like to synchronize the graphical effects of some WM changes with the graphic… 146 this is the hot path for all graphical updates. To solve this we use a
|
/aosp_15_r20/external/python/cpython2/Lib/idlelib/ |
D | help.html | 33 <link rel="up" title="24. Graphical User Interfaces with Tk" href="tk.html" /> 34 <link rel="next" title="24.7. Other Graphical User Interface Packages" href="othergui.html" /> 54 <a href="othergui.html" title="24.7. Other Graphical User Interface Packages" 67 …<li class="nav-item nav-item-2"><a href="tk.html" accesskey="U">24. Graphical User Interfaces with… 651 title="next chapter">24.7. Other Graphical User Interface Packages</a></p> 686 <a href="othergui.html" title="24.7. Other Graphical User Interface Packages" 699 …<li class="nav-item nav-item-2"><a href="tk.html" >24. Graphical User Interfaces with Tk</a> &raqu…
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | tk.rst | 4 Graphical User Interfaces with Tk 9 single: Graphical User Interface
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | tk.rst | 4 Graphical User Interfaces with Tk 9 single: Graphical User Interface
|
/aosp_15_r20/packages/modules/Virtualization/docs/ |
D | custom_vm.md | 29 ## Graphical environment (Wayland, VNC) 30 By installing Wayland compositor and VNC backend, you can enable graphical environment.
|
/aosp_15_r20/external/python/cpython2/Demo/tkinter/guido/ |
D | electrons.py | 18 # The graphical interface 82 # Create the graphical objects...
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
H A D | wpa_gui.sgml | 15 <refpurpose>WPA Graphical User Interface</refpurpose> 32 <para>wpa_gui is a QT graphical frontend program for interacting
|
/aosp_15_r20/external/selinux/sandbox/ |
H A D | sandbox.8 | 102 Run a graphical application inside the sandbox 104 Run a graphical application that requires the use of network
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
H A D | Shape.java | 27 * Defines a generic graphical "shape." 30 * graphical control is available if you instead pass it to a
|
/aosp_15_r20/external/python/cpython2/Lib/idlelib/idle_test/ |
D | README.txt | 49 either have no graphical environment available or are not allowed to use it, GUI 81 interact with the graphical environment.
|
/aosp_15_r20/external/python/cpython3/Tools/demo/ |
D | hanoi.py | 26 # The graphical interface 145 # Create the graphical objects...
|