/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
UserDict.py | 155 elif hasattr(other, 'iteritems'): # iteritems saves memory and lookups
|
/prebuilts/python/linux-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
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
UserDict.py | 155 elif hasattr(other, 'iteritems'): # iteritems saves memory and lookups
|
/toolchain/binutils/binutils-2.25/bfd/ |
PORTING | 82 The name of the target, for run-time lookups.
|
/toolchain/binutils/binutils-2.25/include/ |
xtensa-isa-internal.h | 211 we can get away with implementing lookups with tables indexed by
|
/external/ImageMagick/ImageMagick/api/ |
distort.html | 90 <p>DistortImage() distorts an image using various distortion methods, by mapping color lookups of the source image to a new destination image usally of the same size as the source image, unless 'bestfit' is set to true.</p> 150 <dd> o 'interpolate' For source image lookups (scale enlargements) </dd>
|
/external/ImageMagick/www/api/ |
distort.html | 94 <p>DistortImage() distorts an image using various distortion methods, by mapping color lookups of the source image to a new destination image usally of the same size as the source image, unless 'bestfit' is set to true.</p> 154 <dd> o 'interpolate' For source image lookups (scale enlargements) </dd>
|
distort.php | 90 <p>DistortImage() distorts an image using various distortion methods, by mapping color lookups of the source image to a new destination image usally of the same size as the source image, unless 'bestfit' is set to true.</p> 150 <dd> o 'interpolate' For source image lookups (scale enlargements) </dd>
|
/external/clang/include/clang/Sema/ |
SemaInternal.h | 294 /// If none are found, it to the set of candidates for which qualified lookups 298 /// \brief Perform qualified lookups on the queued set of typo correction
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-indic.cc | 350 * lookups for init,pres,abvs,blws features. 417 /* Do this before any lookups have been applied. */ 468 &lookups, &count); 476 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context)) 482 const hb_ot_map_t::lookup_map_t *lookups; member in struct:would_substitute_feature_t 576 * some broken fonts (like Free Sans) simply copied lookups 578 * And oddly enough, Uniscribe seems to respect those lookups. 580 * base at 0. The font however, only has lookups matching [all...] |
/external/icu/icu4c/source/layout/ |
layout.vcxproj.filters | 156 <ClCompile Include="Lookups.cpp"> 425 <ClInclude Include="Lookups.h">
|
/external/v8/src/ |
contexts.h | 354 // for dynamic lookups in the presence of 'with' or 'eval'. 380 // (via static context addresses) or through 'eval' (dynamic context lookups).
|
/prebuilts/go/darwin-x86/src/net/ |
dnsclient_unix.go | 11 // Could potentially handle many outstanding lookups faster. 226 dnsConfig *dnsConfig // parsed resolv.conf structure used in lookups
|
/prebuilts/go/linux-x86/src/net/ |
dnsclient_unix.go | 11 // Could potentially handle many outstanding lookups faster. 226 dnsConfig *dnsConfig // parsed resolv.conf structure used in lookups
|
/art/runtime/ |
safe_map.h | 30 // the implicit insertion of a default-constructed value on failed lookups).
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
TestUtils.java | 38 * or a view hierarchy that depends on the platform version. Instead of hard-coded lookups
|
/external/ImageMagick/MagickCore/ |
image.h | 258 interpolate; /* Interpolation of color for between pixel lookups */
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Keywords.java | 26 * Table of strings to operation code lookups.
|
/external/autotest/client/cros/cellular/ |
labconfig_data.py | 58 # Unreachable messages, so the DNS lookups will
|
/external/c-ares/ |
ares_gethostbyaddr.c | 103 aquery->remaining_lookups = channel->lookups;
|
ares_private.h | 262 char *lookups; member in struct:ares_channeldata
|
ares_search.c | 79 * doing multiple lookups.
|
/external/clang/include/clang/Serialization/ |
GlobalModuleIndex.h | 112 /// \brief The number of identifier lookups we performed.
|
/external/curl/docs/libcurl/ |
curl_version_info.3 | 117 libcurl was built with support for asynchronous name lookups, which allows
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
InjectBindingRegistry.java | 119 /** Caches the binding for future lookups by key. */
|