HomeSort by relevance Sort by last modified time
    Searched refs:string_reverse (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 25 def string_reverse(s): function
32 return string_reverse(value)
231 expected = string_reverse(expected)
399 self.assertEqual(bigpacked, string_reverse(packed))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 25 def string_reverse(s): function
32 return string_reverse(value)
231 expected = string_reverse(expected)
399 self.assertEqual(bigpacked, string_reverse(packed))

Completed in 38 milliseconds