Home
last modified time | relevance | path

Searched refs:pretty (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/third_party/node/tools/gyp/pylib/gyp/
Deasy_xml.py11 def XmlToString(content, encoding="utf-8", pretty=False): argument
51 if pretty:
53 _ConstructContentList(xml_parts, content, pretty)
59 def _ConstructContentList(xml_parts, specification, pretty, level=0): argument
69 if pretty:
101 _ConstructContentList(xml_parts, child_spec, pretty, level + 1)
109 def WriteXmlIfChanged(content, path, encoding="utf-8", pretty=False, win32=False): argument
118 xml_string = XmlToString(content, encoding, pretty)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Deasy_xml.py11 def XmlToString(content, encoding='utf-8', pretty=False): argument
51 if pretty:
53 _ConstructContentList(xml_parts, content, pretty)
59 def _ConstructContentList(xml_parts, specification, pretty, level=0): argument
69 if pretty:
99 _ConstructContentList(xml_parts, child_spec, pretty, level + 1)
107 def WriteXmlIfChanged(content, path, encoding='utf-8', pretty=False, argument
117 xml_string = XmlToString(content, encoding, pretty)
/third_party/elfutils/src/
Daddr2line.c141 static bool pretty; variable
272 pretty = true; in parse_opt()
335 printf ("%s%c", symname (name), pretty ? ' ' : '\n'); 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 ? ": " : "\n"); in handle_address()
696 printf ("%s%c", name, pretty ? ' ' : '\n'); in handle_address()
703 if ((show_functions || show_symbols) && pretty) in handle_address()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/
Dupdate-llvm-10.sh44 LLVM_HEAD=`git log HEAD -n 1 --pretty=format:'%h'`
49 …LAST_TARGET_UPDATE=`git log --grep="^llvm-10-update: [0-9a-f]\{9\}$" -n 1 --pretty=format:'%h' ${T…
60 LLVM_CHANGE_LOG=`git log $LAST_SOURCE_UPDATE..$LLVM_HEAD --pretty=format:' %h %s'`
80 MERGE_SOURCE=`git log HEAD -n 1 --pretty=format:'%h'`
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Dp2p-nfc.py171 print(message.pretty())
183 print(message.pretty())
222 print(message.pretty())
229 print(message.pretty())
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())
461 print(tag.ndef.message.pretty())
Dwps-nfc.py166 print("Parsed handover request: " + request.pretty())
193 print(sel.pretty())
219 print(message.pretty())
258 print(message.pretty())
265 print(message.pretty())
378 print(tag.ndef.message.pretty())
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Dp2p-nfc.py171 print(message.pretty())
183 print(message.pretty())
222 print(message.pretty())
229 print(message.pretty())
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())
461 print(tag.ndef.message.pretty())
Dwps-nfc.py166 print("Parsed handover request: " + request.pretty())
193 print(sel.pretty())
219 print(message.pretty())
258 print(message.pretty())
265 print(message.pretty())
378 print(tag.ndef.message.pretty())
/third_party/iowow/src/json/
Diwjser.c403 bool pretty = pf & JBL_PRINT_PRETTY; in _jbl_node_as_json() local
413 if (node->child && pretty) { in _jbl_node_as_json()
417 if (pretty) { in _jbl_node_as_json()
425 if (pretty) { in _jbl_node_as_json()
429 if (node->child && pretty) { in _jbl_node_as_json()
436 if (node->child && pretty) { in _jbl_node_as_json()
440 if (pretty) { in _jbl_node_as_json()
445 if (pretty) { in _jbl_node_as_json()
455 if (pretty) { in _jbl_node_as_json()
459 if (node->child && pretty) { in _jbl_node_as_json()
/third_party/libxml2/os400/
Dxmllintcl.c52 vary2 * pretty; /* Pretty-print style. */ member
194 if (args->pretty && args->pretty->len && in main()
195 args->pretty->string[0] != '0') { in main()
197 vary4varg(&cmd, args->pretty); in main()
/third_party/icu/tools/colprobe/
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()
Dline.h57 UnicodeString toString(UBool pretty = FALSE);
65 UnicodeString strengthToString(UColAttributeValue strength, UBool pretty, UBool html = FALSE);
Dsortedlines.cpp1370 SortedLines::arrayToString(Line** sortedLines, int32_t linesSize, UBool pretty, UBool useLinks, UBo… 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/flutter/flutter/packages/flutter_driver/lib/src/driver/
Dtimeline_summary.dart113 bool pretty = false,
118 await file.writeAsString(_encodeJson(_timeline.json, pretty));
125 bool pretty = false,
130 await file.writeAsString(_encodeJson(summaryJson, pretty));
133 String _encodeJson(Map<String, dynamic> jsonObject, bool pretty) {
134 return pretty
/third_party/rust/crates/syn/codegen/src/
Dfile.rs17 let pretty = prettyplease::unparse(&syntax_tree); in write() localVariable
18 write!(formatted, "{}", pretty)?; in write()
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/
Dgo.sum6 github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
7 github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
8 github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk=
/third_party/json/third_party/gdb_pretty_printer/
DREADME.md3 File [nlohmann-json.py](nlohmann-json.py) contains a pretty printer for GDB for JSON values of this…
14 - In GDB, debug as usual. When you want to pretty-print a JSON value `var`, type
17 p -pretty on -array on -- var
/third_party/mesa3d/src/freedreno/rnn/
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/libbpf/scripts/
Dsync-kernel.sh75 git log -n1 --pretty='%h ("%s")' $1
91 git show --pretty='("%s")|%aI|%b' --shortstat $ref -- "${@-.}" | tr '\n' '|'
175 echo LINUX_$(git log --pretty='%h' -n1) "${signature}" >> ${TMP_DIR}/libbpf_commits.txt
196 for h in $(git log --pretty='%h' -n500); do
/third_party/flutter/flutter/examples/stocks/test_driver/
Dscroll_perf_test.dart43 summary.writeSummaryToFile('stocks_scroll_perf', pretty: true);
44 summary.writeTimelineToFile('stocks_scroll_perf', pretty: true);
/third_party/typescript/tests/baselines/reference/docker/
Doffice-ui-fabric.log29 …/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --out…
31 …/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --out…
39 …/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --out…
41 …/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --out…
46 …/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --out…
48 …/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --out…
53 …/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --out…
55 …/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --out…
60 …/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --out…
62 …/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --out…
[all …]
/third_party/flutter/flutter/dev/benchmarks/macrobenchmarks/test_driver/
Dutil.dart39 summary.writeSummaryToFile(testName, pretty: true);
40 summary.writeTimelineToFile(testName, pretty: true);
/third_party/flutter/flutter/examples/flutter_gallery/test_driver/
Dscroll_perf_test.dart48 ..writeSummaryToFile('home_scroll_perf', pretty: true)
49 ..writeTimelineToFile('home_scroll_perf', pretty: true);
/third_party/node/deps/npm/node_modules/extsprintf/
DREADME.md23 * `%j`: pretty-print a JSON object (using node's "inspect")
24 * `%r`: pretty-print an Error object
/third_party/mesa3d/src/broadcom/clif/
Dclif_dump.c55 FILE *out, bool pretty, bool nobin) in clif_dump_init() argument
62 clif->pretty = pretty; in clif_dump_init()
254 if (clif->pretty && clif->nobin) in clif_dump_binary()

12345678910>>...20