OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_sample
(Results
1 - 3
of
3
) sorted by null
/external/libpng/contrib/libtests/
pngstest.c
2727
const unsigned int
b_sample
= PNG_IMAGE_SAMPLE_SIZE(formatb);
local
[
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 272 milliseconds