| /xsrc/external/mit/libdrm/dist/ |
| Android.sources.bp.mk | 13 indent := $(empty) $(empty) macro 20 $(info $(indent)name: "$(lower_name)_sources",) \ 21 $(info $(indent)srcs: [) \ 23 $(info $(indent)$(indent)"$(f)",)) \ 24 $(info $(indent)],) \
|
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| indent.lsp | 30 ;; $XFree86: xc/programs/xedit/lisp/modules/indent.lsp,v 1.6 2003/01/16 03:50:46 paulo Exp $ 33 (provide "indent") 37 (defconstant indent-spaces '(#\Tab #\Space)) 42 ;; indent 49 (defun indent-text (indent offset &optional no-tabs 64 (and (minusp indent) (setq indent 0)) 67 (while (member (char-after offset) indent-spaces) 72 (while (and (>= index 0) (member (char line index) indent-spaces) 336 (defstruct indent function [all...] |
| /xsrc/external/mit/xedit/dist/lisp/modules/progmodes/ |
| python.lsp | 26 (require "indent") 30 (defsynprop *prop-indent* 31 "indent" 40 ;; Boolean. Move cursor to the indent column after pressing <Enter>? 41 (:newline-indent . t) 49 (:only-newline-indent . nil) 52 ;; This should default to T when newline-indent is not NIL. 57 (:disable-indent . nil)) 66 ;; Note that the indent lisp hook is only run on character additions, so 69 (defindent *python-mode-indent* :mai [all...] |
| lisp.lsp | 34 (require "indent") 66 ;; Boolean. Move cursor to the indent column after pressing <Enter>? 67 (:newline-indent . t) 73 ;; This should default to T when newline-indent is not NIL. 78 (:disable-indent . nil) 83 (defindent *lisp-mode-indent* :main 85 (indtoken "^\\s*" :indent 168 (:indent :element))) 174 (:indent :symbol))) 180 ;; indent | [all...] |
| c.lsp | 34 (require "indent") 49 (:brace-indent . nil) 52 (:case-indent . t) 58 (:cont-indent . t) 60 ;; Boolean. Move cursor to the indent column after pressing <Enter>? 61 (:newline-indent . t) 78 (:only-newline-indent . nil) 81 ;; This should default to T when newline-indent is not NIL. 86 (:disable-indent . nil) 92 (:brace-indent . nil [all...] |
| perl.lsp | 30 ;; *cont-indent* is somewhat buggy, that if pressing C-A,Tab, will 43 (require "indent") 99 (:cont-indent . t) 101 ;; Boolean. Move cursor to the indent column after pressing <Enter>? 102 (:newline-indent . t) 110 (:only-newline-indent . nil) 113 ;; This should default to T when newline-indent is not NIL. 118 (:disable-indent . nil)) 132 (defindent *perl-mode-indent* :main 134 (indtoken "^\\s*" :indent [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| graphviz.h | 38 void indent () { m_indent++; } function in class:graphviz_out
|
| gimple-range-trace.h | 44 unsigned indent; member in class:range_tracer
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| graphviz.h | 38 void indent () { m_indent++; } function in class:graphviz_out
|
| gimple-range-trace.h | 44 unsigned indent; member in class:range_tracer
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| gen-semantics.c | 46 int indent; local 50 indent = print_function_name(file, 55 lf_indent(file, +indent); 60 lf_indent(file, -indent);
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| gen-semantics.c | 46 int indent; local 50 indent = print_function_name(file, 55 lf_indent(file, +indent); 60 lf_indent(file, -indent);
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| die.c | 39 dump_die_shallow (struct ui_file *f, int indent, struct die_info *die) 44 indent, "", 50 indent, "", 54 indent, "", 57 gdb_printf (f, "%*s attributes:\n", indent, ""); 62 indent, "", 163 int indent = level * 4; local 170 dump_die_shallow (f, indent, die); 174 gdb_printf (f, "%*s Children:", indent, "");
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| gen-engine.c | 341 int indent; local 355 indent = print_function_name (file, "run", NULL, /* format name */ 362 indent = 1; 365 indent += lf_printf (file, " ("); 369 indent = 1; 372 lf_indent (file, +indent); 377 lf_indent (file, -indent);
|
| gen-semantics.c | 48 int indent; local 53 indent = print_function_name (file, 61 indent += lf_printf (file, " "); 62 lf_indent (file, +indent); 75 lf_indent (file, -indent); 266 /* NB: Do not indent the code. If the .igen source files cause a compiler 287 int indent = strlen (prefix); 291 lf_indent (file, +indent); 298 lf_indent (file, -indent); 286 int indent = strlen (prefix); local
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| die.c | 39 dump_die_shallow (struct ui_file *f, int indent, struct die_info *die) 44 indent, "", 50 indent, "", 54 indent, "", 57 gdb_printf (f, "%*s attributes:\n", indent, ""); 62 indent, "", 166 int indent = level * 4; local 173 dump_die_shallow (f, indent, die); 177 gdb_printf (f, "%*s Children:", indent, "");
|
| /src/external/gpl3/gdb/dist/sim/igen/ |
| gen-engine.c | 341 int indent; local 355 indent = print_function_name (file, "run", NULL, /* format name */ 362 indent = 1; 365 indent += lf_printf (file, " ("); 369 indent = 1; 372 lf_indent (file, +indent); 377 lf_indent (file, -indent);
|
| gen-semantics.c | 48 int indent; local 53 indent = print_function_name (file, 61 indent += lf_printf (file, " "); 62 lf_indent (file, +indent); 75 lf_indent (file, -indent); 266 /* NB: Do not indent the code. If the .igen source files cause a compiler 287 int indent = strlen (prefix); 291 lf_indent (file, +indent); 298 lf_indent (file, -indent); 286 int indent = strlen (prefix); local
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/perf/ |
| pan_gen_perf.py | 40 def indent(self, n): member in class:SourceFile 157 c.indent(tab_size) 173 c.indent(tab_size) 178 c.indent(tab_size) 186 c.indent(tab_size) 190 c.indent(tab_size) 197 c.indent(tab_size)
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| json_reporter.cc | 75 std::string indent(4, ' '); 78 out << indent << FormatKV("date", walltime_value) << ",\n"; 81 out << indent << FormatKV("executable", Context::executable_name) << ",\n"; 85 out << indent << FormatKV("num_cpus", static_cast<int64_t>(info.num_cpus)) 87 out << indent 91 out << indent << FormatKV("cpu_scaling_enabled", info.scaling_enabled) 94 out << indent << "\"caches\": [\n"; local 95 indent = std::string(6, ' '); 99 out << indent << "{\n"; local 108 out << indent << "}"; local 113 out << indent << "],\\n"; local 139 out << indent << "{\\n"; local 141 out << indent << '}'; local [all...] |
| /src/external/mit/isl/dist/ |
| isl_printer_private.h | 33 int indent; member in struct:isl_printer
|
| /src/external/mit/libcbor/dist/src/ |
| cbor.c | 241 static void _cbor_nested_describe(cbor_item_t *item, FILE *out, int indent) { 245 fprintf(out, "%*s[CBOR_TYPE_UINT] ", indent, " "); 251 fprintf(out, "%*s[CBOR_TYPE_NEGINT] ", indent, " "); 257 fprintf(out, "%*s[CBOR_TYPE_BYTESTRING] ", indent, " "); 263 indent + 4); 270 fprintf(out, "%*s[CBOR_TYPE_STRING] ", indent, " "); 276 indent + 4); 283 fprintf(out, "%*s", indent + 4, " "); 291 fprintf(out, "%*s[CBOR_TYPE_ARRAY] ", indent, " "); 299 _cbor_nested_describe(cbor_array_handle(item)[i], out, indent + 4) 312 _cbor_nested_describe(cbor_map_handle(item)[i].value, out, indent + 4); local 319 _cbor_nested_describe(cbor_tag_item(item), out, indent + 4); local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| gl_marshal.py | 53 def indent(delta = 3): function 99 with indent(): 123 with indent(): 142 with indent(): 174 with indent(): 201 with indent(): 204 with indent(): 219 with indent(): 232 with indent(): 250 with indent() [all...] |
| /src/usr.bin/sort/ |
| init.c | 164 errx(2, "cannot indent end of line"); 166 col->indent = (int) strtol(pos, &npos, 10); 169 col->indent--; 170 if (col->indent < 0) 207 if (!cur_fld->tcol.indent) /* BT has no meaning at end of field */ 213 /* indent if 0 -> end of field, i.e. okay */ 214 && cur_fld->tcol.indent != 0 215 && cur_fld->tcol.indent < cur_fld->icol.indent)) 289 int col, indent; local [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bf_prefix.c | 47 unsigned int indent; /* Indentation amount, given by user */ member in struct:prefix_ctx_st 60 ctx->indent = 0; 94 && ctx->indent == 0) { 121 BIO_printf(BIO_next(b), "%*s", ctx->indent, ""); 172 ctx->indent = (unsigned int)num; 177 ret = (long)ctx->indent;
|