Home
last modified time | relevance | path

Searched refs:pretty (Results 1 - 25 of 48) sorted by relevance

12

/third_party/node/tools/gyp/pylib/gyp/
H A Deasy_xml.py12 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 Deasy_xml_test.py50 pretty=True,
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Deasy_xml.py12 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 Deasy_xml_test.py50 pretty=True,
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dp2p-nfc.py171 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 Dwps-nfc.py145 # 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 Dp2p-nfc.py171 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 Dwps-nfc.py145 # 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 Daddr2line.c76 { "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 Dfile.rs18 let pretty = prettyplease::unparse(&syntax_tree); in write()
19 write!(formatted, "{}", pretty)?; in write()
/third_party/icu/tools/colprobe/
H A Dline.cpp319 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 Dsortedlines.cpp1370 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...]
H A Dline.h57 UnicodeString toString(UBool pretty = false);
65 UnicodeString strengthToString(UColAttributeValue strength, UBool pretty, UBool html = false);
/third_party/mesa3d/src/freedreno/rnn/
H A Dheadergen2.c444 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()
/third_party/node/tools/actions/
H A Dcommit-queue.sh86 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 Dpretty_sln.py155 pretty = pretty_vcproj
162 pretty.main(argv)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dwps-ap-nfc.py116 # 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 Dwps-ap-nfc.py116 # 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 Dsync-kernel.sh77 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 Dclif_dump.c55 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 Dclif_dump.h35 FILE *output, bool pretty, bool nobin);
/third_party/json/
H A DMakefile1 .PHONY: pretty clean ChangeLog.md release
42 @echo "pretty - beautify code with Artistic Style"
145 # call the Artistic Style pretty printer on all source files
146 pretty:
172 # create single header files and pretty print
174 $(MAKE) pretty
221 gtar --sort=name --mtime="@$(shell git log -1 --pretty=%ct)" --owner=0 --group=0 --numeric-owner --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime --create --file - json | xz --compress -9e --threads=2 - > json.tar.xz
/third_party/node/deps/v8/third_party/jinja2/
H A Dutils.py169 """Prettyprint an object. Either use the `pretty` library or the
173 from pretty import pretty namespace
175 return pretty(obj, verbose=verbose)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dutils.py178 """Prettyprint an object. Either use the `pretty` library or the
182 from pretty import pretty namespace
183 return pretty(obj, verbose=verbose)
/third_party/python/Tools/scripts/
H A Dsummarize_stats.py117 def pretty(defname): function
122 return pretty(defines[kind][0])
131 return pretty(name[len(opname)+1:])

Completed in 25 milliseconds

12