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

12 3 4 5 6 7 8 91011>>

  /system/netd/server/binder/android/net/metrics/
IDnsEventListener.aidl 20 * Logs DNS lookups.
  /frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
BaseRecipientChip.java 74 * before any reverse lookups.
80 * before any reverse lookups.
  /external/avahi/avahi-core/
wide-area.c 77 AVAHI_LLIST_FIELDS(AvahiWideAreaLookup, lookups);
94 /* Lookups */
95 AVAHI_LLIST_HEAD(AvahiWideAreaLookup, lookups);
267 AVAHI_LLIST_PREPEND(AvahiWideAreaLookup, lookups, e->lookups, l);
285 AVAHI_LLIST_REMOVE(AvahiWideAreaLookup, lookups, l->engine->lookups, l);
317 for (l = e->lookups; l; l = n) {
384 /* It's a CNAME record, so we have to scan the all lookups to see if one matches */
386 for (l = e->lookups; l; l = l->lookups_next)
    [all...]
browse.h 49 AVAHI_LLIST_HEAD(AvahiSRBLookup, lookups);
  /external/freetype/src/autofit/
hbshim.c 40 * usual mathematical meaning) to manage both lookups and glyph indices.
46 * specification for more details on features and lookups.
51 * with all lookups specific to the OpenType script activated. It
105 hb_set_t* gsub_lookups; /* GSUB lookups for a given script */
106 hb_set_t* gsub_glyphs; /* glyphs covered by GSUB lookups */
107 hb_set_t* gpos_lookups; /* GPOS lookups for a given script */
108 hb_set_t* gpos_glyphs; /* glyphs covered by GPOS lookups */
182 FT_TRACE4(( "GSUB lookups (style `%s'):\n"
213 FT_TRACE4(( "GPOS lookups (style `%s'):\n"
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
hbshim.c 40 * usual mathematical meaning) to manage both lookups and glyph indices.
46 * specification for more details on features and lookups.
51 * with all lookups specific to the OpenType script activated. It
105 hb_set_t* gsub_lookups; /* GSUB lookups for a given script */
106 hb_set_t* gsub_glyphs; /* glyphs covered by GSUB lookups */
107 hb_set_t* gpos_lookups; /* GPOS lookups for a given script */
108 hb_set_t* gpos_glyphs; /* glyphs covered by GPOS lookups */
182 FT_TRACE4(( "GSUB lookups (style `%s'):\n"
213 FT_TRACE4(( "GPOS lookups (style `%s'):\n"
  /external/clang/include/clang/AST/
DeclLookups.h 71 inline DeclContext::lookups_range DeclContext::lookups() const { function in class:clang::DeclContext
85 return lookups().begin();
89 return lookups().end();
  /external/deqp/doc/testspecs/GLES2/
performance.texture.format.txt 36 Test cases measure performance of 2D and cubemap texture lookups without
38 more texture lookups, each targeting different texture unit. There are
41 Texture lookups use same coordinates and lookup results are multiplied
  /external/c-ares/
ares_init.c 106 #define ARES_CONFIG_CHECK(x) (x->lookups && x->nsort > -1 && \
166 channel->lookups = NULL;
249 if(channel->lookups)
250 free(channel->lookups);
394 /* copy lookups */
395 if (channel->lookups) {
396 options->lookups = strdup(channel->lookups);
397 if (!options->lookups && channel->lookups)
1293 char lookups[3], *l; local
    [all...]
  /external/icu/icu4c/source/layout/
LookupProcessor.cpp 12 #include "Lookups.h"
198 // Count the total number of lookups referenced by all features. This will
200 // lookupListCount because some lookups might be referenced by more than
236 // If this is the required feature, add its lookups
242 // If we added lookups from the required feature, sort them
297 // we will apply the lookups in the order
LookupProcessor.h 20 //#include "Lookups.h"
Lookups.cpp 9 #include "Lookups.h"
  /external/iproute2/man/man8/
lnstat.8 101 .B lookups
102 How many lookups were performed.
108 How many neighbor lookups failed.
139 Number of conntrack table lookups performed.
189 Number of conntrack table lookups which had to be restarted due to hashtable
tc-route.8 38 Perform source route lookups.
  /external/android-clat/
clatd.conf 15 # get the plat_subnet from dns lookups (requires DNS64)
  /external/guice/core/src/com/google/inject/internal/
Lookups.java 30 interface Lookups {
  /external/iproute2/include/linux/
fib_rules.h 15 /* try to find source address in routing lookups */
  /external/kernel-headers/original/uapi/linux/
fib_rules.h 15 /* try to find source address in routing lookups */
  /external/skia/src/gpu/text/
GrFontScaler.h 21 * for GrFontScaler-related lookups
  /frameworks/av/media/img_utils/include/img_utils/
SortedEntryVector.h 30 * do comparisons/lookups based on the tag ID of the entries.
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/utils/
ResourceCache.java 22 * order to prevent future lookups.
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
MatrixCursorWithCachedColumns.java 24 /** A mapping of column names to column indices, to speed up lookups */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fib_rules.h 15 /* try to find source address in routing lookups */
  /prebuilts/go/darwin-x86/src/os/user/
user.go 5 // Package user allows user account lookups by name or id.
  /prebuilts/go/linux-x86/src/os/user/
user.go 5 // Package user allows user account lookups by name or id.

Completed in 1286 milliseconds

12 3 4 5 6 7 8 91011>>