Home
last modified time | relevance | path

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

12345678910>>...78

/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.cpp149 // Expected exception; what() message will vary in TEST()
174 // Expected exception; what() message will vary in TEST()
191 // Expected exception; what() message will vary in TEST()
208 // Expected exception; what() message will vary in TEST()
230 EXPECT_STREQ(e.what(), "Required property missing: format"); in TEST()
522 EXPECT_STREQ(e.what(), "Element is not an object"); in TEST()
538 EXPECT_STREQ(e.what(), "Required action type property missing"); in TEST()
555 EXPECT_STREQ(e.what(), "Element contains an invalid property"); in TEST()
574 EXPECT_STREQ(e.what(), "Element contains an invalid property"); in TEST()
606 EXPECT_STREQ(e.what(), "Element is not an array"); in TEST()
[all …]
H A Dconfig_file_parser_error_tests.cpp29 EXPECT_STREQ(error.what(), in TEST()
41 TEST(ConfigFileParserErrorTests, What) in TEST() argument
45 EXPECT_STREQ(error.what(), in TEST()
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/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/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_tests.cpp343 EXPECT_STREQ(e.what(), "Required property missing: name"); in TEST()
372 EXPECT_STREQ(e.what(), "Element is not a boolean"); in TEST()
412 EXPECT_STREQ(e.what(), "Element is not an object"); in TEST()
428 EXPECT_STREQ(e.what(), "Required property missing: line"); in TEST()
445 EXPECT_STREQ(e.what(), "Element is not an unsigned integer"); in TEST()
462 EXPECT_STREQ(e.what(), "Element is not a boolean"); in TEST()
479 EXPECT_STREQ(e.what(), "Element contains an invalid property"); in TEST()
539 EXPECT_STREQ(e.what(), "Element is not an object"); in TEST()
555 EXPECT_STREQ(e.what(), "Required property missing: name"); in TEST()
572 EXPECT_STREQ(e.what(), "Element is not a string"); in TEST()
[all …]
H A Dconfig_file_parser_error_tests.cpp31 error.what(), in TEST()
44 TEST(ConfigFileParserErrorTests, What) in TEST() argument
50 error.what(), in TEST()
/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/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/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/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/openpower-vpd-parser/vpd-manager/src/
H A Devent_logger.cpp152 "Create PEL failed with error: " + std::string(l_ex.what())); in createAsyncPelWithInventoryCallout()
253 std::string(l_ex.what())); in createAsyncPel()
309 std::string(l_ex.what())); in createSyncPel()
421 std::string(l_ex.what())); in createSyncPelWithInvCallOut()
430 {"ErrorMsg", i_exception.what()}}; in getExceptionData()
440 std::string("Data Exception. Reason: ") + i_exception.what(); in getExceptionData()
448 std::string("Ecc Exception. Reason: ") + i_exception.what(); in getExceptionData()
456 std::string("Json Exception. Reason: ") + i_exception.what(); in getExceptionData()
464 std::string("Gpio Exception. Reason: ") + i_exception.what(); in getExceptionData()
472 std::string("Dbus Exception. Reason: ") + i_exception.what(); in getExceptionData()
[all …]
/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/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>>...78