HomeSort by relevance Sort by last modified time
    Searched full:caching (Results 551 - 575 of 997) sorted by null

<<21222324252627282930>>

  /packages/apps/Gallery2/res/values-en-rGB/
strings.xml 92 <string name="process_caching_requests" msgid="8722939570307386071">"Process Caching Requests"</string>
93 <string name="caching_label" msgid="4521059045896269095">"Caching..."</string>
    [all...]
  /packages/apps/Gallery2/res/values-en-rIN/
strings.xml 92 <string name="process_caching_requests" msgid="8722939570307386071">"Process Caching Requests"</string>
93 <string name="caching_label" msgid="4521059045896269095">"Caching..."</string>
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp 411 deUint32 getSpecializationID (int measurementNdx) const; // Return an ID that depends on the case ID, current measurement index and time; used to specialize attribute names etc. (avoid shader caching).
491 bool m_avoidCache; // If true, avoid caching between measurements as well (and not only between test cases).
492 bool m_addWhitespaceAndComments; // If true, add random whitespace and comments to the source (good caching should ignore those).
605 deUint32 getSpecializationID (int measurementNdx) const; // Return an ID that depends on the case ID, current measurement index and time; used to specialize attribute names etc. (avoid shader caching).
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderCompilationCases.cpp 411 deUint32 getSpecializationID (int measurementNdx) const; // Return an ID that depends on the case ID, current measurement index and time; used to specialize attribute names etc. (avoid shader caching).
491 bool m_avoidCache; // If true, avoid caching between measurements as well (and not only between test cases).
492 bool m_addWhitespaceAndComments; // If true, add random whitespace and comments to the source (good caching should ignore those).
605 deUint32 getSpecializationID (int measurementNdx) const; // Return an ID that depends on the case ID, current measurement index and time; used to specialize attribute names etc. (avoid shader caching).
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nl80211.h 507 * of PMKSA caching dandidates.
    [all...]
  /external/lldb/source/Target/
Process.cpp 48 // Comment out line below to disable memory caching, overriding the process setting
97 { "disable-memory-cache" , OptionValue::eTypeBoolean, false, DISABLE_MEM_CACHE_DEFAULT, NULL, NULL, "Disable reading and caching of memory in fixed-size units." },
    [all...]
  /external/dnsmasq/man/
dnsmasq.8 3 dnsmasq \- A lightweight DHCP and caching DNS server.
62 information in SOA records which dnsmasq uses for caching. If the
417 Set the size of dnsmasq's cache. The default is 150 names. Setting the cache size to zero disables caching.
420 Disable negative caching. Negative caching allows dnsmasq to remember
    [all...]
  /external/jemalloc/doc/
jemalloc.xml.in 434 thread caching may prevent some statistics from being completely up to
514 allocator supports thread-specific caching for small and large objects, in
516 allocation requests. Such caching allows very fast allocation in the
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 263 "RSN: Cancelled PMKSA caching "
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 527 /// \brief This class handles loading and caching of source files into memory.
775 /// This does no caching of the buffer and takes ownership of the
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 790 //Mixed mode is disabled. No need to even try caching.
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java 481 errln("Caching of the resource bundle failed");
483 logln("Caching of resource bundle passed");
    [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/man/man1/
ssvncviewer.1 293 side caching: x11vnc \fB\-ncache\fR 10 ...
297 use with x11vnc \fB\-ncache\fR client caching option
  /external/lldb/source/DataFormatters/
FormatManager.cpp 365 log->Printf("[FormatManager::GetSummaryFormat] Caching %p for type %s",retval.get(),valobj_type.AsCString("<invalid>"));
402 log->Printf("[FormatManager::GetSyntheticChildren] Caching %p for type %s",retval.get(),valobj_type.AsCString("<invalid>"));
    [all...]
  /external/regex-re2/re2/
compile.cc 474 // The Frag accumulates in rune_range_. Caching common
496 // In Latin1 mode, there's no point in caching.
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
README 91 * PMKSA caching
254 messages in initial key handshake, pre-authentication, and PMKSA caching).
    [all...]
sme.c 475 "PMKSA cache entry found - try to use PMKSA caching instead of new SAE authentication");
1026 "PMKSA caching attempt rejected - drop PMKSA cache entry and fall back to SAE authentication");
    [all...]
  /frameworks/base/docs/html/about/versions/
android-3.1.jd 540 out whether a Bitmap has been modified, such as for caching.</li>
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp 477 //Mixed mode is disabled. No need to even try caching.
689 * send rest of them through MDP. NEVER mark an updating layer for caching.
    [all...]
  /bionic/libc/kernel/uapi/drm/
i915_drm.h 555 __u32 caching; member in struct:drm_i915_gem_caching
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_expl.h 91 * suffice). There are different packing/locality/alignment/caching
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 52 * This class handles disk and memory caching of bitmaps in conjunction with the
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 52 * This class handles disk and memory caching of bitmaps in conjunction with the
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 52 * This class handles disk and memory caching of bitmaps in conjunction with the
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
Plot.java 125 * Used for caching renderer instances. Note that once a renderer is initialized it remains initialized

Completed in 852 milliseconds

<<21222324252627282930>>