| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | config_file_parser_tests.cpp | 217 const json element = R"( in TEST() local 231 const json element = R"( in TEST() local 244 const json element = R"( in TEST() local 258 const json element = R"( in TEST() local 273 const json element = R"( in TEST() local 289 const json element = R"( in TEST() local 303 const json element = R"( in TEST() local 318 const json element = R"( in TEST() local 332 const json element = R"( in TEST() local 346 const json element = R"( in TEST() local [all …]
|
| /openbmc/phosphor-power/test/ |
| H A D | json_parser_utils_tests.cpp | 36 const json element = R"( { "format": "linear" } )"_json; in TEST() local 44 const json element = R"( { "volts": 1.03 } )"_json; in TEST() local 58 const json element = R"( 0 )"_json; in TEST() local 65 const json element = R"( 7 )"_json; in TEST() local 73 const json element = R"( "${bit_pos}" )"_json; in TEST() local 81 const json element = R"( 1.03 )"_json; in TEST() local 93 const json element = R"( -1 )"_json; in TEST() local 105 const json element = R"( 8 )"_json; in TEST() local 118 const json element = R"( "${bit_pos}" )"_json; in TEST() local 132 const json element = R"( 0 )"_json; in TEST() local [all …]
|
| /openbmc/phosphor-power/phosphor-power-sequencer/test/ |
| H A D | config_file_parser_tests.cpp | 365 const json element = R"( in TEST() local 393 const json element = R"( in TEST() local 416 const json element = R"( in TEST() local 441 const json element = R"( [ "vdda", "vddb" ] )"_json; in TEST() local 454 const json element = R"( in TEST() local 474 const json element = R"( in TEST() local 493 const json element = R"( in TEST() local 512 const json element = R"( in TEST() local 531 const json element = R"( in TEST() local 549 const json element = R"( in TEST() local [all …]
|
| /openbmc/boost-dbus/include/dbus/ |
| H A D | element.hpp | 54 struct element { struct 55 static constexpr int code = DBUS_TYPE_INVALID; 59 struct element<bool> { struct 60 static constexpr int code = DBUS_TYPE_BOOLEAN; 64 struct element<byte> { struct 65 static constexpr int code = DBUS_TYPE_BYTE; 69 struct element<int16> { struct 70 static constexpr int code = DBUS_TYPE_INT16; 74 struct element<uint16> { struct 75 static constexpr int code = DBUS_TYPE_UINT16; [all …]
|
| /openbmc/phosphor-power/phosphor-regulators/src/ |
| H A D | config_file_parser.cpp | 60 std::unique_ptr<Action> parseAction(const json& element) in parseAction() 175 std::vector<std::unique_ptr<Action>> parseActionArray(const json& element) in parseActionArray() 186 std::unique_ptr<AndAction> parseAnd(const json& element) in parseAnd() 201 std::unique_ptr<Chassis> parseChassis(const json& element) in parseChassis() 242 std::vector<std::unique_ptr<Chassis>> parseChassisArray(const json& element) in parseChassisArray() 253 std::unique_ptr<ComparePresenceAction> parseComparePresence(const json& element) in parseComparePresence() 274 std::unique_ptr<CompareVPDAction> parseCompareVPD(const json& element) in parseCompareVPD() 316 std::unique_ptr<Configuration> parseConfiguration(const json& element) in parseConfiguration() 347 std::unique_ptr<Device> parseDevice(const json& element) in parseDevice() 436 std::vector<std::unique_ptr<Device>> parseDeviceArray(const json& element) in parseDeviceArray() [all …]
|
| /openbmc/phosphor-power/ |
| H A D | json_parser_utils.cpp | 29 uint8_t parseBitPosition(const nlohmann::json& element, in parseBitPosition() 40 uint8_t parseBitValue(const nlohmann::json& element, in parseBitValue() 51 bool parseBoolean(const nlohmann::json& element, in parseBoolean() 75 double parseDouble(const nlohmann::json& element, in parseDouble() 99 uint8_t parseHexByte(const nlohmann::json& element, in parseHexByte() 115 const nlohmann::json& element, in parseHexByteArray() 127 int8_t parseInt8(const nlohmann::json& element, in parseInt8() 138 int parseInteger(const nlohmann::json& element, in parseInteger() 162 std::string parseString(const nlohmann::json& element, bool isEmptyValid, in parseString() 178 uint8_t parseUint8(const nlohmann::json& element, in parseUint8() [all …]
|
| H A D | json_parser_utils.hpp | 63 inline const nlohmann::json& getRequiredProperty(const nlohmann::json& element, in getRequiredProperty() 268 inline void verifyIsArray(const nlohmann::json& element) in verifyIsArray() 283 inline void verifyIsObject(const nlohmann::json& element) in verifyIsObject() 302 inline void verifyPropertyCount(const nlohmann::json& element, in verifyPropertyCount()
|
| /openbmc/phosphor-power/phosphor-power-sequencer/src/ |
| H A D | config_file_parser.cpp | 100 const json& element, in parseChassis() 154 const json& element, in parseChassisArray() 169 const json& element, bool isChassisTemplate, in parseChassisProperties() 221 const json& element) in parseChassisTemplate() 259 const json& element) in parseChassisTemplateArray() 270 PgoodGPIO parseGPIO(const json& element, in parseGPIO() 297 const nlohmann::json& element, in parseI2CInterface() 320 const nlohmann::json& element, in parsePowerSequencer() 402 const nlohmann::json& element, in parsePowerSequencerArray() 416 const json& element, const std::map<std::string, std::string>& variables) in parseRail() [all …]
|
| /openbmc/qemu/include/qapi/ |
| H A D | util.h | 39 #define QAPI_LIST_PREPEND(list, element) do { \ argument 53 #define QAPI_LIST_APPEND(tail, element) do { \ argument
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | bootstrap-3.4.1.js | 190 var Button = function (element, options) { argument 316 var Carousel = function (element, options) { argument 564 var Collapse = function (element, options) { argument 689 .each($.proxy(function (i, element) { argument 696 Collapse.prototype.addAriaAndCollapsedClass = function ($element, $trigger) { 778 var Dropdown = function (element) { argument 942 var Modal = function (element, options) { argument 1202 $(this.fixedContent).each(function (index, element) { argument 1214 $(this.fixedContent).each(function (index, element) { argument 1432 var Tooltip = function (element, options) { argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
| H A D | _html5lib.py | 200 def testSerializer(self, element): argument 205 def serializeElement(element, indent=0): argument 251 def __init__(self, element): argument 281 def __init__(self, element, soup, namespace): argument 475 def __init__(self, element, soup): argument
|
| /openbmc/phosphor-webui/app/common/directives/ |
| H A D | input.js | 6 return function(scope, element, attrs) { argument
|
| H A D | dirPagination.js | 78 return function dirPaginationLinkFn(scope, element, attrs) { argument 177 function addNgRepeatToElement(element, attrs, repeatExpression) { argument 206 function removeTemporaryAttributes(element) { argument 294 function dirPaginationControlsLinkFn(scope, element, attrs) { argument
|
| /openbmc/phosphor-webui/app/common/components/table/ |
| H A D | table-checkbox.js | 10 const controller = function($element) {
|
| /openbmc/webui-vue/src/components/Mixins/ |
| H A D | JumpLinkMixin.js | 3 setFocus(element) { argument
|
| /openbmc/qemu/scripts/ |
| H A D | feature_to_c.py | 45 event, element = next(events) variable
|
| /openbmc/phosphor-mrw-tools/ |
| H A D | patchxml.py | 107 def delete_attrs(element, attrs): argument
|
| /openbmc/bios-bmc-smm-error-logger/src/rde/ |
| H A D | rde_dictionary_manager.cpp | 99 for (const auto& element : dictionaries) in invalidateDictionaries() local
|
| /openbmc/bmcweb/scripts/ |
| H A D | generate_schema_enums.py | 32 def parse_schema(element, filename): argument
|
| H A D | generate_schema_collections.py | 118 root, curr_entitytype, element, path, top_collections, found_top, xml_map argument
|
| /openbmc/bmcweb/include/ |
| H A D | event_service_store.hpp | 50 for (const auto& element : j) in fromJson() local 303 for (const auto& element : j) in fromJson() local
|
| /openbmc/sdbusplus/include/sdbusplus/asio/ |
| H A D | object_server.hpp | 558 [&name](const auto& element) { return element.name_ == name; }); in set_property() 756 for (auto& element : property_callbacks_) in initialize() local 775 for (auto& element : method_callbacks_) in initialize() local 785 for (const auto& element : signals_) in initialize() local 802 for (const auto& element : property_callbacks_) in initialize() local
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_nested.c | 1068 struct guest_state_element *element, in guest_state_element_next() 1101 static void log_element(struct guest_state_element *element, in log_element() 1115 struct guest_state_element *element; in guest_state_request_check() local 1196 struct guest_state_element *element, in is_gsr_invalid() 1460 struct guest_state_element *element; in getset_state() local 1705 struct guest_state_element *element; in exit_process_output_buffer() local
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | fru_parser.cpp | 57 for (const auto& element : dbusMap.items()) setupDefaultDBusLookup() local
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate-a64.h | 81 int element, MemOp size) in vec_reg_offset()
|