Home
last modified time | relevance | path

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

1234

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_tests.cpp216 const json element = R"( { "format": "linear" } )"_json; in TEST() local
224 const json element = R"( { "volts": 1.03 } )"_json; in TEST() local
238 const json element = R"( in TEST() local
252 const json element = R"( in TEST() local
265 const json element = R"( in TEST() local
279 const json element = R"( in TEST() local
294 const json element = R"( in TEST() local
310 const json element = R"( in TEST() local
324 const json element = R"( in TEST() local
339 const json element = R"( in TEST() local
[all …]
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_tests.cpp329 const json element = R"( { "name": "VDD_CPU0" } )"_json; in TEST() local
337 const json element = R"( { "foo": 23 } )"_json; in TEST() local
351 const json element = R"( true )"_json; in TEST() local
358 const json element = R"( false )"_json; in TEST() local
366 const json element = R"( 1 )"_json; in TEST() local
380 const json element = R"( in TEST() local
392 const json element = R"( in TEST() local
406 const json element = R"( [ "vdda", "vddb" ] )"_json; in TEST() local
418 const json element = R"( in TEST() local
434 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.hpp94 inline const nlohmann::json& getRequiredProperty(const nlohmann::json& element, in getRequiredProperty()
153 inline uint8_t parseBitPosition(const nlohmann::json& element) in parseBitPosition()
178 inline uint8_t parseBitValue(const nlohmann::json& element) in parseBitValue()
203 inline bool parseBoolean(const nlohmann::json& element) in parseBoolean()
312 inline double parseDouble(const nlohmann::json& element) in parseDouble()
337 inline uint8_t parseHexByte(const nlohmann::json& element) in parseHexByte()
495 inline int8_t parseInt8(const nlohmann::json& element) in parseInt8()
782 inline std::string parseString(const nlohmann::json& element, in parseString()
807 inline uint8_t parseUint8(const nlohmann::json& element) in parseUint8()
832 inline unsigned int parseUnsignedInteger(const nlohmann::json& element) in parseUnsignedInteger()
[all …]
H A Dconfig_file_parser.cpp55 std::unique_ptr<Action> parseAction(const json& element) in parseAction()
170 std::vector<std::unique_ptr<Action>> parseActionArray(const json& element) in parseActionArray()
181 std::unique_ptr<AndAction> parseAnd(const json& element) in parseAnd()
196 std::unique_ptr<Chassis> parseChassis(const json& element) in parseChassis()
237 std::vector<std::unique_ptr<Chassis>> parseChassisArray(const json& element) in parseChassisArray()
248 std::unique_ptr<ComparePresenceAction> parseComparePresence(const json& element) in parseComparePresence()
269 std::unique_ptr<CompareVPDAction> parseCompareVPD(const json& element) in parseCompareVPD()
311 std::unique_ptr<Configuration> parseConfiguration(const json& element) in parseConfiguration()
342 std::unique_ptr<Device> parseDevice(const json& element) in parseDevice()
431 std::vector<std::unique_ptr<Device>> parseDeviceArray(const json& element) in parseDeviceArray()
[all …]
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dconfig_file_parser.hpp92 inline const nlohmann::json& getRequiredProperty(const nlohmann::json& element, in getRequiredProperty()
114 inline bool parseBoolean(const nlohmann::json& element) in parseBoolean()
184 inline std::string parseString(const nlohmann::json& element, in parseString()
209 inline uint8_t parseUint8(const nlohmann::json& element) in parseUint8()
234 inline unsigned int parseUnsignedInteger(const nlohmann::json& element) in parseUnsignedInteger()
251 inline void verifyIsArray(const nlohmann::json& element) in verifyIsArray()
266 inline void verifyIsObject(const nlohmann::json& element) in verifyIsObject()
285 inline void verifyPropertyCount(const nlohmann::json& element, in verifyPropertyCount()
H A Dconfig_file_parser.cpp91 GPIO parseGPIO(const json& element) in parseGPIO()
116 std::unique_ptr<Rail> parseRail(const json& element) in parseRail()
194 std::vector<std::unique_ptr<Rail>> parseRailArray(const json& element) in parseRailArray()
205 std::vector<std::unique_ptr<Rail>> parseRoot(const json& element) in parseRoot()
/openbmc/linux/security/tomoyo/
Dgc.c
/openbmc/linux/scripts/
Dasn1_compiler.c
/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/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/linux/drivers/acpi/acpica/
Duttrack.c
/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/linux/drivers/scsi/esas2r/
Desas2r_int.c
Desas2r_io.c
/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/linux/drivers/net/ethernet/mellanox/mlxsw/
Dcore_acl_flex_keys.h
/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/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/phosphor-mrw-tools/
H A Dpatchxml.py107 def delete_attrs(element, attrs): argument
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp556 [&name](const auto& element) { return element.name_ == name; }); in set_property()
754 for (auto& element : property_callbacks_) in initialize() local
773 for (auto& element : method_callbacks_) in initialize() local
783 for (const auto& element : signals_) in initialize() local
800 for (const auto& element : property_callbacks_) in initialize() local
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Drde_dictionary_manager.cpp99 for (const auto& element : dictionaries) in invalidateDictionaries() local

1234