/openbmc/phosphor-health-monitor/ |
H A D | health_metric.cpp | 163 auto assertions = ThresholdIntf::asserted(); in checkThreshold() local 166 if (!assertions.contains(threshold)) in checkThreshold() 168 assertions.insert(threshold); in checkThreshold() 169 ThresholdIntf::asserted(assertions); in checkThreshold() 182 else if (assertions.contains(threshold)) in checkThreshold() 184 assertions.erase(threshold); in checkThreshold() 185 ThresholdIntf::asserted(assertions); in checkThreshold()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/ |
H A D | 0001-Cargo.toml-do-not-abort-on-panic.patch | 22 debug-assertions = true 28 debug-assertions = false
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | qunit-1.18.0.js | 72 function Test(settings){var i,l;++Test.count;extend(this,settings);this.assertions=[];this.semaphor… 79 …resolvePromise(promise);}catch(e){this.pushFailure("Died on test #"+(this.assertions.length+1)+" "+ 84 "not called.",this.stack);}else if(this.expected!==null&&this.expected!==this.assertions.length){th… 85 this.assertions.length+" were run",this.stack);}else if(this.expected===null&&!this.assertions.leng… 87 …tats.all+=this.assertions.length;config.moduleStats.all+=this.assertions.length;for(i=0;i<this.ass… 88 …kip,failed:bad,passed:this.assertions.length-bad,total:this.assertions.length,runtime:this.runtime… 91 runLoggingCallbacks("log",details);this.assertions.push({result:!!result,message:message});},pushFa… 94 runLoggingCallbacks("log",details);this.assertions.push({result:false,message:message});},resolvePr… 151 …it.jsDump=QUnit.dump;if(typeof window!=="undefined"){(function(){var i,assertions=Assert.prototype… 152 for(i in assertions){QUnit[i]=applyCurrent(assertions[i]);}})();(function(){var i,l,keys=["test","m… [all …]
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorcommands.cpp | 551 std::bitset<16>& assertions) in getVrEventStatus() argument 584 assertions.set(index); in getVrEventStatus() 1619 std::bitset<16> assertions; in ipmiSenGetSensorEventStatus() local 1638 assertions |= response.discreteReadingSensorStates << 8; in ipmiSenGetSensorEventStatus() 1639 assertions |= response.thresholdLevelsStates; in ipmiSenGetSensorEventStatus() 1640 return ipmi::responseSuccess(sensorEventStatus, assertions, in ipmiSenGetSensorEventStatus() 1656 std::bitset<16> assertions = 0; in ipmiSenGetSensorEventStatus() local 1733 assertions.set(static_cast<size_t>( in ipmiSenGetSensorEventStatus() 1739 assertions.set(static_cast<size_t>( in ipmiSenGetSensorEventStatus() 1763 assertions.set(static_cast<size_t>( in ipmiSenGetSensorEventStatus() [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/gpio/ |
H A D | phosphor-gpio-monitor_git.bb | 2 DESCRIPTION = "Application to monitor gpio assertions"
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | architecture.rst | 108 KUnit tests verify state using expectations/assertions. 109 All expectations/assertions are formatted as: 118 - Failing assertions, on the other hand, result in the test case being
|
H A D | usage.rst | 46 In the above example, ``add_test_basic`` makes a number of assertions about the 56 otherwise terminated. This is as opposed to *assertions* which are discussed 125 Warning: There is an exception to the above rule. You shouldn't use assertions 493 detailed error and make the assertions clearer within the helper macros.
|
/openbmc/linux/Documentation/scsi/ |
H A D | advansys.rst | 69 1. ADVANSYS_ASSERT - Enable driver assertions (Def: Enabled) 74 assertions encountered should be reported to the person 77 problems. Enabling assertions will add a small overhead to the
|
H A D | ChangeLog.megaraid | 256 maybe it's not advised to make such assertions,
|
/openbmc/bmcweb/ |
H A D | CLIENTS.md | 28 Status: 100% of assertions passing. No CI integration.
|
/openbmc/openbmc/meta-arm/documentation/ |
H A D | oeqa-fvp.md | 36 To support firmware and baremetal testing, OEFVPTarget also allows test cases to make assertions ag…
|
/openbmc/linux/fs/btrfs/ |
H A D | Kconfig | 98 any of the assertions trip. This is meant for btrfs developers only.
|
/openbmc/linux/arch/x86/kvm/ |
H A D | Kconfig | 147 Enables runtime assertions in KVM's MMU that are too costly to enable
|
/openbmc/linux/security/apparmor/ |
H A D | Kconfig | 33 Enable code assertions made with AA_BUG. These are primarily
|
/openbmc/linux/lib/ |
H A D | Kconfig.kcsan | 25 also provides assertions to check data access constraints. 26 These assertions can expose bugs that do not manifest as
|
H A D | Kconfig.debug | 2969 bool "Debug assertions" 2972 Enables rustc's `-Cdebug-assertions` codegen option. 2999 bool "Allow unoptimized build-time assertions"
|
/openbmc/linux/fs/jffs2/ |
H A D | Kconfig | 23 enable a few assertions and will print debugging messages at the
|
/openbmc/linux/Documentation/locking/ |
H A D | seqlock.rst | 103 stored in struct seqcount and lockdep's "lock is held" assertions are
|
/openbmc/libpldm/ |
H A D | CHANGELOG.md | 672 which ensure assertions won't fail or otherwise invoke UB:
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | testing.md | 400 Don't test other people's code. Make sure to limit the test assertions to the
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | access-marking.txt | 7 document these accesses, both with comments and with special assertions
|
/openbmc/linux/ |
H A D | Makefile | 829 KBUILD_RUSTFLAGS += -Cdebug-assertions=$(if $(CONFIG_RUST_DEBUG_ASSERTIONS),y,n)
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx.seq | 1394 * Don't ignore persistent REQ assertions just because 1856 * assertions in fast-160 mode). This will only happen if
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | checkpatch.rst | 462 assertions based on spin_is_locked()
|
/openbmc/u-boot/common/ |
H A D | dlmalloc.src | 282 this code. The assertions in the check routines spell out in more 1586 These routines make a number of assertions about the states
|