printf 82 Source/bindings/v8/V8Initializer.cpp printf("V8 error: %s (%s). Current memory usage: %d MB\n", message, location, memoryUsageMB); printf 384 Source/core/css/CSSSelector.cpp printf("%*sselectorText(): %s\n", indent, "", selectorText().ascii().data()); printf 385 Source/core/css/CSSSelector.cpp printf("%*sm_match: %d\n", indent, "", m_match); printf 386 Source/core/css/CSSSelector.cpp printf("%*sisCustomPseudoElement(): %d\n", indent, "", isCustomPseudoElement()); printf 388 Source/core/css/CSSSelector.cpp printf("%*svalue(): %s\n", indent, "", value().ascii().data()); printf 389 Source/core/css/CSSSelector.cpp printf("%*spseudoType(): %d\n", indent, "", pseudoType()); printf 391 Source/core/css/CSSSelector.cpp printf("%*stagQName().localName: %s\n", indent, "", tagQName().localName().ascii().data()); printf 392 Source/core/css/CSSSelector.cpp printf("%*sisAttributeSelector(): %d\n", indent, "", isAttributeSelector()); printf 394 Source/core/css/CSSSelector.cpp printf("%*sattribute(): %s\n", indent, "", attribute().localName().ascii().data()); printf 395 Source/core/css/CSSSelector.cpp printf("%*sargument(): %s\n", indent, "", argument().ascii().data()); printf 396 Source/core/css/CSSSelector.cpp printf("%*sspecificity(): %u\n", indent, "", specificity()); printf 398 Source/core/css/CSSSelector.cpp printf("\n%*s--> (relation == %d)\n", indent, "", relation()); printf 401 Source/core/css/CSSSelector.cpp printf("\n%*s--> (relation == %d)\n", indent, "", relation()); printf 407 Source/core/css/CSSSelector.cpp printf("\n******* CSSSelector::show(\"%s\") *******\n", selectorText().ascii().data()); printf 409 Source/core/css/CSSSelector.cpp printf("******* end *******\n"); printf 214 Source/core/dom/Node.cpp printf("Number of Nodes: %d\n\n", liveNodeSet.size()); printf 215 Source/core/dom/Node.cpp printf("Number of Nodes with RareData: %zu\n\n", nodesWithRareData); printf 217 Source/core/dom/Node.cpp printf("NodeType distribution:\n"); printf 218 Source/core/dom/Node.cpp printf(" Number of Element nodes: %zu\n", elementNodes); printf 219 Source/core/dom/Node.cpp printf(" Number of Attribute nodes: %zu\n", attrNodes); printf 220 Source/core/dom/Node.cpp printf(" Number of Text nodes: %zu\n", textNodes); printf 221 Source/core/dom/Node.cpp printf(" Number of CDATASection nodes: %zu\n", cdataNodes); printf 222 Source/core/dom/Node.cpp printf(" Number of Comment nodes: %zu\n", commentNodes); printf 223 Source/core/dom/Node.cpp printf(" Number of ProcessingInstruction nodes: %zu\n", piNodes); printf 224 Source/core/dom/Node.cpp printf(" Number of Document nodes: %zu\n", documentNodes); printf 225 Source/core/dom/Node.cpp printf(" Number of DocumentType nodes: %zu\n", docTypeNodes); printf 226 Source/core/dom/Node.cpp printf(" Number of DocumentFragment nodes: %zu\n", fragmentNodes); printf 227 Source/core/dom/Node.cpp printf(" Number of ShadowRoot nodes: %zu\n", shadowRootNodes); printf 229 Source/core/dom/Node.cpp printf("Element tag name distibution:\n"); printf 231 Source/core/dom/Node.cpp printf(" Number of <%s> tags: %zu\n", it->key.utf8().data(), it->value); printf 233 Source/core/dom/Node.cpp printf("Attributes:\n"); printf 234 Source/core/dom/Node.cpp printf(" Number of Attributes (non-Node and Node): %zu [%zu]\n", attributes, sizeof(Attribute)); printf 235 Source/core/dom/Node.cpp printf(" Number of Attributes with an Attr: %zu\n", attributesWithAttr); printf 236 Source/core/dom/Node.cpp printf(" Number of Elements with attribute storage: %zu [%zu]\n", elementsWithAttributeStorage, sizeof(ElementData)); printf 237 Source/core/dom/Node.cpp printf(" Number of Elements with RareData: %zu\n", elementsWithRareData); printf 238 Source/core/dom/Node.cpp printf(" Number of Elements with NamedNodeMap: %zu [%zu]\n", elementsWithNamedNodeMap, sizeof(NamedNodeMap)); printf 651 Source/core/fetch/MemoryCache.cpp printf("%-13s %-13s %-13s %-13s %-13s %-13s %-13s\n", "", "Count", "Size", "LiveSize", "DecodedSize", "PurgeableSize", "PurgedSize"); printf 652 Source/core/fetch/MemoryCache.cpp printf("%-13s %-13s %-13s %-13s %-13s %-13s %-13s\n", "-------------", "-------------", "-------------", "-------------", "-------------", "-------------", "-------------"); printf 653 Source/core/fetch/MemoryCache.cpp printf("%-13s %13d %13d %13d %13d %13d %13d\n", "Images", s.images.count, s.images.size, s.images.liveSize, s.images.decodedSize, s.images.purgeableSize, s.images.purgedSize); printf 654 Source/core/fetch/MemoryCache.cpp printf("%-13s %13d %13d %13d %13d %13d %13d\n", "CSS", s.cssStyleSheets.count, s.cssStyleSheets.size, s.cssStyleSheets.liveSize, s.cssStyleSheets.decodedSize, s.cssStyleSheets.purgeableSize, s.cssStyleSheets.purgedSize); printf 655 Source/core/fetch/MemoryCache.cpp printf("%-13s %13d %13d %13d %13d %13d %13d\n", "XSL", s.xslStyleSheets.count, s.xslStyleSheets.size, s.xslStyleSheets.liveSize, s.xslStyleSheets.decodedSize, s.xslStyleSheets.purgeableSize, s.xslStyleSheets.purgedSize); printf 656 Source/core/fetch/MemoryCache.cpp printf("%-13s %13d %13d %13d %13d %13d %13d\n", "JavaScript", s.scripts.count, s.scripts.size, s.scripts.liveSize, s.scripts.decodedSize, s.scripts.purgeableSize, s.scripts.purgedSize); printf 657 Source/core/fetch/MemoryCache.cpp printf("%-13s %13d %13d %13d %13d %13d %13d\n", "Fonts", s.fonts.count, s.fonts.size, s.fonts.liveSize, s.fonts.decodedSize, s.fonts.purgeableSize, s.fonts.purgedSize); printf 658 Source/core/fetch/MemoryCache.cpp printf("%-13s %13d %13d %13d %13d %13d %13d\n", "Other", s.other.count, s.other.size, s.other.liveSize, s.other.decodedSize, s.other.purgeableSize, s.other.purgedSize); printf 659 Source/core/fetch/MemoryCache.cpp printf("%-13s %-13s %-13s %-13s %-13s %-13s %-13s\n\n", "-------------", "-------------", "-------------", "-------------", "-------------", "-------------", "-------------"); printf 661 Source/core/fetch/MemoryCache.cpp printf("Duplication of encoded data from data URLs\n"); printf 662 Source/core/fetch/MemoryCache.cpp printf("%-13s %13d of %13d\n", "Images", s.images.encodedSizeDuplicatedInDataURLs, s.images.encodedSize); printf 663 Source/core/fetch/MemoryCache.cpp printf("%-13s %13d of %13d\n", "CSS", s.cssStyleSheets.encodedSizeDuplicatedInDataURLs, s.cssStyleSheets.encodedSize); printf 664 Source/core/fetch/MemoryCache.cpp printf("%-13s %13d of %13d\n", "XSL", s.xslStyleSheets.encodedSizeDuplicatedInDataURLs, s.xslStyleSheets.encodedSize); printf 665 Source/core/fetch/MemoryCache.cpp printf("%-13s %13d of %13d\n", "JavaScript", s.scripts.encodedSizeDuplicatedInDataURLs, s.scripts.encodedSize); printf 666 Source/core/fetch/MemoryCache.cpp printf("%-13s %13d of %13d\n", "Fonts", s.fonts.encodedSizeDuplicatedInDataURLs, s.fonts.encodedSize); printf 667 Source/core/fetch/MemoryCache.cpp printf("%-13s %13d of %13d\n", "Other", s.other.encodedSizeDuplicatedInDataURLs, s.other.encodedSize); printf 672 Source/core/fetch/MemoryCache.cpp printf("LRU-SP lists in eviction order (Kilobytes decoded, Kilobytes encoded, Access count, Referenced, isPurgeable, wasPurged):\n"); printf 676 Source/core/fetch/MemoryCache.cpp printf("\n\nList %d: ", i); printf 681 Source/core/fetch/MemoryCache.cpp printf("(%.1fK, %.1fK, %uA, %dR, %d, %d); ", current->decodedSize() / 1024.0f, (current->encodedSize() + current->overheadSize()) / 1024.0f, current->accessCount(), current->hasClients(), current->isPurgeable(), current->wasPurged()); printf 1141 Source/core/fetch/ResourceFetcher.cpp printf("PRELOADING %s\n", resource->url().string().latin1().data()); printf 1331 Source/core/fetch/ResourceFetcher.cpp printf("!! UNREFERENCED PRELOAD %s\n", res->url().string().latin1().data()); printf 1333 Source/core/fetch/ResourceFetcher.cpp printf("HIT COMPLETE PRELOAD %s\n", res->url().string().latin1().data()); printf 1335 Source/core/fetch/ResourceFetcher.cpp printf("HIT LOADING PRELOAD %s\n", res->url().string().latin1().data()); printf 1359 Source/core/fetch/ResourceFetcher.cpp printf("SCRIPTS: %d (%d hits, hit rate %d%%)\n", scripts, scripts - scriptMisses, (scripts - scriptMisses) * 100 / scripts); printf 1361 Source/core/fetch/ResourceFetcher.cpp printf("STYLESHEETS: %d (%d hits, hit rate %d%%)\n", stylesheets, stylesheets - stylesheetMisses, (stylesheets - stylesheetMisses) * 100 / stylesheets); printf 1363 Source/core/fetch/ResourceFetcher.cpp printf("IMAGES: %d (%d hits, hit rate %d%%)\n", images, images - imageMisses, (images - imageMisses) * 100 / images); printf 951 Source/core/html/HTMLElement.cpp printf("%s\n", element->innerHTML().ascii().data()); printf 382 Source/core/page/FrameTree.cpp printf(" "); printf 388 Source/core/page/FrameTree.cpp printf("--> "); printf 394 Source/core/page/FrameTree.cpp printf("LocalFrame %p %dx%d\n", frame, view ? view->width() : 0, view ? view->height() : 0); printf 396 Source/core/page/FrameTree.cpp printf(" ownerElement=%p\n", frame->ownerElement()); printf 398 Source/core/page/FrameTree.cpp printf(" frameView=%p\n", view); printf 400 Source/core/page/FrameTree.cpp printf(" document=%p\n", frame->document()); printf 402 Source/core/page/FrameTree.cpp printf(" uri=%s\n\n", frame->document()->url().string().utf8().data()); printf 411 Source/core/page/FrameTree.cpp printf("Null input frame\n"); printf 409 Source/platform/fonts/GlyphPageTreeNode.cpp printf("%s\t%p %s\n", indent.data(), it->key, it->key->description().utf8().data()); printf 413 Source/platform/fonts/GlyphPageTreeNode.cpp printf("%s\t* fallback\n", indent.data()); printf 424 Source/platform/fonts/GlyphPageTreeNode.cpp printf("Page 0:\n"); printf 428 Source/platform/fonts/GlyphPageTreeNode.cpp printf("\nPage %d:\n", it->key); printf 323 Source/platform/geometry/Region.cpp printf("%6d: (", span->y); printf 326 Source/platform/geometry/Region.cpp printf("%d ", *segment); printf 327 Source/platform/geometry/Region.cpp printf(")\n"); printf 330 Source/platform/geometry/Region.cpp printf("\n"); printf 547 Source/platform/geometry/Region.cpp printf("Bounds: (%d, %d, %d, %d)\n", m_bounds.x(), m_bounds.y(), m_bounds.width(), m_bounds.height()); printf 226 Source/platform/text/BidiResolverTest.cpp printf("ORDER %s%s\n", diffString(actualOrder, expectedOrder).c_str(), errorContext.str().c_str()); printf 238 Source/platform/text/BidiResolverTest.cpp printf("LEVELS %s%s\n", diffString(actualLevels, expectedLevels).c_str(), errorContext.str().c_str()); printf 271 Source/platform/text/BidiResolverTest.cpp printf("ERROR: Failed to open BidiTest.txt, cannot run tests.\n"); printf 280 Source/platform/text/BidiResolverTest.cpp printf("WARNING: Skipped %zu tests.\n", runner.m_testsSkipped); printf 281 Source/platform/text/BidiResolverTest.cpp printf("Ran %zu tests: %zu level failures %zu order failures.\n", printf 212 Source/platform/text/BidiTestHarness.h printf("Parse error, line %zu : %s\n", lineNumber, line.c_str()); printf 670 Source/platform/weborigin/KURL.cpp printf("%s\n", m_string.utf8().data()); printf 99 Source/web/tests/WebPageSerializerTest.cpp printf("%s\n", urls[i].spec().data()); printf 86 Source/wtf/Assertions.h #define WTF_ATTRIBUTE_PRINTF(formatStringArgument, extraArguments) __attribute__((__format__(printf, formatStringArgument, extraArguments))) printf 118 Source/wtf/BitVector.cpp out.printf("1"); printf 120 Source/wtf/BitVector.cpp out.printf("-"); printf 105 Source/wtf/DataLog.cpp dataFile().printf("%s", str); printf 926 Source/wtf/PartitionAlloc.cpp printf("bucket size %zu (pageSize %zu waste %zu): %zu alloc/%zu commit/%zu freeable bytes, %zu/%zu/%zu full/active/free pages\n", bucketSlotSize, bucketPageSize, bucketWaste, numActiveBytes, numResidentBytes, numFreeableBytes, static_cast<size_t>(bucket.numFullPages), numActivePages, numFreePages); printf 928 Source/wtf/PartitionAlloc.cpp printf("total live: %zu bytes\n", totalLive); printf 929 Source/wtf/PartitionAlloc.cpp printf("total resident: %zu bytes\n", totalResident); printf 930 Source/wtf/PartitionAlloc.cpp printf("total freeable: %zu bytes\n", totalFreeable); printf 52 Source/wtf/PrintStream.cpp out.printf("%s", string); printf 75 Source/wtf/PrintStream.cpp out.printf("%d", value); printf 80 Source/wtf/PrintStream.cpp out.printf("%u", value); printf 85 Source/wtf/PrintStream.cpp out.printf("%ld", value); printf 90 Source/wtf/PrintStream.cpp out.printf("%lu", value); printf 95 Source/wtf/PrintStream.cpp out.printf("%lld", value); printf 100 Source/wtf/PrintStream.cpp out.printf("%llu", value); printf 110 Source/wtf/PrintStream.cpp out.printf("%lf", value); printf 115 Source/wtf/PrintStream.cpp out.printf("%c", value); printf 45 Source/wtf/PrintStream.h void printf(const char* format, ...) WTF_ATTRIBUTE_PRINTF(2, 3); printf 202 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c printf("%s%3d ", indent(depth), depth); printf 204 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c printf("%4d", lineno); printf 207 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c printf(" "); printf 210 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c printf(" %s", MyText_AS_STRING(filename)); printf 213 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c printf(" %s", msg); printf 215 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c printf("\n"); printf 263 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c printf("trace: %s @ %s %d\n", what_sym[what], MyText_AS_STRING(frame->f_code->co_filename), frame->f_lineno); printf 498 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c printf("pytrace\n");