Searched refs:replaceStr (Results 1 – 3 of 3) sorted by relevance
955 replaceStr := ""960 replaceStr += fmt.Sprintf("// ERROR: Unable to parse tag %q\n", item)968 replaceStr += `// WARNING: Module tags are not supported in Soong.973 replaceStr += `// WARNING: Module tags are not supported in Soong.986 replaceStr += `// WARNING: Module tags are not supported in Soong.991 replaceStr += `// WARNING: Module tags are not supported in Soong.998 replaceStr += `// WARNING: Module tags are not supported in Soong.1003 replaceStr += `// WARNING: Module tags are not supported in Soong.1007 replaceStr += `// WARNING: Module tags are not supported in Soong.1013 replaceStr += fmt.Sprintf("// WARNING: Unknown module tag %q\n", str.Value)[all …]
238 String replaceStr = Pattern.quote(userProfile.getUserName() + "@"); in createRequest() local240 userProfile.getUriString().replaceFirst(replaceStr, "")); in createRequest()
505 String replaceStr = Pattern.quote(mProfile.getUserName() + "@"); in dial() local506 calleeSipUri = mProfile.getUriString().replaceFirst(replaceStr, in dial()