/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ |
H A D | journalpretty | 4 # @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 D | qmp_shell.py | 26 -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 D | json-writer.c | 21 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 D | qjson.c | 221 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 D | json_writer.c | 24 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 D | json_writer.c | 24 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 D | bats_1.11.1.bb | 33 PACKAGECONFIG ??= "pretty" 34 PACKAGECONFIG[pretty] = ",,,ncurses"
|
/openbmc/u-boot/include/configs/ |
H A D | tegra30-common.h | 24 * 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 D | tegra210-common.h | 23 * 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 D | tegra186-common.h | 26 * 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 D | tegra124-common.h | 29 * 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 D | tegra114-common.h | 27 * 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 D | tegra20-common.h | 28 * 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 D | control.json | 199 # @pretty: Enables pretty printing (QMP only) 209 '*pretty': 'bool',
|
/openbmc/linux/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 34 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 D | minio_git.bb | 121 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 D | geany-plugins_1.38.bb | 188 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 D | systemd-pager.sh | 2 # by busybox is not. This make many interaction with systemd pretty
|
/openbmc/u-boot/doc/ |
H A D | README.memory-test | 49 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 D | substitutions.rst | 3 .. |COMMON_OPTIONS| replace:: { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--…
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-tabulate_0.9.0.bb | 1 SUMMARY = "Pretty-print tabular data"
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | checkmk | 7 # (This is a free, non-copyleft license compatible with pretty much any
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-rich/ |
H A D | python3-rich_13.9.4.bb | 3 Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, \
|
/openbmc/phosphor-gpio-monitor/presence/ |
H A D | gpio_presence.hpp | 60 * @param[in] name - Pretty name of the inventory item 134 /** @brief Pretty name of the inventory item*/
|
/openbmc/linux/Documentation/networking/ |
H A D | fib_trie.rst | 87 level compression. This part follows the original paper pretty closely 98 The route manipulation functions. Should conform pretty closely to the
|