Home
last modified time | relevance | path

Searched full:what (Results 1 – 25 of 1971) sorted by relevance

12345678910>>...79

/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0025-gcc-testsuite-tweaks-for-mips-OE.patch76 # Set up the compiler flags, based on what we're going to do.
77 + global do-what-limit
81 + if [info exists do-what-limit] then {
82 + # Demote run tests to $do-what-limit if set
85 + set do_what ${do-what-limit}
86 + set dg-do-what ${do-what-limit}
148 global dg-do-what-default
149 + global do-what-limit
156 set dg-do-what-default compile
157 + set do-what-limit link
[all …]
/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.h108 #define FE_1(c, locp, WHAT, X) WHAT(c, locp, X) argument
109 #define FE_2(c, locp, WHAT, X, ...) \ argument
110 WHAT(c, locp, X)FE_1(c, locp, WHAT, __VA_ARGS__)
111 #define FE_3(c, locp, WHAT, X, ...) \ argument
112 WHAT(c, locp, X)FE_2(c, locp, WHAT, __VA_ARGS__)
113 #define FE_4(c, locp, WHAT, X, ...) \ argument
114 WHAT(c, locp, X)FE_3(c, locp, WHAT, __VA_ARGS__)
115 #define FE_5(c, locp, WHAT, X, ...) \ argument
116 WHAT(c, locp, X)FE_4(c, locp, WHAT, __VA_ARGS__)
117 #define FE_6(c, locp, WHAT, X, ...) \ argument
[all …]
/openbmc/docs/designs/
H A Ddesign-template.md61 (1 paragraph) What are we doing and why? What problem are you trying to solve?
62 What are the goals and NON-goals? Please make the objective understandable for
69 (1-2 paragraphs) What background context is necessary? You should mention
70 related work inside and outside of OpenBMC. What other Open Source projects are
79 (2-5 paragraphs) What are the constraints for the problem you are trying to
80 solve? Who are the users of this solution? What is required to be produced? What
83 implementation. Roughly estimate relevant details. How big is the data? What are
84 the transaction rates? Bandwidth? How will the feature be configured, and what
93 succinct manner. Which technologies will you use? What new components will you
94 write? What technologies will you use to write them?
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_tests.cpp150 // Expected exception; what() message will vary in TEST()
175 // Expected exception; what() message will vary in TEST()
192 // Expected exception; what() message will vary in TEST()
209 // Expected exception; what() message will vary in TEST()
501 EXPECT_STREQ(e.what(), "Element is not an object"); in TEST()
517 EXPECT_STREQ(e.what(), "Required action type property missing"); in TEST()
534 EXPECT_STREQ(e.what(), "Element contains an invalid property"); in TEST()
553 EXPECT_STREQ(e.what(), "Element contains an invalid property"); in TEST()
585 EXPECT_STREQ(e.what(), "Element is not an array"); in TEST()
616 EXPECT_STREQ(e.what(), "Arra in TEST()
[all...]
H A Dconfig_file_parser_error_tests.cpp
H A Dpmbus_error_tests.cpp30 EXPECT_STREQ(error.what(), in TEST()
51 TEST(PMBusErrorTests, What) in TEST() argument
56 EXPECT_STREQ(error.what(), in TEST()
H A Dwrite_verification_error_tests.cpp31 EXPECT_STREQ(error.what(), in TEST()
55 TEST(WriteVerificationErrorTests, What) in TEST() argument
61 EXPECT_STREQ(error.what(), in TEST()
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_tests.cpp448 EXPECT_STREQ(e.what(), "Element is not an object"); in TEST()
467 EXPECT_STREQ(e.what(), "Element is not an integer"); in TEST()
485 EXPECT_STREQ(e.what(), in TEST()
505 EXPECT_STREQ(e.what(), "Element is not a string"); in TEST()
524 EXPECT_STREQ(e.what(), "Invalid chassis template id: does_not_exist"); in TEST()
543 EXPECT_STREQ(e.what(), "Element is not a string"); in TEST()
562 EXPECT_STREQ(e.what(), "Element contains an invalid property"); in TEST()
580 EXPECT_STREQ(e.what(), "Invalid chassis number: Must be > 0"); in TEST()
684 EXPECT_STREQ(e.what(), "Element is not an array"); in TEST()
705 EXPECT_STREQ(e.what(), "Elemen in TEST()
[all...]
H A Dconfig_file_parser_error_tests.cpp
/openbmc/bmcweb/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml31 description: Tell us what issues you ran into.
33 Include information about what you tried, what you expected to
34 happen, and what actually happened. The more details, the better!
54 …bugging information manually and attached below; Was this machine QEMU? What machine was this fo…
/openbmc/sdbusplus/test/exception/
H A Dsdbus_error.cpp48 EXPECT_EQ(prefix + ": " + error.name + ": " + error.message, stdErr.what()); in TEST()
83 const std::string what = prefix + ": " + error.name + ": " + error.message; in TEST() local
94 EXPECT_EQ(what, err.what()); in TEST()
112 EXPECT_EQ(what, errNew.what()); in TEST()
131 EXPECT_EQ(what, errFinal.what()); in TEST()
160 EXPECT_EQ(prefix + ": " + name + ": " + description, err.what()); in TEST()
/openbmc/docs/
H A Dmeta-layer-guidelines.md25 **What should I do instead?**
45 **What should I do instead?**
69 **What should I do instead?**
82 **What should I do instead?**
98 **What should I do instead?**
111 **What defines an OpenBMC specific repository?**
133 **What should I do instead?**
147 In addition, having an accounting of exactly what is in your build prevents
151 **What should I do instead?**
175 **What should I do instead?**
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Daction_error_tests.cpp29 EXPECT_STREQ(error.what(), "ActionError: run_rule: set_voltage_rule"); in TEST()
36 EXPECT_STREQ(error.what(), in TEST()
41 TEST(ActionErrorTests, What) in TEST() argument
45 EXPECT_STREQ(error.what(), in TEST()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DWTFPL1 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
8 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
11 0. You just DO WHAT THE FUCK YOU WANT TO.
/openbmc/openbmc/meta-openembedded/meta-python/licenses/
H A DWTFPL1 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
10 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
13 0. You just DO WHAT THE FUCK YOU WANT TO.
/openbmc/u-boot/doc/
H A Dfeature-removal-schedule.txt2 removed from the U-Boot source tree. Every entry should contain what
10 What: Remove unused CONFIG_SYS_MEMTEST_START/END
22 What: Users of the legacy miiphy_* code
33 What: GPL cleanup
/openbmc/phosphor-pid-control/errors/
H A Dexception.hpp12 const char* what() const noexcept override in what() function in SensorBuildException
28 const char* what() const noexcept override in what() function in ControllerBuildException
44 const char* what() const noexcept override in what() function in ConfigurationException
/openbmc/openbmc/meta-security/recipes-security/opendnssec/files/
H A Dlibdns_conf_fix.patch40 - AC_MSG_CHECKING(what are the ldns includes)
44 - AC_MSG_CHECKING(what are the ldns libs)
48 - AC_MSG_CHECKING(what are the ldns includes)
52 - AC_MSG_CHECKING(what are the ldns libs)
109 - AC_MSG_CHECKING(what are the ldns includes)
113 - AC_MSG_CHECKING(what are the ldns libs)
117 - AC_MSG_CHECKING(what are the ldns includes)
121 - AC_MSG_CHECKING(what are the ldns libs)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/
H A Ddefault-relay4 # What servers should the DHCP relay forward requests to?
8 # On what interfaces should the DHCP relay (dhrelay) serve DHCP requests?
/openbmc/openbmc-tools/
H A DREADME.md11 - _Always_ inspect what you will be executing
30 ## What we will do once we have your patches
36 ## What you must have in your patches
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md10 concise description of what the problem is. Ex. I'm always frustrated when [...]
12 **Describe the solution you'd like** A clear and concise description of what you
/openbmc/qemu/scripts/qapi/
H A Dgen.py238 what: str,
242 self._what = what
256 what: str,
262 self._what = what
296 def _module_basename(self, what: str, name: str) -> str:
300 ret += what
305 ret += re.sub(r'-', '-' + name[2:] + '-', what)
308 def _module_filename(self, what: str, name: str) -> str:
310 self._module_basename(what, name))
/openbmc/sdeventplus/test/
H A Dexception.cpp21 EXPECT_EQ(std::string{expected.what()}, err.what()); in TEST()
/openbmc/phosphor-power/tools/power-utils/
H A Daei_updater.cpp214 callOutI2CEventLog(additionalData, e.what(), e.errorCode); in writeIspKey()
224 {"EXCEPTION", e.what()}}; in writeIspKey()
270 callOutI2CEventLog(additionalData, e.what(), e.errorCode); in writeIspMode()
286 {"EXCEPTION", e.what()}}; in writeIspMode()
331 callOutI2CEventLog(additionalData, e.what(), e.errorCode); in writeIspStatusReset()
346 {"EXCEPTION", e.what()}}; in writeIspStatusReset()
387 callOutI2CEventLog(additionalData, e.what(), e.errorCode); in writeIspStatusReset()
401 {"EXCEPTION", e.what()}}; in writeIspStatusReset()
594 callOutI2CEventLog(additionalData, e.what(), e.errorCode); in performI2cWriteReadWithRetries()
597 "ERROR", e.what()); in performI2cWriteReadWithRetries()
[all …]
/openbmc/bmcweb/src/
H A Dboost_asio.cpp14 BMCWEB_LOG_CRITICAL("Boost exception thrown {}", e.what()); in throw_exception()
20 BMCWEB_LOG_CRITICAL("Boost exception thrown {} from {}:{}", e.what(), in throw_exception()

12345678910>>...79