/external/llvm/lib/Analysis/ |
LoopAccessAnalysis.cpp | 384 OS.indent(Depth) << "Check " << N++ << ":\n"; 386 OS.indent(Depth + 2) << "Comparing group (" << Check.first << "):\n"; 388 OS.indent(Depth + 2) << *Pointers[First[K]].PointerValue << "\n"; 390 OS.indent(Depth + 2) << "Against group (" << Check.second << "):\n"; 392 OS.indent(Depth + 2) << *Pointers[Second[K]].PointerValue << "\n"; 398 OS.indent(Depth) << "Run-time memory checks:\n"; 401 OS.indent(Depth) << "Grouped accesses:\n"; 405 OS.indent(Depth + 2) << "Group " << &CG << ":\n"; 406 OS.indent(Depth + 4) << "(Low: " << *CG.Low << " High: " << *CG.High 409 OS.indent(Depth + 6) << "Member: " << *Pointers[CG.Members[J]].Exp [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
k_tan.c | 13 /* INDENT OFF */ 76 /* INDENT ON */
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SerializationHandler.java | 85 * Set the number of spaces to indent for each indentation level. 86 * @param spaces the number of spaces to indent for each indentation level.
|
/external/autotest/client/cros/scripts/ |
profile | 97 indent=2) 110 pprint.pprint(properties, indent=2)
|
/external/autotest/scheduler/shard/ |
simple_heartbeat_server.py | 51 # Indent level used when formatting json for the browser. 136 json_encoder.indent = JSON_FORMATTING_INDENT
|
/external/blktrace/btt/ |
trace_complete.c | 24 __u64 sec, __u32 nsec, int indent) 27 if (indent)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
inspector_websocket.py | 97 logging.debug('sent [%s]', json.dumps(req, indent=2, sort_keys=True)) 164 'got [%s]', json.dumps(result, indent=2, sort_keys=True))
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
parser.py | 103 indent = 0 106 prev_toktype = token.INDENT 117 if toktype == token.INDENT: 118 indent += 1 120 indent -= 1 131 exclude_indent = indent 133 elif toktype == token.STRING and prev_toktype == token.INDENT: 156 if excluding and indent <= exclude_indent:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
encoding.py | 147 indent = kwargs.get('indent', 0) 151 kwargs['indent'] = kwargs.get('indent', 0) + 4 158 s += '\n' + ' ' * (indent + 4) 162 s += '\n' + ' ' * indent 174 s += '\n' + ' ' * (indent + 4) 179 s += '\n' + ' ' * indent
|
/external/clang/lib/Format/ |
TokenAnnotator.h | 146 /// \brief Adapts the indent levels of comment lines to the indent of the
|
/external/clang/lib/Frontend/ |
DependencyGraph.cpp | 113 OS.indent(2); 129 OS.indent(2);
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
TraversalChecker.cpp | 81 llvm::outs().indent(Indentation); 98 llvm::outs().indent(Indentation);
|
/external/clang/lib/StaticAnalyzer/Core/ |
CheckerRegistry.cpp | 164 out.indent(initialPad) << i->FullName; 173 out.indent(pad + 2) << i->Desc;
|
/external/fdlibm/ |
k_tan.c | 13 /* INDENT OFF */ 71 /* INDENT ON */
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
XMLRecordWriter.java | 236 writeString(INDENT); 253 private static final String INDENT = " ";
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
XMLRecordWriter.java | 232 writeString(INDENT); 249 private static final String INDENT = " ";
|
/external/jetty/src/java/org/eclipse/jetty/util/component/ |
AggregateLifeCycle.java | 385 public void dump(Appendable out,String indent) throws IOException 396 out.append(indent).append(" +- "); 400 ((Dumpable)b._bean).dump(out,indent+(i==size?" ":" | ")); 409 out.append(indent).append(" |\n"); 413 public static void dump(Appendable out,String indent,Collection<?>... collections) throws IOException 429 out.append(indent).append(" +- "); 432 ((Dumpable)o).dump(out,indent+(i==size?" ":" | ")); 438 out.append(indent).append(" |\n");
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFDebugInfoEntry.h | 42 unsigned indent = 0) const; 44 uint16_t attr, uint16_t form, unsigned indent = 0) const;
|
/external/mesa3d/configs/ |
default | 50 INDENT = indent
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
MessageObject.java | 163 public String dbgPrint(int indent) { 165 indentation = indent;
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_enum.cc | 90 printer->Indent(); 111 printer->Indent();
|
/frameworks/compile/slang/ |
slang_rs_reflect_utils.h | 134 indent() << "}" << (addSemicolon ? ";" : "") << "\n\n"; 140 std::ofstream &indent() { function in class:slang::GeneratedFile
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
Grammar.txt | 19 #diagram:token INDENT 99 suite: simple_stmt | NEWLINE INDENT stmt+ DEDENT
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
Grammar.txt | 19 #diagram:token INDENT 99 suite: simple_stmt | NEWLINE INDENT stmt+ DEDENT
|
/prebuilts/go/darwin-x86/src/go/printer/ |
printer_test.go | 498 for indent := 0; indent < 4; indent++ { 500 (&Config{Tabwidth: tabwidth, Indent: indent}).Fprint(&buf, fset, file) 501 // all code must be indented by at least 'indent' tabs 515 if n < indent { 516 t.Errorf("line %d: got only %d tabs; want at least %d: %q", i, n, indent, line)
|