HomeSort by relevance Sort by last modified time
    Searched full:cachesize (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/libvpx/libvpx/examples/includes/geshi/geshi/
apache.php 75 'cachenegotiateddocs','cacheroot','cachesize','checkspelling',
  /frameworks/native/cmds/installd/
installd.h 208 int64_t *datasize, int64_t *cachesize, int64_t *asecsize);
commands.c 436 int64_t cachesize = 0; local
516 cachesize += dirsize + statsize;
537 *_cachesize = cachesize;
    [all...]
  /external/valgrind/main/helgrind/
hg_wordset.c 359 Word cacheSize )
375 WCache_INIT(wsu->cache_addTo, cacheSize);
376 WCache_INIT(wsu->cache_delFrom, cacheSize);
377 WCache_INIT(wsu->cache_intersect, cacheSize);
378 WCache_INIT(wsu->cache_minus, cacheSize);
hg_wordset.h 53 Word cacheSize );
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlidingWindow.java 95 AlbumSetDataLoader source, AlbumSetSlotRenderer.LabelSpec labelSpec, int cacheSize) {
98 mData = new AlbumSetEntry[cacheSize];
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 201 size_t cacheSize = mCache.size();
208 ALOGD("entries : %d", cacheSize);
885 size_t cacheSize = mCachedHBFaces.size();
886 for (size_t i = 0; i < cacheSize; i++) {
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
Installer.java 335 pStats.cacheSize = Long.parseLong(res[3]);
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
Stripifier.java 49 int cacheSize;
748 VertexCache vcache = new VertexCache(cacheSize);
1079 int threshold = cacheSize;
    [all...]
  /external/dnsmasq/src/
dnsmasq.c 463 else if (daemon->cachesize != 0)
464 my_syslog(LOG_INFO, _("started, version %s cachesize %d"), VERSION, daemon->cachesize);
    [all...]
dnsmasq.h 624 int cachesize, ftabsize; member in struct:daemon
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 584 ", data="+observer.stats.dataSize+", cache="+observer.stats.cacheSize);
602 ", cache="+stats.cacheSize);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 345 updatePreference(mItemCache, details.cacheSize);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java     [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java     [all...]
  /external/webkit/Source/WebCore/dom/
Element.cpp     [all...]
  /external/dnsmasq/
dnsmasq.conf.example 436 # Set the cachesize here.
  /external/regex-re2/benchlog/
benchlog.mini 14 hw.cachesize: 3221225472 32768 2097152 0 0 0 0 0 0 0
    [all...]
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 654 # CacheSize 5
apache2-httpd.conf 675 # CacheSize 5
apache2-msys-httpd.conf 676 # CacheSize 5
cygwin-httpd.conf 707 # CacheSize 5
httpd.conf 710 # CacheSize 5

Completed in 659 milliseconds

12 3 4