Home
last modified time | relevance | path

Searched defs:writer (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/qobject/
H A Djson-writer.c29 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 Dqjson.c151 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 Dparsing.py34 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 Dbatch.py20 def render(writer, trace, app_options, filename): argument
H A Dsamples.py128 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 Dprocess_tree.py40 def __init__(self, writer, kernel, psstats, sample_period, argument
/openbmc/google-misc/subprojects/dhcp-done/
H A Dfile-io.cpp34 stdplus::fd::AtomicWriter writer(filename, 0644); in fileWrite() local
/openbmc/phosphor-pid-control/sensors/
H A Dpluggable.hpp22 std::unique_ptr<WriteInterface> writer, in PluggableSensor()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dsection_header_test.cpp35 Stream writer{data}; in TEST() local
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dparser_test.py18 writer = main._mk_writer(options) variable
/openbmc/bmcweb/http/
H A Dhttp_body.hpp171 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 Dhttp2_connection.hpp59 std::optional<bmcweb::HttpBody::writer> writer; member
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dconnection.py41 def __init__(self, reader, writer, timeout, max_chunk=DEFAULT_MAX_CHUNK): argument
H A Dserv.py127 async def handle_stream_client(self, reader, writer): argument
/openbmc/qemu/tests/unit/
H A Dio-channel-helpers.c107 GThread *reader, *writer; in qio_channel_test_run_threads() local
/openbmc/phosphor-networkd/src/
H A Dconfig_parser.cpp282 stdplus::fd::AtomicWriter writer(filename, 0644); in writeFileInt() local