Searched
full:complexity (Results
376 -
400 of
831) sorted by null
<<11121314151617181920>>
/frameworks/base/docs/html/distribute/googleplay/strategies/ |
app-quality.jd | 74 A great way to improve UI performance is to minimize the complexity of your layouts. If you open up <a href="{@docRoot}tools/help/hierarchy-viewer.html">hierarchyviewer</a> and see that your layouts are more than 5 levels deep, it may be time to simplify your layout. Consider refactoring those deeply nested LinearLayouts into RelativeLayout. The impact of View objects is cumulative — each one costs about 1 to 2 KB of memory, so large view hierarchies can be a recipe for disaster, causing frequent VM garbage collection passes which block the main (UI) thread. You can learn more in <a href="http://www.youtube.com/watch?v=wDBM6wVEO70">World of ListView</a>, another session at Google I/O.</p>
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
starting.jd | 73 <p>Depending on the complexity of your activity, you probably don't need to implement all the
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 400 // them immediately after __pos. __x must not be *this. Complexity:
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
array.hpp | 164 // swap (note: linear complexity)
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
Address.java | 415 This reduces the theoretical complexity from quadratic to linear,
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Address.java | 438 This reduces the theoretical complexity from quadratic to linear,
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
StringUtils.java | 320 * code complexity, but ideally it should not. It's acceptable for now.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ipmi.h | 232 * requires ioctl calls because of the complexity of the data. select
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ipmi.h | 232 * requires ioctl calls because of the complexity of the data. select
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ipmi.h | 232 * requires ioctl calls because of the complexity of the data. select
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 400 // them immediately after __pos. __x must not be *this. Complexity:
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 400 // them immediately after __pos. __x must not be *this. Complexity:
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 400 // them immediately after __pos. __x must not be *this. Complexity:
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 400 // them immediately after __pos. __x must not be *this. Complexity:
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_slist.h | 400 // them immediately after __pos. __x must not be *this. Complexity:
|
/prebuilts/python/darwin-x86/2.7.5/share/man/man1/ |
python.1 | 165 of a dict construction, O(n^2) complexity. See
|
python2.1 | 165 of a dict construction, O(n^2) complexity. See
|
python2.7.1 | 165 of a dict construction, O(n^2) complexity. See
|
/prebuilts/python/linux-x86/2.7.5/share/man/man1/ |
python.1 | 165 of a dict construction, O(n^2) complexity. See
|
python2.1 | 165 of a dict construction, O(n^2) complexity. See
|
python2.7.1 | 165 of a dict construction, O(n^2) complexity. See
|
/system/core/adb/ |
protocol.txt | 11 complexity.
|
/external/chromium_org/ppapi/utility/ |
completion_callback_factory.h | 135 /// Because of this additional complexity, it's generally recommended that 138 /// the performance difference will not be worth the additional complexity, [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_triangle.c | 278 * and complexity. Observe that an optimizing compiler kills 614 * and complexity. Observe that an optimizing compiler kills [all...] |
/external/chromium_org/third_party/opus/src/src/ |
opus_multistream_encoder.c | 689 opus_int32 complexity; local 706 opus_encoder_ctl((OpusEncoder*)ptr, OPUS_GET_COMPLEXITY(&complexity));
|
Completed in 583 milliseconds
<<11121314151617181920>>