HomeSort by relevance Sort by last modified time
    Searched full:cache (Results 401 - 425 of 2595) sorted by null

<<11121314151617181920>>

  /external/dnsmasq/po/
de.po 18 #: cache.c:764
23 #: cache.c:798 dhcp.c:785
29 #: cache.c:856 dhcp.c:801
35 #: cache.c:863 dhcp.c:875
42 #: cache.c:902
43 msgid "cleared cache"
44 msgstr "Cache geleert"
46 #: cache.c:933 option.c:1055
51 # @Simon: "Cache geleert" is literally "Cache emptied" but I think other translations could be misleadin
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/
X509CertFactoryImpl.java 56 * @see Cache
62 // certificate cache
63 private static Cache CERT_CACHE = new Cache(CERT_CACHE_SEED_LENGTH);
66 // crl cache
67 private static Cache CRL_CACHE = new Cache(CRL_CACHE_SEED_LENGTH);
84 * the cache. If the cache contains the certificate with requested encoded
625 * Resulting object is retrieved from the cache
    [all...]
  /external/webkit/JavaScriptCore/wtf/
DateMath.cpp 869 DSTOffsetCache& cache = exec->globalData().dstOffsetCache; local
870 double start = cache.start;
871 double end = cache.end;
875 if (ms <= end) return cache.offset;
878 double newEnd = end + cache.increment;
882 if (cache.offset == endOffset) {
884 // the offset in the cache, we grow the cached time interval
886 cache.end = newEnd;
887 cache.increment = msPerMonth;
896 cache.start = ms
    [all...]
  /bootable/recovery/
default_recovery_ui.c 29 "wipe cache partition",
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
StaleDexCacheError.java 20 * Is thrown when the VM determines that a DEX file's cache is out of date, and
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
AbstractSessionContext.java 46 * @param maximumSize of cache
47 * @param timeout for cache entries
82 * Makes sure cache size is < maximumSize.
95 // Trim cache to size if necessary.
  /dalvik/vm/
RawDexFile.c 23 * cache, constructing it if necessary.
RawDexFile.h 19 * the cache area.
  /dalvik/vm/alloc/
MarkSweep.h 22 /* Downward-growing stack for better cache read behavior.
  /dalvik/vm/mterp/common/
FindInterface.h 21 * Look up an interface on a class using the cache.
  /device/htc/dream/
BoardConfig.mk 35 # mtd4: 04380000 00020000 "cache"
  /device/htc/passion/recovery/
recovery_ui.c 29 "wipe cache partition",
  /device/htc/sapphire/
BoardConfig.mk 35 # mtd4: 05000000 00020000 "cache"
  /external/dnsmasq/bld/
Makefile 3 OBJS = cache.o rfc1035.o util.o option.o forward.o network.o \
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.leasedir.diff.gz 
  /external/e2fsprogs/e2fsck/
flushb.c 27 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */
  /external/freetype/include/freetype/internal/
autohint.h 55 /* typically implement an LRU cache of opened face objects to reduce */
59 /* We thus provide the ability to cache global hints outside of the face */
64 /* I initially thought that it would be a good idea to cache the glyph */
66 /* to cache these too, you are simply in need of a new font format, */
  /external/icu4c/test/threadtest/
converttest.cpp 75 // fprintf(stderr, "ucnv_cleanup() failed - cache was not empty.\n");
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ULOG.h 21 /* Why 50? Well... there is a limit imposed by the slab cache 131000
  /external/kernel-headers/original/asm-arm/
procinfo.h 42 struct cpu_cache_fns *cache; member in struct:proc_info_list
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_ULOG.h 21 /* Why 50? Well... there is a limit imposed by the slab cache 131000
  /external/openssl/crypto/des/times/
usparc.cc 29 4 r2 i 63535.10 13.4% <-- very very weird, must be cache problems.
  /external/ppp/pppd/
spinlock.h 19 /* We should make sure these are padded to a cache line */
  /external/qemu/android/avd/
hardware-properties.ini 127 # Cache partition
131 abstract = Cache partition support
132 description = Whether we use a /cache partition on the device.
136 abstract = Cache partition size
  /external/qemu/android/
cmdline-options.h 75 CFG_PARAM( cache, "<file>", "cache partition image (default is temporary file)" )
76 CFG_FLAG ( no_cache, "disable the cache partition" )
77 CFG_FLAG ( nocache, "same as -no-cache" )

Completed in 437 milliseconds

<<11121314151617181920>>