| /third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
| D | CapDocument.java | 31 public void write(PrintWriter pw, int indent) { in write() 47 public void write(PrintWriter pw, int indent) { in write() 75 private static void writeIndent(PrintWriter pw, int indent) { in writeIndent() 94 String string, Object object) { in printDOMTree() 99 public void write(PrintWriter pw, int indent) { in write()
|
| /third_party/node/deps/npm/node_modules/indent-string/ |
| D | index.js | 3 module.exports = (string, count = 1, options) => { argument 5 indent: ' ', property
|
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-json.cc | 20 Handle<String> string; in BUILTIN() local 35 Handle<Object> indent = args.atOrUndefined(isolate, 3); in BUILTIN() local
|
| /third_party/icu/icu4c/source/samples/uresb/ |
| D | uresb.c | 177 void printIndent(UFILE *out, int32_t indent) { in printIndent() 191 static UChar *quotedString(const UChar *string) { in quotedString() 227 void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, UErrorCode *status) { in printOutBundle() 236 UChar *string = quotedString(thestr); in printOutBundle() local
|
| /third_party/skia/third_party/externals/icu/source/samples/uresb/ |
| D | uresb.c | 177 void printIndent(UFILE *out, int32_t indent) { in printIndent() 191 static UChar *quotedString(const UChar *string) { in quotedString() 227 void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, UErrorCode *status) { in printOutBundle() 236 UChar *string = quotedString(thestr); in printOutBundle() local
|
| /third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/ |
| D | main.go | 608 func loadExpectedFile(path string, format outputFormat) string { 618 func saveExpectedFile(path string, format outputFormat, content string) error { 631 func expectedFilePath(path string, format outputFormat) string { 636 func indent(s string, n int) string { func 676 func maxStringLen(l []string) int { 706 func invoke(wd, exe string, args ...string) (ok bool, output string) { 731 func parseFlags(path string) []string {
|
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| D | derb.cpp | 322 static UChar *quotedString(const UChar *string) { in quotedString() 371 static void printIndent(UFILE *out, int32_t indent) { in printIndent() 386 …s(UFILE *out, UResourceBundle *parent, Resource r, const char *key, int32_t indent, const char *p… in printOutAlias() 390 UChar *string = quotedString(thestr); in printOutAlias() local 419 static void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, const char *pname… in printOutBundle() 432 UChar *string = quotedString(thestr); in printOutBundle() local
|
| /third_party/icu/icu4c/source/tools/genrb/ |
| D | derb.cpp | 322 static UChar *quotedString(const UChar *string) { in quotedString() 371 static void printIndent(UFILE *out, int32_t indent) { in printIndent() 386 …s(UFILE *out, UResourceBundle *parent, Resource r, const char *key, int32_t indent, const char *p… in printOutAlias() 390 UChar *string = quotedString(thestr); in printOutAlias() local 419 static void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, const char *pname… in printOutBundle() 432 UChar *string = quotedString(thestr); in printOutBundle() local
|
| /third_party/node/deps/icu-small/source/tools/genrb/ |
| D | derb.cpp | 322 static char16_t *quotedString(const char16_t *string) { in quotedString() 371 static void printIndent(UFILE *out, int32_t indent) { in printIndent() 386 …s(UFILE *out, UResourceBundle *parent, Resource r, const char *key, int32_t indent, const char *p… in printOutAlias() 390 char16_t *string = quotedString(thestr); in printOutAlias() local 419 static void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, const char *pname… in printOutBundle() 432 char16_t *string = quotedString(thestr); in printOutBundle() local
|
| /third_party/node/deps/v8/src/ast/ |
| D | prettyprinter.cc | 722 for (const AstRawString* string : strings) { in PrintLiteral() local 816 IndentedScope indent(this, s, node->position()); in PrintIndentedVisit() local 824 { IndentedScope indent(this, "FUNC", program->position()); in PrintProgram() local 861 IndentedScope indent(this, "DECLS"); in PrintDeclarations() local 868 IndentedScope indent(this, "PARAMS"); in PrintParameters() local 892 IndentedScope indent(this, block_txt, node->position()); in VisitBlock() local 915 IndentedScope indent(this, "EXPRESSION STATEMENT", node->position()); in VisitExpressionStatement() local 921 IndentedScope indent(this, "EMPTY", node->position()); in VisitEmptyStatement() local 932 IndentedScope indent(this, "IF", node->position()); in VisitIfStatement() local 942 IndentedScope indent(this, "CONTINUE", node->position()); in VisitContinueStatement() local [all …]
|
| /third_party/gn/src/gn/ |
| D | command_desc.cc | 39 std::string indent(indentLevel * 2, ' '); in PrintDictValue() local 84 std::string indent(indentLevel * 2, ' '); in PrintValue() local 240 int indent = 0; in ProcessOutputs() local 317 const std::map<std::string, DescHandlerFunc>& handler_map, in HandleProperty() 330 const std::map<std::string, DescHandlerFunc>& handler_map, in PrintTarget() 423 const std::map<std::string, DescHandlerFunc>& handler_map) { in PrintConfig()
|
| D | commands.cc | 709 void FilterAndPrintTargets(bool indent, std::vector<const Target*>* targets) { in FilterAndPrintTargets() 713 std::string string; in FilterAndPrintTargets() local 722 void FilterAndPrintTargetSet(bool indent, const TargetSet& targets) { in FilterAndPrintTargetSet()
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| D | ninja_syntax.py | 31 def variable(self, key, value, indent=0): argument 124 def _line(self, text, indent=0): argument 169 def escape(string): argument
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| D | ninja_syntax.py | 31 def variable(self, key, value, indent=0): argument 124 def _line(self, text, indent=0): argument 169 def escape(string): argument
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| D | generate_android_bp.py | 33 def tabs(indent): argument 52 def write_blueprint_key_value(output, name, value, indent=1): argument 268 def escape_quotes(string): argument
|
| /third_party/skia/tools/ |
| D | compare_codereview.py | 283 def printer(indent, string): argument
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
| D | LigatureTree.java | 170 public void dump(Writer w, int indent) in dump() 226 public void insert(String string) in insert()
|
| /third_party/selinux/libsepol/src/ |
| D | module_to_cil.c | 88 static void cil_indent(int indent) in cil_indent() 108 static void cil_println(int indent, const char *fmt, ...) in cil_println() 167 int indent; member 563 static int avrule_to_cil(int indent, struct policydb *pdb, uint32_t type, const char *src, const ch… in avrule_to_cil() 685 static int avrulex_to_cil(int indent, struct policydb *pdb, uint32_t type, const char *src, const c… in avrulex_to_cil() 809 static int cil_print_attr_strs(int indent, struct policydb *pdb, int is_type, void *set, char *attr… in cil_print_attr_strs() 896 static int cil_print_attr_list(int indent, struct policydb *pdb, struct list *attr_list) in cil_print_attr_list() 1086 …ole_in_ancestor_to_cil(struct policydb *pdb, struct stack *decl_stack, char *type_name, int indent) in roletype_role_in_ancestor_to_cil() 1131 static int name_list_to_string(char **names, unsigned int num_names, char **string) in name_list_to_string() 1183 static int avrule_list_to_cil(int indent, struct policydb *pdb, struct avrule *avrule_list, struct … in avrule_list_to_cil() [all …]
|
| /third_party/python/Lib/ |
| D | doctest.py | 236 def _indent(s, indent=4): argument 472 def __init__(self, source, want, exc_msg=None, lineno=0, indent=0, argument 628 def parse(self, string, name='<string>'): argument 667 def get_doctest(self, string, globs, name, filename, lineno): argument 679 def get_examples(self, string, name='<string>'): argument 785 def _check_prompt_blank(self, lines, indent, name, lineno): argument
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
| D | tree.go | 484 func indent(s string) string { func
|
| /third_party/python/Lib/xml/dom/ |
| D | minidom.py | 49 def toprettyxml(self, indent="\t", newl="\n", encoding=None, argument 871 def writexml(self, writer, indent="", addindent="", newl=""): argument 1014 def writexml(self, writer, indent="", addindent="", newl=""): argument 1114 def writexml(self, writer, indent="", addindent="", newl=""): argument 1209 def writexml(self, writer, indent="", addindent="", newl=""): argument 1221 def writexml(self, writer, indent="", addindent="", newl=""): argument 1354 def writexml(self, writer, indent="", addindent="", newl=""): argument 1816 def writexml(self, writer, indent="", addindent="", newl="", encoding=None, argument 1996 def parseString(string, parser=None): argument
|
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
| D | header.cpp | 114 virtual std::string enumBeg(const std::string&, enumStyle_t) const { return ""; } in enumBeg() argument 115 virtual std::string enumEnd(const std::string&, enumStyle_t, bool isLast = false) const { in enumEnd() 118 virtual std::string enumFmt(const std::string&, const valpair_t&, in enumFmt() 122 virtual std::string maxEnumFmt(const std::string&, const valpair_t&, in maxEnumFmt() 134 virtual std::string indent(int count = 1) const { in indent() function in __anona0d22fb80111::TPrinter
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
| D | header.cpp | 114 virtual std::string enumBeg(const std::string&, enumStyle_t) const { return ""; } in enumBeg() argument 115 virtual std::string enumEnd(const std::string&, enumStyle_t, bool isLast = false) const { in enumEnd() 118 virtual std::string enumFmt(const std::string&, const valpair_t&, in enumFmt() 122 virtual std::string maxEnumFmt(const std::string&, const valpair_t&, in maxEnumFmt() 134 virtual std::string indent(int count = 1) const { in indent() function in __anon2f2a51a40111::TPrinter
|
| /third_party/spirv-headers/tools/buildHeaders/ |
| D | header.cpp | 114 virtual std::string enumBeg(const std::string&, enumStyle_t) const { return ""; } in enumBeg() argument 115 virtual std::string enumEnd(const std::string&, enumStyle_t, bool isLast = false) const { in enumEnd() 118 virtual std::string enumFmt(const std::string&, const valpair_t&, in enumFmt() 122 virtual std::string maxEnumFmt(const std::string&, const valpair_t&, in maxEnumFmt() 134 virtual std::string indent(int count = 1) const { in indent() function in __anon0dd72a430111::TPrinter
|
| /third_party/glslang/SPIRV/ |
| D | SPVRemapper.cpp | 46 spirvbin_t::errorfn_t spirvbin_t::errorHandler = [](const std::string&) { exit(5); }; in __anon561ecd420102() 48 spirvbin_t::logfn_t spirvbin_t::logHandler = [](const std::string&) { }; in __anon561ecd420202() 51 void spirvbin_t::msg(int minVerbosity, int indent, const std::string& txt) const in msg()
|