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

12 3 4 5 6 7

  /external/selinux/libselinux/utils/
avcstat.c 27 #define HEADERS "lookups hits misses allocations reclaims frees"
30 unsigned long long lookups; member in struct:avc_cache_stats
176 printf("%10s %10s %10s %10s %10s %10s\n", "lookups",
185 &tmp.lookups,
194 tot.lookups += tmp.lookups;
208 tot.lookups, tot.hits, tot.misses,
211 rel.lookups = tot.lookups - last.lookups;
    [all...]
  /external/skia/bench/
SkGlyphCacheBench.cpp 29 for (int lookups = 0; lookups < 10; lookups++) {
  /external/skqp/bench/
SkGlyphCacheBench.cpp 29 for (int lookups = 0; lookups < 10; lookups++) {
  /external/harfbuzz_ng/src/
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);
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-layout.cc     [all...]
hb-ot-shape.cc 567 * They won't get in the way of lookups anyway,
948 hb_set_t *lookups = hb_set_create (); local
949 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, lookups);
955 for (hb_codepoint_t lookup_index = -1; hb_set_next (lookups, &lookup_index);)
960 hb_set_destroy (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...]
  /hardware/qcom/msm8998/json-c/
linkhash.h 106 * Number of lookups.
108 int lookups; member in struct:lh_table
  /prebuilts/go/darwin-x86/src/internal/nettrace/
nettrace.go 36 // during DNS lookups. In the case of DualStack (Happy Eyeballs)
42 // Dials made during DNS lookups. It may also be called multiple
  /prebuilts/go/linux-x86/src/internal/nettrace/
nettrace.go 36 // during DNS lookups. In the case of DualStack (Happy Eyeballs)
42 // Dials made during DNS lookups. It may also be called multiple
  /toolchain/binutils/binutils-2.27/gas/
hash.c 60 unsigned long lookups; member in struct:hash_control
98 ret->lookups = 0;
146 ++table->lookups;
384 fprintf (f, "\t%lu lookups\n", table->lookups);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
quota.h 191 u_int32_t lookups; member in struct:dqstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
quota.h 191 u_int32_t lookups; member in struct:dqstats
  /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
  /external/guice/core/src/com/google/inject/internal/
MembersInjectorStore.java 101 EncounterImpl<T> encounter = new EncounterImpl<T>(errors, injector.lookups);
InternalInjectorCreator.java 145 ((DeferredLookups) shell.getInjector().lookups).initialize(errors);
  /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.
  /frameworks/ml/nn/common/
OperationsUtils.cpp 528 const uint32_t lookups = getSizeOfDimension(lookupShape, 0); local
531 outputShape->dimensions = { lookups, columns };
550 const uint32_t lookups = getSizeOfDimension(lookupShape, 0); local
554 outputShape->dimensions = { lookups };
562 hitShape->dimensions = { lookups };
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
stat_unix.go 22 // userMap and groupMap caches UID and GID lookups for performance reasons.
  /prebuilts/go/darwin-x86/test/
nilcheck.go 186 // Existence-only map lookups should not generate a nil check
  /prebuilts/go/linux-x86/src/archive/tar/
stat_unix.go 22 // userMap and groupMap caches UID and GID lookups for performance reasons.
  /prebuilts/go/linux-x86/test/
nilcheck.go 186 // Existence-only map lookups should not generate a nil check

Completed in 591 milliseconds

12 3 4 5 6 7