Home
last modified time | relevance | path

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

12345678

/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/
H A DBBHandler.py90 statements = ast.StatementGroup()
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
259 ast.handleAddTask(statements, fn, lineno, m)
264 ast.handleDelTask(statements, fn, lineno, m)
269 ast.handleBBHandlers(statements, fn, lineno, m)
274 ast.handleInherit(statements, fn, lineno, m)
[all …]
H A DConfHandler.py122 statements = ast.StatementGroup()
148 feeder(lineno, s, abs_fn, statements, baseconfig=baseconfig)
152 statements.eval(data)
163 def feeder(lineno, s, fn, statements, baseconfig=False, conffile=True): argument
167 ast.handleData(statements, fn, lineno, groupd)
172 ast.handleInclude(statements, fn, lineno, m, False)
177 ast.handleInclude(statements, fn, lineno, m, True)
182 ast.handleExport(statements, fn, lineno, m)
187 ast.handleUnset(statements, fn, lineno, m)
192 ast.handleUnsetFlag(statements, fn, lineno, m)
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A Dast.py327 def handleInclude(statements, filename, lineno, m, force): argument
330 def handleExport(statements, filename, lineno, m): argument
333 def handleUnset(statements, filename, lineno, m): argument
336 def handleUnsetFlag(statements, filename, lineno, m): argument
339 def handleData(statements, filename, lineno, groupd): argument
340 statements.append(DataNode(filename, lineno, groupd))
351 def handleAddTask(statements, filename, lineno, m): argument
360 def handleDelTask(statements, filename, lineno, m): argument
367 def handleBBHandlers(statements, filename, lineno, m): argument
370 def handlePyLib(statements, filename, lineno, m): argument
[all …]
/openbmc/linux/Documentation/doc-guide/
H A Dparse-headers.rst77 The EXCEPTIONS_FILE contain two types of statements: \ **ignore**\ or \ **replace**\ .
96 For both statements, \ **type**\ can be either one of the following:
116 The ignore or replace statement will apply to typedef statements at C_FILE.
122 The ignore or replace statement will apply to the name of struct statements
129 The ignore or replace statement will apply to the name of enum statements
139 For replace statements, \ **new_value**\ will automatically use :c:type:
/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/linux/sound/soc/sof/intel/
H A DKconfig16 'select' statements at a higher level.
24 'select' statements at a higher level.
36 'select' statements at a higher level.
291 'select' statements at a higher level.
297 'select' statements at a higher level.
326 'select' statements at a higher level.
334 'select' statements at a higher level.
343 'select' statements at a higher level.
/openbmc/qemu/scripts/qapi/
H A Dpylintrc20 too-many-statements,
50 # 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/linux/sound/soc/sof/amd/
H A DKconfig28 'select' statements at a higher level
61 'select' statements at a higher level
/openbmc/qemu/tests/qemu-iotests/
H A Dpylintrc30 too-many-return-statements,
31 too-many-statements,
/openbmc/linux/Documentation/core-api/
H A Dsymbol-namespaces.rst17 === 5 Automatically creating MODULE_IMPORT_NS statements
73 That will affect all EXPORT_SYMBOL() and EXPORT_SYMBOL_GPL() statements. A
111 5. for a way to create missing import statements automatically.
125 5. Automatically creating MODULE_IMPORT_NS statements
131 MODULE_IMPORT_NS() statements will usually be added at a definite location
/openbmc/linux/drivers/acpi/acpica/
H A Ddbmethod.c236 void acpi_db_disassemble_aml(char *statements, union acpi_parse_object *op) in acpi_db_disassemble_aml() argument
245 if (statements) { in acpi_db_disassemble_aml()
246 num_statements = strtoul(statements, NULL, 0); in acpi_db_disassemble_aml()
/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.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.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.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.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.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 DOpenLDAP8 1. Redistributions in source form must retain copyright statements
12 statements and notices, this list of conditions, and the following
/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/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-20.11/
H A Doe-npm-cache23 // found, place debug statements in 'make-fetch-happen/lib/cache/policy.js'
/openbmc/linux/scripts/coccinelle/misc/
H A Dadd_namespace.cocci3 /// Adds missing MODULE_IMPORT_NS statements to source files
/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 \

12345678