Searched refs:printAll (Results 1 - 9 of 9) sorted by relevance

/external/clang/tools/driver/
H A Dcc1_main.cpp116 llvm::TimerGroup::printAll(llvm::errs());
H A Dcc1as_main.cpp486 TimerGroup::printAll(errs());
H A Ddriver.cpp450 llvm::TimerGroup::printAll(llvm::errs());
/external/chromium_org/third_party/skia/src/utils/
H A DSkRTConf.cpp84 printAll(path);
99 void SkRTConfRegistry::printAll(const char *fname) const { function in class:SkRTConfRegistry
/external/skia/src/utils/
H A DSkRTConf.cpp84 printAll(path);
99 void SkRTConfRegistry::printAll(const char *fname) const { function in class:SkRTConfRegistry
/external/llvm/include/llvm/Support/
H A DTimer.h178 /// printAll - This static method prints all timers and clears them all out.
179 static void printAll(raw_ostream &OS);
/external/chromium_org/third_party/skia/include/utils/
H A DSkRTConf.h78 void printAll(const char *fname = NULL) const;
/external/skia/include/utils/
H A DSkRTConf.h78 void printAll(const char *fname = NULL) const;
/external/llvm/lib/Support/
H A DTimer.cpp383 /// printAll - This static method prints all timers and clears them all out.
384 void TimerGroup::printAll(raw_ostream &OS) { function in class:TimerGroup

Completed in 1085 milliseconds