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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sha.py 30 hexd = ""
32 hexd += '%02x' % ord(c)
33 self.assertTrue(computed == hexd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sha.py 30 hexd = ""
32 hexd += '%02x' % ord(c)
33 self.assertTrue(computed == hexd)

Completed in 2840 milliseconds