HomeSort by: relevance | last modified time | path
    Searched defs:style (Results 1 - 25 of 152) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/apache2/llvm/dist/clang/tools/clang-format/
clang-format-sublime.py 25 # a '.clang-format' or '_clang-format' file to indicate the style that should be
27 style = None variable
36 if style:
37 command.extend(['-style', style])
clang-format.py 57 # a '.clang-format' or '_clang-format' file to indicate the style that should be
59 style = None variable
115 if style:
116 command.extend(['-style', style])
118 command.extend(['-fallback-style', fallback_style])
clang-format.el 11 ;; style options, see <http://clang.llvm.org/docs/ClangFormatStyleOptions.html>.
49 (defcustom clang-format-style nil
50 "Style argument to pass to clang-format.
52 By default clang-format will load the style configuration from
58 (make-variable-buffer-local 'clang-format-style)
60 (defcustom clang-format-fallback-style "none"
61 "Fallback style to pass to clang-format.
63 This style will be used if clang-format-style is set to \"file\"
70 (make-variable-buffer-local 'clang-format-fallback-style)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
style-selftests.c 21 #include "ui-style.h"
24 namespace style {
32 ui_file_style style; local
36 SELF_CHECK (style.parse ("\033[m", &n_read));
38 SELF_CHECK (style.get_foreground ().is_none ());
39 SELF_CHECK (style.get_background ().is_none ());
40 SELF_CHECK (style.get_intensity () == ui_file_style::NORMAL);
41 SELF_CHECK (!style.is_reverse ());
42 SELF_CHECK (style.to_ansi () == "\033[m");
44 style = ui_file_style ()
    [all...]
  /src/external/gpl3/gdb/dist/gdb/unittests/
style-selftests.c 21 #include "ui-style.h"
24 namespace style {
32 ui_file_style style; local
36 SELF_CHECK (style.parse ("\033[m", &n_read));
38 SELF_CHECK (style.get_foreground ().is_none ());
39 SELF_CHECK (style.get_background ().is_none ());
40 SELF_CHECK (style.get_intensity () == ui_file_style::NORMAL);
41 SELF_CHECK (!style.is_italic ());
42 SELF_CHECK (!style.is_underline ());
43 SELF_CHECK (!style.is_reverse ())
    [all...]
  /src/lib/libbluetooth/
sdp_data.c 351 int style; local
360 style = VIS_CSTYLE | VIS_NL;
364 dst = vis(dst, str[0], style, (len > 0 ? str[1] : 0));
  /src/external/gpl3/binutils/dist/binutils/
cxxfilt.c 145 enum demangling_styles style = auto_demangling; local
187 style = cplus_demangle_name_to_style (optarg);
188 if (style == unknown_demangling)
190 fprintf (stderr, "%s: unknown demangling style `%s'\n",
194 cplus_demangle_set_style (style);
224 fatal ("Internal error: no symbol alphabet for current style");
  /src/external/gpl3/binutils.old/dist/binutils/
cxxfilt.c 145 enum demangling_styles style = auto_demangling; local
187 style = cplus_demangle_name_to_style (optarg);
188 if (style == unknown_demangling)
190 fprintf (stderr, "%s: unknown demangling style `%s'\n",
194 cplus_demangle_set_style (style);
224 fatal ("Internal error: no symbol alphabet for current style");
  /src/lib/libform/
type_ipv4.c 64 unsigned int vals[4], style, start, mask; local
77 style = FORMI_DOTTED_QUAD;
83 style = FORMI_CLASSLESS;
89 style = FORMI_HEX;
92 switch (style) {
132 switch (style) {
  /src/external/bsd/openpam/dist/lib/libpam/
pam_get_authtok.c 79 int pitem, r, style, twice; local
139 style = openpam_get_option(pamh, "echo_pass") ?
141 r = pam_prompt(pamh, style, &resp, "%s", prompt);
145 r = pam_prompt(pamh, style, &resp2, "Retype %s", prompt);
openpam_configure.c 162 openpam_style_t style)
188 if (style == pam_conf_style &&
385 openpam_style_t style)
413 f, filename, style);
433 openpam_style_t style; local
441 style = pam_conf_style;
443 style = pam_d_style;
445 service, style);
463 style = pam_d_style;
465 style = pam_conf_style
    [all...]
  /src/external/bsd/tmux/dist/
cmd-select-pane.c 97 const char *style; local
166 style = args_get(args, 'P');
167 if (style != NULL) {
168 o = options_set_string(oo, "window-style", 0, "%s", style);
170 cmdq_error(item, "bad style: %s", style);
173 options_set_string(oo, "window-active-style", 0, "%s", style);
177 cmdq_print(item, "%s", options_get_string(oo, "window-style"));
    [all...]
window-clock.c 211 int colour, style; local
220 style = options_get_number(wp->window->options, "clock-mode-style");
226 if (style == 0 || style == 2) {
227 if (style == 2)
236 if (style == 3)
  /src/share/misc/
NetBSD.el 3 (defconst netbsd-knf-style
51 ;; XXX: undocumented. Recognize KNR style?
60 "NetBSD KNF Style")
96 (if (and (string-equal c-indentation-style "netbsd knf")
108 ;; Add style and set it for current buffer
109 (c-add-style "NetBSD KNF" netbsd-knf-style t)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_nv40.c 61 enum nv40_sensor_style style = nv40_sensor_style(therm); local
64 if (style == NEW_STYLE) {
69 } else if (style == OLD_STYLE) {
82 enum nv40_sensor_style style = nv40_sensor_style(therm); local
85 if (style == NEW_STYLE) {
88 } else if (style == OLD_STYLE) {
  /src/usr.bin/tail/
tail.c 67 enum STYLE style; local
88 if (style) \
97 style = (forward); \
103 style = (backward); \
109 style = NOTSET;
159 * style values.
164 if (style == FBYTES)
165 style = RBYTES;
166 else if (style == FLINES
    [all...]
  /src/external/bsd/mdocml/dist/
manconf.h 36 char *style; member in struct:manoutput
  /src/usr.bin/compress/
compress.c 74 enum {COMPRESS, DECOMPRESS} style = COMPRESS; local
84 style = DECOMPRESS;
86 style = COMPRESS;
88 style = DECOMPRESS;
105 style = DECOMPRESS;
115 usage(style == COMPRESS);
121 switch (style) {
141 switch (style) {
  /src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
ClangFormatPackage.cs 38 private string style = "file"; field in class:LLVM.ClangFormat.OptionPageGrid
89 [DisplayName("Style")]
90 [Description("Coding style, currently supports:\n" +
103 public string Style
105 get { return style; }
106 set { style = value; }
138 "filename to look for a style config file (with 'file' style) " +
157 [DisplayName("Fallback Style")]
158 [Description("The name of the predefined style used as a fallback in case clang-format "
    [all...]
  /src/external/gpl3/binutils/dist/gprof/
gprof.c 141 * is provided by the output style options already:
176 [--demangle[=STYLE]] [--no-demangle] [--external-symbol-table=name] [@FILE]\n\
465 enum demangling_styles style; local
467 style = cplus_demangle_name_to_style (optarg);
468 if (style == unknown_demangling)
471 _("%s: unknown demangling style `%s'\n"),
476 cplus_demangle_set_style (style);
551 /* If user did not specify output style, try to guess something
  /src/external/gpl3/binutils/dist/opcodes/
loongarch-dis.c 154 enum disassembler_style style; local
216 style = esc2 == 'o' ? dis_style_address_offset : dis_style_immediate;
217 info->fprintf_styled_func (info->stream, style, "0x%x", u_imm);
225 style = dis_style_address_offset;
228 style = dis_style_immediate;
231 info->fprintf_styled_func (info->stream, style, "%d", imm);
  /src/external/gpl3/binutils.old/dist/gprof/
gprof.c 141 * is provided by the output style options already:
176 [--demangle[=STYLE]] [--no-demangle] [--external-symbol-table=name] [@FILE]\n\
465 enum demangling_styles style; local
467 style = cplus_demangle_name_to_style (optarg);
468 if (style == unknown_demangling)
471 _("%s: unknown demangling style `%s'\n"),
476 cplus_demangle_set_style (style);
551 /* If user did not specify output style, try to guess something
  /src/external/gpl3/binutils.old/dist/opcodes/
loongarch-dis.c 144 enum disassembler_style style; local
187 style = esc2 == 'o' ? dis_style_address_offset : dis_style_immediate;
188 info->fprintf_styled_func (info->stream, style, "0x%x", u_imm);
196 style = dis_style_address_offset;
199 style = dis_style_immediate;
202 info->fprintf_styled_func (info->stream, style, "%d", imm);
  /src/external/gpl3/gcc/dist/gcc/
graph.cc 91 "[shape=%s,style=filled,fillcolor=%s,label=\"",
119 const char *style = "\"solid,bold\""; local
125 style = "dotted";
131 style = "\"dotted,bold\"";
147 "[style=%s,color=%s,weight=%d,constraint=%s",
150 style, color, weight,
298 "[style=\"invis\",constraint=true];\n",
  /src/external/gpl3/gcc.old/dist/gcc/
graph.cc 91 "[shape=%s,style=filled,fillcolor=%s,label=\"",
119 const char *style = "\"solid,bold\""; local
125 style = "dotted";
131 style = "\"dotted,bold\"";
147 "[style=%s,color=%s,weight=%d,constraint=%s",
150 style, color, weight,
298 "[style=\"invis\",constraint=true];\n",

Completed in 37 milliseconds

1 2 3 4 5 6 7