/frameworks/base/docs/html/training/articles/ |
perf-tips.jd | 133 lookups.</p> 167 much more so than instance field lookups. It's reasonable to follow 234 variables, avoiding the lookups. Only the array length offers a performance
|
/libcore/ojluni/src/main/java/java/net/ |
SocksSocketImpl.java | 68 // Use getHostString() to avoid reverse lookups 610 // Use getHostString() to avoid reverse lookups 640 // Use getHostString() to avoid reverse lookups [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
otData.py | 79 ('uint16', 'LookupCount', None, None, 'Number of lookups in this table'), 295 ('struct', 'PosLookupRecord', 'PosCount', 0, 'Array of positioning lookups-in design order'), 315 ('struct', 'PosLookupRecord', 'PosCount', 0, 'Array of positioning lookups-in design order'), 323 ('struct', 'PosLookupRecord', 'PosCount', 0, 'Array of positioning lookups-in design order'), 543 ('struct', 'SubstLookupRecord', 'SubstCount', 0, 'Array of Substitution lookups-in design order'), [all...] |
/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/ |
spreadsort.hpp | 104 //Cannot exceed MAX_SPLITS or cache misses slow down bin lookups dramatically
157 //This dominates runtime, mostly in the swap and bin lookups
[all...] |
/external/clang/include/clang/AST/ |
DeclBase.h | 102 /// certain lookups merely "ignore" certain kinds of declarations, [all...] |
/external/clang/include/clang/Basic/ |
IdentifierTable.h | 401 /// \brief Provides lookups to, and iteration over, IdentiferInfo objects. 474 // Lookups failed, make a new IdentifierInfo. 505 // Lookups failed, make a new IdentifierInfo.
|
/external/dnsmasq/ |
FAQ | 109 in "man resolv.conf" for details on this topic. Testing lookups 444 do DNS lookups so that it can log the source of log messages, 445 these lookups will (depending on exact configuration) go through
|
/external/guice/core/src/com/google/inject/internal/ |
InjectorImpl.java | 67 final class InjectorImpl implements Injector, Lookups { 122 Lookups lookups = new DeferredLookups(this); field in class:InjectorImpl [all...] |
InternalInjectorCreator.java | 145 ((DeferredLookups) shell.getInjector().lookups).initialize(errors);
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
TestPackageDef.java | 72 // lookups
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
LookupActivity.java | 259 * Background task to handle Wiktionary lookups. This correctly shows and
|
/device/sample/frameworks/PlatformLibrary/jni/ |
PlatformLibrary.cpp | 181 * Do some (slow-ish) lookups now and save the results.
|
/external/autotest/tko/ |
frontend.py | 93 # Dictionary used simply for fast lookups from short reference names for users
|
/external/c-ares/ |
ares.h | 263 char *lookups; member in struct:ares_options
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
add_point_queue.py | 99 # Prewarm lookups of masters, bots, and tests.
|
/external/chromium-trace/catapult/tracing/tracing/base/ |
color_scheme.html | 91 // Some constants we'll need for later lookups.
|
/external/dnsmasq/src/ |
log.c | 24 making DNS lookups through dnsmasq, and dnsmasq blocks awaiting
|
/external/e2fsprogs/misc/ |
ext4.5.in | 65 Use hashed b-trees to speed up name lookups in large directories. This
|
/external/expat/ |
Changes | 111 - Improved hash table lookups.
|
/external/freetype/src/cache/ |
ftcbasic.c | 221 * in later lookups with the same face_id!
|
/external/guava/guava/src/com/google/common/cache/ |
CacheLoader.java | 110 * many individual lookups. Note that {@link LoadingCache#getAll} will defer to individual calls
|
CacheStats.java | 45 * <li>Cache lookups that encounter a missing cache entry that is still loading will wait
|
/external/guava/guava/src/com/google/common/collect/ |
ComputingConcurrentHashMap.java | 297 // All computation lookups go through waitForValue. This method thus is
|
/external/guava/guava-tests/test/com/google/common/cache/ |
LocalLoadingCacheTest.java | 289 * Lookups on the map view shouldn't impact the recency queue.
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
TrieBuilder.java | 134 * index table lookups.
|