Home
last modified time | relevance | path

Searched refs:statements (Results 1 – 25 of 142) sorted by relevance

123456

/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/
H A DConfHandler.py124 statements = ast.StatementGroup()
150 feeder(lineno, s, abs_fn, statements, baseconfig=baseconfig)
154 statements.eval(data)
165 def feeder(lineno, s, fn, statements, baseconfig=False, conffile=True): argument
173 ast.handleData(statements, fn, lineno, groupd)
178 ast.handleInclude(statements, fn, lineno, m, False)
183 ast.handleInclude(statements, fn, lineno, m, True)
188 ast.handleIncludeAll(statements, fn, lineno, m)
193 ast.handleExport(statements, fn, lineno, m)
198 ast.handleUnset(statements, fn, lineno, m)
[all …]
H A DBBHandler.py90 statements = ast.StatementGroup()
98 feeder(lineno, s, filename, base_name, statements)
102 feeder(lineno, "", filename, base_name, statements, eof=True)
110 cached_statements[absolute_filename] = statements
111 return statements
139 statements = get_statements(fn, abs_fn, base_name)
146 statements.eval(d)
165 def feeder(lineno, s, fn, root, statements, eof=False): argument
180 … ast.handleMethod(statements, fn, lineno, __infunc__[0], __body__, __infunc__[3], __infunc__[4])
193 ast.handlePythonMethod(statements, fn, lineno, __inpython__,
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A Dast.py384 def handleInclude(statements, filename, lineno, m, force): argument
385 statements.append(IncludeNode(filename, lineno, m.group(1), force))
387 def handleIncludeAll(statements, filename, lineno, m): argument
388 statements.append(IncludeAllNode(filename, lineno, m.group(1)))
390 def handleExport(statements, filename, lineno, m): argument
391 statements.append(ExportNode(filename, lineno, m.group(1)))
393 def handleUnset(statements, filename, lineno, m): argument
394 statements.append(UnsetNode(filename, lineno, m.group(1)))
396 def handleUnsetFlag(statements, filename, lineno, m): argument
397 statements.append(UnsetFlagNode(filename, lineno, m.group(1), m.group(2)))
[all …]
/openbmc/u-boot/doc/
H A DREADME.log79 to enable building in of all logging statements in a single file. Put it at
133 With logging enabled, debug() statements are interpreted as logging output
138 statements will result in output to the console and this output will not be
182 Logging statements
236 Convert debug() statements in the code to log() statements
238 Support making printf() emit log statements a L_INFO level
240 Convert error() statements in the code to log() statements
271 Add a printf() format string pragma so that log statements are checked properly
/openbmc/qemu/scripts/qapi/
H A Dpylintrc21 too-many-statements,
52 # Ignore import statements themselves when computing similarities.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/monit/monit/
H A Dmonitrc8 ## Below you will find examples of some frequently used statements. For
9 ## information about the control file and a complete list of statements and
/openbmc/qemu/tests/qemu-iotests/
H A Dpylintrc31 too-many-return-statements,
32 too-many-statements,
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-twofish_0.3.0.bb9 file://0001-Fix-missing-return-statements-in-module-stubs.patch \
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DOLDAP-2.46 1. Redistributions of source code must retain copyright statements and notices.
8 2. Redistributions in binary form must reproduce applicable copyright statements and notices, this …
H A DOLDAP-2.66 1. Redistributions of source code must retain copyright statements and notices.
8 2. Redistributions in binary form must reproduce applicable copyright statements and notices, this …
H A DOLDAP-2.76 1. Redistributions of source code must retain copyright statements and notices,
8 2. Redistributions in binary form must reproduce applicable copyright statements and notices, this …
H A DOLDAP-2.89 1. Redistributions in source form must retain copyright statements
13 statements and notices, this list of conditions, and the following
H A DOLDAP-2.2.26 1. Redistributions of source code must retain copyright statements and notices.
8 2. Redistributions in binary form must reproduce applicable copyright statements and notices, this …
H A DOLDAP-2.56 1. Redistributions of source code must retain copyright statements and notices.
8 2. Redistributions in binary form must reproduce applicable copyright statements and notices, this …
H A DOLDAP-2.36 1. Redistributions of source code must retain copyright statements and notices.
8 2. Redistributions in binary form must reproduce applicable copyright statements and notices, this …
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A DOLDAP-2.88 1. Redistributions in source form must retain copyright statements
12 statements and notices, this list of conditions, and the following
/openbmc/openbmc/poky/meta/recipes-devtools/unifdef/
H A Dunifdef_2.12.bb1 SUMMARY = "Selectively remove #ifdef statements from sources"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-22.16/
H A Doe-npm-cache23 // found, place debug statements in 'make-fetch-happen/lib/cache/policy.js'
/openbmc/openbmc/meta-security/recipes-perl/perl/
H A Dlib-perl_0.63.bb3 directories to Perl's search path so that later 'use' or 'require' statements \
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dlibtry-tiny-perl_0.32.bb2 DESCRIPTION = "This module provides bare bones try/catch/finally statements \
/openbmc/openbmc/poky/meta/recipes-extended/bc/
H A Dbc_1.08.1.bb3 …ilar to C, but differs in many substantial areas. It supports interactive execution of statements."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/id3lib/id3lib/
H A Dacdefine.patch1 Add a description to the AC_DEFINE statements so that it appears in config.h and silences a fatal w…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twofish/
H A D0001-Fix-missing-return-statements-in-module-stubs.patch4 Subject: [PATCH] Fix missing return statements in module stubs
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/
H A Dgpm_git.bb30 # Avoid line statements with bison/yacc
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.y221 code : '{' statements '}'
257 code_block : '{' statements '}'
262 statements : statements statement

123456