/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/ |
ArrayEncodedValueAdaptor.java | 52 writer.indent(4);
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
ArrayDataMethodItem.java | 51 writer.indent(4);
|
/external/testng/doc/ |
testng.css | 109 .e{margin-left:1em;text-indent:-1em;margin-right:1em}
|
/external/tinyxml/docs/ |
tutorial0.html | 200 <div class="fragment"><pre class="fragment"> // a utility function defining a very simple method to indent a line of text 211 void dump_to_stdout( TiXmlNode * pParent, unsigned int indent = 0 ) 217 printf( "%s", getIndent( indent)); 254 dump_to_stdout( pChild, indent+2 );
|
/external/v8/src/profiler/ |
allocation-tracker.h | 41 void Print(int indent, AllocationTracker* tracker);
|
/frameworks/av/media/libeffects/factory/ |
EffectsFactory.c | 71 static void dumpEffectDescriptor(effect_descriptor_t *desc, char *str, size_t len, int indent); 243 dumpEffectDescriptor(pDescriptor, str, sizeof(str), 0 /* indent */); 624 dumpEffectDescriptor(d, s, sizeof(s), 0 /* indent */); 706 dumpEffectDescriptor(d, s, sizeof(s), 0 /* indent */); 917 void dumpEffectDescriptor(effect_descriptor_t *desc, char *str, size_t len, int indent) { 920 char idt[indent + 1]; 922 memset(idt, ' ', indent); 923 idt[indent] = 0; 1012 dumpEffectDescriptor(d, s, sizeof(s), 2 /* indent */);
|
/frameworks/av/media/libstagefright/foundation/ |
AMessage.cpp | 499 static void appendIndent(AString *s, int32_t indent) { 504 CHECK_LT((size_t)indent, sizeof(kWhitespace)); 506 s->append(kWhitespace, indent); 516 AString AMessage::debugString(int32_t indent) const { 582 hexdump(buffer->data(), buffer->size(), indent + 4, &tmp); 583 appendIndent(&tmp, indent + 2); 597 indent + strlen(item.mName) + 14).c_str()); 612 appendIndent(&s, indent); 618 appendIndent(&s, indent);
|
/libcore/luni/src/main/java/javax/xml/transform/ |
OutputKeys.java | 169 * indent = "yes" | "no". 171 * <p><code>indent</code> specifies whether the Transformer may 177 public static final String INDENT = "indent";
|
/packages/inputmethods/LatinIME/dictionaries/ |
sample.combined | 3 # The file is essentially a CSV file, with indent level denoting nesting.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
FormatSpec.java | 278 final StringBuilder indent = new StringBuilder(); local 280 indent.append("H:"); 283 indent.append(" "); 288 s.append(indent);
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/ |
kotlin-stdlib-1.0.0-sources.jar | |
/system/core/include/utils/ |
CallStack.h | 55 void dump(int fd, int indent = 0, const char* prefix = 0) const;
|
ProcessCallStack.h | 49 void dump(int fd, int indent = 0, const char* prefix = 0) const;
|
/system/extras/simpleperf/ |
utils.h | 111 void PrintIndented(size_t indent, const char* fmt, ...);
|
/system/extras/tests/lib/testUtil/ |
testUtil.c | 356 // Set an indent of spaces for each line of hex dump output 358 testXDumpSetIndent(uint8_t indent) 360 xDumpIndent = indent; 363 // Obtain the current hex dump indent amount
|
/external/llvm/utils/TableGen/ |
FixedLenDecoderEmitter.cpp | 700 OS.indent(Indentation) << "static const uint8_t DecoderTable" << Namespace 723 OS.indent(Indentation) << "MCD::OPC_ExtractField, " << Start << ", " 732 OS.indent(Indentation) << "MCD::OPC_FilterValue, "; 752 OS.indent(Indentation) << "MCD::OPC_CheckField, " << Start << ", " 770 OS.indent(Indentation) << "MCD::OPC_CheckPredicate, "; 796 OS.indent(Indentation) << "MCD::OPC_" << (IsTry ? "Try" : "") 830 OS.indent(Indentation) << "MCD::OPC_SoftFail"; 856 OS.indent(Indentation) << "MCD::OPC_Fail,\n"; 861 OS.indent(Indentation) << "0\n"; 865 OS.indent(Indentation) << "};\n\n" [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
resrc.c | 1930 indent (FILE *e, int c) function [all...] |
/external/llvm/examples/Kaleidoscope/Chapter8/ |
toy.cpp | 195 raw_ostream &indent(raw_ostream &O, int size) { function in namespace:__anon18420 268 LHS->dump(indent(out, ind) << "LHS:", ind + 1); 269 RHS->dump(indent(out, ind) << "RHS:", ind + 1); 287 Arg->dump(indent(out, ind + 1), ind + 1); 304 Cond->dump(indent(out, ind) << "Cond:", ind + 1); 305 Then->dump(indent(out, ind) << "Then:", ind + 1); 306 Else->dump(indent(out, ind) << "Else:", ind + 1); 325 Start->dump(indent(out, ind) << "Cond:", ind + 1); 326 End->dump(indent(out, ind) << "End:", ind + 1); 327 Step->dump(indent(out, ind) << "Step:", ind + 1) [all...] |
/frameworks/base/services/core/java/com/android/server/notification/ |
NotificationUsageStats.java | 316 public synchronized void dump(PrintWriter pw, String indent, DumpFilter filter) { 321 as.dump(pw, indent); 323 pw.println(indent + "mStatsArrays.size(): " + mStatsArrays.size()); 324 pw.println(indent + "mStats.size(): " + mStats.size()); 327 mSQLiteLog.dump(pw, indent, filter); 557 public void dump(PrintWriter pw, String indent) { 558 pw.println(toStringWithIndent(indent)); 579 private String toStringWithIndent(String indent) { 581 output.append(indent).append("AggregatedStats{\n"); 582 String indentPlusTwo = indent + " " [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
inspect.py | 351 """Return the indent size, in spaces, at the start of a line of text.""" 384 indent = len(line) - content 385 margin = min(margin, indent) 611 indent = indentsize(lines[lnum]) 614 indentsize(lines[end]) == indent: 619 while comment[:1] == '#' and indentsize(lines[end]) == indent: 635 self.indent = 0 658 elif type == tokenize.INDENT: 659 self.indent = self.indent + [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
inspect.py | 351 """Return the indent size, in spaces, at the start of a line of text.""" 384 indent = len(line) - content 385 margin = min(margin, indent) 611 indent = indentsize(lines[lnum]) 614 indentsize(lines[end]) == indent: 619 while comment[:1] == '#' and indentsize(lines[end]) == indent: 635 self.indent = 0 658 elif type == tokenize.INDENT: 659 self.indent = self.indent + [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | 351 """Return the indent size, in spaces, at the start of a line of text.""" 384 indent = len(line) - content 385 margin = min(margin, indent) 611 indent = indentsize(lines[lnum]) 614 indentsize(lines[end]) == indent: 619 while comment[:1] == '#' and indentsize(lines[end]) == indent: 635 self.indent = 0 658 elif type == tokenize.INDENT: 659 self.indent = self.indent + [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
inspect.py | 351 """Return the indent size, in spaces, at the start of a line of text.""" 384 indent = len(line) - content 385 margin = min(margin, indent) 611 indent = indentsize(lines[lnum]) 614 indentsize(lines[end]) == indent: 619 while comment[:1] == '#' and indentsize(lines[end]) == indent: 635 self.indent = 0 658 elif type == tokenize.INDENT: 659 self.indent = self.indent + [all...] |
/external/clang/include/clang/Format/ |
Format.h | 43 /// \brief The extra indent or outdent of access modifiers, e.g. \c public:. 268 /// \brief Indent the wrapped braces themselves. 307 /// \brief Indent width for line continuations. 316 /// - Indentation with the continuation indent, not with the block indent. 400 /// \brief Indent case labels one level from the switch statement. 409 /// \brief Indent if a function definition or declaration is wrapped after the 445 /// \brief Different ways to indent namespace contents. 447 /// Don't indent in namespaces. 449 /// Indent only in inner namespaces (nested in other namespaces) [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
i386-gen.c | 733 int macro, const char *comma, const char *indent) 737 fprintf (table, "%s{ { ", indent); 749 fprintf (table, " \\\n %s", indent); 751 fprintf (table, "\n %s", indent); 760 const char *comma, const char *indent, 820 comma, indent); 868 int macro, const char *indent) 884 fprintf (table, " \\\n%s", indent); 886 fprintf (table, "\n%s", indent); 895 const char *indent, int lineno [all...] |