HomeSort by relevance Sort by last modified time
    Searched full:indent (Results 951 - 975 of 2419) sorted by null

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
HISTORY.txt 142 and many other features, e.g. smart indent and call tips
187 - Much better auto-indent; knows how to indent the insides of
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pprint.py 164 # indent parameter
168 self.assertEqual(pprint.pformat(type(o), indent=4), exp)
179 self.assertEqual(pprint.pformat(o, indent=4, width=42), expected)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
HISTORY.txt 142 and many other features, e.g. smart indent and call tips
187 - Much better auto-indent; knows how to indent the insides of
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pprint.py 164 # indent parameter
168 self.assertEqual(pprint.pformat(type(o), indent=4), exp)
179 self.assertEqual(pprint.pformat(o, indent=4, width=42), expected)
  /system/connectivity/shill/net/
netlink_attribute.h 104 virtual void Print(int log_level, int indent) const;
123 std::string HeaderToPrint(int indent) const;
280 virtual void Print(int log_level, int indent) const;
  /external/bison/
ABOUT-NLS 285 indent | [] [] |
469 indent | [] [] [] [] [] [] [] [] |
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 30 * How may columns to indent the 'OK' markers.
95 * Log test structure, with indent
101 * Log test structure, NO indent
436 /* we want these messages to be at 0 indent. so just push the indent level breifly. */
738 * Log test structure, with indent
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 154 const std::string Indent(IndentCount, ' ');
156 O << Indent;
166 const std::string Indent(IndentCount, ' ');
167 O << Indent << "Die: " << format("0x%lx", (long)(intptr_t) this)
170 O << Indent << dwarf::TagString(getTag()) << " "
175 O << Indent;
  /external/llvm/lib/Support/
YAMLTraits.cpp 623 unsigned Indent = StateStack.empty() ? 1 : StateStack.size();
627 for (unsigned I = 0; I < Indent; ++I) {
669 // if seq at top, indent as if map, then add "- "
681 unsigned Indent = StateStack.size() - 1;
690 --Indent;
694 for (unsigned i = 0; i < Indent; ++i) {
raw_ostream.cpp 403 this->indent(PadAmount);
406 this->indent(PadAmount);
433 this->indent(FN.Width-1);
450 this->indent(Pad);
458 /// indent - Insert 'NumSpaces' spaces.
459 raw_ostream &raw_ostream::indent(unsigned NumSpaces) { function in class:raw_ostream
  /external/vogar/src/vogar/
Vogar.java 92 @Option(names = { "--indent" })
93 private String indent = " "; field in class:Vogar
387 System.out.println(" --indent: amount to indent action result output. Can be set to ''");
389 System.out.println(" Default is: '" + indent + "'");
574 console.setIndent(indent);
  /toolchain/binutils/binutils-2.25/bfd/doc/
chew.c 73 indent
347 static void icopy_past_newline (void), kill_bogus_lines (void), indent (void);
908 /* indent
999 indent () function
1533 add_intrinsic ("indent", indent);
  /cts/tools/cfassembler/src/dxconvext/
ClassFileParser.java 242 private String getIndent(int indent) {
244 for (int i = 0; i < indent * 4; i++) {
  /external/clang/tools/scan-build/man/
scan-build.1 52 .Bl -tag -width indent
170 .Bl -tag -width indent.
  /external/jetty/src/java/org/eclipse/jetty/jmx/
MBeanContainer.java 356 public void dump(Appendable out, String indent) throws IOException
359 AggregateLifeCycle.dump(out, indent, _beans.entrySet());
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultDataContext.java 368 public void write(Appendable out, int indent) throws IOException {
369 for (int i = 0; i < indent; i++) {
  /external/mksh/src/
lksh.1 229 .Bd -literal -offset indent
269 .Bd -literal -offset indent
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 297 public String debugDump(int indent) {
299 indentation = indent;
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
MessageNanoPrinter.java 48 private static final String INDENT = " ";
100 indentBuf.append(INDENT);
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionStack.java 293 String indent = prefix + " "; local
296 record.dump(pw, indent);
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
scan-build.1 52 .Bl -tag -width indent
170 .Bl -tag -width indent.
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
scan-build.1 52 .Bl -tag -width indent
170 .Bl -tag -width indent.
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/man/
scan-build.1 52 .Bl -tag -width indent
170 .Bl -tag -width indent.
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/man/
scan-build.1 52 .Bl -tag -width indent
170 .Bl -tag -width indent.
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/man/
scan-build.1 52 .Bl -tag -width indent
170 .Bl -tag -width indent.

Completed in 2047 milliseconds

<<31323334353637383940>>