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

  /external/libpng/contrib/libtests/
pngstest.c 2610 const unsigned int b_sample = PNG_IMAGE_SAMPLE_SIZE(formatb); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bytes.py 542 b_sample = (ord(s) for s in sample)
543 self.assertEqual(list(b), list(b_sample))
    [all...]
  /external/python/cpython2/Lib/test/
test_bytes.py 477 b_sample = (ord(s) for s in sample)
478 self.assertEqual(list(b), list(b_sample))
    [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 113 milliseconds