Home
last modified time | relevance | path

Searched refs:black (Results 1 – 25 of 189) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/drbd/
H A Ddrbd-connection-state-overview.dot7 node [fontcolor=black]
29 Connected [ label=Connected,style=filled,fillcolor=green,fontcolor=black ]
50 node [shape=box,fontcolor=black]
82 edge [color=black]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/flickrmobile/
H A DGeoTab.qml70 border.color: "black"
75 GradientStop {position: 1.0; color: "black"}
139 text: "Lat:"; style: Text.Raised; styleColor: "black"
142 … text: positionSource.position.coordinate.latitude; style: Text.Raised; styleColor: "black";
145 text: "Lon:"; style: Text.Raised; styleColor: "black"
148 … text: positionSource.position.coordinate.longitude; style: Text.Raised; styleColor: "black"
159 …intableMethod(positionSource.supportedPositioningMethods); style: Text.Raised; styleColor: "black";
H A DListDelegate.qml57 …Rectangle { color: "black"; opacity: index % 2 ? 0.2 : 0.4; height: 84; width: wrapper.width; y: 1…
71 …h: parent.width; font.bold: true; elide: Text.ElideRight; style: Text.Raised; styleColor: "black" }
72 …: parent.width; elide: Text.ElideRight; color: "#cccccc"; style: Text.Raised; styleColor: "black" }
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.cpp58 auto hasIconOpacity = evaluated.get<style::IconColor>().constantOr(Color::black()).a > 0 || in evaluate()
59 evaluated.get<style::IconHaloColor>().constantOr(Color::black()).a > 0; in evaluate()
60 auto hasTextOpacity = evaluated.get<style::TextColor>().constantOr(Color::black()).a > 0 || in evaluate()
61 evaluated.get<style::TextHaloColor>().constantOr(Color::black()).a > 0; in evaluate()
339 evaluated.get<style::IconHaloColor>().constantOr(Color::black()).a > 0 && in iconPropertyValues()
341 evaluated.get<style::IconColor>().constantOr(Color::black()).a > 0 in iconPropertyValues()
352 evaluated.get<style::TextHaloColor>().constantOr(Color::black()).a > 0 && in textPropertyValues()
354 evaluated.get<style::TextColor>().constantOr(Color::black()).a > 0 in textPropertyValues()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0045-desktop-shell-Disable-fullscreen-black-background-by.patch4 Subject: [PATCH 45/93] desktop-shell: Disable fullscreen black background by
7 There's a force black background for fullscreen views.
37 /* Hide the black view */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0042-desktop-shell-Disable-fullscreen-black-background-by.patch4 Subject: [PATCH 42/79] desktop-shell: Disable fullscreen black background by
7 There's a force black background for fullscreen views.
37 /* Hide the black view */
/OK3568_Linux_fs/buildroot/package/weston/
H A D0045-desktop-shell-Disable-fullscreen-black-background-by.patch4 Subject: [PATCH 45/93] desktop-shell: Disable fullscreen black background by
7 There's a force black background for fullscreen views.
37 /* Hide the black view */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dhillshade_layer_properties.hpp28 static Color defaultValue() { return Color::black(); } in defaultValue()
36 static Color defaultValue() { return Color::black(); } in defaultValue()
H A Dcircle_layer_properties.hpp20 static Color defaultValue() { return Color::black(); } in defaultValue()
52 static Color defaultValue() { return Color::black(); } in defaultValue()
H A Dbackground_layer_properties.hpp16 static Color defaultValue() { return Color::black(); } in defaultValue()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapobjects_tester/
H A Dmain.qml233 line.color: 'black'
234 objectName: parent.objectName + "black"
314 border.color: "black"
352 border.color: 'black'
412 line.color: 'black'
413 objectName: parent.objectName + "black"
464 border.color: "black"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0001-lxdm.conf.in-blacklist-root-for-release-images.patch24 -black=
25 +black=root
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapitems_backends/
H A Dmain.qml180 // border.color: "black"
323 line.color: 'black'
324 objectName: parent.objectName + "black"
404 border.color: "black"
442 border.color: "black"
457 border.color: "black"
475 border.color: 'black'
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/annotation/
H A Dannotation.hpp39 style::DataDrivenPropertyValue<Color> color_ = Color::black()) in LineAnnotation()
55 style::DataDrivenPropertyValue<Color> color_ = Color::black(), in FillAnnotation()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_tv.c55 u16 blank, black; member
194 .blank = 225, .black = 267, .burst = 113,
204 .blank = 266, .black = 316, .burst = 133,
214 .blank = 225, .black = 225, .burst = 113,
224 .blank = 266, .black = 266, .burst = 133,
234 .blank = 237, .black = 237, .burst = 118,
244 .blank = 280, .black = 280, .burst = 139,
254 .blank = 225, .black = 267, .burst = 113,
264 .blank = 266, .black = 316, .burst = 133,
274 .blank = 225, .black = 267, .burst = 118,
[all …]
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Drbtree.rst2 Red-black Trees (rbtree) in Linux
9 What are red-black trees, and what are they for?
12 Red-black trees are a type of self-balancing binary search tree, used for
19 Red-black trees are similar to AVL trees, but provide faster real-time bounded
26 There are a number of red-black trees in use in the kernel.
31 red-black tree. Virtual memory areas (VMAs) are tracked with red-black
38 Linux Weekly News article on red-black trees
41 Wikipedia entry on red-black trees
44 Linux implementation of red-black trees
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapbox.hpp75 float width_ = 1.0f, const QColor& color_ = Qt::black) in LineAnnotation()
87 const QColor& color_ = Qt::black, const QVariant& outlineColor_ = QVariant()) in FillAnnotation()
/OK3568_Linux_fs/buildroot/package/jquery-ui-themes/
H A DConfig.in17 bool "black-tie"
92 default "black-tie" if BR2_PACKAGE_JQUERY_UI_THEMES_BLACK_TIE
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dam335x-boneblack-wireless.dts14 …compatible = "ti,am335x-bone-black-wireless", "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-wheel/
H A D0001-Backport-pyproject.toml-from-flit-backend-branch.patch78 +[tool.black]
86 +profile = "black"
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun4i_tv.c130 u16 black; member
182 .black = 282, .blank = 240,
186 .black = 252, .blank = 252,
425 SUN4I_TVE_LEVEL_BLACK(tv_mode->video_levels->black)); in sun4i_tv_mode_set()
/OK3568_Linux_fs/kernel/drivers/video/logo/
H A Dlogo_linux_mono.pbm2 # Standard black and white Linux logo
/OK3568_Linux_fs/buildroot/package/metacity/
H A DXsession5 /usr/bin/X11/rxvt -bg black -fg gray90 &
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dmyspeed.cpp7 m_background = Qt::black; in mySpeed()
42 lg1.setColorAt(1,Qt::black); in drawCrown()
/OK3568_Linux_fs/kernel/Documentation/sphinx-static/
H A Dtheme_overrides.css11 color: black;
29 color: black;

12345678