OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_png
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imghdr.py
51
def
test_png
(h, f):
function
55
tests.append(
test_png
)
/prebuilts/gdb/darwin-x86/lib/python2.7/
imghdr.py
51
def
test_png
(h, f):
function
55
tests.append(
test_png
)
/prebuilts/gdb/linux-x86/lib/python2.7/
imghdr.py
51
def
test_png
(h, f):
function
55
tests.append(
test_png
)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imghdr.py
51
def
test_png
(h, f):
function
55
tests.append(
test_png
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imghdr.py
51
def
test_png
(h, f):
function
55
tests.append(
test_png
)
/external/chromium-trace/catapult/telemetry/telemetry/util/
image_util_unittest.py
15
test_png
= """
20
test_png_path = os.path.join(util.GetUnittestDataDir(), '
test_png
.png')
25
bmp = image_util.FromBase64Png(
test_png
)
70
bmp = image_util.FromBase64Png(
test_png
)
/external/chromium-trace/catapult/telemetry/telemetry/testing/fakes/
__init__.py
349
self.
test_png
= None
393
return self.
test_png
is not None
397
return image_util.FromBase64Png(self.
test_png
)
Completed in 211 milliseconds