Home
last modified time | relevance | path

Searched full:pretty (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Djournalpretty4 # @brief: Collect Journal pretty log information.
9 desc="Journal pretty log"
10 file_name="journal-pretty.log"
11 command="journalctl -o json-pretty -r"
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_shell.py26 -p, --pretty Pretty-print JSON
78 Use the -v and -p options to activate the verbose and pretty-print options,
176 :param pretty: Pretty-print QMP messages.
180 pretty: bool = False,
191 self.pretty = pretty
340 indent=4 if self.pretty else None,
341 sort_keys=self.pretty)
429 :param pretty: Pretty-print QMP messages.
433 pretty: bool = False,
437 super().__init__(address, pretty, verbose, server, logfile)
[all …]
/openbmc/qemu/qobject/
H A Djson-writer.c21 bool pretty; member
27 JSONWriter *json_writer_new(bool pretty) in json_writer_new() argument
31 writer->pretty = pretty; in json_writer_new()
89 if (writer->pretty) { in pretty_newline()
97 if (writer->pretty) { in pretty_newline_or_space()
H A Dqjson.c221 GString *qobject_to_json_pretty(const QObject *obj, bool pretty) in qobject_to_json_pretty() argument
223 JSONWriter *writer = json_writer_new(pretty); in qobject_to_json_pretty()
/openbmc/linux/tools/testing/selftests/bpf/
H A Djson_writer.c24 bool pretty; /* optional whitepace */ member
28 /* indentation for pretty print */
36 /* end current line and indent if pretty printing */
39 if (!self->pretty) in jsonw_eol()
96 self->pretty = false; in jsonw_new()
116 self->pretty = on; in jsonw_pretty()
154 if (self->pretty) in jsonw_name()
/openbmc/linux/tools/bpf/bpftool/
H A Djson_writer.c24 bool pretty; /* optional whitepace */ member
28 /* indentation for pretty print */
36 /* end current line and indent if pretty printing */
39 if (!self->pretty) in jsonw_eol()
96 self->pretty = false; in jsonw_new()
116 self->pretty = on; in jsonw_pretty()
154 if (self->pretty) in jsonw_name()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/bats/
H A Dbats_1.11.1.bb33 PACKAGECONFIG ??= "pretty"
34 PACKAGECONFIG[pretty] = ",,,ncurses"
/openbmc/u-boot/include/configs/
H A Dtegra30-common.h24 * scriptaddr can be pretty much anywhere that doesn't conflict with something
27 * pxefile_addr_r can be pretty much anywhere that doesn't conflict with
H A Dtegra210-common.h23 * scriptaddr can be pretty much anywhere that doesn't conflict with something
26 * pxefile_addr_r can be pretty much anywhere that doesn't conflict with
H A Dtegra186-common.h26 * scriptaddr can be pretty much anywhere that doesn't conflict with something
29 * pxefile_addr_r can be pretty much anywhere that doesn't conflict with
H A Dtegra124-common.h29 * scriptaddr can be pretty much anywhere that doesn't conflict with something
32 * pxefile_addr_r can be pretty much anywhere that doesn't conflict with
H A Dtegra114-common.h27 * scriptaddr can be pretty much anywhere that doesn't conflict with something
30 * pxefile_addr_r can be pretty much anywhere that doesn't conflict with
H A Dtegra20-common.h28 * scriptaddr can be pretty much anywhere that doesn't conflict with something
31 * pxefile_addr_r can be pretty much anywhere that doesn't conflict with
/openbmc/qemu/qapi/
H A Dcontrol.json199 # @pretty: Enables pretty printing (QMP only)
209 '*pretty': 'bool',
/openbmc/linux/tools/testing/selftests/wireguard/
H A Dnetns.sh34 pretty() { echo -e "\x1b[32m\x1b[1m[+] ${1:+NS$1: }${2}\x1b[0m" >&3; } function
35 pp() { pretty "" "$*"; "$@"; }
37 n0() { pretty 0 "$*"; maybe_exec ip netns exec $netns0 "$@"; }
38 n1() { pretty 1 "$*"; maybe_exec ip netns exec $netns1 "$@"; }
39 n2() { pretty 2 "$*"; maybe_exec ip netns exec $netns2 "$@"; }
40 ip0() { pretty 0 "ip $*"; ip -n $netns0 "$@"; }
41 ip1() { pretty 1 "ip $*"; ip -n $netns1 "$@"; }
42 ip2() { pretty 2 "ip $*"; ip -n $netns2 "$@"; }
44 waitiperf() { pretty "${1//*-}" "wait for iperf:${3:-5201} pid $2"; while [[ $(ss -N "$1" -tlpH "sp…
45 waitncatudp() { pretty "${1//*-}" "wait for udp:1111 pid $2"; while [[ $(ss -N "$1" -ulpH 'sport = …
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/
H A Dminio_git.bb121 github.com/niemeyer/pretty:github.com/niemeyer/pretty \
130 github.com/tidwall/pretty:github.com/tidwall/pretty \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/
H A Dgeany-plugins_1.38.bb188 PLUGINS += "${PN}-pretty-printer"
189 LIC_FILES_CHKSUM += "file://pretty-printer/src/PrettyPrinter.c;beginline=1;endline=17;md5=1665115c2…
190 FILES:${PN}-pretty-printer = "${libdir}/geany/pretty-printer.so"
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A Dsystemd-pager.sh2 # by busybox is not. This make many interaction with systemd pretty
/openbmc/u-boot/doc/
H A DREADME.memory-test49 pretty much bogus settings of CONFIG_SYS_MEMTEST_START and
90 memory problems on a specific board. The code is pretty much board
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dsubstitutions.rst3 .. |COMMON_OPTIONS| replace:: { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-tabulate_0.9.0.bb1 SUMMARY = "Pretty-print tabular data"
/openbmc/openbmc/poky/meta/files/common-licenses/
H A Dcheckmk7 # (This is a free, non-copyleft license compatible with pretty much any
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-rich/
H A Dpython3-rich_13.9.4.bb3 Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, \
/openbmc/phosphor-gpio-monitor/presence/
H A Dgpio_presence.hpp60 * @param[in] name - Pretty name of the inventory item
134 /** @brief Pretty name of the inventory item*/
/openbmc/linux/Documentation/networking/
H A Dfib_trie.rst87 level compression. This part follows the original paper pretty closely
98 The route manipulation functions. Should conform pretty closely to the

12345678910>>...31