Home
last modified time | relevance | path

Searched defs:element (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_tests.cpp217 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 Djson_parser_utils_tests.cpp36 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 Dconfig_file_parser_tests.cpp365 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 Delement.hpp54 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 Dconfig_file_parser.cpp60 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 Djson_parser_utils.cpp29 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 Djson_parser_utils.hpp63 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 Dconfig_file_parser.cpp100 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 Dutil.h39 #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 Dbootstrap-3.4.1.js190 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.py200 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 Dinput.js6 return function(scope, element, attrs) { argument
H A DdirPagination.js78 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 Dtable-checkbox.js10 const controller = function($element) {
/openbmc/webui-vue/src/components/Mixins/
H A DJumpLinkMixin.js3 setFocus(element) { argument
/openbmc/qemu/scripts/
H A Dfeature_to_c.py45 event, element = next(events) variable
/openbmc/phosphor-mrw-tools/
H A Dpatchxml.py107 def delete_attrs(element, attrs): argument
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Drde_dictionary_manager.cpp99 for (const auto& element : dictionaries) in invalidateDictionaries() local
/openbmc/bmcweb/scripts/
H A Dgenerate_schema_enums.py32 def parse_schema(element, filename): argument
H A Dgenerate_schema_collections.py118 root, curr_entitytype, element, path, top_collections, found_top, xml_map argument
/openbmc/bmcweb/include/
H A Devent_service_store.hpp50 for (const auto& element : j) in fromJson() local
303 for (const auto& element : j) in fromJson() local
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp558 [&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 Dspapr_nested.c1068 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 Dfru_parser.cpp57 for (const auto& element : dbusMap.items()) setupDefaultDBusLookup() local
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.h81 int element, MemOp size) in vec_reg_offset()

123