Home
last modified time | relevance | path

Searched refs:_LinkifyString (Results 1 – 2 of 2) sorted by relevance

/external/cronet/testing/unexpected_passes_common/
Dresult_output_unittest.py288 self.assertEqual(result_output._LinkifyString(s), 'a')
290 self.assertEqual(result_output._LinkifyString(s),
293 self.assertEqual(result_output._LinkifyString(s),
Dresult_output.py374 file_handle.write('<p>%s</p>\n' % _LinkifyString(element))
395 def _LinkifyString(s: str) -> str: function