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

  /packages/apps/Email/tests/src/com/android/email/provider/
ContentCacheTests.java 19 import com.android.email.provider.ContentCache.CacheToken;
20 import com.android.email.provider.ContentCache.CachedCursor;
21 import com.android.email.provider.ContentCache.TokenList;
36 * Tests of ContentCache
62 ContentCache.CounterMap<String> map = new ContentCache.CounterMap<String>(4);
156 int activeCount = ContentCache.sActiveCursors.getCount(activeCursor);
181 assertFalse(ContentCache.sActiveCursors.contains(activeCursor));
206 ContentCache cache = new ContentCache("Name", SIMPLE_PROJECTION, 2)
    [all...]
PolicyTests.java 58 ContentCache.invalidateAllCaches();
ProviderTests.java 128 ContentCache.invalidateAllCaches();
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
QuickResponseTests.java 24 import com.android.email.provider.ContentCache;
45 ContentCache.invalidateAllCaches();
MailboxTests.java 19 import com.android.email.provider.ContentCache;
63 ContentCache.invalidateAllCaches();
  /external/clang/lib/Basic/
SourceManager.cpp 39 ContentCache::~ContentCache() {
45 /// ContentCache. This can be 0 if the MemBuffer was not actually expanded.
46 unsigned ContentCache::getSizeBytesMapped() const {
52 llvm::MemoryBuffer::BufferKind ContentCache::getMemoryBufferKind() const {
63 /// getSize - Returns the size of the content encapsulated by this ContentCache.
65 /// scratch buffer. If the ContentCache encapsulates a source file, that
67 unsigned ContentCache::getSize() const {
72 void ContentCache::replaceBuffer(const llvm::MemoryBuffer *B,
86 const llvm::MemoryBuffer *ContentCache::getBuffer(DiagnosticsEngine &Diag
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 84 class ContentCache {
95 /// This is owned by the ContentCache object. The bits indicate
100 /// \brief Reference to the file entry representing this ContentCache.
104 /// It is possible for this to be NULL if the ContentCache encapsulates
120 /// \brief The number of lines in this ContentCache.
136 ContentCache(const FileEntry *Ent = 0)
141 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt)
146 ~ContentCache();
151 ContentCache(const ContentCache &RHS
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 48 * ContentCache cache = new ContentCache(name, projection, max);
72 * Synchronization note: All of the public methods in ContentCache are synchronized (i.e. on the
74 * All references to ContentCache that are external to the ContentCache class MUST synchronize on
75 * the ContentCache instance (e.g. CachedCursor.close())
77 public final class ContentCache {
94 private static final ArrayList<ContentCache> sContentCaches = new ArrayList<ContentCache>();
285 private final ContentCache mCache
    [all...]
DBHelper.java     [all...]
  /packages/apps/Email/tests/src/com/android/email/
DBTestHelper.java 20 import com.android.email.provider.ContentCache;
243 ContentCache.invalidateAllCaches();
ControllerProviderOpsTests.java 23 import com.android.email.provider.ContentCache;
64 ContentCache.invalidateAllCaches();
SecurityPolicyTests.java 26 import com.android.email.provider.ContentCache;
60 ContentCache.invalidateAllCaches();
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 249 const SrcMgr::ContentCache *
379 const SrcMgr::ContentCache *
  /packages/apps/Email/tests/src/com/android/email/activity/
RecentMailboxManagerTest.java 27 import com.android.email.provider.ContentCache;
76 ContentCache.invalidateAllCaches();
  /external/clang/lib/Frontend/
CacheTokens.cpp 473 const SrcMgr::ContentCache &C = *I->second;
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 213 milliseconds