Lines Matching refs:str
164 char* str = "| total| call|average|average%%| max| min|"; in DumpReports() local
165 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
171 char* str = "IMiss|"; in DumpReports() local
172 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
177 char* str = "DRMiss|"; in DumpReports() local
178 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
183 char* str = "DWMiss|"; in DumpReports() local
184 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
191 char* str = "name,\n"; in DumpReports() local
192 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
196 char* str = "name|h\n"; in DumpReports() local
197 ut::strncat(caption, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
255 char* str = "|\n"; in DumpReports() local
256 ut::strncat(output, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()