HomeSort by relevance Sort by last modified time
    Searched full:improve (Results 226 - 250 of 1748) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ImageMagick/utilities/
convert.1 136 \ improve brightness / contrast of the image
151 improve contrast by `stretching' the intensity range
191 improve contrast by `stretching with saturation' the intensity range
mogrify.1 134 improve brightness / contrast of the image
149 improve contrast by `stretching' the intensity range
191 improve contrast by `stretching with saturation' the intensity range
mogrify.1.in 134 improve brightness / contrast of the image
149 improve contrast by `stretching' the intensity range
191 improve contrast by `stretching with saturation' the intensity range
  /external/opencv3/3rdparty/libpng/
pngmem.c 29 by a single call to calloc() if this is thought to improve performance. */
376 to improve performance noticably. */
386 to improve performance noticably. */
  /external/pcre/dist/doc/html/
pcreunicode.html 109 therefore want to skip these checks in order to improve performance, for
144 therefore want to skip these checks in order to improve performance. If you set
168 therefore want to skip these checks in order to improve performance. If you set
  /external/pcre/dist/doc/
pcreunicode.3 105 therefore want to skip these checks in order to improve performance, for
137 therefore want to skip these checks in order to improve performance. If you set
160 therefore want to skip these checks in order to improve performance. If you set
  /external/okhttp/
CHANGELOG.md 170 * **Fix: improve parallelism of async requests.** OkHttp's Dispatcher had a
172 If you're using `Call.enqueue()` this update should significantly improve
192 * Fix: Improve caching of private responses.
230 * Fix: Improve `CONNECT` handling for misbehaving HTTP proxies.
233 * Fix: Improve pooling of connections that use proxy selectors.
637 * Improve cache invalidation for POST-like requests.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteRenderer.java 236 * By default, OpenGL enables features that improve quality
300 * By default, OpenGL enables features that improve quality
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 55 * By default, OpenGL enables features that improve quality
137 * By default, OpenGL enables features that improve quality
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ImageDownloader.java 53 * A local cache of downloaded images is maintained internally to improve performance.
149 * Clears the image cache used internally to improve performance. Note that for memory
  /external/ImageMagick/ImageMagick/script/
history.html 64 <p>The next generation of ImageMagick, version 5, started when Bob Friesenhahn contacted me and suggested I improve the application programming interface so users could leverage the image-processing algorithms from other languages or scripts. Bob also wrote a C++ wrapper for ImageMagick called Magick++, and began contributing enhancements such as the module loader facility, automatic file identification, and test suites. In the mean-time, the project picked up a few other notable contributors: Glenn Randers-Pehrson, William Radcliffe, and Leonard Rosenthol. By now, ImageMagick was utilized by tens of thousands of users, who reacted gruffly when a new release broke an existing API call or script. The other members of the group wanted to freeze the API and command line, but I felt ImageMagick was not quite what I had envisioned it could be. Bob and the others created a fork of ImageMagick while I continued to develop ImageMagick.</p>
70 <p>It has been more than 25 years since ImageMagick was first conceived, and it looks likely that it will be here for another 25 and beyond. The command line and the application programming interface are stable, but there is still work to do. The design of ImageMagick is an evolutionary process, with the design and implementation efforts serving to influence and guide further progress in the other. With <a href="../index.html">ImageMagick version 7</a>, we aim to improve the design based on lessons learned from the version 6 implementation.</p>
  /external/ImageMagick/www/
