Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/openbmc/phosphor-pid-control/
H A Dinterfaces.hpp14 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 Dbuild.py29 (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 Dpid_zone_unittest.cpp413 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 Dsensor_pluggable_unittest.cpp60 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 Dlibtomcrypt_1.18.2.bb6 # 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 Dlayerindexobj.py107 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 D0001-Conceal-imp-warnings-in-Python3.patch32 # the following 3 constants are updated on each new release (do not touch)
34 """Constant updated on new releases"""
/openbmc/telemetry/src/
H A Dreport.hpp43 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__.py982 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 Dpull-sdpx-licenses.py69 updated = 0
92 updated += 1
/openbmc/qemu/tests/qemu-iotests/
H A D260.out17 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 Dlsupdates.py137 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 Dmodels.py45 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 Dpsu-firmware-update.md40 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 Dcreate-spdx.bbclass7 # be updated to the latest stable version that is supported
/openbmc/qemu/hw/xen/
H A Dxen_pt_msi.c335 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 Dpoky-sanity.bbclass22 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 Dutils.py1534 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 D03-threads.patch5 doesn't get updated
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py726 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 Dphosphor-ipmi-fru-inventory-mrw-native_git.bb4 # has been updated to not require the hostfw metadata.
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-cross-canadian.bb20 # 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 Dspirv-headers_1.4.313.0.bb10 # These recipes need to be updated in lockstep with each other:
/openbmc/phosphor-misc/firstboot/
H A Dfirst-boot-set-hostname.sh88 echo "/etc/hosts updated with 127.0.1.1 -> $NEW_HOSTNAME"
/openbmc/u-boot/tools/
H A Dmoveconfig.py933 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:

12345678910>>...15