Home
last modified time | relevance | path

Searched refs:enums (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gcab/gcab/
H A D0001-gcab-enums.c.etemplate-include-basename-instead-of-f.patch4 Subject: [PATCH] gcab-enums.c.etemplate: include @basename@ instead of full
8 …ERROR: QA Issue: File /usr/src/debug/gcab/1.6/libgcab/gcab-enums.c in package gcab-src contains re…
11 ./usr/src/debug/lib32-gcab/1.6/libgcab/gcab-enums.c:#include "WORKDIR/build/../gcab-1.6/libgcab/gca…
12 ./usr/src/debug/lib32-gcab/1.6/libgcab/gcab-enums.c:#include "WORKDIR/build/../gcab-1.6/libgcab/gca…
22 libgcab/gcab-enums.c.etemplate | 2 +-
25 diff --git a/libgcab/gcab-enums.c.etemplate b/libgcab/gcab-enums.c.etemplate
27 --- a/libgcab/gcab-enums.c.etemplate
28 +++ b/libgcab/gcab-enums.c.etemplate
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp/
H A D0001-gssdp-enums.c.template-use-basename-instead-of-filen.patch4 Subject: [PATCH] gssdp-enums.c.template: use basename instead of filename
12 libgssdp/gssdp-enums.c.template | 4 ++--
15 diff --git a/libgssdp/gssdp-enums.c.template b/libgssdp/gssdp-enums.c.template
17 --- a/libgssdp/gssdp-enums.c.template
18 +++ b/libgssdp/gssdp-enums.c.template
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gupnp/
H A D0001-gupnp-enums.c.template-use-basename-instead-of-filen.patch4 Subject: [PATCH] gupnp-enums.c.template: use @basename@ instead of @filename@
12 libgupnp/gupnp-enums.c.template | 4 ++--
15 diff --git a/libgupnp/gupnp-enums.c.template b/libgupnp/gupnp-enums.c.template
17 --- a/libgupnp/gupnp-enums.c.template
18 +++ b/libgupnp/gupnp-enums.c.template
/openbmc/u-boot/Documentation/sphinx/
H A Dparse-headers.pl27 my %enums;
101 $enums{$s} = "enum :c:type:`$s`\\ ";
165 delete $enums{$1} if (exists($enums{$1}));
216 $enums{$old} = $new if (exists($enums{$old}));
231 print Data::Dumper->Dump([\%enums], [qw(*enums)]) if (%enums);
290 foreach my $r (keys %enums) {
291 my $s = $enums{$r};
/openbmc/bmcweb/
H A D.codespell-ignore3 redfish-core/include/generated/enums/task.hpp
4 redfish-core/include/generated/enums/job.hpp
9 redfish-core/include/generated/enums/drive.hpp
/openbmc/bmcweb/scripts/
H A Dgenerate_schema_enums.py40 enums = []
42 enums.append(member.attrib["Name"])
43 EntityTypes.append(Enum(name, enums, namespace, filename))
45 enums = []
50 enums.append(member.attrib["String"])
51 EntityTypes.append(Enum(name, enums, namespace, filename))
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-photos/
H A Dgnome-photos_44.0.bb56 sed -i "s|${B}||" src/photos-enums.h
57 sed -i "s|${B}||" src/photos-enums.c
58 sed -i "s|${B}||" src/photos-enums-gegl.c
59 sed -i "s|${B}||" src/photos-enums-gegl.h
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/
H A D0001-Add-meson-option-to-pass-sysroot.patch32 …sktop_dep.get_variable(pkgconfig: 'prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h'
33 …ktop_dep.get_variable(pkgconfig: 'prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h',
45 …sktop_dep.get_variable(pkgconfig: 'prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h'
46 …ktop_dep.get_variable(pkgconfig: 'prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h',
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dinterface.md.mako35 % if len(interface.enums):
36 % for e in interface.enums:
H A Dinterface.common.hpp.mako25 % for e in interface.enums:
99 % for e in interface.enums:
126 % for e in interface.enums:
141 % for e in interface.enums:
206 % for e in interface.enums:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/magic-enum/
H A Dmagic-enum_0.9.7.bb5 SUMMARY = "Static reflection for enums"
6 DESCRIPTION = "Header-only C++17 library provides static reflection for enums, works \
/openbmc/qemu/tests/qapi-schema/
H A Denum-missing-data.json1 # we require that all QAPI enums have a data array
H A Dbad-data.json1 # we ensure 'data' is a dictionary for all but enums
H A Denum-wrong-data.json1 # we require that all qapi enums have an array for data
H A Denum-clash-member.json1 # we reject enums where members will clash when mapped to C enum
/openbmc/skeleton/pysystemmgr/
H A Dsystem_manager.py13 import obmc.enums
89 r = [obmc.enums.GPIO_DEV, gpio_num, gpio["direction"]]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gcab/
H A Dgcab_1.6.bb10 file://0001-gcab-enums.c.etemplate-include-basename-instead-of-f.patch \
/openbmc/libbej/test/
H A Dbej_decoder_test.cpp135 std::vector<std::unique_ptr<RedfishPropertyLeafEnum>> enums; in TEST() local
138 enums.reserve(numElements); in TEST()
157 enums.push_back(std::move(chArraySetLs)); in TEST()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/localsearch/
H A D0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch22 +#include "tracker-enums.h"
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gexiv2/
H A Dgexiv2_0.14.3.bb25 ${B}/gexiv2/gexiv2-enums.cpp
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/
H A Dgupnp_1.6.6.bb11 SRC_URI += "file://0001-gupnp-enums.c.template-use-basename-instead-of-filen.patch"
H A Dgssdp_1.6.3.bb9 SRC_URI:append = " file://0001-gssdp-enums.c.template-use-basename-instead-of-filen.patch"
/openbmc/qemu/hw/intc/
H A Dsh_intc.c127 intc_enum **enums, in sh_intc_locate() argument
145 *enums = mr->enum_ids; in sh_intc_locate()
161 *enums = pr->enum_ids; in sh_intc_locate()
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0003-debug-prefix-map.patch33 … = DEF(GCC_ALL_CC_FLAGS) -mlittle-endian -mabi=aapcs -fno-short-enums -funsigned-char -f…
34 …LAGS) -mabi=lp64d -fno-asynchronous-unwind-tables -Wno-address -fno-short-enums -fsigned-char -ffu…
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/
H A D0001-Added-handshake-history-reporting-when-test-fails.patch57 +static const char *enum_name(const enum_name_map *enums, size_t num_enums,
62 + if (enums[i].value == value) {
63 + return enums[i].name;

12