Home
last modified time | relevance | path

Searched refs:statement (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/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)
443 statement = (
454 statement = insert(UnihashesV3).values(
463 result = await self._execute(statement)
481 statement = (
[all …]
/openbmc/libpldm/tests/fuzz/
H A Dmeson.build5 cpp_args: ['-Wno-gnu-statement-expression-from-macro-expansion'],
/openbmc/libmctp/tests/fuzz/
H A Dmeson.build6 cpp_args: ['-Wno-gnu-statement-expression-from-macro-expansion'],
/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/qemu/subprojects/libvduse/
H A Dmeson.build7 '-Wdeclaration-after-statement',
/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/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/qemu/subprojects/libvhost-user/
H A Dmeson.build7 '-Wdeclaration-after-statement',
/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 DGPL-2.0-with-font-exception12 this exception statement from your version.
H A DGD3 …uthorship of gd, the following copyright statement covers all of the authors who have required suc…
H A DGPL-2.0-with-classpath-exception6 … obligated to do so. If you do not wish to do so, delete this exception statement from your versio…
H A DBSL-1.011 The copyright notices in the Software and this entire statement, including
/openbmc/entity-manager/docs/
H A Dassociations.md85 depends on the 'Probe' statement of an EM configuration. If the 'Probe'
86 statement matches properties to a path, this path is set as the probed path in
/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/phosphor-state-manager/service_files/
H A Dobmc-powered-off@.service9 # statement will resolve itself when the target starts, not when
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.y262 statements : statements statement
263 | statement
267 statement : control_statement
430 statement
459 statement
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/
H A Dwpantund_git.bb28 # remove the 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)
H A Dupdate-rc.d.bbclass84 statement = "grep -q -w '/etc/init.d/functions' %s" % path
85 if subprocess.call(statement, shell=True) == 0:
/openbmc/telemetry/redfish-tests/
H A DREADME.md38 # To run specific test using statement
/openbmc/u-boot/test/
H A Dcompression.c295 #define errcheck(statement) if (!(statement)) { \ argument
296 fprintf(stderr, "\tFailed: %s\n", #statement); \

12345678910>>...14