HomeSort by relevance Sort by last modified time
    Searched full:lookups (Results 176 - 200 of 901) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/c-ares/
ares_gethostbyname.c 125 hquery->remaining_lookups = channel->lookups;
128 /* Start performing lookups according to channel->lookups. */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvcommn.c 337 /***** LOOKUPS *****/
464 FT_Bytes lookups,
480 otvalid->lookup_count = otv_LookupList_get_count( lookups );
  /external/libxml2/
testdict.c 271 * check the QName lookups
288 * check the QName lookups for strings from the parent
402 * More complex, check the QName lookups
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PersonalDictionaryLookupTest.java 397 // Perform lookups again. Reload should have occured.
439 // Perform lookups again. Reload should have occured.
484 // Perform lookups again. Reload should not have occurred.
  /prebuilts/go/darwin-x86/src/runtime/
mstats.go 18 nlookup uint64 // number of pointer lookups
97 Lookups uint64 // number of pointer lookups
  /prebuilts/go/linux-x86/src/runtime/
mstats.go 18 nlookup uint64 // number of pointer lookups
97 Lookups uint64 // number of pointer lookups
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
dnsproxy.py 116 This only supports IPv4 lookups.
155 """Add a delay to replayed lookups."""
  /external/clang/test/Modules/
cxx-templates.cpp 2 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump-lookups | FileCheck %s --check-prefix=CHECK-GLOBAL
3 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump-lookups -ast-dump-filter N | FileCheck %s --check-prefix=CHECK-NAMESPACE-N
  /external/guava/guava/src/com/google/common/collect/
TreeBasedTable.java 54 * <p>Lookups by row key are often faster than lookups by column key, because
  /frameworks/base/core/java/android/util/
LongSparseArray.java 35 * HashMap, since lookups require a binary search and adds and removes require inserting
293 * Beware that this is a linear search, unlike lookups by key,
SparseArray.java 35 * HashMap, since lookups require a binary search and adds and removes require inserting
338 * <p>Beware that this is a linear search, unlike lookups by key,
SparseBooleanArray.java 36 * HashMap, since lookups require a binary search and adds and removes require inserting
206 * Beware that this is a linear search, unlike lookups by key,
  /frameworks/support/compat/java/android/support/v4/util/
LongSparseArray.java 32 * HashMap, since lookups require a binary search and adds and removes require inserting
294 * Beware that this is a linear search, unlike lookups by key,
  /packages/apps/Dialer/src/com/android/dialer/contactinfo/
ContactInfoCache.java 227 * After a delay, start the thread to begin processing requests. We perform lookups on a
241 * for lookups so that it is not perpetually running.
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvCode.java 120 * given callback to perform lookups. This must be called before
  /dalvik/dx/src/com/android/dx/dex/code/
DalvCode.java 119 * given callback to perform lookups. This must be called before
  /external/avahi/avahi-client/
client.h 110 /** Return 1 if gethostbyname() supports mDNS lookups, 0 otherwise. \since 0.6.5 */
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
formatting_element_list.js 58 //NOTE: build attrs map for the new element so we can perform fast lookups
  /external/clang/include/clang/Sema/
Lookup.h 354 /// important for [class.protected]. Most lookups do not have an
521 /// lookup. This happens during (e.g.) redeclaration lookups.
537 /// qualified lookups, this is the source range of the scope
544 /// sometimes we're doing lookups on synthesized names.
  /external/deqp/doc/testspecs/GLES2/
performance.compiler.txt 33 - A number of texture lookups blended together in fragment shader
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvCode.java 120 * given callback to perform lookups. This must be called before
  /external/dnsmasq/
doc.html 38 Clients which try to do DNS lookups while a modem link to the
  /external/guava/guava/src/com/google/common/net/
HostSpecifier.java 37 * <p>Note that no network lookups are performed by any {@code HostSpecifier}
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheLoader.java 76 * many individual lookups. Note that {@link LoadingCache#getAll} will defer to individual calls
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 901 * access to GSUB/GPOS lookups.
1102 unsigned int lookup_index = lookups[table_index][i].index;
1105 c.set_lookup_mask (lookups[table_index][i].mask);
1106 c.set_auto_zwj (lookups[table_index][i].auto_zwj);

Completed in 621 milliseconds

1 2 3 4 5 6 78 91011>>