/third_party/node/tools/gyp/pylib/gyp/ |
H A D | easy_xml.py | 12 def XmlToString(content, encoding="utf-8", pretty=False): 45 pretty: True if we want pretty printing with indents and new lines. 52 if pretty: 54 _ConstructContentList(xml_parts, content, pretty) 60 def _ConstructContentList(xml_parts, specification, pretty, level=0): 66 pretty: True if we want pretty printing with indents and new lines. 70 if pretty: 102 _ConstructContentList(xml_parts, child_spec, pretty, leve [all...] |
H A D | easy_xml_test.py | 50 pretty=True,
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | easy_xml.py | 12 def XmlToString(content, encoding="utf-8", pretty=False): 45 pretty: True if we want pretty printing with indents and new lines. 52 if pretty: 54 _ConstructContentList(xml_parts, content, pretty) 60 def _ConstructContentList(xml_parts, specification, pretty, level=0): 66 pretty: True if we want pretty printing with indents and new lines. 70 if pretty: 102 _ConstructContentList(xml_parts, child_spec, pretty, leve [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | p2p-nfc.py | 171 print(message.pretty()) 183 print(message.pretty()) 222 print(message.pretty()) 229 print(message.pretty()) 266 # override to avoid parser error in request/response.pretty() in nfcpy 288 print("Parsed handover request: " + request.pretty()) 304 print(carrier.record.pretty()) 334 print(carrier.record.pretty()) 357 print(sel.pretty()) 445 print(p2p_sel_data.pretty()) [all...] |
H A D | wps-nfc.py | 145 # override to avoid parser error in request/response.pretty() in nfcpy 166 print("Parsed handover request: " + request.pretty()) 193 print(sel.pretty()) 219 print(message.pretty()) 258 print(message.pretty()) 265 print(message.pretty()) 279 #print wifi.pretty() 378 print(tag.ndef.message.pretty())
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | p2p-nfc.py | 171 print(message.pretty()) 183 print(message.pretty()) 222 print(message.pretty()) 229 print(message.pretty()) 266 # override to avoid parser error in request/response.pretty() in nfcpy 288 print("Parsed handover request: " + request.pretty()) 304 print(carrier.record.pretty()) 334 print(carrier.record.pretty()) 357 print(sel.pretty()) 445 print(p2p_sel_data.pretty()) [all...] |
H A D | wps-nfc.py | 145 # override to avoid parser error in request/response.pretty() in nfcpy 166 print("Parsed handover request: " + request.pretty()) 193 print(sel.pretty()) 219 print(message.pretty()) 258 print(message.pretty()) 265 print(message.pretty()) 279 #print wifi.pretty() 378 print(tag.ndef.message.pretty())
|
/third_party/elfutils/src/ |
H A D | addr2line.c | 76 { "pretty-print", OPT_PRETTY, NULL, 0, 141 static bool pretty; variable 272 pretty = true; in parse_opt() 335 printf ("%s%c", symname (name), pretty ? ' ' : '\n'); in print_dwarf_function() 346 /* When using --pretty-print we only show inlines on their in print_dwarf_function() 348 if (pretty) in print_dwarf_function() 432 printf ("??%c", pretty ? ' ': '\n'); in print_addrsym() 434 printf ("(%s)+%#" PRIx64 "%c", name, addr, pretty ? ' ' : '\n'); in print_addrsym() 463 printf ("%c", pretty ? ' ' : '\n'); in print_addrsym() 685 printf ("0x%.*" PRIx64 "%s", width, addr, pretty in handle_address() [all...] |
/third_party/rust/crates/syn/codegen/src/ |
H A D | file.rs | 18 let pretty = prettyplease::unparse(&syntax_tree); in write() 19 write!(formatted, "{}", pretty)?; in write()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/third_party/icu/tools/colprobe/ |
H A D | line.cpp | 319 Line::toString(UBool pretty) { in toString() argument 321 if(!pretty) { in toString() 396 Line::strengthToString(UColAttributeValue strength, UBool pretty, UBool html) { in strengthToString() argument 425 if(pretty) { in strengthToString() 431 if(pretty) { in strengthToString() 438 if(pretty) { in strengthToString() 445 if(pretty) { in strengthToString() 452 if(pretty) { in strengthToString()
|
H A D | line.h | 57 UnicodeString toString(UBool pretty = false); 65 UnicodeString strengthToString(UColAttributeValue strength, UBool pretty, UBool html = false);
|
H A D | sortedlines.cpp | 1370 SortedLines::arrayToString(Line** sortedLines, int32_t linesSize, UBool pretty, UBool useLinks, UBool printSortKeys) { in arrayToString() argument 1382 if(pretty) { in arrayToString() 1388 result.append(previous->toString(pretty)); in arrayToString() 1389 if(pretty) { in arrayToString() 1403 if(pretty) { in arrayToString() 1410 result.append(line->strengthToString(line->strength, pretty)); in arrayToString() 1412 result.append(line->toString(pretty)); in arrayToString() 1416 if(pretty) { in arrayToString() 1510 UBool pretty = false; in toStringFromEmpty() local 1518 if(pretty) { in toStringFromEmpty() [all...] |
/third_party/node/tools/actions/ |
H A D | commit-queue.sh | 86 commit_title=$(git log -1 --pretty='format:%s') 87 commit_body=$(git log -1 --pretty='format:%b')
|
/third_party/node/tools/gyp/tools/ |
H A D | pretty_sln.py | 155 pretty = pretty_vcproj 162 pretty.main(argv)
|
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | headergen2.c | 444 char *pretty; in main() local 453 pretty = strrchr(f.name, '/'); in main() 454 if (pretty) in main() 455 pretty += 1; in main() 457 pretty = f.name; in main() 458 f.guard = strdup(pretty); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 32 pretty() { echo -e "\x1b[32m\x1b[1m[+] ${1:+NS$1: }${2}\x1b[0m" >&3; } function 33 pp() { pretty "" "$*"; "$@"; } 35 n0() { pretty 0 "$*"; maybe_exec ip netns exec $netns0 "$@"; } 36 n1() { pretty 1 "$*"; maybe_exec ip netns exec $netns1 "$@"; } 37 n2() { pretty 2 "$*"; maybe_exec ip netns exec $netns2 "$@"; } 38 ip0() { pretty 0 "ip $*"; ip -n $netns0 "$@"; } 39 ip1() { pretty 1 "ip $*"; ip -n $netns1 "$@"; } 40 ip2() { pretty 2 "ip $*"; ip -n $netns2 "$@"; } 42 waitiperf() { pretty "${1//*-}" "wait for iperf:${3:-5201} pid $2"; while [[ $(ss -N "$1" -tlpH "sport = ${3:-5201}") != *\"iperf3\",pid=$2,fd=* ]]; do sleep 0.1; done; } 43 waitncatudp() { pretty " [all...] |
/kernel/linux/linux-6.6/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 "sport = ${3:-5201}") != *\"iperf3\",pid=$2,fd=* ]]; do sleep 0.1; done; } 45 waitncatudp() { pretty " [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | wps-ap-nfc.py | 116 # override to avoid parser error in request/response.pretty() in nfcpy 136 print("Parsed handover request: " + request.pretty()) 163 print(sel.pretty()) 238 print(tag.ndef.message.pretty())
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | wps-ap-nfc.py | 116 # override to avoid parser error in request/response.pretty() in nfcpy 136 print("Parsed handover request: " + request.pretty()) 163 print(sel.pretty()) 238 print(tag.ndef.message.pretty())
|
/third_party/libbpf/scripts/ |
H A D | sync-kernel.sh | 77 git log -n1 --pretty='%h ("%s")' $1 93 git show --pretty='("%s")|%aI|%b' --shortstat $ref -- "${@-.}" | tr '\n' '|' 177 echo LINUX_$(git log --pretty='%h' -n1) "${signature}" >> ${TMP_DIR}/libbpf_commits.txt 198 for h in $(git log --pretty='%h' -n500); do
|
/third_party/mesa3d/src/broadcom/clif/ |
H A D | clif_dump.c | 55 FILE *out, bool pretty, bool nobin) in clif_dump_init() 62 clif->pretty = pretty; in clif_dump_init() 254 if (clif->pretty && clif->nobin) in clif_dump_binary() 290 * codegenned dump routines for pretty printing, and most importantly proper 419 * pretty-print structures. in clif_dump() 54 clif_dump_init(const struct v3d_device_info *devinfo, FILE *out, bool pretty, bool nobin) clif_dump_init() argument
|
H A D | clif_dump.h | 35 FILE *output, bool pretty, bool nobin);
|