| /openbmc/phosphor-pid-control/ |
| H A D | interfaces.hpp | 14 std::chrono::high_resolution_clock::time_point updated; member 19 return ((this->value == rhs.value) && (this->updated == rhs.updated) && in operator ==()
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | build.py | 29 (updated, newlines) = bb.utils.edit_metadata(f, values, varfunc) 32 updated = True 35 if updated: 38 return updated
|
| /openbmc/phosphor-pid-control/test/ |
| H A D | pid_zone_unittest.cpp | 413 r1.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 418 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 466 r1.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 471 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 520 r1.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 525 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 534 r1.updated -= std::chrono::seconds(3); in TEST_F() 535 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 592 r2.updated = std::chrono::high_resolution_clock::now(); in TEST_F() 602 r1.updated = std::chrono::high_resolution_clock::now(); in TEST_F() [all …]
|
| H A D | sensor_pluggable_unittest.cpp | 60 r.updated = std::chrono::high_resolution_clock::now(); in TEST() 67 EXPECT_EQ(r.updated, v.updated); in TEST()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libtomcrypt/ |
| H A D | libtomcrypt_1.18.2.bb | 6 # then updated to dual license PD and WTFPL also in 0.18.0-rc1: 8 # and then updated again to Unlicense after the 0.18.2 tag (it's only in develop branch): 12 # and this comment can be removed next time libtomcrypt is updated
|
| /openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | layerindexobj.py | 107 self.assertIsNotNone(layerItem.updated) 118 self.assertIsNotNone(layerItem.updated) 127 self.assertIsNotNone(layerBranch.updated) 139 self.assertIsNotNone(layerBranch.updated) 187 self.assertIsNotNone(recipe.updated) 199 self.assertIsNotNone(machine.updated) 210 self.assertIsNotNone(distro.updated)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/ |
| H A D | 0001-Conceal-imp-warnings-in-Python3.patch | 32 # the following 3 constants are updated on each new release (do not touch) 34 """Constant updated on new releases"""
|
| /openbmc/telemetry/src/ |
| H A D | report.hpp | 43 if (updated) in ~OnChangeContext() 51 updated = true; in metricUpdated() 56 bool updated = false; member in Report::OnChangeContext
|
| /openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
| H A D | __init__.py | 982 updates_enabled=True, updated=None, argument 990 self.updated = updated or datetime.datetime.today().isoformat() 1038 updated=None): argument 1051 self.updated = updated or datetime.datetime.today().isoformat() 1059 updated=None): argument 1078 self.updated = updated or datetime.datetime.today().isoformat() 1288 inherits="", disallowed="", updated=None): argument 1303 self.updated = updated or datetime.datetime.today().isoformat() 1337 updated=None): argument 1345 self.updated = updated or datetime.datetime.today().isoformat() [all …]
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | pull-sdpx-licenses.py | 69 updated = 0 92 updated += 1
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 260.out | 17 check updated bitmap: name=bitmap0 dirty-clusters=3 34 check updated bitmap: name=bitmap0 dirty-clusters=3 52 check updated bitmap: name=bitmap0 dirty-clusters=3
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/ |
| H A D | lsupdates.py | 137 l.up_date = index.layerItems[id].updated 184 lv.up_date = index.layerBranches[id].updated 234 distro.up_date = index.distros[id].updated 249 mo.up_date = index.machines[id].updated 270 ro.up_date = index.recipes[id].updated
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/ |
| H A D | models.py | 45 updated = models.DateTimeField(auto_now = True) variable in BuildEnvironment 93 updated = models.DateTimeField(auto_now = True) variable in BuildRequest 117 return (self.updated - self.created).total_seconds()
|
| /openbmc/docs/designs/ |
| H A D | psu-firmware-update.md | 40 The PSU firmware shall be updated in the below cases: 68 firmware is updated: 71 - When a new version is updated together with BMC code update; 124 When BMC is updated and a new version of PSU firmware is included, it shall be 125 updated to the PSU. This will be done by the same service described above. 145 updated. This will be done by the same service described above. 152 and firmware version to decide if the firmware needs to be updated. 183 damage if the incorrect PSU firmware is updated. 205 - Verify the PSU code update is performed after a new BMC image is updated
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | create-spdx.bbclass | 7 # be updated to the latest stable version that is supported
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen_pt_msi.c | 335 if (!entry->updated) { in xen_pt_msix_update_one() 368 entry->updated = false; in xen_pt_msix_update_one() 399 entry->updated = false; in xen_pt_msix_disable() 421 entry->updated = true; in xen_pt_msix_update_remap() 460 entry->updated = true; in pci_msix_write() 461 } else if (msix->enabled && entry->updated && in pci_msix_write()
|
| /openbmc/openbmc/poky/meta-poky/classes/ |
| H A D | poky-sanity.bbclass | 22 bb.note("Your conf/templateconf.cfg file was updated from meta-yocto to meta-poky") 38 bb.note("Your conf/bblayers.conf has been automatically updated.")
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | utils.py | 1534 updated = False 1621 updated = True 1648 updated = True 1660 return (updated, newlines) 1673 (updated, newlines) = edit_metadata(f, variables, varfunc) 1674 if updated: 1677 return updated 1738 updated = False 1744 updated = True 1751 updated = True [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
| H A D | 03-threads.patch | 5 doesn't get updated
|
| /openbmc/openbmc/poky/scripts/lib/recipetool/ |
| H A D | create_go.py | 726 def __update_lines_before(self, updated, newlines, lines_before): argument 727 if updated: 734 return updated 759 updated, newlines = bb.utils.edit_metadata( 761 return self.__update_lines_before(updated, newlines, lines_before) 772 updated, newlines = bb.utils.edit_metadata(lines_before, ['SRC_URI'], varfunc) 773 return self.__update_lines_before(updated, newlines, lines_before)
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ |
| H A D | phosphor-ipmi-fru-inventory-mrw-native_git.bb | 4 # has been updated to not require the hostfw metadata.
|
| /openbmc/openbmc/poky/meta/recipes-core/packagegroups/ |
| H A D | packagegroup-cross-canadian.bb | 20 # When TUNE_ARCH changes but MACHINE does not (for example when a machine definition is updated),
|
| /openbmc/openbmc/poky/meta/recipes-graphics/spir/ |
| H A D | spirv-headers_1.4.313.0.bb | 10 # These recipes need to be updated in lockstep with each other:
|
| /openbmc/phosphor-misc/firstboot/ |
| H A D | first-boot-set-hostname.sh | 88 echo "/etc/hosts updated with 127.0.1.1 -> $NEW_HOSTNAME"
|
| /openbmc/u-boot/tools/ |
| H A D | moveconfig.py | 933 updated = False 944 return (updated, suspicious, 990 updated = True 996 return (updated, suspicious, log) 1222 (updated, suspicious, log) = self.parser.update_dotconfig() 1227 if not self.options.force_sync and not updated: 1230 if updated: 1251 updated = not filecmp.cmp(orig_defconfig, new_defconfig) 1253 if updated: 1257 if not self.options.dry_run and updated:
|