/external/iproute2/include/uapi/linux/ |
fib_rules.h | 16 /* try to find source address in routing lookups */
|
/external/iproute2/man/man8/ |
tc-connmark.8 | 21 Specify the conntrack zone when doing conntrack lookups for packets.
|
tc-route.8 | 38 Perform source route lookups.
|
tc-nat.8 | 32 filter to allow for efficient lookups of a large number of stateless NAT rules
|
/external/kernel-headers/original/uapi/linux/ |
fib_rules.h | 16 /* try to find source address in routing lookups */
|
/external/perfetto/src/ftrace_reader/test/ |
cpu_reader_support.h | 36 // directory |name|. Caches the table for subsequent lookups.
|
/external/python/cpython2/Mac/Demo/example1/ |
dnslookup-1.py | 1 """Sample program performing domain name lookups and showing off EasyDialogs,
|
/frameworks/av/media/img_utils/include/img_utils/ |
SortedEntryVector.h | 30 * do comparisons/lookups based on the tag ID of the entries.
|
/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 */
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
CanonGSUBBuilder.java | 320 int[] lookups = new int[2]; local 345 lookups[0] = lookupList.addLookup(compLookup); 346 lookups[1] = lookupList.addLookup(dcmpLookup); 348 return lookups; 351 public static void addLookups(Feature feature, int[] lookups) 353 for (int i = 0; i < lookups.length; i += 1) { 354 feature.addLookup(lookups[i]); 471 // build common, inherited lookups... 484 int[] lookups = buildLookups(data, lookupList, script); local 488 addLookups(ccmp, lookups); [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-map-private.hh | 121 unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index].len; 122 *plookups = end == start ? nullptr : &lookups[table_index][start]; 126 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const; 137 lookups[table_index].finish (); 151 hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */
|
hb-ot-shape-private.hh | 49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const 57 map.collect_lookups (table_index, lookups);
|
/external/freetype/src/autofit/ |
afshaper.c | 41 * usual mathematical meaning) to manage both lookups and glyph indices. 47 * specification for more details on features and lookups. 52 * with all lookups specific to the OpenType script activated. It 107 hb_set_t* gsub_lookups = NULL; /* GSUB lookups for a given script */ 108 hb_set_t* gsub_glyphs = NULL; /* glyphs covered by GSUB lookups */ 109 hb_set_t* gpos_lookups = NULL; /* GPOS lookups for a given script */ 110 hb_set_t* gpos_glyphs = NULL; /* glyphs covered by GPOS lookups */ 177 FT_TRACE4(( "GSUB lookups (style `%s'):\n" 209 FT_TRACE4(( "GPOS lookups (style `%s'):\n"
|
/external/deqp/modules/gles2/functional/ |
es2fRandomShaderTests.cpp | 266 : TestCaseGroup(context, "texture", "Texture lookups") 290 vertexGroup->addChild(createRandomShaderCase(m_context, "Texture lookups in vertex shader", params, seed, true, false)); 293 fragmentGroup->addChild(createRandomShaderCase(m_context, "Texture lookups in fragment shader", params, seed, false, true)); 324 params.fragmentParameters.texLookupBaseWeight = 4.0f; // \note Texture lookups are enabled for fragment shaders only. 336 vertexGroup->addChild(createRandomShaderCase(m_context, "Texture lookups in vertex shader", params, seed, true, false)); 337 fragmentGroup->addChild(createRandomShaderCase(m_context, "Texture lookups in fragment shader", params, seed, false, true));
|
/external/deqp/modules/gles3/functional/ |
es3fRandomShaderTests.cpp | 268 : TestCaseGroup(context, "texture", "Texture lookups") 292 vertexGroup->addChild(createRandomShaderCase(m_context, "Texture lookups in vertex shader", params, seed, true, false)); 295 fragmentGroup->addChild(createRandomShaderCase(m_context, "Texture lookups in fragment shader", params, seed, false, true)); 326 params.fragmentParameters.texLookupBaseWeight = 4.0f; // \note Texture lookups are enabled for fragment shaders only. 338 vertexGroup->addChild(createRandomShaderCase(m_context, "Texture lookups in vertex shader", params, seed, true, false)); 339 fragmentGroup->addChild(createRandomShaderCase(m_context, "Texture lookups in fragment shader", params, seed, false, true));
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
NotificationVisibility.java | 68 // allow lookups by key, which _should_ never be null. 74 // allow lookups by key, which _should_ never be null.
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/ |
Cp2Projections.java | 33 // Projection for performing lookups using the PHONE table 47 // Projection for performing lookups using the PHONE_LOOKUP table
|
/external/nist-sip/java/gov/nist/javax/sip/ |
package.html | 24 <li> Address resolution -- resolve addresses that are not direct DNS lookups or IP addresses
|
/external/selinux/libselinux/man/man3/ |
avc_cache_stats.3 | 69 Number of cache lookups.
|
/external/turbine/java/com/google/turbine/binder/env/ |
Env.java | 32 * <p>TODO(cushon): keep an eye on the cost of indirections, and consider caching lookups in bound
|
/external/v8/src/ic/ |
handler-configuration.h | 72 // prototype when prototype chain checks do not include non-existing lookups 79 // prototype when prototype chain checks include non-existing lookups and 164 // when prototype chain checks do not include non-existing lookups or access 171 // when prototype chain checks include non-existing lookups and access checks.
|
/external/freetype/src/otvalid/ |
otvcommn.h | 293 /***** LOOKUPS *****/ 319 /* lookups must already be validated */ 322 FT_Bytes lookups,
|
/prebuilts/go/darwin-x86/src/net/ |
conf.go | 115 // for non-hostname lookups. 145 // without DNS lookups. 285 // cgo // use cgo for DNS lookups 286 // go // use go for DNS lookups 287 // cgo+1 // use cgo for DNS lookups + debug level 1
|
/prebuilts/go/linux-x86/src/net/ |
conf.go | 115 // for non-hostname lookups. 145 // without DNS lookups. 285 // cgo // use cgo for DNS lookups 286 // go // use go for DNS lookups 287 // cgo+1 // use cgo for DNS lookups + debug level 1
|