Home
last modified time | relevance | path

Searched refs:directive (Results 1 – 25 of 123) sorted by relevance

12345

/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A DrstFlatTable.py150 def __init__(self, directive): argument
151 self.directive = directive
157 colwidths = self.directive.get_column_widths(self.max_cols)
163 stub_columns = self.directive.options.get('stub-columns', 0)
164 header_rows = self.directive.options.get('header-rows', 0)
183 stub_columns = self.directive.options.get('stub-columns', 0)
217 error = self.directive.state_machine.reporter.error(
219 , nodes.literal_block(self.directive.block_text
220 , self.directive.block_text)
221 , line = self.directive.lineno )
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dui-bootstrap-tpls-0.11.0.js8directive("collapse",["$transition",function(a){return{link:function(b,c,d){function e(b){function…
9directive("tooltipPopup",function(){return{restrict:"EA",replace:!0,scope:{content:"@",placement:"…
H A Dui-bootstrap-tpls-0.11.0.min.js8directive("collapse",["$transition",function(a){return{link:function(b,c,d){function e(b){function…
9directive("tooltipPopup",function(){return{restrict:"EA",replace:!0,scope:{content:"@",placement:"…
H A Dcustomrecipe.js21 if (targetPkg.directive === 'add'){
30 } else if (targetPkg.directive === 'remove') {
144 if (targetPkg.directive === 'add') {
180 } else if (targetPkg.directive === 'remove') {
246 if (targetPkg.directive === 'add')
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Das.info527 Issue an error or warning for invalid ELF .size directive.
1325 '.org' directive (*note '.org': Org.).
1459 directive, not the DWARF2 version of the '.file' directive. For
1955 include file processing with the '.include' directive (*note '.include':
2079 directive: typically valid for any computer. If the symbol begins with
2094 label: .directive followed by something
2355 other named sections you specify using the '.section' directive (*note
2546 use the '.subsection' directive (*note SubSection::) to specify a
2566 counter--but the '.align' directive changes it, and any label definition
2630 version of 'as' also provides a special directive '.label' for defining
[all …]
H A Dcppinternals.info126 responsible for issues like directive handling, returning lookahead
149 to distinguish a '#' that begins a directive from one that doesn't, and
151 start of every non-directive line with tokens on it. Clients cannot
162 normally used to indicate end-of-file, to indicate end-of-directive. In
163 a directive a 'CPP_EOF' token never means end-of-file. Conveniently, if
258 After a '#include' directive, though, it should be lexed as a single
290 '#pragma' directive and not recognizing it as a registered pragma, it
313 since a directive only occupies a single logical line, this means that
314 the directive handlers like the '#pragma' handler can jump around in the
315 directive's tokens if necessary.
[all …]
H A Dcpp.info579 and after the '#'. The '#' is followed by an identifier, the "directive
581 referred to as '#NAME' where NAME is the directive name. For example,
582 '#define' is the directive that defines a macro.
584 The '#' which begins a directive cannot come from a macro expansion.
585 Also, the directive name is not macro expanded. Thus, if 'foo' is
587 valid preprocessing directive.
589 The set of valid directive names is fixed. Programs cannot define
593 directive line and must be separated from the directive name by
597 A preprocessing directive cannot cover more than one line. The line
600 directive is processed, the continuations have already been merged with
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Das.info527 Issue an error or warning for invalid ELF .size directive.
1325 '.org' directive (*note '.org': Org.).
1459 directive, not the DWARF2 version of the '.file' directive. For
1955 include file processing with the '.include' directive (*note '.include':
2079 directive: typically valid for any computer. If the symbol begins with
2094 label: .directive followed by something
2355 other named sections you specify using the '.section' directive (*note
2546 use the '.subsection' directive (*note SubSection::) to specify a
2566 counter--but the '.align' directive changes it, and any label definition
2630 version of 'as' also provides a special directive '.label' for defining
[all …]
H A Dcppinternals.info126 responsible for issues like directive handling, returning lookahead
149 to distinguish a '#' that begins a directive from one that doesn't, and
151 start of every non-directive line with tokens on it. Clients cannot
162 normally used to indicate end-of-file, to indicate end-of-directive. In
163 a directive a 'CPP_EOF' token never means end-of-file. Conveniently, if
258 After a '#include' directive, though, it should be lexed as a single
290 '#pragma' directive and not recognizing it as a registered pragma, it
313 since a directive only occupies a single logical line, this means that
314 the directive handlers like the '#pragma' handler can jump around in the
315 directive's tokens if necessary.
[all …]
H A Dcpp.info579 and after the '#'. The '#' is followed by an identifier, the "directive
581 referred to as '#NAME' where NAME is the directive name. For example,
582 '#define' is the directive that defines a macro.
584 The '#' which begins a directive cannot come from a macro expansion.
585 Also, the directive name is not macro expanded. Thus, if 'foo' is
587 valid preprocessing directive.
589 The set of valid directive names is fixed. Programs cannot define
593 directive line and must be separated from the directive name by
597 A preprocessing directive cannot cover more than one line. The line
600 directive is processed, the continuations have already been merged with
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd-systemctl/
H A Dsystemctl118 directive = Directive(action=m.group('action'),
120 self.directives.append(directive)
150 for directive in self.directives:
151 if fnmatch.fnmatch(unit_name, directive.unit_name):
152 return directive.action
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-metadata.rst718 directive in your recipes to inherit the class would be a common way to
745 directive to inherit the functionality of a class (``.bbclass``).
746 BitBake only supports this directive when used within recipe and class
749 The ``inherit`` directive is a rudimentary means of specifying
755 As an example, your recipes could use the following directive to inherit
769 If you want to use the directive to inherit multiple classes, separate
775 An advantage with the inherit directive as compared to both the
776 …etadata:\`\`include\`\` directive>` and :ref:`require <bitbake-user-manual/bitbake-user-manual-met…
813 BitBake understands the ``include`` directive. This directive causes
815 that location. The directive is much like its equivalent in Make except
[all …]
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dphp.ini20 ; directive = value
75 ; With this directive set to off, errors that occur during the execution of
80 ; directive set to off.
82 ; This directive complements the above one. Any errors that occur during the
90 ; better performance. The gain this directive actually yields greatly depends
147 ; setting this directive to On. If you wish to limit the size of the buffer
149 ; a value for this directive (e.g., output_buffering=4096).
157 ; directive. Instead, explicitly set the output handler using ob_start().
158 ; Using this ini directive may cause problems unless you know what script
236 ; This directive contains a comma-delimited list of prefixes. In Safe Mode,
[all …]
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dphp.ini20 ; directive = value
75 ; With this directive set to off, errors that occur during the execution of
80 ; directive set to off.
82 ; This directive complements the above one. Any errors that occur during the
90 ; better performance. The gain this directive actually yields greatly depends
147 ; setting this directive to On. If you wish to limit the size of the buffer
149 ; a value for this directive (e.g., output_buffering=4096).
157 ; directive. Instead, explicitly set the output handler using ob_start().
158 ; Using this ini directive may cause problems unless you know what script
236 ; This directive contains a comma-delimited list of prefixes. In Safe Mode,
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0019-powerpc-Do-not-ask-compiler-for-finding-arch.patch22 # directive which shows up, and try using it.
38 # directive which shows up, and try using it.
/OK3568_Linux_fs/buildroot/boot/optee-os/
H A DConfig.in87 Value for the mandated PLATFORM build directive provided to
93 Value for the optional PLATFORM_FLAVOR build directive
/OK3568_Linux_fs/buildroot/package/httping/
H A D0001-fix-math-library-linking.patch2 The order of the math library directive '-lm' matters.
/OK3568_Linux_fs/yocto/poky/documentation/
H A DREADME196 Sphinx has a glossary directive. From
199 This directive must contain a reST definition list with terms and
246 Note directive
249 Sphinx has a builtin 'note' directive that produces clean Note section
259 'figure' directive which is straightforward to use. To include a
305 appropriate, a custom link text can be used in the ':ref:' directive.
/OK3568_Linux_fs/kernel/Documentation/driver-api/80211/
H A Dmac80211-advanced.rst137 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-tx.c
145 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-rx.c
/OK3568_Linux_fs/buildroot/package/gcc/10.4.0/
H A D0006-fixinc-don-t-fix-machine-names-in-__has_include-.-PR.patch33 + directive. Return the pointer to the ')' of this
73 + such lines are only legal in a "__has_include" directive.
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/kmod/
H A D0001-depmod-Add-support-for-excluding-a-directory.patch6 This adds support to depmod to enable a new exclude directive in
10 via a new exclude directive.
/OK3568_Linux_fs/buildroot/package/gcc/arc-2020.09-release/
H A D0003-fixinc-don-t-fix-machine-names-in-__has_include-.-PR.patch33 + directive. Return the pointer to the ')' of this
73 + such lines are only legal in a "__has_include" directive.
/OK3568_Linux_fs/buildroot/package/gcc/11.3.0/
H A D0007-fixinc-don-t-fix-machine-names-in-__has_include-.-PR.patch33 + directive. Return the pointer to the ')' of this
73 + such lines are only legal in a "__has_include" directive.
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-driver/
H A Dxf86-input-evdev_2.10.6.bb12 driver, with one Load directive for evdev in the Module section of your \
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/at/at/
H A Dpam.conf.patch6 oe doesn't support "@include", use the concrete directive instead.

12345