HomeSort by relevance Sort by last modified time
    Searched defs:testimage (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_imgfile.py 13 def testimage(name): function
110 testimage('test.rgb')
113 testimage('greytest.rgb')
  /external/python/cpython2/Lib/test/
test_imgfile.py 11 def testimage(name): function
108 testimage('test.rgb')
111 testimage('greytest.rgb')
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_imgfile.py 13 def testimage(name): function
110 testimage('test.rgb')
113 testimage('greytest.rgb')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_imgfile.py 13 def testimage(name): function
110 testimage('test.rgb')
113 testimage('greytest.rgb')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imgfile.py 13 def testimage(name): function
110 testimage('test.rgb')
113 testimage('greytest.rgb')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imgfile.py 13 def testimage(name): function
110 testimage('test.rgb')
113 testimage('greytest.rgb')
  /external/ImageMagick/Magick++/tests/
readWriteBlob.cpp 66 string testimage; local
79 testimage = srcdir + "test_image.miff";
80 ifstream in( testimage.c_str(), ios::in | IOS_IN_BINARY );
83 cout << "Failed to open file " << testimage << " for input!" << endl;
96 cout << "Failed to read file " << testimage << " for input!" << endl;
211 testimage = srcdir + "test_image.miff";
212 ifstream in( testimage.c_str(), ios::in | IOS_IN_BINARY );
  /system/update_engine/
omaha_request_params_unittest.cc 167 EXPECT_FALSE(params_.IsValidChannel("testimage-channel"));
225 // testimage-channel or other names are not recognized, so index will be -1.
226 int testimage = params_.GetChannelIndex("testimage-channel"); local
228 EXPECT_EQ(-1, testimage);
  /external/libpng/contrib/libtests/
pngstest.c 3308 testimage(Image *image, png_uint_32 opts, format_list *pf) function
    [all...]

Completed in 495 milliseconds