/external/protobuf/gtest/scripts/ |
gen_gtest_pred_impl.py | 665 indent = (len(assertion) + 3)*' ' 681 test += Iter(n, ',\n' + indent + extra_indent + '%(arg)s' % defs)
|
/external/webkit/Source/WebCore/css/ |
view-source.css | 151 text-indent: -20px;
|
mediaControlsChromium.css | 123 text-indent: 0; 152 text-indent: 0;
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
LayerChromium.h | 203 void dumpLayer(TextStream&, int indent) const; 206 virtual void dumpLayerProperties(TextStream&, int indent) const;
|
/frameworks/compile/mclinker/lib/Support/ |
CommandLine.cpp | 45 outs().indent(NumSpaces) << " (default: "; 79 outs().indent(NumSpaces) << " (default: ";
|
/frameworks/native/libs/binder/ |
IPCThreadState.cpp | 174 out << ": " << indent; local 233 out << ": " << indent; local 520 << indent << data << dedent << endl; 560 if (reply) alog << indent << *reply << dedent << endl; 788 alog << "Sending commands to driver: " << indent; local 845 alog << "Received commands from driver: " << indent; local 1027 << TypeCode(tr.code) << ": " << indent << buffer [all...] |
/system/extras/tests/lib/testUtil/ |
testUtil.c | 355 // Set an indent of spaces for each line of hex dump output 357 testXDumpSetIndent(uint8_t indent) 359 xDumpIndent = indent; 362 // Obtain the current hex dump indent amount
|
/external/valgrind/main/coregrind/ |
m_debuglog.c | 902 Int indent, depth, i; local 909 indent = 2*level - 1; 910 if (indent < 1) indent = 1; 929 (void)myvprintf_str ( add_to_buf, &buf, 0, indent, "", False );
|
/external/llvm/lib/Support/ |
CommandLine.cpp | [all...] |
TargetRegistry.cpp | 158 OS.indent(Width - Targets[i].first.size()) << " - "
|
/frameworks/native/opengl/tests/hwc/ |
hwcCommit.cpp | 306 void printFormatHeadings(size_t indent); 307 void printOverlapLine(size_t indent, const string formatStr, 591 size_t indent = 2; local 593 printFormatHeadings(indent); 596 printOverlapLine(indent, *it, measurements[it 602 printFormatHeadings(indent); 605 printOverlapLine(indent, *it, measurements[it 611 printFormatHeadings(indent); 614 printOverlapLine(indent, *it, measurements[it [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 130 def Dump(self, indent=0): 132 print "%s%s %d %d %o" % (" "*indent, self.name, self.uid, self.gid, self.mode) 134 print "%s%s %s %s %s" % (" "*indent, self.name, self.uid, self.gid, self.mode) 136 print "%s%s" % (" "*indent, self.descendants) 137 print "%s%s" % (" "*indent, self.best_subtree) 139 i.Dump(indent=indent+1)
|
/external/openssl/crypto/x509v3/ |
v3_addr.c | 215 const int indent, 222 BIO_printf(out, "%*s", indent, ""); 248 int indent) 257 BIO_printf(out, "%*sIPv4", indent, ""); 260 BIO_printf(out, "%*sIPv6", indent, ""); 263 BIO_printf(out, "%*sUnknown AFI %u", indent, "", afi); 305 indent + 2, [all...] |
/external/openssl/crypto/asn1/ |
t_x509.c | 294 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) 306 if (BIO_indent(bp, indent, indent) <= 0) return 0;
|
x_name.c | 87 int indent, 295 int indent, 300 indent, pctx->nm_flags) <= 0)
|
/external/oprofile/utils/ |
ophelp.c | 66 static void word_wrap(int indent, int *column, char *msg) 71 printf("\n%*s", indent, ""); 72 *column = indent;
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
AnnotationDirectoryItem.java | 230 out.indent(); 243 out.indent(); 255 out.indent();
|
ClassDataItem.java | 294 out.indent(); 306 out.indent(); 318 out.indent(); 330 out.indent(); [all...] |
DebugInfoItem.java | 401 out.indent(); 411 out.indent(); 422 out.indent(); 456 out.indent();
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FEConvolveMatrix.cpp | 472 TextStream& FEConvolveMatrix::externalRepresentation(TextStream& ts, int indent) const 474 writeIndent(ts, indent); 485 inputEffect(0)->externalRepresentation(ts, indent + 1);
|
/frameworks/av/services/camera/libcameraservice/camera2/ |
ZslProcessor3.cpp | 339 String8 indent(" "); 342 header = indent + header + "\n"; 362 result = indent + result + "\n";
|
/external/libxml2/ |
xmlsave.c | 86 char indent[MAX_INDENT + 1]; /* array for indenting output */ member in struct:_xmlSaveCtxt 337 memset(&ctxt->indent[0], 0, MAX_INDENT + 1); 342 memcpy(&ctxt->indent[i * ctxt->indent_size], xmlTreeIndentString, 344 ctxt->indent[ctxt->indent_nr * ctxt->indent_size] = 0; 523 ctxt->indent); 729 ctxt->indent); 985 ctxt->indent); 1663 int indent = ctxt->format; local [all...] |
/external/chromium/webkit/glue/ |
webkit_glue.h | 90 string16 DumpHistoryState(const std::string& history_state, int indent,
|
/external/llvm/lib/IR/ |
Pass.cpp | 51 dbgs().indent(Offset*2) << getPassName() << "\n";
|
/external/oprofile/pp/ |
opreport.cpp | 234 void output_col_headers(bool indent) 239 if (indent) 258 if (indent) 271 if (indent)
|