Home
last modified time | relevance | path

Searched refs:indent (Results 451 - 475 of 959) sorted by relevance

1...<<11121314151617181920>>...39

/third_party/node/tools/inspector_protocol/jinja2/
H A Dfilters.py542 :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 Dfreeze_modules.py481 indent = ' '
520 aliaslines.append(indent + entry)
528 lines[i] = indent + line
/third_party/skia/third_party/externals/jinja2/
H A Dfilters.py624 :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 Dprocess_angle_perf_results.py192 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 Dlibinput-record.c60 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 Dninja_target_command_util.h106 bool indent = false);
/third_party/jerryscript/tools/
H A Dheaplimit_measure.py115 print(json.dumps(result, indent=4))
/third_party/node/deps/v8/tools/dev/
H A Dupdate-compile-commands.py82 _Write("compile_commands.json", json.dumps(commands, indent=2))
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dcompile_commands_json.py116 json.dump(commands, fp=fp, indent=0, check_circular=False)
/third_party/notofonts/scripts/
H A Dbuild-site.py109 results, open("debug.json", "w"), indent=True, sort_keys=True
H A Dversionator.py122 notoversions, open("docs/versions.json", "w"), indent=True, sort_keys=True
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dwritesrc.h82 const char *indent,
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dcompile_commands_json.py119 json.dump(commands, fp=fp, indent=0, check_circular=False)
/third_party/icu/icu4c/source/tools/toolutil/
H A Dwritesrc.h82 const char *indent,
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.h47 void Print(int indent, AllocationTracker* tracker);
/third_party/python/Tools/c-analyzer/
H A Dtable-file.py99 indent = ' ' * depth
106 yield f'{sectotal:>7} {count:>4} {indent}{name}'
/third_party/skia/third_party/externals/angle2/infra/specs/
H A Dgenerate_test_spec_json.py135 pp = pprint.PrettyPrinter(indent=2)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h106 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 DDebugCounter.cpp39 outs().indent(NumSpaces) << " - " << Info.second << '\n';
H A DTargetRegistry.cpp129 OS.indent(Width - Targets[i].first.size()) << " - " in printRegisteredTargetsForVersion()
/third_party/skia/tools/
H A Djsondiff.py198 json.dump(diffs, sys.stdout, sort_keys=True, indent=2)
/third_party/skia/tools/skiaserve/tester/
H A Dtester.py31 json.dump(request.json(), fd, sort_keys=True, indent=2,
/third_party/rust/crates/syn/examples/dump-syntax/src/
H A Dmain.rs121 {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 Dfetch-sk103 json.dump(current_version, f, sort_keys=True, indent=2)
/third_party/selinux/checkpolicy/
H A DMakefile74 indent:

Completed in 18 milliseconds

1...<<11121314151617181920>>...39