/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | config_file_parser_tests.cpp | 216 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 D | config_file_parser_tests.cpp | 329 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 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.hpp | 94 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 D | config_file_parser.cpp | 55 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 D | config_file_parser.hpp | 92 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 D | config_file_parser.cpp | 91 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/ |
D | gc.c |
|
/openbmc/linux/scripts/ |
D | asn1_compiler.c |
|
/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/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/linux/drivers/acpi/acpica/ |
D | uttrack.c |
|
/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/linux/drivers/scsi/esas2r/ |
D | esas2r_int.c |
|
D | esas2r_io.c |
|
/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/linux/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_acl_flex_keys.h |
|
/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/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/phosphor-mrw-tools/ |
H A D | patchxml.py | 107 def delete_attrs(element, attrs): argument
|
/openbmc/sdbusplus/include/sdbusplus/asio/ |
H A D | object_server.hpp | 556 [&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 D | rde_dictionary_manager.cpp | 99 for (const auto& element : dictionaries) in invalidateDictionaries() local
|