| /OK3568_Linux_fs/kernel/tools/testing/selftests/futex/functional/ |
| H A D | run.sh | 21 # Test for a color capable console 30 COLOR="-c" 37 ./futex_requeue_pi $COLOR 38 ./futex_requeue_pi $COLOR -b 39 ./futex_requeue_pi $COLOR -b -l 40 ./futex_requeue_pi $COLOR -b -o 41 ./futex_requeue_pi $COLOR -l 42 ./futex_requeue_pi $COLOR -o 44 ./futex_requeue_pi $COLOR -b -l -t 5000 45 ./futex_requeue_pi $COLOR -l -t 5000 [all …]
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | terminal.py | 8 This module handles terminal interaction including ANSI color codes. 55 col = Color() 56 text = col.Color(colour, text) 85 col = Color() 86 print(col.Color(line.colour, line.text), end='') 93 class Color(object): class 94 """Conditionally wraps text in ANSI color escape sequences.""" 103 """Create a new Color object, optionally disabling color output. 106 enabled: True if color output should be enabled. If False then this 107 class will not add color codes at all. [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | qunit-1.18.0.css | 1 …color:#8699A4;background-color:#0D3349;font-size:1.5em;line-height:1em;font-weight:400;border-radi…
|
| H A D | bootstrap.min.css | 5 …color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-we…
|
| H A D | bootstrap.css | 46 background-color: transparent; 67 color: #000; 118 color: inherit; 195 color: #000 !important; 246 border-top-color: #000 !important; 256 background-color: #fff !important; 1011 .glyphicon-text-color:before { 1082 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 1088 color: #333; 1089 background-color: #fff; [all …]
|
| H A D | default.css | 11 .toaster-navbar-brand a.brand { color: #777; height: 50px; padding: 15px 5px 15px 15px; font-size: … 13 .toaster-navbar-brand > a.brand:hover { color: #5e5e5e; } 16 .glyphicon-info-sign { color: #777; font-size: 16px; } 17 .glyphicon-info-sign:hover { color: #999; cursor: pointer; } 46 .glyphicon-warning-sign.build-warnings { color: #8a6d3b; } 51 .get-help { color: #CCCCCC; } 52 .get-help:hover { color: #999999; cursor: pointer; } 53 .get-help-green { color: #3c763d; } 54 .get-help-green:hover { color: #2b542c; cursor: pointer; } 55 .get-help-blue { color: #3A87AD; } [all …]
|
| H A D | bootstrap.css.map | 1 …color: transparent;\n}\na:active,\na:hover {\n outline: 0;\n}\nabbr[title] {\n border-bottom: 1p…
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | color.c | 7 #include "color.h" 13 static int __color_vsnprintf(char *bf, size_t size, const char *color, in __color_vsnprintf() argument 28 if (perf_use_color_default && *color) in __color_vsnprintf() 29 r += scnprintf(bf, size, "%s", color); in __color_vsnprintf() 31 if (perf_use_color_default && *color) in __color_vsnprintf() 39 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, in __color_vfprintf() argument 54 if (perf_use_color_default && *color) in __color_vfprintf() 55 fprintf(fp, "%s", color); in __color_vfprintf() 57 if (perf_use_color_default && *color) in __color_vfprintf() 62 int color_vsnprintf(char *bf, size_t size, const char *color, in color_vsnprintf() argument [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | colorspaces.rst | 9 'Color' is a very complex concept and depends on physics, chemistry and 11 'green' and 'blue' components of the color of a pixel does not mean that 12 you can accurately display that color. A colorspace defines what it 14 which color should be reproduced on the screen in a perfectly calibrated 17 In order to do that we first need to have a good definition of color, 18 i.e. some way to uniquely and unambiguously define a color so that 19 someone else can reproduce it. Human color vision is trichromatic since 20 the human eye has color receptors that are sensitive to three different 22 color. Be glad you are not a mantis shrimp as those are sensitive to 12 26 Color exists only in the eye and brain and is the result of how strongly [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | color.hpp | 11 // Stores a premultiplied color, with all four channels ranging from 0..1 12 class Color { class 14 Color() = default; 15 Color(float r_, float g_, float b_, float a_) in Color() function in mbgl::Color 32 static Color black() { return { 0.0f, 0.0f, 0.0f, 1.0f }; }; in black() 33 static Color white() { return { 1.0f, 1.0f, 1.0f, 1.0f }; }; in white() 35 static Color red() { return { 1.0f, 0.0f, 0.0f, 1.0f }; }; in red() 36 static Color green() { return { 0.0f, 1.0f, 0.0f, 1.0f }; }; in green() 37 static Color blue() { return { 0.0f, 0.0f, 1.0f, 1.0f }; }; in blue() 39 static optional<Color> parse(const std::string&); [all …]
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | multiplexed_log.css | 11 * - color highlighting of various messages. 15 background-color: black; 16 color: #ffffff; 25 color: #808080; 30 border-color: #303030; 36 background-color: #303030; 50 color: #ff0000 54 color: #ffff00 58 color: #808080 62 color: #8080ff [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapobjects_tester/ |
| H A D | main.qml | 71 color: "lightsteelblue" 92 color: 'transparent' 136 color: 'transparent' 233 line.color: 'black' 246 line.color: "red" 258 color: "red" 273 color: "transparent" 274 border.color: "red" 282 color: 'darkmagenta' 304 color: "transparent" [all …]
|
| /OK3568_Linux_fs/buildroot/docs/website/css/ |
| H A D | main.css | 11 background-color: #f2f2f2; 15 color: #555; 25 color: #333; 33 color: #95a5a6; 38 color: #95a5a6; 56 color: #3498db; 59 -webkit-transition: color 0.1s ease-in, background 0.1s ease-in; 60 -moz-transition: color 0.1s ease-in, background 0.1s ease-in; 61 -ms-transition: color 0.1s ease-in, background 0.1s ease-in; 62 -o-transition: color 0.1s ease-in, background 0.1s ease-in; [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/dvb/ |
| H A D | osd.h | 35 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) 45 // Sets all pixel to color 0 47 OSD_Fill, // (color) 48 // Sets all pixel to color <col> 50 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1}) 58 OSD_SetPalette, // (firstcolor{color},lastcolor{x0},data) 61 // data has 4 byte for each color: 63 OSD_SetTrans, // (transparency{color}) 66 OSD_SetPixel, // (x0,y0,color) 67 // sets pixel <x>,<y> to color number <col> [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/dvb/ |
| H A D | osd.h | 35 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) 45 // Sets all pixel to color 0 47 OSD_Fill, // (color) 48 // Sets all pixel to color <col> 50 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1}) 58 OSD_SetPalette, // (firstcolor{color},lastcolor{x0},data) 61 // data has 4 byte for each color: 63 OSD_SetTrans, // (transparency{color}) 66 OSD_SetPixel, // (x0,y0,color) 67 // sets pixel <x>,<y> to color number <col> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapitems_backends/ |
| H A D | main.qml | 89 color: "lightsteelblue" 110 color: 'transparent' 179 // color: "limegreen" 180 // border.color: "black" 221 color: 'transparent' 323 line.color: 'black' 336 line.color: "red" 348 color: "red" 363 color: "transparent" 364 border.color: "red" [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/dvb/ |
| H A D | osd.h | 39 OSD_Open, /* (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) */ 56 * Sets all pixel to color 0 59 OSD_Fill, /* (color) */ 61 * Sets all pixel to color <col> 64 OSD_SetColor, /* (color,R{x0},G{y0},B{x1},opacity{y1}) */ 74 OSD_SetPalette, /* (firstcolor{color},lastcolor{x0},data) */ 78 * data has 4 byte for each color: 81 OSD_SetTrans, /* (transparency{color}) */ 86 OSD_SetPixel, /* (x0,y0,color) */ 88 * sets pixel <x>,<y> to color number <col> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/ |
| H A D | sis_accel.h | 45 #define COLOREXP 0x00000001 /* Color expand */ 46 #define ENCOLOREXP 0x00000002 /* Enhanced color expand */ 61 #define SRCCPUBLITBUF SRCSYSTEM /* source is CPU-driven BitBuffer (for color expand) */ 65 #define PATFG 0x00000000 /* foreground color */ 89 /* Subfunctions for Color/Enhanced Color Expansion (315 only) */ 96 #define AGP_BASE 0x8206 /* color-depth dependent value */ 190 #define SiS300SetupPATFG(color) \ argument 192 MMIO_OUT32(ivideo->mmio_vbase, BR(7), color);\ 195 #define SiS300SetupPATBG(color) \ argument 197 MMIO_OUT32(ivideo->mmio_vbase, BR(8), color);\ [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/ |
| H A D | settings.cpp | 53 ui->previewButton->setStyleSheet("background-color:red"); in Settings() 88 ui->previewButton->setStyleSheet("background-color:red"); in on_previewButton_clicked() 91 "color: #F0F0F0;" in on_previewButton_clicked() 97 "color: #F0F0F0;" in on_previewButton_clicked() 103 "color: #F0F0F0;" in on_previewButton_clicked() 109 "color: #F0F0F0;" in on_previewButton_clicked() 120 ui->AdasButton->setStyleSheet("background-color:red"); in on_AdasButton_clicked() 123 "color: #F0F0F0;" in on_AdasButton_clicked() 129 "color: #F0F0F0;" in on_AdasButton_clicked() 135 "color: #F0F0F0;" in on_AdasButton_clicked() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/annotation/ |
| H A D | annotation.hpp | 5 #include <mbgl/util/color.hpp> 39 style::DataDrivenPropertyValue<Color> color_ = Color::black()) in LineAnnotation() 43 color(std::move(color_)) {} in LineAnnotation() 48 style::DataDrivenPropertyValue<Color> color; member in mbgl::LineAnnotation 55 style::DataDrivenPropertyValue<Color> color_ = Color::black(), in FillAnnotation() 56 style::DataDrivenPropertyValue<Color> outlineColor_ = {}) in FillAnnotation() 59 color(std::move(color_)), 64 style::DataDrivenPropertyValue<Color> color; member in mbgl::FillAnnotation 65 style::DataDrivenPropertyValue<Color> outlineColor;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmapcircleobject.cpp | 110 m_fillColor = other.color(); in QMapCircleObjectPrivateDefault() 140 QColor QMapCircleObjectPrivateDefault::color() const in color() function in QMapCircleObjectPrivateDefault 145 void QMapCircleObjectPrivateDefault::setColor(const QColor &color) in setColor() argument 147 m_fillColor = color; in setColor() 155 void QMapCircleObjectPrivateDefault::setBorderColor(const QColor &color) in setBorderColor() argument 157 m_borderColor = color; in setBorderColor() 179 && color() == o.color() in equals() 228 \qmlproperty color Qt.labs.location::MapCircleObject::color 230 This property holds the fill color of the circle when drawn. For no fill, 231 use a transparent color. [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | make_property_setters.hpp | 87 …result["fill-color"] = &setProperty<FillLayer, DataDrivenPropertyValue<Color>, &FillLayer::setFill… in makePaintPropertySetters() 88 result["fill-color-transition"] = &setTransition<FillLayer, &FillLayer::setFillColorTransition>; in makePaintPropertySetters() 89 …result["fill-outline-color"] = &setProperty<FillLayer, DataDrivenPropertyValue<Color>, &FillLayer:… in makePaintPropertySetters() 90 …result["fill-outline-color-transition"] = &setTransition<FillLayer, &FillLayer::setFillOutlineColo… in makePaintPropertySetters() 100 …result["line-color"] = &setProperty<LineLayer, DataDrivenPropertyValue<Color>, &LineLayer::setLine… in makePaintPropertySetters() 101 result["line-color-transition"] = &setTransition<LineLayer, &LineLayer::setLineColorTransition>; in makePaintPropertySetters() 121 …result["icon-color"] = &setProperty<SymbolLayer, DataDrivenPropertyValue<Color>, &SymbolLayer::set… in makePaintPropertySetters() 122 …result["icon-color-transition"] = &setTransition<SymbolLayer, &SymbolLayer::setIconColorTransition… in makePaintPropertySetters() 123 …result["icon-halo-color"] = &setProperty<SymbolLayer, DataDrivenPropertyValue<Color>, &SymbolLayer… in makePaintPropertySetters() 124 …result["icon-halo-color-transition"] = &setTransition<SymbolLayer, &SymbolLayer::setIconHaloColorT… in makePaintPropertySetters() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/ |
| H A D | MapSliders.qml | 61 property color labelBackground : "transparent" 90 color: "transparent" 101 color: "seagreen" 118 color: "seagreen" 138 color: Qt.rgba( 0, 191 / 255.0, 255 / 255.0, 0.07) 164 color: labelBackground 167 border.color: sliderContainer.labelBorderColor 177 color: labelBackground 180 border.color: sliderContainer.labelBorderColor 190 color: labelBackground [all …]
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/config/ |
| H A D | custom-timeline-functions.cfg | 84 # function: format{fn_arg1}_{fn_arg2} fn_arg1 fn_arg2 ... [color=purple] 101 # color: The color of the entry block in the timeline. The default color is 102 # transparent, so the entry shares the phase color. The color is an 103 # html color string, either a word, or an RGB. 105 # example: [color=#CC00CC] 114 # _cpu_up: CPU_ON[{cpu}] cpu=%di:s32 [color=orange] 149 # function: format{fn_arg1}_{fn_arg2} fn_arg1 fn_arg2 ... [color=purple] 166 # color: The color of the entry block in the timeline. The default color is 167 # transparent, so the entry shares the phase color. The color is an 168 # html color string, either a word, or an RGB. [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/ |
| H A D | GeoJsonDelegateMapObject.qml | 60 property color defaultColor: "grey" 71 ((props !== undefined && props["color"] !== undefined) ? props["color"] : 72 …parent && parent.props !== undefined && parent.props["color"] !== undefined) ? parent.props["color… 74 … color: (props && props.color) || (parent && parent.props && parent.props.color) || dc.defaultColor 85 …line.color: (props && props.color) || (parent && parent.props && parent.props.color) || dc.default… 95 … color: (props && props.color) || (parent && parent.props && parent.props.color) || dc.defaultColor 97 border.color: 'black'
|