/external/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 116 for (GlobalIFunc &GIF : M.ifuncs()) { in run() 117 Changed |= RemoveUnusedGlobalValue(GIF); in run() 119 if (!GIF.isDiscardableIfUnused()) in run() 120 GlobalIsNeeded(&GIF); in run() 159 for (GlobalIFunc &GIF : M.ifuncs()) in run() 160 if (!AliveGlobals.count(&GIF)) { in run() 161 DeadIFuncs.push_back(&GIF); in run() 162 GIF.setResolver(nullptr); in run() 197 for (GlobalIFunc *GIF : DeadIFuncs) { in run() 198 RemoveUnusedGlobalValue(*GIF); in run() [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DecodeGif.pbtxt | 6 0-D. The GIF-encoded image. 15 summary: "Decode the first frame of a GIF-encoded image to a uint8 tensor." 17 GIF with frame or transparency compression are not supported 18 convert animated GIF from compressed to uncompressed by:
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | ImageHeaderParser.java | 3 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.GIF; 28 GIF(true), enumConstant 107 return GIF; in getType()
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | granite.miff | 12 comment={ Imported from GIF image: background.gif}
|
/external/llvm/lib/Transforms/Utils/ |
D | SplitModule.cpp | 239 for (GlobalIFunc &GIF : M->ifuncs()) in SplitModule() 240 externalize(&GIF); in SplitModule()
|
/external/libmtp/logs/ |
D | mtp-detect-samsung-gt-s5230w.txt | 111 3807: GIF 131 GIF bitmap file
|
D | mtp-detect-hp-touchpad.txt | 95 3807: GIF 140 GIF bitmap file
|
D | mtp-detect-medion-lifetab-p9514.txt | 94 3807: GIF 140 GIF bitmap file
|
D | mtp-detect-samsung-sgh-u900.txt | 118 3807: GIF 142 GIF bitmap file
|
D | mtp-detect-samsung-gt-s5230.txt | 236 3807: GIF 256 GIF bitmap file
|
D | mtp-detect-sony-xperia-sx.txt | 120 3807: GIF 174 GIF bitmap file
|
D | mtp-detect-sonyericsson-w890i.txt | 101 3807: GIF 148 GIF bitmap file
|
D | mtp-detect-samsung-gt-i9300.txt | 123 3807: GIF 169 GIF bitmap file
|
D | mtp-detect-samsung-sgh-a707.txt | 228 3807: GIF 318 GIF bitmap file
|
/external/libxml2/result/ |
D | ent2.sax | 7 SAX.unparsedEntityDecl(image, (null), img.gif, GIF)
|
D | ent2.sax2 | 7 SAX.unparsedEntityDecl(image, (null), img.gif, GIF)
|
/external/ImageMagick/api_examples/ |
D | magick_script | 30 GIF Animation Methods
|
/external/libjpeg-turbo/ |
D | README | 168 The IJG distribution formerly included code to read and write GIF files. 169 To avoid entanglement with the Unisys LZW patent, GIF reading support has 170 been removed altogether, and the GIF writer has been simplified to produce 172 resulting GIF files are larger than usual, but are readable by all standard 173 GIF decoders. 177 CompuServe Incorporated. GIF(sm) is a Service Mark property of
|
D | README.ijg | 168 The IJG distribution formerly included code to read and write GIF files. 169 To avoid entanglement with the Unisys LZW patent (now expired), GIF reading 170 support has been removed altogether, and the GIF writer has been simplified 172 algorithm; the resulting GIF files are larger than usual, but are readable 173 by all standard GIF decoders. 177 CompuServe Incorporated. GIF(sm) is a Service Mark property of
|
D | usage.txt | 293 -gif Select GIF output format. Since GIF does not support 363 set of colors to be used. The FILE must be a GIF 388 Color GIF files are not the ideal input for JPEG; JPEG is really intended for 391 colors. GIF works great on these, JPEG does not. If you want to convert a 392 GIF to JPEG, you should experiment with cjpeg's -quality and -smooth options 407 Support for GIF input files was removed in cjpeg v6b due to concerns over 409 lacks GIF support, for these historical reasons. (Conversion of GIF files to 426 To avoid the Unisys LZW patent (now expired), djpeg produces uncompressed GIF 427 files. These are larger than they should be, but are readable by standard GIF
|
/external/libxml2/result/noent/ |
D | ent2.sax2 | 7 SAX.unparsedEntityDecl(image, (null), img.gif, GIF)
|
/external/ImageMagick/ |
D | README.txt | 5 200) including PNG, JPEG, JPEG-2000, GIF, TIFF, DPX, EXR, WebP, Postscript, 52 * Animation: create a GIF animation sequence from a group of images.
|
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 311 for (const GlobalIFunc &GIF : M.ifuncs()) in ValueEnumerator() local 312 EnumerateValue(&GIF); in ValueEnumerator() 327 for (const GlobalIFunc &GIF : M.ifuncs()) in ValueEnumerator() local 328 EnumerateValue(GIF.getResolver()); in ValueEnumerator()
|
/external/python/cpython2/Doc/library/ |
D | imghdr.rst | 31 | ``'gif'`` | GIF 87a and 89a Files |
|
/external/llvm/lib/IR/ |
D | Module.cpp | 462 for (GlobalIFunc &GIF : ifuncs()) in dropAllReferences() 463 GIF.dropAllReferences(); in dropAllReferences()
|