| /openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/ |
| H A D | ConfHandler.py | 124 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 D | BBHandler.py | 90 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 D | ast.py | 384 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 D | README.log | 79 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 D | pylintrc | 21 too-many-statements, 52 # Ignore import statements themselves when computing similarities.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/monit/monit/ |
| H A D | monitrc | 8 ## 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 D | pylintrc | 31 too-many-return-statements, 32 too-many-statements,
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-twofish_0.3.0.bb | 9 file://0001-Fix-missing-return-statements-in-module-stubs.patch \
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | OLDAP-2.4 | 6 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 D | OLDAP-2.6 | 6 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 D | OLDAP-2.7 | 6 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 D | OLDAP-2.8 | 9 1. Redistributions in source form must retain copyright statements 13 statements and notices, this list of conditions, and the following
|
| H A D | OLDAP-2.2.2 | 6 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 D | OLDAP-2.5 | 6 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 D | OLDAP-2.3 | 6 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 D | OLDAP-2.8 | 8 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 D | unifdef_2.12.bb | 1 SUMMARY = "Selectively remove #ifdef statements from sources"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-22.16/ |
| H A D | oe-npm-cache | 23 // found, place debug statements in 'make-fetch-happen/lib/cache/policy.js'
|
| /openbmc/openbmc/meta-security/recipes-perl/perl/ |
| H A D | lib-perl_0.63.bb | 3 directories to Perl's search path so that later 'use' or 'require' statements \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
| H A D | libtry-tiny-perl_0.32.bb | 2 DESCRIPTION = "This module provides bare bones try/catch/finally statements \
|
| /openbmc/openbmc/poky/meta/recipes-extended/bc/ |
| H A D | bc_1.08.1.bb | 3 …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 D | acdefine.patch | 1 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 D | 0001-Fix-missing-return-statements-in-module-stubs.patch | 4 Subject: [PATCH] Fix missing return statements in module stubs
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/ |
| H A D | gpm_git.bb | 30 # Avoid line statements with bison/yacc
|
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | idef-parser.y | 221 code : '{' statements '}' 257 code_block : '{' statements '}' 262 statements : statements statement
|