HomeSort by relevance Sort by last modified time
    Searched refs:indent (Results 201 - 225 of 1411) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
tool.py 35 indent=4, separators=(',', ': '))
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
tool.py 35 indent=4, separators=(',', ': '))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_fail.py 101 self.assertRaises(TypeError, self.dumps, data, indent=True)
test_separators.py 33 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(' ,', ' : '))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
tool.py 35 indent=4, separators=(',', ': '))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_fail.py 101 self.assertRaises(TypeError, self.dumps, data, indent=True)
test_separators.py 33 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(' ,', ' : '))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
tool.py 35 indent=4, separators=(',', ': '))
  /system/core/include/utils/
CallStack.h 55 void dump(int fd, int indent = 0, const char* prefix = 0) const;
Printer.h 67 // - Each line will be prefixed with 'indent' number of blank spaces.
69 FdPrinter(int fd, unsigned int indent = 0, const char* prefix = 0);
ProcessCallStack.h 49 void dump(int fd, int indent = 0, const char* prefix = 0) const;
  /system/extras/tests/include/
testUtil.h 59 void testXDumpSetIndent(uint8_t indent);
  /external/iw/
interface.c 311 const char *indent = ""; local
318 indent = "\t";
325 printf("%sInterface %s\n", indent, nla_get_string(tb_msg[NL80211_ATTR_IFNAME]));
327 printf("%sUnnamed/non-netdev interface\n", indent);
329 printf("%s\tifindex %d\n", indent, nla_get_u32(tb_msg[NL80211_ATTR_IFINDEX]));
331 printf("%s\twdev 0x%llx\n", indent,
336 printf("%s\taddr %s\n", indent, mac_addr);
339 printf("%s\tssid ", indent);
345 printf("%s\ttype %s\n", indent, iftype_name(nla_get_u32(tb_msg[NL80211_ATTR_IFTYPE])));
347 printf("%s\twiphy %d\n", indent, nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]))
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 135 protected static void describe(StringBuilder sb, Change change, int indent) throws Exception {
148 indent(sb, indent); method
181 indent(sb, indent + 1); method
198 indent(sb, indent); method
240 describe(sb, child, indent + (composite.isSynthetic() ? 0 : 1));
255 protected static void indent(StringBuilder sb, int indent) { method in class:RefactoringTestBase
    [all...]
  /external/clang/include/clang/Basic/
PlistSupport.h 39 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) {
40 for (unsigned i = 0; i < indent; ++i)
91 SourceLocation L, const FIDMap &FM, unsigned indent) {
96 Indent(o, indent) << "<dict>\n";
97 Indent(o, indent) << " <key>line</key>";
99 Indent(o, indent) << " <key>col</key>"
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp 81 llvm::outs().indent(Indentation);
98 llvm::outs().indent(Indentation);
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
AbstractData.java 122 public void toString(StringBuilder out, int indent) {
124 write(out, indent);
Data.java 246 void toString(StringBuilder out, int indent);
251 void write(Appendable out, int indent) throws IOException;
  /external/selinux/libsemanage/
Makefile 32 indent:
  /external/squashfs-tools/squashfs-tools/
compressor.c 108 void display_compressors(char *indent, char *def_comp)
114 fprintf(stderr, "%s\t%s%s\n", indent,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
printer.h 24 int indent);
26 int indent);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
printer.h 24 int indent);
26 int indent);
  /system/core/libutils/
Printer.cpp 98 FdPrinter::FdPrinter(int fd, unsigned int indent, const char* prefix) :
99 mFd(fd), mIndent(indent), mPrefix(prefix ?: "") {
105 // <indent><prefix><line> -- e.g. '%-4s%s\n' for indent=4
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
ObjectGraph.py 24 self.indent = 0
186 print ("%s%s %s" % (" " * self.indent, s, ' '.join(map(repr, args))))
190 Print a debug message and indent
194 self.indent = self.indent + 1
201 self.indent = self.indent - 1

Completed in 1063 milliseconds

1 2 3 4 5 6 7 891011>>