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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/libs/hwui/hwui/
MinikinUtils.cpp 40 // Note: it would be nice to handle fractional size values (it would improve smooth zoom
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardStateMonitor.java 37 // These cache the current state of Keyguard to improve performance and avoid deadlock. After
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
CubeRenderer.java 102 * By default, OpenGL enables features that improve quality
  /frameworks/compile/mclinker/include/mcld/ADT/
HashBase.h 52 * keep every thing in the same cache line and improve the locality
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 19 * Its goals is to improve performance limitating the number of dynamic allocation
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
multi_bigram_map.cpp 25 // could improve bigram lookup speed for multi-word suggestions, but at the cost of more memory
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 19 * Its goals is to improve performance limitating the number of dynamic allocation
  /system/bt/device/include/
interop.h 61 // disable 3DH packets (use only 2DH packets) for the ACL link to improve sensitivity
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
StaticTriangleRenderer.java 76 * By default, OpenGL enables features that improve quality
123 * By default, OpenGL enables features that improve quality
TriangleRenderer.java 48 * By default, OpenGL enables features that improve quality
110 * By default, OpenGL enables features that improve quality
  /docs/source.android.com/src/devices/tech/dalvik/
index.jd 47 <p>ART introduces ahead-of-time (AOT) compilation, which can improve app
80 <p>ART offers a number of features to improve app development and debugging.</p>
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
History.md 98 * Improve behavior of group Animation playback rate.
110 * Improve performance of constructing groups and sequences.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractContainerTester.java 103 * TODO: improve this and other implementations and move out of this framework
201 // Helper methods to improve readability of derived classes
  /external/sonic/
sonic.h 54 /* Uncomment this to use sin-wav based overlap add which in theory can improve
63 /* These are used to down-sample some inputs to improve speed */
  /frameworks/base/docs/html/distribute/engage/
game-services.jd 41 reporting and statistics to help you track and improve your game?s
148 <strong>Insights and alerts:</strong> Get information on how to improve
  /frameworks/base/docs/html/guide/topics/resources/
multilingual-support.jd 92 However, to speed up resolution and improve
103 The following examples explain why these practices improve performance and
  /external/snakeyaml/src/changes/
changes.xml 94 Improve error message for invalid YAML document (2014-05-21)
97 Improve error message for invalid YAML document (2014-03-26)
111 Improve error report while parsing a JavaBean (2013-05-14)
137 Improve the error message when a TAB character starts a token (2012-11-06)
142 Fix issue 158: improve support for 32-bit characters (UTF-16 surrogate pairs) (2012-09-29)
180 Fix issue 144: improve type inference for Compact Object Notation (2012-03-16)
183 Improve Android support
396 Minor refactoring in Emitter to improve performance: save calls to Constant.has() (2010-09-13)
399 Minor refactorings in Emitter to improve performance: create less Strings [r9185e0b3] (2010-09-10)
492 Improve toString() method for Node. Since scalars cannot be recursiv
    [all...]
  /external/selinux/policycoreutils/
ChangeLog 11 * sepolicy: Improve sepolicy command line interface, from Petr Lautrbach.
17 * Improve compatibility with Python 3, from Michal Srb.
34 * Improve support for building with different versions of python from
68 * Improve restorecond systemd unit file from Laurent Bigonville.
103 * Improve setfiles progress reporting from Dan Walsh.
106 * Improve setsebool error r eporting from Dan Walsh.
112 * Improve range and user input checking by semanage from Dan Walsh.
117 * Improve semanage error reporting from Dan Walsh.
121 * Improve bash completions from Dan Walsh.
130 * Improve sandbox support for home dir symlinks and file caps from Dan Walsh
    [all...]
  /external/dbus/
NEWS 174 ? Improve cmake build system (Ralf Habacker):
191 ? Improve test coverage. To get even more coverage, run the tests with
201 it under systemd to improve startup time a bit (fd.o #45520,
208 ? Improve the dbus-send(1) man page (fd.o #14005, Simon McVittie)
345 which was meant to improve performance, but now reduces it (fd.o #34393,
542 ? Improve some error code paths (fd.o #29981, fd.o #32264, fd.o #32262,
546 ? Improve gcc malloc annotations (fd.o #32710)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
NEWS.txt 51 behavior. Issue 4676. Improve selection extension behaviour.
106 were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat.
289 - Improve subprocess link error notification.
322 - Improve error handling when .idlerc can't be created (warn and exit).
373 - Improve keyboard focus binding, especially in Windows menu. Improve
485 - Replaced apply(f, args, kwds) with f(*args, **kwargs) to improve performance
597 - Improve the error message a user gets when saving a file with non-ASCII
743 - Modified idle, idle.py, idle.pyw to improve exception handling.
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
NEWS.txt 51 behavior. Issue 4676. Improve selection extension behaviour.
106 were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat.
289 - Improve subprocess link error notification.
322 - Improve error handling when .idlerc can't be created (warn and exit).
373 - Improve keyboard focus binding, especially in Windows menu. Improve
485 - Replaced apply(f, args, kwds) with f(*args, **kwargs) to improve performance
597 - Improve the error message a user gets when saving a file with non-ASCII
743 - Modified idle, idle.py, idle.pyw to improve exception handling.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
NEWS.txt 51 behavior. Issue 4676. Improve selection extension behaviour.
106 were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat.
289 - Improve subprocess link error notification.
322 - Improve error handling when .idlerc can't be created (warn and exit).
373 - Improve keyboard focus binding, especially in Windows menu. Improve
485 - Replaced apply(f, args, kwds) with f(*args, **kwargs) to improve performance
597 - Improve the error message a user gets when saving a file with non-ASCII
743 - Modified idle, idle.py, idle.pyw to improve exception handling.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
NEWS.txt 51 behavior. Issue 4676. Improve selection extension behaviour.
106 were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat.
289 - Improve subprocess link error notification.
322 - Improve error handling when .idlerc can't be created (warn and exit).
373 - Improve keyboard focus binding, especially in Windows menu. Improve
485 - Replaced apply(f, args, kwds) with f(*args, **kwargs) to improve performance
597 - Improve the error message a user gets when saving a file with non-ASCII
743 - Modified idle, idle.py, idle.pyw to improve exception handling.
  /external/strace/
strace.spec 177 - improve prctl decoding (#364401)
235 - Improve msgrcv printing (#164757).
237 - Improve mount syscall printing (#165377).
274 - improve socket ioctl printing (#138223)
276 - improve mount flags printing (#141932)
  /toolchain/binutils/binutils-2.25/binutils/
ChangeLog 46 (print_section_stabs): Improve range checks.
59 (get_program_headers): Improve out of memory error message.
75 Improve out of memory error messages.
78 Improve out of memory error messages.
550 (dump_exe_compact_unwind): Change the condition. Improve

Completed in 860 milliseconds

1 2 3 4 5 6 7 891011>>