Home
last modified time | relevance | path

Searched refs:hpp (Results 1 – 25 of 656) sorted by relevance

12345678910>>...27

/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dmeson.build2 'elog-errors.hpp'.underscorify(),
4 output: 'elog-errors.hpp',
24 'commit.hpp',
25 'elog.hpp',
26 'lg2.hpp',
27 'log.hpp',
28 'sdjournal.hpp',
33 'lg2/concepts.hpp',
34 'lg2/conversion.hpp',
35 'lg2/flags.hpp',
[all …]
/openbmc/sdbusplus/tools/
H A Dmeson.build18 'sdbusplus/templates/error.hpp.mako',
21 'sdbusplus/templates/event.hpp.mako',
24 'sdbusplus/templates/events.hpp.mako',
26 'sdbusplus/templates/interface.aserver.hpp.mako',
27 'sdbusplus/templates/interface.client.hpp.mako',
28 'sdbusplus/templates/interface.common.hpp.mako',
31 'sdbusplus/templates/interface.server.hpp.mako',
32 'sdbusplus/templates/method.aserver.callback.hpp.mako',
33 'sdbusplus/templates/method.aserver.tag.hpp.mako',
34 'sdbusplus/templates/method.aserver.typeid.hpp.mako',
[all …]
/openbmc/phosphor-dbus-monitor/src/test/
H A Dmeson.build23 'pathgentest.hpp',
28 'pathgentest.hpp.mako',
34 meson.current_build_dir() + '/pathgentest.hpp',
36 meson.current_build_dir() + '/pathgentest-errors.hpp',
40 'templates/pathgentest.hpp.mako',
45 output: 'pathgentest.hpp',
63 'propertygentest.hpp',
68 'propertygentest.hpp.mako',
74 meson.current_build_dir() + '/propertygentest.hpp',
76 meson.current_build_dir() + '/propertygentest-errors.hpp',
[all …]
H A D.gitignore4 /pathgentest.hpp
6 /propertygentest.hpp
8 /propertywatchgentest.hpp
10 /callbackgentest.hpp
12 /callbackgroupgentest.hpp
14 /conditiongentest.hpp
18 /interfaceaddtest.hpp
/openbmc/sdeventplus/src/
H A Dmeson.build51 'sdeventplus/clock.hpp',
52 'sdeventplus/event.hpp',
53 'sdeventplus/exception.hpp',
54 'sdeventplus/types.hpp',
59 'sdeventplus/internal/sdevent.hpp',
64 'sdeventplus/source/base.hpp',
65 'sdeventplus/source/child.hpp',
66 'sdeventplus/source/event.hpp',
67 'sdeventplus/source/io.hpp',
68 'sdeventplus/source/signal.hpp',
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/
H A D0001-include-missing-cstdint.patch13 src/mcp9808/mcp9808.hpp | 1 +
14 src/micsv89/micsv89.hpp | 1 +
17 diff --git a/src/mcp9808/mcp9808.hpp b/src/mcp9808/mcp9808.hpp
19 --- a/src/mcp9808/mcp9808.hpp
20 +++ b/src/mcp9808/mcp9808.hpp
28 #include <interfaces/iTemperature.hpp>
29 diff --git a/src/micsv89/micsv89.hpp b/src/micsv89/micsv89.hpp
31 --- a/src/micsv89/micsv89.hpp
32 +++ b/src/micsv89/micsv89.hpp
/openbmc/gpioplus/src/
H A Dmeson.build30 'gpioplus/chip.hpp',
31 'gpioplus/event.hpp',
32 'gpioplus/handle.hpp',
37 'gpioplus/internal/fd.hpp',
38 'gpioplus/internal/sys.hpp',
43 'gpioplus/test/event.hpp',
44 'gpioplus/test/handle.hpp',
45 'gpioplus/test/sys.hpp',
49 install_headers('gpioplus/utility/aspeed.hpp', subdir: 'gpioplus/utility')
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0003-To-fix-errors-as-following.patch20 modules/ts/include/opencv2/ts.hpp | 4 ++--
21 modules/ts/include/opencv2/ts/ocl_test.hpp | 2 +-
22 modules/ts/include/opencv2/ts/ts_ext.hpp | 2 +-
25 diff --git a/modules/ts/include/opencv2/ts.hpp b/modules/ts/include/opencv2/ts.hpp
27 --- a/modules/ts/include/opencv2/ts.hpp
28 +++ b/modules/ts/include/opencv2/ts.hpp
47 diff --git a/modules/ts/include/opencv2/ts/ocl_test.hpp b/modules/ts/include/opencv2/ts/ocl_test.hpp
49 --- a/modules/ts/include/opencv2/ts/ocl_test.hpp
50 +++ b/modules/ts/include/opencv2/ts/ocl_test.hpp
60 diff --git a/modules/ts/include/opencv2/ts/ts_ext.hpp b/modules/ts/include/opencv2/ts/ts_ext.hpp
[all …]
/openbmc/bmcweb/
H A D.codespell-ignore2 redfish-core/include/registries/task_event_message_registry.hpp
3 redfish-core/include/generated/enums/task.hpp
4 redfish-core/include/generated/enums/job.hpp
5 redfish-core/lib/task.hpp
6 redfish-core/lib/log_services.hpp
9 redfish-core/include/generated/enums/drive.hpp
12 redfish-core/include/registries/base_message_registry.hpp
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libtoml11/files/
H A D0001-Remove-whitespace-in-operator.patch9 include/toml11/impl/../fwd/literal_fwd.hpp:22:26: error: identifier '_toml' preceded by whitespace …
17 include/toml11/fwd/literal_fwd.hpp | 2 +-
18 include/toml11/impl/literal_impl.hpp | 2 +-
21 diff --git a/include/toml11/fwd/literal_fwd.hpp b/include/toml11/fwd/literal_fwd.hpp
23 --- a/include/toml11/fwd/literal_fwd.hpp
24 +++ b/include/toml11/fwd/literal_fwd.hpp
34 diff --git a/include/toml11/impl/literal_impl.hpp b/include/toml11/impl/literal_impl.hpp
36 --- a/include/toml11/impl/literal_impl.hpp
37 +++ b/include/toml11/impl/literal_impl.hpp
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/apitrace/apitrace/
H A D0001-Explicit-header-stdint.patch12 frametrim/ft_dependecyobject.hpp | 1 +
16 diff --git a/frametrim/ft_dependecyobject.hpp b/frametrim/ft_dependecyobject.hpp
18 --- a/frametrim/ft_dependecyobject.hpp
19 +++ b/frametrim/ft_dependecyobject.hpp
23 #include "ft_tracecall.hpp"
38 #include "metric_writer.hpp"
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dinterface.aserver.hpp.mako2 #include <sdbusplus/async/server.hpp>
3 #include <sdbusplus/server/interface.hpp>
4 #include <sdbusplus/server/transaction.hpp>
66 ${s.render(loader, "signal.aserver.emit.hpp.mako", signal=s, interface=interface)}
83 ${p.render(loader, "property.aserver.tag.hpp.mako", property=p, interface=interface)}\
88 ${m.render(loader, "method.aserver.tag.hpp.mako", method=m, interface=interface)}\
92 ${p.render(loader, "property.aserver.get.hpp.mako", property=p, interface=interface)}
95 ${p.render(loader, "property.aserver.set.hpp.mako", property=p, interface=interface)}
115 ${p.render(loader, "property.aserver.typeid.hpp.mako", property=p, interface=interface)}\
118 ${m.render(loader, "method.aserver.typeid.hpp.mako", method=m, interface=interface)}\
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dssize_t.patch9 wsrep-lib/include/wsrep/gtid.hpp | 2 +-
12 diff --git a/wsrep-lib/include/wsrep/gtid.hpp b/wsrep-lib/include/wsrep/gtid.hpp
14 --- a/wsrep-lib/include/wsrep/gtid.hpp
15 +++ b/wsrep-lib/include/wsrep/gtid.hpp
17 #include "compiler.hpp"
/openbmc/openbmc/poky/meta/recipes-support/aspell/aspell/
H A D0001-modules-speller-default-vector_hash-t.hpp-fix-gcc-15.patch4 Subject: [PATCH] modules/speller/default/vector_hash-t.hpp: fix gcc-15 build
13 …modules/speller/default/vector_hash-t.hpp: In member function 'void aspeller::VectorHashTable<Parm…
14 …modules/speller/default/vector_hash-t.hpp:186:43: error: 'class aspeller::VectorHashTable<Parms>' …
17 …modules/speller/default/vector_hash-t.hpp:186:59: error: 'class aspeller::VectorHashTable<Parms>' …
27 modules/speller/default/vector_hash-t.hpp | 2 +-
30 diff --git a/modules/speller/default/vector_hash-t.hpp b/modules/speller/default/vector_hash-t.hpp
32 --- a/modules/speller/default/vector_hash-t.hpp
33 +++ b/modules/speller/default/vector_hash-t.hpp
/openbmc/phosphor-dbus-monitor/src/
H A Dmeson.build8 'templates/errors.hpp.mako',
10 'templates/generated.hpp.mako',
23 'generated.hpp',
28 'generated.hpp.mako',
34 meson.current_build_dir() + '/generated.hpp',
36 meson.current_build_dir() + '/errors.hpp',
41 output: 'generated.hpp',
/openbmc/sdbusplus/example/gen/net/poettering/Calculator/
H A Dmeson.build13 'event.hpp',
14 'common.hpp',
15 'server.hpp',
17 'aserver.hpp',
18 'client.hpp',
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0009-demux-dash-include-cstdint-needed-for-uint64_t.patch13 modules/demux/dash/mpd/TemplatedUri.hpp | 1 +
16 diff --git a/modules/demux/dash/mpd/TemplatedUri.hpp b/modules/demux/dash/mpd/TemplatedUri.hpp
18 --- a/modules/demux/dash/mpd/TemplatedUri.hpp
19 +++ b/modules/demux/dash/mpd/TemplatedUri.hpp
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Version/
H A Dmeson.build13 'error.hpp',
14 'common.hpp',
15 'server.hpp',
17 'aserver.hpp',
18 'client.hpp',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Leak/Detector/
H A Dmeson.build13 'event.hpp',
14 'common.hpp',
15 'server.hpp',
17 'aserver.hpp',
18 'client.hpp',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Create/
H A Dmeson.build13 'error.hpp',
14 'common.hpp',
15 'server.hpp',
17 'aserver.hpp',
18 'client.hpp',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Update/
H A Dmeson.build13 'error.hpp',
14 'common.hpp',
15 'server.hpp',
17 'aserver.hpp',
18 'client.hpp',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Smbios/MDR_V2/
H A Dmeson.build13 'error.hpp',
14 'common.hpp',
15 'server.hpp',
17 'aserver.hpp',
18 'client.hpp',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Nvme/Status/
H A Dmeson.build13 'error.hpp',
14 'common.hpp',
15 'server.hpp',
17 'aserver.hpp',
18 'client.hpp',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Leak/DetectorGroup/
H A Dmeson.build13 'event.hpp',
14 'common.hpp',
15 'server.hpp',
17 'aserver.hpp',
18 'client.hpp',
/openbmc/phosphor-dbus-interfaces/gen/com/google/gbmc/Hoth/
H A Dmeson.build13 'error.hpp',
14 'common.hpp',
15 'server.hpp',
17 'aserver.hpp',
18 'client.hpp',

12345678910>>...27