/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-bmi2.c | 74 reg_t result; in insn1q() local 78 result = andnq(mask, ehlo); in insn1q() 79 assert(result == 0x002020204d4c4844); in insn1q() 81 result = pextq(ehlo, mask); in insn1q() 82 assert(result == 133); in insn1q() 84 result = pdepq(result, mask); in insn1q() 85 assert(result == (ehlo & mask)); in insn1q() 87 result = pextq(-1ull, mask); in insn1q() 88 assert(result == 511); /* mask has 9 bits set */ in insn1q() 90 result = pdepq(-1ull, mask); in insn1q() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | pkgdata.py | 26 result = runCmd('oe-pkgdata-util lookup-pkg "zlib busybox"') 27 self.assertEqual(result.output, 'libz1\nbusybox') 28 result = runCmd('oe-pkgdata-util lookup-pkg zlib-dev') 29 self.assertEqual(result.output, 'libz-dev') 30 result = runCmd('oe-pkgdata-util lookup-pkg nonexistentpkg', ignore_status=True) 31 self.assertEqual(result.status, 1, "Status different than 1. output: %s" % result.output) 32 …self.assertEqual(result.output, 'ERROR: The following packages could not be found: nonexistentpkg') 34 result = runCmd('oe-pkgdata-util lookup-pkg -r "libz1 busybox"') 35 self.assertEqual(result.output, 'zlib\nbusybox') 36 result = runCmd('oe-pkgdata-util lookup-pkg -r libz-dev') [all …]
|
H A D | bblogging.py | 19 result = bitbake("logging-test -c shelltest -f", ignore_status = True) 20 self.assertIn("ERROR: Logfile of failure stored in:", result.output) 21 self.assertNotIn("This is shell stdout", result.output) 22 self.assertNotIn("This is shell stderr", result.output) 27 result = bitbake("logging-test -c shelltest -f", ignore_status = True) 28 self.assertIn("ERROR: Logfile of failure stored in:", result.output) 29 self.assertCount(result.output, "This is shell stdout", 1) 30 self.assertCount(result.output, "This is shell stderr", 1) 35 result = bitbake("logging-test -c shelltest -f -v", ignore_status = True) 36 self.assertIn("ERROR: Logfile of failure stored in:", result.output) [all …]
|
H A D | bblayers.py | 24 result = runCmd('bitbake-layers layerindex-show-depends meta-poky') 25 find_in_contents = re.search("openembedded-core", result.output) 26 … listed at this step. bitbake-layers layerindex-show-depends meta-poky output: %s" % result.output) 29 result = runCmd('bitbake-layers show-cross-depends') 30 self.assertIn('aspell', result.output) 33 result = runCmd('bitbake-layers show-layers') 34 self.assertIn('meta-selftest', result.output) 39 result = runCmd('bitbake-layers show-appends') 40 self.assertIn(bb_file, result.output) 43 result = runCmd('bitbake-layers show-overlayed') [all …]
|
/openbmc/linux/tools/perf/tests/shell/ |
D | lock_contention.sh |
|
/openbmc/qemu/backends/ |
H A D | spdm-socket.c | 21 ssize_t result; in read_bytes() local 24 result = recv(socket, buffer + number_received, in read_bytes() 26 if (result <= 0) { in read_bytes() 29 number_received += result; in read_bytes() 36 bool result; in read_data32() local 38 result = read_bytes(socket, (uint8_t *)data, sizeof(uint32_t)); in read_data32() 39 if (!result) { in read_data32() 40 return result; in read_data32() 51 bool result; in read_multiple_bytes() local 53 result = read_data32(socket, &length); in read_multiple_bytes() [all …]
|
/openbmc/linux/arch/powerpc/platforms/ps3/ |
D | repository.c |
|
D | interrupt.c |
|
/openbmc/openbmc-tools/adcapp/src/ |
H A D | EINTR_wrappers.c | 152 int Result = epoll_wait(epfd, events, maxevents, timeout); in sigwrap_epoll_wait() local 154 if (Result != -1) in sigwrap_epoll_wait() 155 return Result; in sigwrap_epoll_wait() 158 return Result; in sigwrap_epoll_wait() 187 int Result = epoll_pwait(epfd, events, maxevents, timeout, sigmask); in sigwrap_epoll_pwait() local 189 if (Result != -1) in sigwrap_epoll_pwait() 190 return Result; in sigwrap_epoll_pwait() 193 return Result; in sigwrap_epoll_pwait() 210 int Result = sigwaitinfo(set, info); in sigwrap_sigwaitinfo() local 212 if (Result != -1) in sigwrap_sigwaitinfo() [all …]
|
/openbmc/linux/arch/xtensa/include/asm/ |
D | atomic.h |
|
/openbmc/openbmc-tools/pwmtachtool/src/ |
H A D | EINTR_wrappers.c | 125 int Result = epoll_wait(epfd, events, maxevents, timeout); in sigwrap_epoll_wait() local 127 if (Result != -1) in sigwrap_epoll_wait() 128 return Result; in sigwrap_epoll_wait() 131 return Result; in sigwrap_epoll_wait() 160 int Result = epoll_pwait(epfd, events, maxevents, timeout, sigmask); in sigwrap_epoll_pwait() local 162 if (Result != -1) in sigwrap_epoll_pwait() 163 return Result; in sigwrap_epoll_pwait() 166 return Result; in sigwrap_epoll_pwait() 183 int Result = sigwaitinfo(set, info); in sigwrap_sigwaitinfo() local 185 if (Result != -1) in sigwrap_sigwaitinfo() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 118 | 84 result = self.vm.qmp('query-block') 86 self.assert_qmp(result, 'return[0]/tray_open', False) 87 self.assert_qmp(result, 'return[0]/inserted/image/filename', new_img) 94 result = self.vm.qmp('query-block') 96 self.assert_qmp(result, 'return[0]/tray_open', True) 97 self.assert_qmp_absent(result, 'return[0]/inserted') 104 result = self.vm.qmp('query-block') 106 self.assert_qmp(result, 'return[0]/tray_open', True) 107 self.assert_qmp_absent(result, 'return[0]/inserted') 114 result = self.vm.qmp('query-block') [all …]
|
H A D | 045 | 68 result = self.vm.qmp('query-fdsets') 69 self.assert_qmp(result, 'return[0]/fdset-id', 2) 70 self.assert_qmp(result, 'return[1]/fdset-id', 1) 71 self.assert_qmp(result, 'return[2]/fdset-id', 0) 72 self.assert_qmp(result, 'return[0]/fds[0]/opaque', 'image3:r') 73 self.assert_qmp(result, 'return[0]/fds[1]/opaque', 'image4:r') 74 self.assert_qmp(result, 'return[1]/fds[0]/opaque', 'image0:r') 75 self.assert_qmp(result, 'return[1]/fds[1]/opaque', 'image1:w+') 76 self.assert_qmp(result, 'return[2]/fds[0]/opaque', 'image2:r') 81 result = self.vm.qmp('query-fdsets') [all …]
|
/openbmc/u-boot/tools/buildman/ |
H A D | builderthread.py | 53 result thread, and this helps to serialise the build output. 56 """Set up a new result thread 59 builder: Builder which will be sent each result 65 """Called to start up the result thread. 67 We collect the next result job and pass it on to the build. 70 result = self.builder.out_queue.get() 71 self.builder.ProcessResult(result) 130 force_build_failures: Force a bulid if the previous result showed 138 # Create a default result - it will be overwritte by the call to 140 result = command.CommandResult() [all …]
|
/openbmc/u-boot/drivers/i2c/ |
H A D | imx_lpi2c.c | 31 lpi2c_status_t result = LPI2C_SUCESS; in imx_lpci2c_check_busy_bus() local 37 result = LPI2C_BUSY; in imx_lpci2c_check_busy_bus() 39 return result; in imx_lpci2c_check_busy_bus() 44 lpi2c_status_t result = LPI2C_SUCESS; in imx_lpci2c_check_clear_error() local 54 result = LPI2C_PIN_LOW_TIMEOUT_ERR; in imx_lpci2c_check_clear_error() 56 result = LPI2C_ARB_LOST_ERR; in imx_lpci2c_check_clear_error() 58 result = LPI2C_NAK_ERR; in imx_lpci2c_check_clear_error() 60 result = LPI2C_FIFO_ERR; in imx_lpci2c_check_clear_error() 70 return result; in imx_lpci2c_check_clear_error() 75 lpi2c_status_t result = LPI2C_SUCESS; in bus_i2c_wait_for_tx_ready() local [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-timed-average.c | 37 uint64_t result; in test_average() local 43 result = timed_average_min(&ta); in test_average() 44 g_assert(result == 0); in test_average() 45 result = timed_average_avg(&ta); in test_average() 46 g_assert(result == 0); in test_average() 47 result = timed_average_max(&ta); in test_average() 48 g_assert(result == 0); in test_average() 52 result = timed_average_min(&ta); in test_average() 53 g_assert(result == 1); in test_average() 54 result = timed_average_avg(&ta); in test_average() [all …]
|
/openbmc/linux/arch/parisc/math-emu/ |
D | sfadd.c |
|
D | sfsub.c |
|
/openbmc/openbmc/poky/bitbake/lib/prserv/ |
H A D | tests.py | 161 result = self.client1.test_pr(version, pkgarch, checksum0) 162 self.assertIsNone(result, "test_pr should return 'None' for a non existing PR") 164 result = self.client1.test_package(version, pkgarch) 165 self.assertFalse(result, "test_package should return 'False' for a non existing PR") 167 result = self.client1.max_package_pr(version, pkgarch) 168 self.assertIsNone(result, "max_package_pr should return 'None' for a non existing PR") 172 result = self.client1.getPR(version, pkgarch, checksum0) 173 self.assertEqual(result, "0", "getPR: initial PR of a package should be '0'") 175 result = self.client1.test_pr(version, pkgarch, checksum0) 176 … self.assertEqual(result, "0", "test_pr should return '0' here, matching the result of getPR") [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | reg_mut.c | 65 uint32_t result = 0; in write_control_registers() local 67 WRITE_REG_NOCLOBBER(result, "usr", 0xffffffff); in write_control_registers() 68 check32(result, 0x3ecfff3f); in write_control_registers() 70 WRITE_REG_NOCLOBBER(result, "gp", 0xffffffff); in write_control_registers() 71 check32(result, 0xffffffc0); in write_control_registers() 73 WRITE_REG_NOCLOBBER(result, "upcyclelo", 0xffffffff); in write_control_registers() 74 check32(result, 0x00000000); in write_control_registers() 76 WRITE_REG_NOCLOBBER(result, "upcyclehi", 0xffffffff); in write_control_registers() 77 check32(result, 0x00000000); in write_control_registers() 79 WRITE_REG_NOCLOBBER(result, "utimerlo", 0xffffffff); in write_control_registers() [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_qmath.c |
|
/openbmc/bmcweb/test/include/ |
H A D | dbus_utility_test.cpp | 17 std::string result; in TEST() local 18 EXPECT_TRUE(getNthStringFromPath(path, 0, result)); in TEST() 19 EXPECT_EQ(result, "0th"); in TEST() 20 EXPECT_TRUE(getNthStringFromPath(path, 1, result)); in TEST() 21 EXPECT_EQ(result, "1st"); in TEST() 22 EXPECT_TRUE(getNthStringFromPath(path, 2, result)); in TEST() 23 EXPECT_EQ(result, "2nd"); in TEST() 24 EXPECT_TRUE(getNthStringFromPath(path, 3, result)); in TEST() 25 EXPECT_EQ(result, "3rd"); in TEST() 26 EXPECT_FALSE(getNthStringFromPath(path, 4, result)); in TEST() [all …]
|
/openbmc/qemu/scripts/ |
H A D | xml-preprocess-test.py | 27 result = xmlpp.preprocess_xml(temp_file_name) 28 self.assertEqual(result, "<root></root>") 45 result = xpp.preprocess(xml_str) 46 self.assertEqual(result, expected) 55 result = xpp.preprocess(xml_str) 56 self.assertEqual(result, expected) 63 result = xpp.preprocess(xml_str) 64 self.assertEqual(result, expected) 71 result = xpp.preprocess(xml_str) 72 self.assertEqual(result, expected) [all …]
|
/openbmc/qemu/system/ |
H A D | memory_ldst.c.inc | 24 hwaddr addr, MemTxAttrs attrs, MemTxResult *result, 60 if (result) { 61 *result = r; 71 hwaddr addr, MemTxAttrs attrs, MemTxResult *result) 73 return glue(address_space_ldl_internal, SUFFIX)(ARG1, addr, attrs, result, 78 hwaddr addr, MemTxAttrs attrs, MemTxResult *result) 80 return glue(address_space_ldl_internal, SUFFIX)(ARG1, addr, attrs, result, 85 hwaddr addr, MemTxAttrs attrs, MemTxResult *result) 87 return glue(address_space_ldl_internal, SUFFIX)(ARG1, addr, attrs, result, 93 hwaddr addr, MemTxAttrs attrs, MemTxResult *result, [all …]
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | report.py | 1 # test result tool - report text based test results 27 def handle_ptest_result(self, k, status, result, machine): argument 33 for suite in result['ptestresult.sections']: 39 if 'duration' in result['ptestresult.sections'][suite]: 40 … self.ptests[machine][suite]['duration'] = result['ptestresult.sections'][suite]['duration'] 41 if 'timeout' in result['ptestresult.sections'][suite]: 45 # process test result 52 if 'ptestresult.sections' in result and suite not in result['ptestresult.sections']: 55 if suite + "." + suite1 in result['ptestresult.sections']: 68 print("Warning duplicate ptest result '{}.{}' for {}".format(suite, test, machine)) [all …]
|