Searched refs:datatype (Results 1 – 11 of 11) sorted by relevance
| /openbmc/u-boot/tools/dtoc/ |
| H A D | fdt_util.py | 192 def GetDatatype(node, propname, datatype): argument 206 if datatype == str: 208 elif datatype == int: 211 datatype)
|
| /openbmc/u-boot/tools/binman/ |
| H A D | entry.py | 338 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 D | event.mako.cpp | |
| H A D | journal.mako.cpp | |
| H A D | elog_with_metadata.mako.cpp | |
| H A D | median.mako.cpp | |
| H A D | count.mako.cpp | |
| H A D | generated.mako.hpp | |
| /openbmc/u-boot/tools/binman/test/ |
| H A D | 065_entry_args_unknown_datatype.dts | 12 force-bad-datatype;
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/ |
| H A D | 0001-gphoto2-Use-pthread_t-abstract-type-for-thead-IDs.patch | 6 This is not a plain old datatype in every libc, e.g. with musl this
|
| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | pdmgen.py | 442 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...] |