HomeSort by relevance Sort by last modified time
    Searched full:indent_level (Results 26 - 50 of 53) sorted by null

12 3

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 321 static void macho_section_data_print(void *data, FILE *f, int indent_level);
329 static void macho_symrec_data_print(void *data, FILE *f, int indent_level);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 492 yasm_object_print(const yasm_object *object, FILE *f, int indent_level)
497 fprintf(f, "%*sSymbol Table:\n", indent_level, "");
498 yasm_symtab_print(object->symtab, f, indent_level+1);
502 fprintf(f, "%*sSection:\n", indent_level, "");
503 yasm_section_print(cur, f, indent_level+1, 1);
695 yasm_section_print(const yasm_section *sect, FILE *f, int indent_level,
699 fprintf(f, "%*s(none)\n", indent_level, "");
703 fprintf(f, "%*sname=%s\n", indent_level, "", sect->name);
706 fprintf(f, "%*sAssociated data:\n", indent_level, "");
707 yasm__assoc_data_print(sect->assoc_data, f, indent_level+1)
    [all...]
assocdat.c 133 int indent_level)
section.h 140 * \param indent_level indentation level
143 void yasm_object_print(const yasm_object *object, FILE *f, int indent_level);
375 * \param indent_level indentation level
381 int indent_level, int print_bcs);
symrec.h 248 * \param indent_level indentation level
251 void yasm_symtab_print(yasm_symtab *symtab, FILE *f, int indent_level);
427 * \param indent_level indentation level
431 void yasm_symrec_print(const yasm_symrec *sym, FILE *f, int indent_level);
value.h 166 * \param indent_level indentation level
170 void yasm_value_print(const yasm_value *value, FILE *f, int indent_level);
bytecode.h 74 * \param indent_level indentation level
76 void (*print) (const void *contents, FILE *f, int indent_level);
415 * \param indent_level indentation level
419 void yasm_bc_print(const yasm_bytecode *bc, FILE *f, int indent_level);
627 * \param indent_level indentation level
631 void yasm_dvs_print(const yasm_datavalhead *headp, FILE *f, int indent_level);
arch.h 197 void (*ea_print) (const yasm_effaddr *ea, FILE *f, int indent_level);
422 * \param indent_level indentation level
425 FILE *f, int indent_level);
insn.h 256 * \param indent_level indentation level
260 void yasm_insn_print(const yasm_insn *insn, FILE *f, int indent_level);
coretype.h 82 * \param indent_level indentation level
84 void (*print) (void *data, FILE *f, int indent_level);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 212 static void coff_section_data_print(void *data, FILE *f, int indent_level);
220 static void coff_symrec_data_print(void *data, FILE *f, int indent_level);
230 int indent_level);
    [all...]
win64-except.c 41 int indent_level);
56 int indent_level);
200 win64_uwinfo_bc_print(const void *contents, FILE *f, int indent_level)
338 win64_uwcode_bc_print(const void *contents, FILE *f, int indent_level)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 64 def blank_lines(logical_line, blank_lines, indent_level, line_number)
75 indent_level: indentation (with tabs expanded to multiples of 8)
221 def blank_lines(logical_line, blank_lines, indent_level, line_number,
249 elif max_blank_lines > 2 or (indent_level and max_blank_lines == 2):
254 if indent_level:
322 indent_level, previous_indent_level):
339 if indent_char == ' ' and indent_level % 4:
342 if indent_expect and indent_level <= previous_indent_level:
344 if indent_level > previous_indent_level and not indent_expect:
867 self.previous_indent_level = self.indent_level
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 161 int indent_level);
171 int indent_level);
181 int indent_level);
190 static void cv_sym_bc_print(const void *contents, FILE *f, int indent_level);
714 cv8_symhead_bc_print(const void *contents, FILE *f, int indent_level)
788 cv8_fileinfo_bc_print(const void *contents, FILE *f, int indent_level)
856 cv8_lineinfo_bc_print(const void *contents, FILE *f, int indent_level)
    [all...]
  /external/chromium_org/third_party/simplejson/
_speedups.c 144 encoder_listencode_list(PyEncoderObject *s, PyObject *rval, PyObject *seq, Py_ssize_t indent_level);
146 encoder_listencode_obj(PyEncoderObject *s, PyObject *rval, PyObject *obj, Py_ssize_t indent_level);
148 encoder_listencode_dict(PyEncoderObject *s, PyObject *rval, PyObject *dct, Py_ssize_t indent_level);
2127 Py_ssize_t indent_level; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bid.re 123 static void lc3b_id_insn_print(const void *contents, FILE *f, int indent_level);
462 lc3b_id_insn_print(const void *contents, FILE *f, int indent_level)
465 yasm_insn_print(&id_insn->insn, f, indent_level);
  /external/chromium_org/tools/gn/
command_desc.cc 47 int indent_level) {
54 std::string indent(indent_level * 2, ' ');
58 RecursivePrintDeps(sorted_deps[i], default_toolchain, indent_level + 1);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.h 113 void SetInitialIndentLevel(int indent_level) {
114 initial_indent_level_ = indent_level;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-info.c 195 int indent_level);
384 dwarf2_abbrev_bc_print(const void *contents, FILE *f, int indent_level)
dwarf2-line.c 130 int indent_level);
140 int indent_level);
765 dwarf2_spp_bc_print(const void *contents, FILE *f, int indent_level)
850 dwarf2_line_op_bc_print(const void *contents, FILE *f, int indent_level)
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.h 110 void SetInitialIndentLevel(int indent_level) {
111 initial_indent_level_ = indent_level;
  /external/markdown/markdown/
blockprocessors.py 163 indent_level = len(m.group(1))/markdown.TAB_LENGTH
165 indent_level = 0
173 while indent_level > level:
180 # No more child levels. If we're short of indent_level,
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
symrec.pxi 101 cdef void __python_symrec_cb_print(void *data, FILE *f, int indent_level):
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.h 208 void yasm_x86__ea_print(const yasm_effaddr *ea, FILE *f, int indent_level);
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 103 unsigned indent_level; member in class:__anon23778::CppWriter
108 ModulePass(ID), Out(o), uniqueNum(0), is_inline(false), indent_level(0){}
127 inline void in() { indent_level++; }
128 inline void out() { if (indent_level >0) indent_level--; }
167 if (delta >= 0 || indent_level >= unsigned(-delta))
168 indent_level += delta;
169 Out.indent(indent_level);
    [all...]

Completed in 855 milliseconds

12 3