Home
last modified time | relevance | path

Searched full:transparent (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_socket.c3 * Transparent proxy support for Linux/iptables
63 bool transparent = true; in socket_match() local
72 /* Ignore non-transparent sockets, in socket_match()
76 transparent = inet_sk_transparent(sk); in socket_match()
79 transparent && sk_fullsock(sk)) in socket_match()
85 if (wildcard || !transparent) in socket_match()
124 bool transparent = true; in socket_mt6_v1_v2_v3() local
133 /* Ignore non-transparent sockets, in socket_mt6_v1_v2_v3()
137 transparent = inet_sk_transparent(sk); in socket_mt6_v1_v2_v3()
140 transparent && sk_fullsock(sk)) in socket_mt6_v1_v2_v3()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.h33 #define M1064_XCURCTRL_DIS 0x00 /* transparent, transparent, transparent, transparent */
34 #define M1064_XCURCTRL_3COLOR 0x01 /* transparent, 0, 1, 2 */
35 #define M1064_XCURCTRL_XGA 0x02 /* 0, 1, transparent, complement */
36 #define M1064_XCURCTRL_XWIN 0x03 /* transparent, transparent, 0, 1 */
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dbuildoptions.py85 self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"')
86 self.add_command_to_tearDown('bitbake -c clean xcursor-transparent-theme')
87 res = bitbake("xcursor-transparent-theme -f -c package", ignore_status=True)
88 self.delete_recipeinc('xcursor-transparent-theme')
89 …line = self.getline(res, "QA Issue: xcursor-transparent-theme-dbg is listed in PACKAGES multiple t…
92 self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"')
95 res = bitbake("xcursor-transparent-theme -f -c package")
96 self.delete_recipeinc('xcursor-transparent-theme')
97 …line = self.getline(res, "QA Issue: xcursor-transparent-theme-dbg is listed in PACKAGES multiple t…
142 self.run_buildhistory_operation('xcursor-transparent-theme')
[all …]
H A Doescripts.py17 target = 'xcursor-transparent-theme'
24 …"xcursor-transparent-theme-dev: RDEPENDS: removed \"xcursor-transparent-theme (['= %s-r1'])\", add…
25 …"xcursor-transparent-theme-staticdev: RDEPENDS: removed \"xcursor-transparent-theme-dev (['= %s-r1…
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A DCURSOR.NOTES108 completely transparent cursor, or when a switch to a software cursor
110 LoadCursorImage entry to be called with transparent cursor data.
112 ensure this entry returns transparent cursor data when called
126 transparent and which parts are drawn. The source is a bitmap
127 indicating which parts of the non-transparent portion of the the
134 and clear bits indicate the transparent part. If your hardware
148 there are supposed to be transparent areas, but some hardware will
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dtranshuge.rst4 Transparent Hugepage Support
7 This document describes design principles for Transparent Hugepage (THP)
14 - "graceful fallback": mm components which don't have transparent hugepage
16 if necessary, split a transparent hugepage. Therefore these components
32 is not specific to transparent hugepage support and it's a generic
53 of handling GUP on hugetlbfs will also work fine on transparent
66 pmd_offset. It's trivial to make the code transparent hugepage aware
79 Example to make mremap.c transparent hugepage aware with a one liner
114 Refcounts and transparent huge pages
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dtranshuge.rst4 Transparent Hugepage Support
12 hugetlbfs. Transparent HugePage Support (THP) is an alternative mean of
58 Transparent Hugepage Support maximizes the usefulness of free memory
97 Transparent Hugepage Support for anonymous memory can be entirely disabled
159 library) may want to know the size (in bytes) of a transparent hugepage::
214 swap when collapsing a group of pages into a transparent huge page::
233 You can change the sysfs boot time defaults of Transparent Hugepage
288 The number of anonymous transparent huge pages currently used by the
290 To identify what applications are using anonymous transparent huge pages,
294 The number of file transparent huge pages mapped to userspace is available
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Ditemsoverlay.qdoc47 Note that for such an overlay Map to be transparent, it is also necessary to set its color to
48 a transparent one, such as \b transparent, like in the example.
73 color: 'transparent' // Necessary to make this map transparent
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dfdl-appendix.rst88 .. _fdl-transparent:
90 A “Transparent” copy of the :ref:`Document <fdl-document>` means a
97 for input to text formatters. A copy made in an otherwise Transparent
99 subsequent modification by readers is not Transparent. A copy that is
100 not “Transparent” is called “Opaque”.
102 Examples of suitable formats for Transparent copies include plain ASCII
165 If you publish or distribute :ref:`Opaque <fdl-transparent>` copies of
167 either include a machine-readable :ref:`Transparent <fdl-transparent>`
170 Transparent copy of the Document, free of added material, which the
175 Transparent copy will remain thus accessible at the stated location
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtproxy.rst4 Transparent proxy support
7 This feature adds Linux 2.2-like transparent proxy support to current kernels.
11 From Linux 4.18 transparent proxy support is also available in nf_tables.
28 # nft add rule filter divert meta l4proto tcp socket transparent 1 meta mark set 1 accept
58 Transparent proxying often involves "intercepting" traffic on a router. This is
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.min.css5transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:7…
H A Dbootstrap.css46 background-color: transparent;
197 background: transparent !important;
1578 background-color: transparent;
2253 background-color: transparent;
2586 background-color: transparent;
3023 border: 1px solid transparent;
3414 background-color: transparent;
3422 border-color: transparent;
3428 background-color: transparent;
3513 border-right: 4px solid transparent;
[all …]
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DGFDL-1.2-or-later28Transparent" copy of the Document means a machine-readable copy, represented in a format whose spe…
30Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, S…
50Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-netw…
67 …network location, if any, given in the Document for public access to a Transparent copy of the Doc…
H A DGFDL-1.2-invariants-only28Transparent" copy of the Document means a machine-readable copy, represented in a format whose spe…
30Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, S…
50Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-netw…
67 …network location, if any, given in the Document for public access to a Transparent copy of the Doc…
H A DGFDL-1.2-only28Transparent" copy of the Document means a machine-readable copy, represented in a format whose spe…
30Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, S…
50Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-netw…
67 …network location, if any, given in the Document for public access to a Transparent copy of the Doc…
H A DGFDL-1.276 A "Transparent" copy of the Document means a machine-readable copy,
83 to text formatters. A copy made in an otherwise Transparent file
85 or discourage subsequent modification by readers is not Transparent.
86 An image format is not Transparent if used for any substantial amount
87 of text. A copy that is not "Transparent" is called "Opaque".
89 Examples of suitable formats for Transparent copies include plain
93 transparent image formats include PNG, XCF and JPG. Opaque formats
160 more than 100, you must either include a machine-readable Transparent
164 a complete Transparent copy of the Document, free of added material.
167 that this Transparent copy will remain thus accessible at the stated
[all …]
H A DGFDL-1.2-no-invariants-only28Transparent" copy of the Document means a machine-readable copy, represented in a format whose spe…
30Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, S…
50Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-netw…
67 …network location, if any, given in the Document for public access to a Transparent copy of the Doc…
H A DGFDL-1.2-invariants-or-later28Transparent" copy of the Document means a machine-readable copy, represented in a format whose spe…
30Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, S…
50Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-netw…
67 …network location, if any, given in the Document for public access to a Transparent copy of the Doc…
H A DGFDL-1.2-no-invariants-or-later28Transparent" copy of the Document means a machine-readable copy, represented in a format whose spe…
30Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, S…
50Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-netw…
67 …network location, if any, given in the Document for public access to a Transparent copy of the Doc…
H A DGFDL-1.1-or-later28Transparent" copy of the Document means a machine-readable copy, represented in a format whose spe…
30 Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo inp…
46Transparent copy along with each Opaque copy, or state in or with each Opaque copy a publicly-acce…
63 …network location, if any, given in the Document for public access to a Transparent copy of the Doc…
H A DGFDL-1.1-no-invariants-only28Transparent" copy of the Document means a machine-readable copy, represented in a format whose spe…
30 Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo inp…
46Transparent copy along with each Opaque copy, or state in or with each Opaque copy a publicly-acce…
63 …network location, if any, given in the Document for public access to a Transparent copy of the Doc…
H A DGFDL-1.1-invariants-only28Transparent" copy of the Document means a machine-readable copy, represented in a format whose spe…
30 Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo inp…
46Transparent copy along with each Opaque copy, or state in or with each Opaque copy a publicly-acce…
63 …network location, if any, given in the Document for public access to a Transparent copy of the Doc…
H A DGFDL-1.1-no-invariants-or-later28Transparent" copy of the Document means a machine-readable copy, represented in a format whose spe…
30 Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo inp…
46Transparent copy along with each Opaque copy, or state in or with each Opaque copy a publicly-acce…
63 …network location, if any, given in the Document for public access to a Transparent copy of the Doc…
H A DGFDL-1.1-invariants-or-later28Transparent" copy of the Document means a machine-readable copy, represented in a format whose spe…
30 Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo inp…
46Transparent copy along with each Opaque copy, or state in or with each Opaque copy a publicly-acce…
63 …network location, if any, given in the Document for public access to a Transparent copy of the Doc…
/OK3568_Linux_fs/kernel/LICENSES/deprecated/
H A DGFDL-1.295 A "Transparent" copy of the Document means a machine-readable copy,
102 to text formatters. A copy made in an otherwise Transparent file
104 or discourage subsequent modification by readers is not Transparent.
105 An image format is not Transparent if used for any substantial amount
106 of text. A copy that is not "Transparent" is called "Opaque".
108 Examples of suitable formats for Transparent copies include plain
112 transparent image formats include PNG, XCF and JPG. Opaque formats
179 more than 100, you must either include a machine-readable Transparent
183 a complete Transparent copy of the Document, free of added material.
186 that this Transparent copy will remain thus accessible at the stated
[all …]

12345678910>>...25