Home
last modified time | relevance | path

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

12345678910>>...24

/openbmc/phosphor-dbus-monitor/src/test/
H A Dmeson.build23 'pathgentest.hpp',
27 '-t', 'pathgentest.mako.hpp',
39 output: 'pathgentest.hpp',
58 'propertygentest.hpp',
74 output: 'propertygentest.hpp',
93 'propertywatchgentest.hpp',
128 'callbackgentest.hpp',
144 output: 'callbackgentest.hpp',
163 'callbackgroupgentest.hpp',
197 'conditiongentest.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/sdbusplus/tools/
H A Dmeson.build16 'sdbusplus/templates/error.hpp.mako',
18 'sdbusplus/templates/interface.aserver.hpp.mako',
19 'sdbusplus/templates/interface.client.hpp.mako',
20 'sdbusplus/templates/interface.common.hpp.mako',
23 'sdbusplus/templates/interface.server.hpp.mako',
25 'sdbusplus/templates/method.aserver.tag.hpp.mako',
26 'sdbusplus/templates/method.aserver.typeid.hpp.mako',
28 'sdbusplus/templates/method.client.hpp.mako',
30 'sdbusplus/templates/method.prototype.hpp.mako',
40 'sdbusplus/templates/property.client.hpp.mako',
[all …]
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dmeson.build4 output: 'elog-errors.hpp',
18 'elog.hpp',
19 'lg2.hpp',
20 'log.hpp',
21 'sdjournal.hpp',
26 'lg2/concepts.hpp',
27 'lg2/conversion.hpp',
28 'lg2/flags.hpp',
29 'lg2/header.hpp',
30 'lg2/level.hpp',
[all …]
/openbmc/sdeventplus/src/
H A Dmeson.build48 'sdeventplus/clock.hpp',
49 'sdeventplus/event.hpp',
50 'sdeventplus/exception.hpp',
51 'sdeventplus/types.hpp',
59 'sdeventplus/source/base.hpp',
60 'sdeventplus/source/child.hpp',
61 'sdeventplus/source/event.hpp',
62 'sdeventplus/source/io.hpp',
63 'sdeventplus/source/signal.hpp',
64 'sdeventplus/source/time.hpp',
[all …]
/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c419 char *start = hpp->buf; in __hist_entry__snprintf()
435 ret = scnprintf(hpp->buf, hpp->size, "%s", sep ?: " "); in __hist_entry__snprintf()
465 char *buf = hpp->buf; in hist_entry__hierarchy_fprintf()
474 advance_hpp(hpp, ret); in hist_entry__hierarchy_fprintf()
485 ret = scnprintf(hpp->buf, hpp->size, "%s", sep ?: " "); in hist_entry__hierarchy_fprintf()
500 ret = scnprintf(hpp->buf, hpp->size, "%*s", in hist_entry__hierarchy_fprintf()
502 advance_hpp(hpp, ret); in hist_entry__hierarchy_fprintf()
507 hpp->buf = buf; in hist_entry__hierarchy_fprintf()
508 hpp->size = size; in hist_entry__hierarchy_fprintf()
555 if (!hpp.skip) in hist_entry__block_fprintf()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0003-To-fix-errors-as-following.patch21 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
62 --- a/modules/ts/include/opencv2/ts/ts_ext.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.build28 'gpioplus/chip.hpp',
29 'gpioplus/event.hpp',
30 'gpioplus/handle.hpp',
34 'gpioplus/internal/fd.hpp',
35 'gpioplus/internal/sys.hpp',
39 'gpioplus/test/event.hpp',
40 'gpioplus/test/handle.hpp',
41 'gpioplus/test/sys.hpp',
45 'gpioplus/utility/aspeed.hpp',
/openbmc/linux/tools/perf/ui/
H A Dhist.c22 advance_hpp(hpp, __ret); \
33 char *buf = hpp->buf; in __hpp__fmt()
34 size_t size = hpp->size; in __hpp__fmt()
109 hpp->buf = buf; in __hpp__fmt()
110 hpp->size = size; in __hpp__fmt()
140 return snprintf(hpp->buf, hpp->size, " %*s", len - 1, "N/A"); in hpp__fmt_acc()
311 return scnprintf(hpp->buf, hpp->size, "%*s", len, fmt->name); in hpp__header_fn()
317 ssize_t ssize = hpp->size; in hpp_color_scnprintf()
324 ret = percent_color_len_snprintf(hpp->buf, hpp->size, fmt, len, percent); in hpp_color_scnprintf()
333 ssize_t ssize = hpp->size; in hpp_entry_scnprintf()
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c508 return scnprintf(hpp->buf, hpp->size, "%*s", width, text); in c2c_header()
652 return scnprintf(hpp->buf, hpp->size, "%*u", width, \
1181 ret = scnprintf(hpp->buf, hpp->size, "%5.1f%% ", in display_metrics()
1184 ret = scnprintf(hpp->buf, hpp->size, "%6s ", "n/a"); in display_metrics()
1208 ret = scnprintf(hpp->buf, hpp->size, "%21s", " "); in node_entry()
1215 ret = scnprintf(hpp->buf, hpp->size, " "); in node_entry()
1221 ret = scnprintf(hpp->buf, hpp->size, "%2d", node); in node_entry()
1256 ret = scnprintf(hpp->buf, hpp->size, "%5.1f%%}", in node_entry()
1259 ret = scnprintf(hpp->buf, hpp->size, "%6s}", "n/a"); in node_entry()
1266 ret = scnprintf(hpp->buf, hpp->size, "%2d{", node); in node_entry()
[all …]
/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>
56 ${s.render(loader, "signal.aserver.emit.hpp.mako", signal=s, interface=interface)}
73 ${p.render(loader, "property.aserver.tag.hpp.mako", property=p, interface=interface)}\
78 ${m.render(loader, "method.aserver.tag.hpp.mako", method=m, interface=interface)}\
82 ${p.render(loader, "property.aserver.get.hpp.mako", property=p, interface=interface)}
85 ${p.render(loader, "property.aserver.set.hpp.mako", property=p, interface=interface)}
108 ${m.render(loader, "method.aserver.typeid.hpp.mako", method=m, interface=interface)}\
111 ${s.render(loader, "signal.aserver.typeid.hpp.mako", signal=s, interface=interface)}\
[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/linux/tools/perf/util/
H A Dblock-info.c164 struct perf_hpp *hpp, in block_column_header() argument
171 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_column_header()
176 struct perf_hpp *hpp __maybe_unused, in block_column_width()
188 return __hpp__slsmg_color_printf(hpp, "%*.2f%%", in color_pct()
196 struct perf_hpp *hpp, in block_total_cycles_pct_entry() argument
248 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_cycles_lbr_entry()
269 struct perf_hpp *hpp, in block_avg_cycles_entry() argument
279 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_avg_cycles_entry()
311 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, buf); in block_range_entry()
321 return scnprintf(hpp->buf, hpp->size, "%*s", block_fmt->width, in block_dso_entry()
[all …]
/openbmc/linux/tools/perf/ui/gtk/
H A Dhists.c23 char *buf = hpp->buf; in __percent_color_snprintf()
24 size_t size = hpp->size; in __percent_color_snprintf()
307 struct perf_hpp hpp = { in perf_gtk__show_hists() local
449 bf = hpp->buf; in perf_gtk__add_hierarchy_entries()
450 size = hpp->size; in perf_gtk__add_hierarchy_entries()
459 snprintf(hpp->buf + ret, hpp->size - ret, " "); in perf_gtk__add_hierarchy_entries()
466 hpp->buf = bf; in perf_gtk__add_hierarchy_entries()
467 hpp->size = size; in perf_gtk__add_hierarchy_entries()
470 store, &iter, hpp, in perf_gtk__add_hierarchy_entries()
511 struct perf_hpp hpp = { in perf_gtk__show_hierarchy() local
[all …]
/openbmc/sdbusplus/example/gen/net/poettering/Calculator/
H A Dmeson.build5 …output: [ 'error.cpp', 'error.hpp', 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'clie…
/openbmc/phosphor-dbus-monitor/src/
H A Dmeson.build8 'templates/generated.mako.hpp',
11 'templates/errors.mako.hpp',
23 'generated.hpp',
27 '-t', 'generated.mako.hpp',
30 '-o', meson.current_build_dir() + '/generated.hpp',
31 '-e', meson.current_build_dir() + '/errors.hpp',
35 output: 'generated.hpp',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Chassis/
H A Dmeson.build5 …output: [ 'error.cpp', 'error.hpp', 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'clie…
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Host/
H A Dmeson.build5 …output: [ 'error.cpp', 'error.hpp', 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'clie…
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Version/
H A Dmeson.build5 …output: [ 'error.cpp', 'error.hpp', 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'clie…
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Smbios/MDR_V2/
H A Dmeson.build5 …output: [ 'error.cpp', 'error.hpp', 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'clie…
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Memory/MemoryECC/
H A Dmeson.build5 …output: [ 'error.cpp', 'error.hpp', 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'clie…
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/BMC/
H A Dmeson.build5 …output: [ 'error.cpp', 'error.hpp', 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'clie…
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Nvme/Status/
H A Dmeson.build5 …output: [ 'error.cpp', 'error.hpp', 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'clie…
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Create/
H A Dmeson.build5 …output: [ 'error.cpp', 'error.hpp', 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'clie…

12345678910>>...24