| /openbmc/openbmc-test-automation/redfish/managers/ |
| H A D | test_managers_bmc_time.robot | 33 ... 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 D | test_ipmi_sel_time.robot | 98 # 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 D | test_ipmi_poh_counter.robot | 78 # 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 D | check_fixtures.py | 33 …ter configured releases, the difference is: %s" % set(active_releases).difference(set(fixtures_rel…
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_verify.c | 502 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 D | patch.inc | 2 DESCRIPTION = "patch takes a patch file containing a difference listing \
|
| /openbmc/phosphor-webui/app/access-control/controllers/ |
| H A D | certificate-controller.js | 120 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 D | 0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch | 57 * 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 D | libalgorithm-diff-perl_1.15.bb | 3 DESCRIPTION = "This is a module for computing the difference between two files, \
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | armada-388.dtsi | 9 * 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 D | tclap_1.4.0.bb | 5 user friendly CLAP libary. The difference is that this library is templatized, so \
|
| /openbmc/openbmc/meta-facebook/conf/recipes/ |
| H A D | fb-consoles.inc | 23 [ f"ttyS{i}" for i in sorted(set(range(0,16)).difference(skipped)) ]
|
| /openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/ |
| H A D | README | 6 configurations (defconfig files). The only difference is the UART that
|
| /openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/ |
| H A D | 0007-libtool-Fix-problem-with-libtoolize-in-multilib.patch | 7 since their host-triplets are different, despite there being no difference in
|
| /openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| H A D | README.soc | 254 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 D | README.qspi | 17 The difference between QSPI boot RCW image and NOR boot image is the PBI
|
| /openbmc/qemu/scripts/ |
| H A D | modinfo-generate.py | 110 for dep in deps.difference(modules):
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | export.py | 76 if not len(set(workspace.keys()).difference(set(args.exclude))):
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | findtests.py | 146 res = res.difference(*(self.groups[g] for g in exclude_groups))
|
| /openbmc/u-boot/doc/ |
| H A D | README.fsl_iim | 38 immediately, but this does not make any difference for a user reading
|
| H A D | README.ramboot-ppc85xx | 41 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 D | preferbash.patch | 11 shell to start (which makes a notable difference to boot speed) but is not
|
| /openbmc/openbmc/poky/meta/recipes-support/boost/boost/ |
| H A D | 0001-dont-setup-compiler-flags-m32-m64.patch | 31 - local generic-os = [ set.difference $(all-os) : aix hpux ] ;
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/files/ |
| H A D | 0002-Fix-MbedTLS-3.6-and-GCC-14-compatibility.patch | 51 + * 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 D | htx_hardbootme_test.robot | 208 # 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}
|