Lines Matching +defs:th +defs:s
81 #define LEFT_STRING_WIDTH(s, w) \ argument
717 rnb_err_t RNBRemote::SendPacket(const std::string &s) { in SendPacket()
1259 static std::string binary_encode_string(const std::string &s) { in binary_encode_string()
1280 std::string json_string_quote_metachars(const std::string &s) { in json_string_quote_metachars()
1632 nub_thread_t th = DNBProcessGetThreadAtIndex(pid, i); in HandlePacket_qThreadInfo() local
2777 nub_thread_t th = DNBProcessGetThreadAtIndex(pid, i); in SendStopReplyPacketForThread() local
4890 void XMLElementStart(std::ostringstream &s, uint32_t indent, const char *name, in XMLElementStart()
4899 void XMLElementStartEndAttributes(std::ostringstream &s, bool empty) { in XMLElementStartEndAttributes()
4905 void XMLElementEnd(std::ostringstream &s, uint32_t indent, const char *name) { in XMLElementEnd()
4911 void XMLElementWithStringValue(std::ostringstream &s, uint32_t indent, in XMLElementWithStringValue()
4923 void XMLElementWithUnsignedValue(std::ostringstream &s, uint32_t indent, in XMLElementWithUnsignedValue()
4934 void XMLAttributeString(std::ostringstream &s, const char *name, in XMLAttributeString()
4944 void XMLAttributeUnsignedDecimal(std::ostringstream &s, const char *name, in XMLAttributeUnsignedDecimal()
4949 void GenerateTargetXMLRegister(std::ostringstream &s, const uint32_t reg_num, in GenerateTargetXMLRegister()
5123 void GenerateTargetXMLRegisters(std::ostringstream &s) { in GenerateTargetXMLRegisters()
5163 std::ostringstream s; in UpdateTargetXML() local