Home
last modified time | relevance | path

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

12345678910>>...22

/third_party/boost/boost/property_tree/json_parser/detail/
Dwrite.hpp70 int indent, bool pretty) in write_json_helper() argument
88 if (pretty) stream << Ch('\n'); in write_json_helper()
92 if (pretty) stream << Str(4 * (indent + 1), Ch(' ')); in write_json_helper()
93 write_json_helper(stream, it->second, indent + 1, pretty); in write_json_helper()
96 if (pretty) stream << Ch('\n'); in write_json_helper()
98 if (pretty) stream << Str(4 * indent, Ch(' ')); in write_json_helper()
106 if (pretty) stream << Ch('\n'); in write_json_helper()
110 if (pretty) stream << Str(4 * (indent + 1), Ch(' ')); in write_json_helper()
112 if (pretty) stream << Ch(' '); in write_json_helper()
113 write_json_helper(stream, it->second, indent + 1, pretty); in write_json_helper()
[all …]
/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/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/boost/boost/property_tree/
Djson_parser.hpp97 bool pretty = true) in write_json() argument
99 write_json_internal(stream, pt, std::string(), pretty); in write_json()
120 bool pretty = true) in write_json() argument
128 write_json_internal(stream, pt, filename, pretty); in write_json()
/third_party/boost/libs/property_tree/test/
Dtest_json_parser.cpp280 WriteFunc(bool pretty = false) : pretty(pretty) {} in WriteFunc()
285 boost::property_tree::write_json(filename, pt, std::locale(), pretty); in operator ()()
293 boost::property_tree::write_json(os, pt, pretty); in operator ()()
296 bool pretty; member
/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/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/ejdb/src/jbl/
Djbl_json.c399 bool pretty = pf & JBL_PRINT_PRETTY; in _jbl_node_as_json() local
409 if (node->child && pretty) { in _jbl_node_as_json()
413 if (pretty) { in _jbl_node_as_json()
421 if (pretty) { in _jbl_node_as_json()
425 if (node->child && pretty) { in _jbl_node_as_json()
432 if (node->child && pretty) { in _jbl_node_as_json()
436 if (pretty) { in _jbl_node_as_json()
441 if (pretty) { in _jbl_node_as_json()
451 if (pretty) { in _jbl_node_as_json()
455 if (node->child && pretty) { in _jbl_node_as_json()
/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/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/boost/tools/quickbook/doc/
Dcommand_line.qbk16 it's pretty simple to use. Basic usage is:
33 [[--no-pretty-print] [
34 Disable XML pretty printing. Normally quickbook runs its output through
49 Indentation to use in the pretty printer.
52 Line width to use in the pretty printer.
/third_party/curl/scripts/
Dcontributors.sh58 git log --pretty=full --use-mailmap $start..HEAD
61 git -C ../curl-www log --pretty=full --use-mailmap $start..HEAD
/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);
/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/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/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/flutter/flutter/dev/benchmarks/macrobenchmarks/test_driver/
Dutil.dart39 summary.writeSummaryToFile(testName, pretty: true);
40 summary.writeTimelineToFile(testName, pretty: true);
/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/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/node/tools/gyp/tools/
Dpretty_sln.py156 pretty = pretty_vcproj
163 pretty.main(argv)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/
Dpretty_sln.py147 pretty = pretty_vcproj
153 pretty.main(argv)

12345678910>>...22