Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 25 of 152) sorted by relevance

1234567

/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc_time.robot33 ... The difference between Redfish time and CLI time exceeds the allowed time difference.
52 ... The difference between Redfish time and CLI time exceeds the allowed time difference.
88 ... The difference between Redfish time and CLI time exceeds the allowed time difference.
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sel_time.robot98 # Identify Time difference and find the difference is less than 6 seconds.
99 # Command execution may happen at the end of millisecond so considered 6 seconds as difference.
107 ${difference}= Get Time Difference ${bmc_time} ${sel_date}
108 Should Be True 0<=${difference}<=6
125 ${difference}= Get Time Difference ${get_sel_time} ${set_sel_time}
126 Should Be True 0<=${difference}<=2
130 ${difference}= Get Time Difference ${bmc_time} ${get_sel_time}
131 Should Be True 0<=${difference}<=2
150 ${difference}
[all...]
H A Dtest_ipmi_poh_counter.robot78 # Verify difference between initial and present counter readings.
80 ${difference}= Evaluate ${poh_counter_2} - ${poh_counter_1}
81 Should Be Equal As Integers ${difference} 1
123 ${difference}= Evaluate ${poh_counter_2} - ${poh_counter_1}
124 Should Be Equal As Integers ${difference} 1
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/
H A Dcheck_fixtures.py33 …ter configured releases, the difference is: %s" % set(active_releases).difference(set(fixtures_rel…
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_verify.c502 int difference; in yaffs_verify_free_chunks() local
509 difference = dev->n_free_chunks - counted; in yaffs_verify_free_chunks()
511 if (difference) { in yaffs_verify_free_chunks()
514 dev->n_free_chunks, counted, difference); in yaffs_verify_free_chunks()
/openbmc/openbmc/poky/meta/recipes-devtools/patch/
H A Dpatch.inc2 DESCRIPTION = "patch takes a patch file containing a difference listing \
/openbmc/phosphor-webui/app/access-control/controllers/
H A Dcertificate-controller.js120 var difference = (new Date(certificate.ValidNotAfter).getTime()) -
122 if (difference <= 0) {
124 } else if (difference <= 2592000000) {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/
H A D0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch57 * If scale > 0, we reward the largest positive difference from target,
58 * otherwise the smallest positive difference from target.
59 + * We also reward the smallest positive difference from the target,
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libalgorithm/
H A Dlibalgorithm-diff-perl_1.15.bb3 DESCRIPTION = "This is a module for computing the difference between two files, \
/openbmc/u-boot/arch/arm/dts/
H A Darmada-388.dtsi9 * The main difference with the Armada 385 is that the 388 can handle two more
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tclap/
H A Dtclap_1.4.0.bb5 user friendly CLAP libary. The difference is that this library is templatized, so \
/openbmc/openbmc/meta-facebook/conf/recipes/
H A Dfb-consoles.inc23 [ f"ttyS{i}" for i in sorted(set(range(0,16)).difference(skipped)) ]
/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/
H A DREADME6 configurations (defconfig files). The only difference is the UART that
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0007-libtool-Fix-problem-with-libtoolize-in-multilib.patch7 since their host-triplets are different, despite there being no difference in
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.soc254 1)LS2048A, few difference w.r.t. LS2088A:
257 2)LS2084A, few difference w.r.t. LS2088A:
263 3)LS2044A, few difference w.r.t. LS2084A:
273 1)LS2041A, few difference w.r.t. LS2081A:
326 1)LX2120A, few difference w.r.t. LX2160A:
329 2)LX2080A, few difference w.r.t. LX2160A:
H A DREADME.qspi17 The difference between QSPI boot RCW image and NOR boot image is the PBI
/openbmc/qemu/scripts/
H A Dmodinfo-generate.py110 for dep in deps.difference(modules):
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dexport.py76 if not len(set(workspace.keys()).difference(set(args.exclude))):
/openbmc/qemu/tests/qemu-iotests/
H A Dfindtests.py146 res = res.difference(*(self.groups[g] for g in exclude_groups))
/openbmc/u-boot/doc/
H A DREADME.fsl_iim38 immediately, but this does not make any difference for a user reading
H A DREADME.ramboot-ppc85xx41 The main difference among all of them is the way the pre-environment is getting
73 The main difference between the above two methods from technical perspective is
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dpreferbash.patch11 shell to start (which makes a notable difference to boot speed) but is not
/openbmc/openbmc/poky/meta/recipes-support/boost/boost/
H A D0001-dont-setup-compiler-flags-m32-m64.patch31 - local generic-os = [ set.difference $(all-os) : aix hpux ] ;
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/files/
H A D0002-Fix-MbedTLS-3.6-and-GCC-14-compatibility.patch51 + * For other compilers (e.g. recent gcc and clang) it makes no difference if n is a compile-t…
/openbmc/openbmc-test-automation/systest/
H A Dhtx_hardbootme_test.robot208 # diff_rc The failing return code from the difference check.
211 Log To Console Significant difference in inventory found, rc=${diff_rc}
218 Fail Significant difference in inventory found, rc=${diff_rc}

1234567