HomeSort by relevance Sort by last modified time
    Searched full:printstats (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/clang/lib/Parse/
ParseAST.cpp 100 ASTContext &Ctx, bool PrintStats,
111 ParseAST(*S.get(), PrintStats, SkipFunctionBodies);
114 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) {
116 if (PrintStats) {
122 bool OldCollectStats = PrintStats;
171 if (PrintStats) {
173 P.getActions().PrintStats();
174 S.getASTContext().PrintStats();
175 Decl::PrintStats();
176 Stmt::PrintStats();
    [all...]
  /external/llvm/include/llvm/Support/
RecyclingAllocator.h 54 void PrintStats() {
55 Allocator.PrintStats();
56 Base.PrintStats();
Recycler.h 101 void PrintStats();
105 void Recycler<T, Size, Align>::PrintStats() {
  /external/sfntly/cpp/src/sample/subtly/
stats.h 37 void PrintStats(FILE* out, Font* font);
stats.cc 70 void PrintStats(FILE* out, Font* font) {
  /external/skia/tools/VisualBench/
VisualLightweightBenchModule.h 32 void printStats(Benchmark*, int loops);
VisualLightweightBenchModule.cpp 82 void VisualLightweightBenchModule::printStats(Benchmark* benchmark, int loops) {
146 this->printStats(benchmark, loops);
  /external/clang/include/clang/Parse/
ParseAST.h 37 ASTContext &Ctx, bool PrintStats = false,
44 void ParseAST(Sema &S, bool PrintStats = false,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceThreadTest.java 39 private static final boolean PRINTSTATS = false;
378 if (PRINTSTATS) stableService.stats(); // Enable the stats collection
389 if (PRINTSTATS) System.out.println(stableService.stats());
398 if (PRINTSTATS) System.out.println(stableService.stats());
415 if (PRINTSTATS) System.out.println(stableService.stats());
421 if (PRINTSTATS) service.stats(); // Enable the stats collection
429 if (PRINTSTATS) System.out.println(service.stats());
434 if (PRINTSTATS) service.stats(); // Enable the stats collection
451 if (PRINTSTATS) System.out.println(service.stats());
462 if (PRINTSTATS) service.stats(); // Enable the stats collectio
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceThreadTest.java 35 private static final boolean PRINTSTATS = false;
374 if (PRINTSTATS) stableService.stats(); // Enable the stats collection
385 if (PRINTSTATS) System.out.println(stableService.stats());
394 if (PRINTSTATS) System.out.println(stableService.stats());
411 if (PRINTSTATS) System.out.println(stableService.stats());
417 if (PRINTSTATS) service.stats(); // Enable the stats collection
425 if (PRINTSTATS) System.out.println(service.stats());
430 if (PRINTSTATS) service.stats(); // Enable the stats collection
447 if (PRINTSTATS) System.out.println(service.stats());
458 if (PRINTSTATS) service.stats(); // Enable the stats collectio
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 115 void Fuzzer::PrintStats(const char *Where, const char *End) {
166 PrintStats("RELOAD");
178 PrintStats("READ ");
205 PrintStats("INITED");
221 PrintStats("pulse ");
321 PrintStats("NEW ", "");
445 PrintStats("DRILL ");
452 PrintStats("REINIT");
456 PrintStats("MERGE ");
466 PrintStats("MERGED")
    [all...]
  /external/v8/src/crankshaft/
hydrogen-check-elimination.h 49 void PrintStats();
  /external/clang/include/clang/Frontend/
MultiplexConsumer.h 55 void PrintStats() override;
  /external/webrtc/webrtc/modules/audio_coding/test/
Channel.h 70 void PrintStats(CodecInst& codecInst);
iSACTest.cc 261 _channel_A2B->PrintStats(_paramISAC32kHz);
264 _channel_B2A->PrintStats(_paramISAC16kHz);
  /external/clang/include/clang/AST/
ASTConsumer.h 145 /// PrintStats - If desired, print any statistics.
146 virtual void PrintStats() {}
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
APIData.java 117 public void printStats(PrintWriter pw) {
175 read(f,internal).printStats(pw);
  /external/webrtc/webrtc/p2p/stunprober/
main.cc 65 void PrintStats(StunProber* prober) {
93 PrintStats(prober);
  /external/clang/include/clang/Sema/
AnalysisBasedWarnings.h 98 void PrintStats() const;
  /external/clang/lib/AST/
ExternalASTSource.cpp 64 void ExternalASTSource::PrintStats() { }
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 59 void PrintStats() override;
272 void ChainedIncludesSource::PrintStats() {
273 return getFinalReader().PrintStats();
MultiplexConsumer.cpp 347 void MultiplexConsumer::PrintStats() {
349 Consumer->PrintStats();
FrontendAction.cpp 484 CI.getPreprocessor().PrintStats();
485 CI.getPreprocessor().getIdentifierTable().PrintStats();
486 CI.getPreprocessor().getHeaderSearchInfo().PrintStats();
487 CI.getSourceManager().PrintStats();
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 155 void MultiplexExternalSemaSource::PrintStats() {
157 Sources[i]->PrintStats();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 413 void PrintStats() {
823 void PrintStats() {
    [all...]

Completed in 1429 milliseconds

1 2 3 4 5 6