| /openbmc/qemu/qobject/ |
| H A D | json-writer.c | 29 JSONWriter *writer = g_new(JSONWriter, 1); in json_writer_new() local 38 const char *json_writer_get(JSONWriter *writer) in json_writer_get() 44 GString *json_writer_get_and_free(JSONWriter *writer) in json_writer_get_and_free() 54 void json_writer_free(JSONWriter *writer) in json_writer_free() 61 static void enter_container(JSONWriter *writer, bool is_array) in enter_container() 70 static void leave_container(JSONWriter *writer, bool is_array) in leave_container() 80 static bool in_object(JSONWriter *writer) in in_object() 87 static void pretty_newline(JSONWriter *writer) in pretty_newline() 95 static void pretty_newline_or_space(JSONWriter *writer) in pretty_newline_or_space() 105 static void quoted_str(JSONWriter *writer, const char *str) in quoted_str() [all …]
|
| H A D | qjson.c | 151 static void to_json(JSONWriter *writer, const char *name, in to_json() 223 JSONWriter *writer = json_writer_new(pretty); in qobject_to_json_pretty() local
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | parsing.py | 34 def __init__(self, writer, paths, options): argument 132 def compile(self, writer): argument 178 def crop(self, writer, crop_after): argument 291 def _parse_proc_ps_log(writer, file): argument 340 def _parse_taskstats_log(writer, file): argument 612 def _parse_dmesg(writer, file): argument 683 def _parse_pacct(writer, file): argument 707 def _parse_paternity_log(writer, file): argument 721 def _parse_cmdline_log(writer, file): argument 736 def _parse_bitbake_buildstats(writer, state, filename, file): argument [all …]
|
| H A D | batch.py | 20 def render(writer, trace, app_options, filename): argument
|
| H A D | samples.py | 128 def __init__(self, writer, process_map, sample_count, sample_period, start_time, end_time): argument 138 def __init__(self, writer, pid, cmd, ppid, start_time): argument 160 def split(self, writer, pid, cmd, ppid, start_time): argument
|
| H A D | process_tree.py | 40 def __init__(self, writer, kernel, psstats, sample_period, argument
|
| /openbmc/google-misc/subprojects/dhcp-done/ |
| H A D | file-io.cpp | 34 stdplus::fd::AtomicWriter writer(filename, 0644); in fileWrite() local
|
| /openbmc/phosphor-pid-control/sensors/ |
| H A D | pluggable.hpp | 22 std::unique_ptr<WriteInterface> writer, in PluggableSensor()
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | section_header_test.cpp | 35 Stream writer{data}; in TEST() local
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/ |
| H A D | parser_test.py | 18 writer = main._mk_writer(options) variable
|
| /openbmc/bmcweb/http/ |
| H A D | http_body.hpp | 171 class HttpBody::writer class in bmcweb::HttpBody 193 writer(boost::beast::http::header<IsRequest, Fields>& /*header*/, in writer() function in bmcweb::HttpBody::writer
|
| H A D | http2_connection.hpp | 59 std::optional<bmcweb::HttpBody::writer> writer; member
|
| /openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
| H A D | connection.py | 41 def __init__(self, reader, writer, timeout, max_chunk=DEFAULT_MAX_CHUNK): argument
|
| H A D | serv.py | 127 async def handle_stream_client(self, reader, writer): argument
|
| /openbmc/qemu/tests/unit/ |
| H A D | io-channel-helpers.c | 107 GThread *reader, *writer; in qio_channel_test_run_threads() local
|
| /openbmc/phosphor-networkd/src/ |
| H A D | config_parser.cpp | 282 stdplus::fd::AtomicWriter writer(filename, 0644); in writeFileInt() local
|