Lines Matching defs:s
535 std::string MangleForJni(const std::string& s) { in MangleForJni()
731 bool IsValidMemberName(const char* s) { in IsValidMemberName()
760 static bool IsValidClassName(const char* s) { in IsValidClassName()
862 bool IsValidBinaryClassName(const char* s) { in IsValidBinaryClassName()
866 bool IsValidJniClassName(const char* s) { in IsValidJniClassName()
870 bool IsValidDescriptor(const char* s) { in IsValidDescriptor()
874 void Split(const std::string& s, char separator, std::vector<std::string>* result) { in Split()
890 std::string Trim(const std::string& s) { in Trim()
937 bool StartsWith(const std::string& s, const char* prefix) { in StartsWith()
941 bool EndsWith(const std::string& s, const char* suffix) { in EndsWith()
954 const char* s = thread_name; in SetThreadName() local