/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | test_patching.py | 53 class Statement(FileMatch): class 75 print(' '.join(m.name for m in f.matches_of_type(Statement))) 76 assert len(f.matches_of_type(Statement)) == 7 80 st1 = f.find_match(Statement, 'statement1') 81 st2 = f.find_match(Statement, 'statement2') 82 st3 = f.find_match(Statement, 'statement3') 83 st4 = f.find_match(Statement, 'statement4') 84 st5 = f.find_match(Statement, 'statement5') 85 st6 = f.find_match(Statement, 'statement6') 86 st7 = f.find_match(Statement, 'statement7')
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Attestation/ |
H A D | MeasurementSet.interface.yaml | 7 This method generates an SPDM cryptographic signed statement over the 39 signed statement. 48 Base64 encoded cryptographic signed statement generated by the 54 cryptographic signed statement. 59 cryptographic signed statement.
|
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | sqlalchemy.py | 145 statement = insert(UnihashesV3).from_select( 155 self.logger.debug("%s", statement) 156 await conn.execute(statement) 206 async def _execute(self, statement): argument 207 self.logger.debug("%s", statement) 208 return await self.db.execute(statement) 413 # select statement 443 statement = ( 454 statement = insert(UnihashesV3).values( 463 result = await self._execute(statement) [all …]
|
/openbmc/openbmc-test-automation/ffdc/docs/ |
H A D | plugin.md | 91 Plugin function without return statement. 101 Plugin function with return statement. 124 To accept multiple return values by using coma "," separated statement 213 The directive statement is
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | OGL-Canada-2.0 | 13 * Acknowledge the source of the Information by including any attribution statement specified by the… 14 …statement, or if you are using Information from several information providers and multiple attribu…
|
H A D | CC0-1.0 | 5 Statement of Purpose 22 …iet enjoyment of the Work by the public as contemplated by Affirmer`s express Statement of Purpose. 24 …Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to…
|
H A D | GD | 3 …uthorship of gd, the following copyright statement covers all of the authors who have required suc…
|
H A D | iMatix | 7 Statement Of Copyright 27 …e file indicating the original authorship and source of the code, and a statement of copyright as …
|
H A D | GPL-2.0-with-font-exception | 12 this exception statement from your version.
|
/openbmc/openbmc/poky/meta/recipes-support/attr/acl/ |
H A D | 0001-libmisc-__acl_get_uid-fix-memory-wasting-loop-if-use.patch | 8 user names. The reason for this is a missing break statement in the for 23 an ERANGE error being reported. The same break statement correctly
|
/openbmc/u-boot/scripts/coccinelle/iterators/ |
H A D | list_entry_update.cocci | 29 statement S; 41 statement S;
|
/openbmc/u-boot/scripts/coccinelle/null/ |
H A D | kmerr.cocci | 35 statement S; 51 statement S;
|
/openbmc/libpldm/tests/fuzz/ |
H A D | meson.build | 5 cpp_args: ['-Wno-gnu-statement-expression-from-macro-expansion'],
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | disk-space.rst | 10 statement to your project's ``local.conf`` configuration file found in 15 Adding this statement deletes the work directory used for
|
H A D | wayland.rst | 51 statement in your ``local.conf`` file:: 66 statement in your ``local.conf`` file::
|
H A D | error-reporting-tool.rst | 31 following statement to the end of your ``local.conf`` file in your 73 following statement from the end of your ``local.conf`` file in your
|
/openbmc/entity-manager/src/ |
H A D | utils.hpp | 72 /// \brief Match a Dbus property against a probe statement. 73 /// \param probe the probe statement to match against.
|
/openbmc/libmctp/tests/fuzz/ |
H A D | meson.build | 6 cpp_args: ['-Wno-gnu-statement-expression-from-macro-expansion'],
|
/openbmc/openbmc/poky/bitbake/contrib/vim/syntax/ |
H A D | bitbake.vim | 112 hi def link bbArrayBrackets Statement 123 hi def link bbPyDef Statement 124 hi def link bbStatement Statement
|
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/ |
H A D | __init__.py | 4 Kconfig can create a choice-in-choice structure by using 'if' statement.
|
/openbmc/u-boot/doc/ |
H A D | README.log | 48 LOGC_NONE - Unknown category (e.g. a debug() statement) 130 file-by-file basis. The debug() macro compiles to a printf() statement if 131 DEBUG is enabled, and an empty statement if not. 213 The last option turns every debug() statement into a logging call, which
|
/openbmc/qemu/subprojects/libvduse/ |
H A D | meson.build | 7 '-Wdeclaration-after-statement',
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | cml1.bbclass | 95 …statement = 'diff --unchanged-line-format= --old-line-format= --new-line-format="%L" ' + configori… 98 subprocess.call(statement, shell=True)
|
/openbmc/phosphor-state-manager/service_files/ |
H A D | obmc-powered-off@.service | 9 # statement will resolve itself when the target starts, not when
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | meson.build | 7 '-Wdeclaration-after-statement',
|