OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_png_path
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/core/
bitmap_unittest.py
23
test_png_path
= os.path.join(util.GetUnittestDataDir(), 'test_png.png')
variable
43
file_bmp = bitmap.Bitmap.FromPngFile(
test_png_path
)
54
orig = bitmap.Bitmap.FromPngFile(
test_png_path
)
72
file_bmp = bitmap.Bitmap.FromPngFile(
test_png_path
)
76
file_bmp = bitmap.Bitmap.FromPngFile(
test_png_path
)
Completed in 442 milliseconds