/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | filters.py | 542 :param width: Number of spaces to indent by. 1047 def do_tojson(eval_ctx, value, indent=None): 1065 The indent parameter can be used to enable pretty printing. Set it to 1075 if indent is not None: 1077 options['indent'] = indent 1154 'indent': do_indent,
|
/third_party/python/Tools/scripts/ |
H A D | freeze_modules.py | 481 indent = ' ' 520 aliaslines.append(indent + entry) 528 lines[i] = indent + line
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | filters.py | 624 :param width: Number of spaces to indent by. 1229 def do_tojson(eval_ctx, value, indent=None): 1247 The indent parameter can be used to enable pretty printing. Set it to 1257 if indent is not None: 1259 options["indent"] = indent 1346 "indent": do_indent,
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | process_angle_perf_results.py | 192 json.dumps(benchmark_logs_links, sort_keys=True, indent=4, separators=(',', ': ')), 618 json.dumps(dict(logdog_dict), sort_keys=True, indent=4, separators=(',', ': ')), 645 json.dump(results, output_json_file, indent=4, separators=(',', ': '))
|
/third_party/libinput/tools/ |
H A D | libinput-record.c | 60 enum indent { enum 191 enum indent indent, in iprintf() 200 assert(indent < len); in iprintf() 209 if (format[0] == '-' && indent > 0) in iprintf() 210 indent -= 2; in iprintf() 212 snprintf(fmt, sizeof(fmt), "%s%s", &space[len - indent - 1], format); in iprintf() 220 assert(rc != -1 && (unsigned int)rc > indent); in iprintf() 1698 * For a linebreak: print the comma, break, indent, in print_hid_report_descriptor() 190 iprintf(FILE *fp, enum indent indent, const char *format, ...) iprintf() argument
|
/third_party/gn/src/gn/ |
H A D | ninja_target_command_util.h | 106 bool indent = false);
|
/third_party/jerryscript/tools/ |
H A D | heaplimit_measure.py | 115 print(json.dumps(result, indent=4))
|
/third_party/node/deps/v8/tools/dev/ |
H A D | update-compile-commands.py | 82 _Write("compile_commands.json", json.dumps(commands, indent=2))
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | compile_commands_json.py | 116 json.dump(commands, fp=fp, indent=0, check_circular=False)
|
/third_party/notofonts/scripts/ |
H A D | build-site.py | 109 results, open("debug.json", "w"), indent=True, sort_keys=True
|
H A D | versionator.py | 122 notoversions, open("docs/versions.json", "w"), indent=True, sort_keys=True
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | writesrc.h | 82 const char *indent,
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | compile_commands_json.py | 119 json.dump(commands, fp=fp, indent=0, check_circular=False)
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | writesrc.h | 82 const char *indent,
|
/third_party/node/deps/v8/src/profiler/ |
H A D | allocation-tracker.h | 47 void Print(int indent, AllocationTracker* tracker);
|
/third_party/python/Tools/c-analyzer/ |
H A D | table-file.py | 99 indent = ' ' * depth 106 yield f'{sectotal:>7} {count:>4} {indent}{name}'
|
/third_party/skia/third_party/externals/angle2/infra/specs/ |
H A D | generate_test_spec_json.py | 135 pp = pprint.PrettyPrinter(indent=2)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFVerifier.h | 106 raw_ostream &dump(const DWARFDie &Die, unsigned indent = 0) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | DebugCounter.cpp | 39 outs().indent(NumSpaces) << " - " << Info.second << '\n';
|
H A D | TargetRegistry.cpp | 129 OS.indent(Width - Targets[i].first.size()) << " - " in printRegisteredTargetsForVersion()
|
/third_party/skia/tools/ |
H A D | jsondiff.py | 198 json.dump(diffs, sys.stdout, sort_keys=True, indent=2)
|
/third_party/skia/tools/skiaserve/tester/ |
H A D | tester.py | 31 json.dump(request.json(), fd, sort_keys=True, indent=2,
|
/third_party/rust/crates/syn/examples/dump-syntax/src/ |
H A D | main.rs | 121 {indent}{arrow} {filename}:{linenum}:{colnum}\n\ in render_location() 122 {indent} {pipe}\n\ in render_location() 124 {indent} {pipe} {offset}{underline} {message}\n\ in render_location() 128 indent = " ".repeat(start.line.to_string().len()), in render_location()
|
/third_party/skia/bin/ |
H A D | fetch-sk | 103 json.dump(current_version, f, sort_keys=True, indent=2)
|
/third_party/selinux/checkpolicy/ |
H A D | Makefile | 74 indent:
|