history.html 68 <p>The next generation of ImageMagick, version 5, started when Bob Friesenhahn contacted me and suggested I improve the application programming interface so users could leverage the image-processing algorithms from other languages or scripts. Bob also wrote a C++ wrapper for ImageMagick called Magick++, and began contributing enhancements such as the module loader facility, automatic file identification, and test suites. In the mean-time, the project picked up a few other notable contributors: Glenn Randers-Pehrson, William Radcliffe, and Leonard Rosenthol. By now, ImageMagick was utilized by tens of thousands of users, who reacted gruffly when a new release broke an existing API call or script. The other members of the group wanted to freeze the API and command line, but I felt ImageMagick was not quite what I had envisioned it could be. Bob and the others created a fork of ImageMagick while I continued to develop ImageMagick.</p>
74 <p>It has been more than 25 years since ImageMagick was first conceived, and it looks likely that it will be here for another 25 and beyond. The command line and the application programming interface are stable, but there is still work to do. The design of ImageMagick is an evolutionary process, with the design and implementation efforts serving to influence and guide further progress in the other. With <a href="http://nextgen.imagemagick.org">ImageMagick version 7</a>, we aim to improve the design based on lessons learned from the version 6 implementation.</p>
  /external/chromium-trace/catapult/third_party/six/
CHANGES 9 - Issue #122: Improve the performance of `six.int2byte` on Python 3.
97 - Pull request #35: Improve add_metaclass, so that it doesn't end up inserting
  /external/sonic/doc/
index.md 34 to improve their productivity with free software speech engines, like espeak.
35 Sonic can also be used by the sighted. For example, sonic can improve the
  /external/v8/src/arm64/
code-stubs-arm64.h 221 // register will need to be preserved. Can we improve this?
230 // register will need to be preserved. Can we improve this?
  /frameworks/base/core/java/android/net/http/
HttpResponseCache.java 69 * and frequency of the files being downloaded. Increasing the limit may improve
103 * <p>The best way to improve the cache hit rate is by configuring the web
  /frameworks/base/docs/html/distribute/analyze/
understand-user-value.jd 2 page.metaDescription=Understand what makes users come back to your app and improve retention.
207 insights about users and their behavior. Use this information to improve your
  /frameworks/base/docs/html/training/improving-layouts/
optimizing-layout.jd 107 android.widget.LinearLayout}, the performance might improve by flattening the layout&mdash;make
145 <li>Deep layouts - Layouts with too much nesting are bad for performance. Consider using flatter layouts such as {@link android.widget.RelativeLayout} or {@link android.widget.GridLayout} to improve performance. The default maximum depth is 10.</li>
  /prebuilts/gdb/darwin-x86/lib/python2.7/
UserString.py 67 def decode(self, encoding=None, errors=None): # XXX improve this?
75 def encode(self, encoding=None, errors=None): # XXX improve this?
  /prebuilts/gdb/linux-x86/lib/python2.7/
UserString.py 67 def decode(self, encoding=None, errors=None): # XXX improve this?
75 def encode(self, encoding=None, errors=None): # XXX improve this?
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_map.i 381 // @todo: improve -- this should just be swig::from(*i)
397 // @todo: improve -- this should just be swig::from(*i)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserString.py 67 def decode(self, encoding=None, errors=None): # XXX improve this?
75 def encode(self, encoding=None, errors=None): # XXX improve this?
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserString.py 67 def decode(self, encoding=None, errors=None): # XXX improve this?
75 def encode(self, encoding=None, errors=None): # XXX improve this?
  /system/bt/stack/avdt/
avdt_l2c.c 206 // Disable 3DH packets for AVDT ACL to improve sensitivity on HS
334 // Disable 3DH packets for AVDT ACL to improve sensitivity on HS
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
ChangeLog.25 46 * src/pcf/pcfread.c (pcf_read_TOC): Improve fix from 2014-12-08.
255 * include/*: Improve structure of documentation.
366 * src/tools/docmaker/tohtml.py: Improve CSS for vertical spacing.
370 [docmaker] Improve HTML code for table of contents.
398 * src/tools/docmaker/tohtml.py: Improve CSS for fields.
842 * src/base/ftbitmap.c (FT_Bitmap_Convert): Improve.
849 * src/base/ftbitmap.c (FT_Bitmap_Copy): Improve.
1011 [smooth] Improve code readability.
1032 [smooth] Improve code readability.
    [all...]

Completed in 2072 milliseconds

1 2 3 4 5 6 7 8 91011>>