Searched defs:PrintStats (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/media/cast/test/utility/
H A Dnetload.py34 def PrintStats(): function
100 PrintStats()
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dstats.cc70 void PrintStats(FILE* out, Font* font) { function in namespace:subtly
/external/llvm/include/llvm/Support/
H A DRecyclingAllocator.h54 void PrintStats() { function in class:llvm::RecyclingAllocator
55 Allocator.PrintStats();
56 Base.PrintStats();
H A DRecycler.h121 void PrintStats() { function in class:llvm::Recycler
H A DAllocator.h105 void PrintStats() const {} function in class:llvm::MallocAllocator
267 void PrintStats() const { function in class:llvm::BumpPtrAllocatorImpl
/external/sfntly/cpp/src/sample/subtly/
H A Dstats.cc70 void PrintStats(FILE* out, Font* font) { function in namespace:subtly
/external/clang/lib/Parse/
H A DParseAST.cpp86 ASTContext &Ctx, bool PrintStats,
97 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
100 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { argument
102 if (PrintStats) {
108 bool OldCollectStats = PrintStats;
157 if (PrintStats) {
159 P.getActions().PrintStats();
160 S.getASTContext().PrintStats();
161 Decl::PrintStats();
162 Stmt::PrintStats();
85 ParseAST(Preprocessor &PP, ASTConsumer *Consumer, ASTContext &Ctx, bool PrintStats, TranslationUnitKind TUKind, CodeCompleteConsumer *CompletionConsumer, bool SkipFunctionBodies) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DChannel.cc356 void Channel::PrintStats(CodecInst& codecInst) { function in class:webrtc::Channel
/external/clang/include/clang/AST/
H A DASTConsumer.h149 /// PrintStats - If desired, print any statistics.
150 virtual void PrintStats() {} function in class:clang::ASTConsumer
/external/lldb/source/Expression/
H A DASTStructExtractor.cpp196 ASTStructExtractor::PrintStats() function in class:ASTStructExtractor
199 m_passthrough->PrintStats();
H A DASTResultSynthesizer.cpp490 ASTResultSynthesizer::PrintStats() function in class:ASTResultSynthesizer
493 m_passthrough->PrintStats();
/external/clang/lib/AST/
H A DExternalASTSource.cpp43 void ExternalASTSource::PrintStats() { } function in class:ExternalASTSource
/external/clang/lib/Basic/
H A DFileManager.cpp539 void FileManager::PrintStats() const { function in class:FileManager
H A DIdentifierTable.cpp257 /// PrintStats - Print statistics about how well the identifier table is doing
259 void IdentifierTable::PrintStats() const { function in class:IdentifierTable
285 HashTable.getAllocator().PrintStats();
/external/clang/lib/Frontend/
H A DChainedIncludesSource.cpp58 void PrintStats() override;
260 void ChainedIncludesSource::PrintStats() { function in class:ChainedIncludesSource
261 return getFinalReader().PrintStats();
H A DMultiplexConsumer.cpp283 void MultiplexConsumer::PrintStats() { function in class:MultiplexConsumer
285 Consumers[i]->PrintStats();
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_system_indexer.cc63 void PrintStats();
232 void Index::PrintStats() { function in class:__anon3550::Index
/external/clang/lib/Lex/
H A DPreprocessor.cpp227 void Preprocessor::PrintStats() { function in class:Preprocessor
H A DHeaderSearch.cpp73 void HeaderSearch::PrintStats() { function in class:HeaderSearch
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp151 void MultiplexExternalSemaSource::PrintStats() { function in class:MultiplexExternalSemaSource
153 Sources[i]->PrintStats();
H A DSema.cpp297 void Sema::PrintStats() const { function in class:Sema
301 BumpAlloc.PrintStats();
302 AnalysisWarnings.PrintStats();
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_bench.cc503 PrintStats("leveldb.stats");
505 PrintStats("leveldb.sstables");
894 void PrintStats(const char* key) { function in class:leveldb::__anon12439::RandomGenerator::Benchmark
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc306 PrintStats();
1598 void CallClient::PrintStats() const { function in class:CallClient
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc510 static void PrintStats(int level) { function
946 PrintStats(level);
1381 PrintStats(1);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc479 static void PrintStats(int level) { function
936 PrintStats(level);
1336 PrintStats(1);

Completed in 1797 milliseconds

12