HomeSort by relevance Sort by last modified time
    Searched refs:CacheUpdater (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/aapt/tests/
MockCacheUpdater.h 8 #include "CacheUpdater.h"
12 class MockCacheUpdater : public CacheUpdater {
CrunchCache_test.cpp 11 #include "CacheUpdater.h"
55 CacheUpdater* cu(mcu);
92 CacheUpdater* scu = new SystemCacheUpdater();
  /frameworks/base/tools/aapt/
CrunchCache.h 15 #include "CacheUpdater.h"
55 size_t crunch(CacheUpdater* cu, bool forceOverwrite=false);
CacheUpdater.h 18 /** CacheUpdater
28 class CacheUpdater {
46 class SystemCacheUpdater : public CacheUpdater {
CrunchCache.cpp 13 #include "CacheUpdater.h"
31 size_t CrunchCache::crunch(CacheUpdater* cu, bool forceOverwrite)
Resource.cpp 15 #include "CacheUpdater.h"
    [all...]

Completed in 1311 milliseconds