Searched refs:PrintState (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/congestion_controller/goog_cc/test/ |
D | goog_cc_printer.h | 42 void PrintState(RtcEventLogOutput* log, 64 void PrintState(const Timestamp at_time);
|
D | goog_cc_printer.cc | 146 void GoogCcStatePrinter::PrintState(RtcEventLogOutput* log, in PrintState() function in webrtc::GoogCcStatePrinter 185 void GoogCcDebugFactory::PrintState(const Timestamp at_time) { in PrintState() function in webrtc::GoogCcDebugFactory 187 printer_.PrintState(log_writer_.get(), controller_, at_time); in PrintState()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 101 struct PrintState { struct 105 explicit PrintState(int State) : State(State) {} in PrintState() argument 109 static raw_ostream &operator<<(raw_ostream &OS, const PrintState &PS) { in operator <<() 240 << " InNeeds = " << PrintState(BII.second.InNeeds) in printInfo() 241 << ", Needs = " << PrintState(BII.second.Needs) in printInfo() 242 << ", OutNeeds = " << PrintState(BII.second.OutNeeds) << "\n\n"; in printInfo() 249 dbgs() << " " << MI << " Needs = " << PrintState(III->second.Needs) in printInfo() 250 << ", OutNeeds = " << PrintState(III->second.OutNeeds) << '\n'; in printInfo() 262 LLVM_DEBUG(dbgs() << "markInstruction " << PrintState(Flag) << ": " << MI); in markInstruction() 285 LLVM_DEBUG(dbgs() << "markDefs " << PrintState(Flag) << ": " << UseMI); in markDefs() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 100 struct PrintState { struct 104 explicit PrintState(int State) : State(State) {} in PrintState() function 108 static raw_ostream &operator<<(raw_ostream &OS, const PrintState &PS) { in operator <<() 234 << " InNeeds = " << PrintState(BII.second.InNeeds) in printInfo() 235 << ", Needs = " << PrintState(BII.second.Needs) in printInfo() 236 << ", OutNeeds = " << PrintState(BII.second.OutNeeds) << "\n\n"; in printInfo() 243 dbgs() << " " << MI << " Needs = " << PrintState(III->second.Needs) in printInfo() 244 << ", OutNeeds = " << PrintState(III->second.OutNeeds) << '\n'; in printInfo()
|
/external/webrtc/test/scenario/ |
D | call_client.cc | 179 goog_cc_factory_.PrintState(at_time); in LogCongestionControllerStats()
|