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

  /external/libpng/contrib/libtests/
pngstest.c 2611 const unsigned int b_sample = PNG_IMAGE_SAMPLE_SIZE(formatb); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bytes.py 542 b_sample = (ord(s) for s in sample)
543 self.assertEqual(list(b), list(b_sample))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bytes.py 542 b_sample = (ord(s) for s in sample)
543 self.assertEqual(list(b), list(b_sample))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bytes.py 542 b_sample = (ord(s) for s in sample)
543 self.assertEqual(list(b), list(b_sample))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bytes.py 542 b_sample = (ord(s) for s in sample)
543 self.assertEqual(list(b), list(b_sample))
    [all...]

Completed in 471 milliseconds