Home
last modified time | relevance | path

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

123456

/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/linux/mm/
H A Dmempool.c24 static void poison_error(mempool_t *pool, void *element, size_t size, in poison_error()
41 static void __check_element(mempool_t *pool, void *element, size_t size) in __check_element()
57 static void check_element(mempool_t *pool, void *element) in check_element()
74 static void __poison_element(void *element, size_t size) in __poison_element()
82 static void poison_element(mempool_t *pool, void *element) in poison_element()
99 static inline void check_element(mempool_t *pool, void *element) in check_element()
102 static inline void poison_element(mempool_t *pool, void *element) in poison_element()
107 static __always_inline void kasan_poison_element(mempool_t *pool, void *element) in kasan_poison_element()
116 static void kasan_unpoison_element(mempool_t *pool, void *element) in kasan_unpoison_element()
127 static __always_inline void add_element(mempool_t *pool, void *element) in add_element()
[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/
H A Dgc.c40 static bool tomoyo_struct_used_by_io_buffer(const struct list_head *element) in tomoyo_struct_used_by_io_buffer()
109 static inline void tomoyo_del_transition_control(struct list_head *element) in tomoyo_del_transition_control()
125 static inline void tomoyo_del_aggregator(struct list_head *element) in tomoyo_del_aggregator()
141 static inline void tomoyo_del_manager(struct list_head *element) in tomoyo_del_manager()
156 static void tomoyo_del_acl(struct list_head *element) in tomoyo_del_acl()
251 static inline void tomoyo_del_domain(struct list_head *element) in tomoyo_del_domain()
277 void tomoyo_del_condition(struct list_head *element) in tomoyo_del_condition()
317 static inline void tomoyo_del_name(struct list_head *element) in tomoyo_del_name()
329 static inline void tomoyo_del_path_group(struct list_head *element) in tomoyo_del_path_group()
344 static inline void tomoyo_del_group(struct list_head *element) in tomoyo_del_group()
[all …]
/openbmc/linux/scripts/
H A Dasn1_compiler.c681 struct element { struct
686 struct element *children; argument
687 struct element *next; argument
688 struct element *render_next; argument
689 struct element *list_next; argument
690 uint8_t n_elements; argument
708 struct element *element; argument
856 struct element *top, *element; in parse_type() local
1150 struct element *children, **child_p = &children, *element; in parse_compound() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_keys.c147 enum mlxsw_afk_element element) in mlxsw_afk_picker_count_hits()
207 enum mlxsw_afk_element element; in mlxsw_afk_picker_key_info_add() local
229 enum mlxsw_afk_element element; in mlxsw_afk_picker() local
334 enum mlxsw_afk_element element) in mlxsw_afk_block_elinst_get()
350 enum mlxsw_afk_element element, in mlxsw_afk_key_info_elinst_get()
386 enum mlxsw_afk_element element, in mlxsw_afk_values_add_u32()
404 enum mlxsw_afk_element element, in mlxsw_afk_values_add_buf()
476 enum mlxsw_afk_element element; in mlxsw_afk_encode() local
H A Dcore_acl_flex_keys.h51 enum mlxsw_afk_element element; /* element ID */ member
79 enum mlxsw_afk_element element; member
144 #define mlxsw_afk_element_usage_for_each(element, elusage) \ argument
149 enum mlxsw_afk_element element) in mlxsw_afk_element_usage_add()
/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/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/
H A Duttrack.c281 struct acpi_debug_mem_block *element; in acpi_ut_find_allocation() local
337 struct acpi_debug_mem_block *element; in acpi_ut_track_allocation() local
542 struct acpi_debug_mem_block *element; in acpi_ut_dump_allocations() local
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_int.c342 struct list_head *element, *next; in esas2r_do_deferred_processes() local
395 struct list_head *element; in esas2r_process_adapter_reset() local
449 struct list_head *element; in esas2r_process_bus_reset() local
/openbmc/linux/include/linux/
H A Dmin_heap.h100 const void *element, in min_heap_pop_push()
109 void min_heap_push(struct min_heap *heap, const void *element, in min_heap_push()
/openbmc/phosphor-webui/app/common/directives/
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
H A Dinput.js6 return function(scope, element, attrs) { argument
/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c77 struct acpi_buffer element = { 0, NULL }; in acpi_parse_trt() local
151 struct acpi_buffer element = { 0, NULL }; in acpi_parse_art() local
272 struct acpi_buffer element = { 0, NULL }; in acpi_parse_psvt() local
/openbmc/linux/drivers/mfd/
H A Dsi476x-prop.c19 static bool si476x_core_element_is_in_array(u16 element, in si476x_core_element_is_in_array()
32 static bool si476x_core_element_is_in_range(u16 element, in si476x_core_element_is_in_range()
/openbmc/linux/drivers/acpi/
H A Dutils.c74 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package() local
166 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package() local
252 union acpi_object element; in acpi_evaluate_integer() local
340 union acpi_object *element = NULL; in acpi_evaluate_reference() local
/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

123456