HomeSort by relevance Sort by last modified time
    Searched full:indent (Results 976 - 1000 of 1973) sorted by null

<<31323334353637383940>>

  /external/lldb/source/Core/
Timer.cpp 89 // Indent
  /external/lldb/source/Interpreter/
OptionValueFileSpecLIst.cpp 35 strm.Indent();
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugRanges.cpp 150 s.Indent();
  /external/lldb/source/Symbol/
VariableList.cpp 193 // s.Indent();
  /external/llvm/lib/Support/
FormattedStream.cpp 71 indent(std::max(int(NewCol - getColumn()), 1));
TargetRegistry.cpp 139 OS.indent(Width - Targets[i].first.size()) << " - "
YAMLTraits.cpp 606 // if seq at top, indent as if map, then add "- "
618 unsigned Indent = StateStack.size() - 1;
625 --Indent;
629 for (unsigned i = 0; i < Indent; ++i) {
  /external/ltrace/
output.c 60 int d = options.indent * (proc->callstack_depth - 1);
65 begin_of_line(struct process *proc, int is_func, int indent)
131 if (options.indent > 0 && indent) {
  /external/mdnsresponder/mDNSPosix/
nss_mdns.conf.5 38 .Bd -literal -offset indent
  /external/mesa3d/src/gallium/state_trackers/d3d1x/docs/
coding_style.txt 5 - Indent with a single tab character. This is the best choice, since anyone can use the visual indentation he prefers by adjust the tab width setting in his editor.
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_debug.h 81 char indent[RADEON_MAX_INDENT]; member in struct:radeon_debug
  /external/pixman/pixman/
pixman-noop.c 1 /* -*- Mode: c; c-basic-offset: 4; tab-width: 8; indent-tabs-mode: t; -*- */
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 401 printer->Indent();
461 printer->Indent();
481 printer->Indent();
505 printer->Indent();
cpp_string_field.cc 99 printer->Indent();
113 printer->Indent();
286 printer->Indent();
312 printer->Indent();
  /external/qemu/distrib/jpeg-6b/
coderules.doc 23 We indent statements in K&R style, e.g.,
  /external/skia/tools/
jsondiff.py 197 json.dump(diffs, sys.stdout, sort_keys=True, indent=2)
  /external/smali/util/src/main/java/org/jf/util/
IndentingWriter.java 163 public void indent(int indentAmount) { method in class:IndentingWriter
  /external/webrtc/src/system_wrappers/source/
system_wrappers.gyp 219 # indent-tabs-mode:nil
  /frameworks/base/tools/aapt/
XMLNode.h 144 void print(int indent=0);
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 157 pOutput.indent(4);
  /ndk/sources/host-tools/make-3.81/
ABOUT-NLS 256 indent | [] [] [] [] |
393 indent | [] [] [] [] [] [] [] [] [] |
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
map.h 205 void isl_basic_map_print(__isl_keep isl_basic_map *bmap, FILE *out, int indent,
208 void isl_map_print(__isl_keep isl_map *map, FILE *out, int indent,
272 FILE *out, int indent);
563 void isl_map_print_internal(__isl_keep isl_map *map, FILE *out, int indent);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
map.h 205 void isl_basic_map_print(__isl_keep isl_basic_map *bmap, FILE *out, int indent,
208 void isl_map_print(__isl_keep isl_map *map, FILE *out, int indent,
272 FILE *out, int indent);
563 void isl_map_print_internal(__isl_keep isl_map *map, FILE *out, int indent);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 596 '<<plain-newline-and-indent>>': ['<Control-j>'],
613 '<<newline-and-indent>>': ['<Key-Return>', '<Key-KP_Enter>'],
614 '<<smart-indent>>': ['<Key-Tab>'],
615 '<<indent-region>>': ['<Control-Key-bracketright>'],
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 226 if toknum == INDENT:
422 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line)
493 for indent in indents[1:]: # pop remaining indent levels

Completed in 2342 milliseconds

<<31323334353637383940>>