/external/clang/test/Misc/ |
ast-dump-lookups.cpp | 2 // RUN: %clang_cc1 -std=c++11 -ast-dump-lookups -ast-dump-filter Test %s | FileCheck -check-prefix LOOKUPS %s 3 // RUN: %clang_cc1 -std=c++11 -ast-dump -ast-dump-lookups -ast-dump-filter Test %s | FileCheck -check-prefix DECLS-LOOKUPS %s 21 // LOOKUPS: Dumping Test: 22 // LOOKUPS-NEXT: StoredDeclsMap Namespace {{.*}} 'Test' 23 // LOOKUPS-NEXT: `-DeclarationName 'a' 24 // LOOKUPS-NEXT: `-Var {{.*}} 'a' 'int' 26 // LOOKUPS: Dumping Test: 27 // LOOKUPS-NEXT: Lookup map is in primary DeclContex [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
LookupList.java | 15 private Lookup[] lookups; field in class:LookupList 20 lookups = new Lookup[10]; 26 if (lookupCount >= lookups.length) { 27 Lookup[] newLookups = new Lookup[lookups.length + 5]; 29 System.arraycopy(lookups, 0, newLookups, 0, lookups.length); 30 lookups = newLookups; 33 lookups[lookupCount] = lookup; 54 lookups[i].writeLookup(writer);
|
/external/guice/core/src/com/google/inject/internal/ |
DeferredLookups.java | 32 * creation it's necessary to {@link #initialize initialize} these lookups. 36 final class DeferredLookups implements Lookups { 38 private final List<Element> lookups = Lists.newArrayList(); field in class:DeferredLookups 45 * Initialize the specified lookups, either immediately or when the injector is created. 48 injector.lookups = injector; 49 new LookupProcessor(errors).process(injector, lookups); 54 lookups.add(lookup); 60 lookups.add(lookup);
|
EncounterImpl.java | 43 private final Lookups lookups; field in class:EncounterImpl 51 EncounterImpl(Errors errors, Lookups lookups) { 53 this.lookups = lookups; 129 return lookups.getProvider(key); 138 return lookups.getMembersInjector(typeLiteral);
|
/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/avahi/avahi-core/ |
multicast-lookup.c | 53 AVAHI_LLIST_FIELDS(AvahiMulticastLookup, lookups); 60 /* Lookups */ 61 AVAHI_LLIST_HEAD(AvahiMulticastLookup, lookups); 112 AVAHI_LLIST_PREPEND(AvahiMulticastLookup, lookups, e->lookups, l); 155 AVAHI_LLIST_REMOVE(AvahiMulticastLookup, lookups, l->engine->lookups, l); 184 for (l = e->lookups; l; l = n) { 280 for (l = e->lookups; l; l = l->lookups_next) { 307 /* It's a CNAME record, so we have to scan the all lookups to see if one matches * [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-map.cc | 60 hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push (); 115 for (unsigned int i = 0; i < lookups[table_index].len; i++) 116 hb_set_add (lookups_out, lookups[table_index][i].index); 282 /* Sort lookups and merge duplicates */ 283 if (last_num_lookups < m.lookups[table_index].len) 285 m.lookups[table_index].qsort (last_num_lookups, m.lookups[table_index].len); 288 for (unsigned int i = j + 1; i < m.lookups[table_index].len; i++) 289 if (m.lookups[table_index][i].index != m.lookups[table_index][j].index [all...] |
/external/icu/icu4c/source/layout/ |
GlyphSubstitutionTables.h | 17 #include "Lookups.h"
|
GlyphPositioningTables.cpp | 9 #include "Lookups.h"
|
GlyphPositioningTables.h | 16 #include "Lookups.h"
|
GlyphPosnLookupProc.h | 17 #include "Lookups.h"
|
GlyphSubstLookupProc.h | 18 #include "Lookups.h"
|
GlyphSubstitutionTables.cpp | 10 #include "Lookups.h"
|
/libcore/ojluni/src/main/java/sun/net/ |
InetAddressCachePolicy.java | 34 // Controls the cache policy for successful lookups only 39 // Controls the cache policy for negative lookups only 48 /* default value for positive lookups */ 55 /* The Java-level namelookup cache policy for successful lookups: 66 /* The Java-level namelookup cache policy for negative lookups: 77 * Whether or not the cache policy for successful lookups was set 83 * Whether or not the cache policy for negative lookups was set 170 * Sets the cache policy for successful lookups if the user has not 189 * Sets the cache policy for negative lookups if the user has not
|
/external/clang/test/PCH/ |
cxx-namespaces.cpp | 7 // RUN: %clang_cc1 -include-pch %t -fsyntax-only -ast-dump-lookups -ast-dump-filter N %s | FileCheck %s 12 // RUN: %clang_cc1 -fmodules -include-pch %t -fsyntax-only -ast-dump-lookups -ast-dump-filter N %s | FileCheck %s
|
/libcore/json/src/main/java/org/json/ |
JSONException.java | 28 * <li>Lookups using an out of range index or nonexistent name 29 * <li>Type mismatches on lookups
|
/external/c-ares/ |
ares_destroy.c | 35 free(options->lookups); 82 if (channel->lookups) 83 free(channel->lookups);
|
/external/skia/bench/ |
SkGlyphCacheBench.cpp | 29 for (int lookups = 0; lookups < 10; lookups++) {
|
/frameworks/base/docs/html/ |
jd_tag_helpers.js | 66 // Type lookups 84 // Tag lookups 100 // URL and language lookups
|
/external/autotest/contrib/ |
dhcp_failed_machines.py | 10 /etc/dhcp/dhcpd.conf to be able to do reverse DNS lookups. It also expects the 23 lookups = {} variable 33 lookups[d['fixed-address'].replace(';', '')] = hostname 71 return lookups.get(h, h)
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/ |
p3.cpp | 8 // scope of class C. At least one of the lookups shall find a name that
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gwtref/client/ |
CachedTypeLookup.java | 19 /** A cache for a Type lookups.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
fib_rules.h | 13 /* try to find source address in routing lookups */
|
/prebuilts/go/darwin-x86/src/archive/tar/ |
stat_unix.go | 26 // doesn't cache LookupId lookups, and lacks group
|
/prebuilts/go/linux-x86/src/archive/tar/ |
stat_unix.go | 26 // doesn't cache LookupId lookups, and lacks group
|