OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/
CacheUpdater.h
21
/**
CacheUpdater
31
class
CacheUpdater
{
33
virtual ~
CacheUpdater
() {}
51
class SystemCacheUpdater : public
CacheUpdater
{
CrunchCache.h
15
#include "
CacheUpdater
.h"
55
size_t crunch(
CacheUpdater
* cu, bool forceOverwrite=false);
CrunchCache.cpp
14
#include "
CacheUpdater
.h"
32
size_t CrunchCache::crunch(
CacheUpdater
* cu, bool forceOverwrite)
Resource.cpp
9
#include "
CacheUpdater
.h"
[
all
...]
Completed in 102 milliseconds