/external/harfbuzz_ng/src/ |
hb-ot-shape.cc | 858 hb_set_t lookups; local 859 lookups.init (); 860 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, &lookups); 867 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);)
|
/external/iproute2/tc/ |
tc_core.c | 106 * kernel and is no-longer used for lookups.
|
/external/libselinux/src/ |
mapping.c | 84 /* Set the mapping size here so the above lookups are "raw" */
|
/external/llvm/unittests/ADT/ |
SparseSetTest.cpp | 28 // Lookups on empty set.
|
/external/mdnsresponder/mDNSPosix/ |
nss_mdns.conf.5 | 31 Reverse (PTR) lookups are enabled using their DNS names. IPv6 names use
|
/external/selinux/libselinux/src/ |
mapping.c | 84 /* Set the mapping size here so the above lookups are "raw" */
|
/external/v8/src/crankshaft/ |
hydrogen-environment-liveness.cc | 137 // HGoto (to return_target block), with no environment lookups in
|
/external/v8/test/mjsunit/ |
arguments-opt.js | 127 // Make sure that out-of-bounds access do lookups in the
|
/frameworks/base/core/java/android/hardware/camera2/marshal/ |
MarshalRegistry.java | 65 * Marshalers are instantiated lazily once they are looked up; successive lookups
|
/frameworks/base/core/java/android/security/net/config/ |
DirectoryCertificateSource.java | 43 * named after a hash of their SubjectName for more efficient lookups.
|
/frameworks/base/services/core/java/com/android/server/am/ |
CoreSettingsObserver.java | 29 * propagates to application processes to avoid multiple lookups and potentially
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
DnsEventListenerService.java | 53 // Stores the results of a number of consecutive DNS lookups on the same network.
|
/frameworks/base/tools/aapt2/process/ |
SymbolTable.h | 135 * Lookups by ID are ignored.
|
/frameworks/minikin/doc/ |
hyb_file_format.md | 63 ranges and is limited to 256. The second is more general, but lookups will be slower.
|
/packages/apps/Dialer/src/com/android/dialer/database/ |
FilteredNumberContract.java | 68 * used with country iso for contact lookups.
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
SparseLongArray.java | 173 * Beware that this is a linear search, unlike lookups by key,
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
dictobject.h | 66 To avoid slowing down lookups on a near-full table, we resize the table when
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
UserDict.py | 155 elif hasattr(other, 'iteritems'): # iteritems saves memory and lookups
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
dictobject.h | 66 To avoid slowing down lookups on a near-full table, we resize the table when
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
UserDict.py | 155 elif hasattr(other, 'iteritems'): # iteritems saves memory and lookups
|
/prebuilts/go/darwin-x86/src/runtime/ |
mcache.go | 29 local_nlookup uintptr // number of pointer lookups
|
/prebuilts/go/darwin-x86/test/ |
nilcheck.go | 186 // Existence-only map lookups should not generate a nil check
|
/prebuilts/go/linux-x86/src/runtime/ |
mcache.go | 29 local_nlookup uintptr // number of pointer lookups
|
/prebuilts/go/linux-x86/test/ |
nilcheck.go | 186 // Existence-only map lookups should not generate a nil check
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
dictobject.h | 66 To avoid slowing down lookups on a near-full table, we resize the table when
|