Home
last modified time | relevance | path

Searched full:statement (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dtest_patching.py53 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 DMeasurementSet.interface.yaml7 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 Dsqlalchemy.py145 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 Dplugin.md91 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 DOGL-Canada-2.013 * Acknowledge the source of the Information by including any attribution statement specified by the…
14statement, or if you are using Information from several information providers and multiple attribu…
H A DCC0-1.05 Statement of Purpose
22 …iet enjoyment of the Work by the public as contemplated by Affirmer`s express Statement of Purpose.
24Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to…
H A DGD3 …uthorship of gd, the following copyright statement covers all of the authors who have required suc…
H A DiMatix7 Statement Of Copyright
27 …e file indicating the original authorship and source of the code, and a statement of copyright as …
H A DGPL-2.0-with-font-exception12 this exception statement from your version.
/openbmc/openbmc/poky/meta/recipes-support/attr/acl/
H A D0001-libmisc-__acl_get_uid-fix-memory-wasting-loop-if-use.patch8 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 Dlist_entry_update.cocci29 statement S;
41 statement S;
/openbmc/u-boot/scripts/coccinelle/null/
H A Dkmerr.cocci35 statement S;
51 statement S;
/openbmc/libpldm/tests/fuzz/
H A Dmeson.build5 cpp_args: ['-Wno-gnu-statement-expression-from-macro-expansion'],
/openbmc/openbmc/poky/documentation/dev-manual/
H A Ddisk-space.rst10 statement to your project's ``local.conf`` configuration file found in
15 Adding this statement deletes the work directory used for
H A Dwayland.rst51 statement in your ``local.conf`` file::
66 statement in your ``local.conf`` file::
H A Derror-reporting-tool.rst31 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 Dutils.hpp72 /// \brief Match a Dbus property against a probe statement.
73 /// \param probe the probe statement to match against.
/openbmc/libmctp/tests/fuzz/
H A Dmeson.build6 cpp_args: ['-Wno-gnu-statement-expression-from-macro-expansion'],
/openbmc/openbmc/poky/bitbake/contrib/vim/syntax/
H A Dbitbake.vim112 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__.py4 Kconfig can create a choice-in-choice structure by using 'if' statement.
/openbmc/u-boot/doc/
H A DREADME.log48 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 Dmeson.build7 '-Wdeclaration-after-statement',
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcml1.bbclass95statement = '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 Dobmc-powered-off@.service9 # statement will resolve itself when the target starts, not when
/openbmc/qemu/subprojects/libvhost-user/
H A Dmeson.build7 '-Wdeclaration-after-statement',

12345678910>>...17