HomeSort by relevance Sort by last modified time
    Searched full:lookups (Results 351 - 375 of 901) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/common/
ustrcase.cpp 513 /* current code units, and code points for lookups */
665 /* get complete code points for c1, c2 for lookups if either is a surrogate */
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
IntTrieBuilder.java 665 * code point lookups.
677 // so that by default runtime lookups will find no data for associated
  /external/libvorbis/lib/
mdct.c 49 /* build lookups for trig functions; also pre-figure scaling and
63 /* trig lookups... */
  /external/nanopb-c/generator/google/protobuf/internal/
encoder.py 49 to do costly global table lookups at runtime.
50 * Similarly, we try to do any attribute lookups at startup time if possible.
  /external/opencv3/3rdparty/openexr/Half/
half.h 411 // slow, but the most common case is accelerated via table lookups.
417 // done using only simple table lookups.
  /external/protobuf/python/google/protobuf/internal/
encoder.py 53 to do costly global table lookups at runtime.
54 * Similarly, we try to do any attribute lookups at startup time if possible.
  /external/testng/lib-supplied/
guice-2.0.jar 
  /external/vulkan-validation-layers/
vk-layer-generate.py 468 lookups = []
470 lookups.append("if (!strcmp(name, \"%s\"))" % proto.name)
471 lookups.append(" return (PFN_vkVoidFunction) %s%s;" %
482 body.append(" %s" % "\n ".join(lookups))
487 lookups = []
498 lookups.append("if (!strcmp(name, \"%s\"))" % proto.name)
499 lookups.append(" return (PFN_vkVoidFunction) %s%s;" % (prefix, proto.name))
506 body.append(" %s" % "\n ".join(lookups))
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 458 fmt.Fprintf(w, "# Lookups = %d\n", s.Lookups)
  /prebuilts/go/darwin-x86/test/
map.go 200 // failed lookups yield a false value for the boolean.
337 // failed lookups yield a false value for the boolean.
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof.go 458 fmt.Fprintf(w, "# Lookups = %d\n", s.Lookups)
  /prebuilts/go/linux-x86/test/
map.go 200 // failed lookups yield a false value for the boolean.
337 // failed lookups yield a false value for the boolean.
  /system/connectivity/shill/
connection_diagnostics.cc 470 // We only perform ARP table lookups for IPv4 addresses.
506 // We only perform neighbor table lookups for IPv6 addresses.
    [all...]
  /external/llvm/docs/
SourceLevelDebugging.rst 732 accelerator tables that are optimized for very quick lookups will benefit this
742 * Lookups should be very fast
744 * Contain all of the names needed for typical lookups out of the box
752 The name lookups need to be fast and optimized for the kinds of lookups that
756 case of debuggers we optimized for lookups that fail most of the time.
    [all...]
  /libcore/ojluni/src/main/java/java/net/
InetAddress.java 155 * <dd>Indicates the caching policy for successful name lookups from
164 * <dd>Indicates the caching policy for un-successful name lookups
167 * un-successful lookups.
    [all...]
  /art/runtime/
oat_file.h 311 // the results of all previous secondary lookups, whether successful (non-null) or
  /bionic/libc/dns/include/
resolv_private.h 184 char lookups[4]; member in struct:__res_state
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 265 // for fast lookups
  /cts/tests/tests/security/src/android/security/cts/
ListeningPortsTest.java 173 * UDP tests can be flaky due to DNS lookups. Compensate.
  /external/android-clat/
config.c 165 * does dns lookups to set the plat subnet or exits on failure, waits forever for a dns response with a query backoff timer
  /external/c-ares/
CHANGES 453 subsequent DNS lookups from fresh processes using c-ares to resolve the same
460 then do it again. The first process's lookup will work, subsequent lookups
565 lookups. It is not common practice to have multiple PTR-Records for a single
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
config.py 704 'Should DNS lookups be resolved by your proxy? (Y if your site '
705 'disallows client DNS lookups)? ',
    [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 97 fprintf(stderr, "%d framework lookups.\n", NumFrameworkLookups);
98 fprintf(stderr, "%d subframework lookups.\n", NumSubFrameworkLookups);
350 /// \param FileMgr The file manager to use for directory lookups.
688 // Cache all of the lookups performed by this method. Many headers are
    [all...]
  /external/clang/test/CXX/class.access/
p4.cpp 238 // Redeclaration lookups are not accesses.
  /external/emma/core/java12/com/vladium/util/
Property.java 95 * @param loader classloader to use for any classloader resource lookups

Completed in 1944 milliseconds

<<11121314151617181920>>