Home
last modified time | relevance | path

Searched refs:datatype (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/tools/dtoc/
H A Dfdt_util.py192 def GetDatatype(node, propname, datatype): argument
206 if datatype == str:
208 elif datatype == int:
211 datatype)
/openbmc/u-boot/tools/binman/
H A Dentry.py338 value = self.GetArg(prop.name, prop.datatype)
424 def GetArg(self, name, datatype=str): argument
442 if datatype == int:
448 elif datatype == str:
452 datatype)
454 value = fdt_util.GetDatatype(self._node, name, datatype)
/openbmc/phosphor-dbus-monitor/src/templates/
H A Devent.mako.cpp
H A Djournal.mako.cpp
H A Delog_with_metadata.mako.cpp
H A Dmedian.mako.cpp
H A Dcount.mako.cpp
H A Dgenerated.mako.hpp
/openbmc/u-boot/tools/binman/test/
H A D065_entry_args_unknown_datatype.dts12 force-bad-datatype;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/
H A D0001-gphoto2-Use-pthread_t-abstract-type-for-thead-IDs.patch6 This is not a plain old datatype in every libc, e.g. with musl this
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py442 self.datatype = sdbusplus.property.Property(
565 self.datatype = objs["propertygroup"][self.properties].datatype
627 self.datatype = kw.pop("datatype", None)
662 # Get the datatype(i.e. "int64_t") of the properties in this watch
664 datatype = objs["propertygroup"][
671 ].datatype
685 # storing the filter data(i.e. 'type', 'datatype', & 'filters')
688 "datatype"
[all...]