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

  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
QuickResponseTests.java 24 import com.android.email.provider.ContentCache;
46 ContentCache.invalidateAllCaches();
MailboxTests.java 29 import com.android.email.provider.ContentCache;
65 ContentCache.invalidateAllCaches();
  /packages/apps/Email/tests/src/com/android/email/provider/
ContentCacheTests.java 29 import com.android.email.provider.ContentCache.CacheToken;
30 import com.android.email.provider.ContentCache.CachedCursor;
31 import com.android.email.provider.ContentCache.TokenList;
38 * Tests of ContentCache
65 ContentCache.CounterMap<String> map = new ContentCache.CounterMap<String>(4);
159 int activeCount = ContentCache.sActiveCursors.getCount(activeCursor);
184 assertFalse(ContentCache.sActiveCursors.contains(activeCursor));
209 ContentCache cache = new ContentCache("Name", SIMPLE_PROJECTION, 2)
    [all...]
PolicyTests.java 60 ContentCache.invalidateAllCaches();
ProviderTests.java 128 ContentCache.invalidateAllCaches();
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
ControllerProviderOpsTests.java 23 import com.android.email.provider.ContentCache;
55 ContentCache.invalidateAllCaches();
DBTestHelper.java 35 import com.android.email.provider.ContentCache;
243 ContentCache.invalidateAllCaches();
SecurityPolicyTests.java 27 import com.android.email.provider.ContentCache;
62 ContentCache.invalidateAllCaches();
  /external/clang/include/clang/Basic/
SourceManager.h 85 class ContentCache {
95 // 8 bytes for every ContentCache object, but each of these corresponds to
105 /// This is owned by the ContentCache object. The bits indicate
110 /// \brief Reference to the file entry representing this ContentCache.
114 /// It is possible for this to be NULL if the ContentCache encapsulates
130 /// \brief The number of lines in this ContentCache.
146 ContentCache(const FileEntry *Ent = nullptr)
153 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt)
158 ~ContentCache();
163 ContentCache(const ContentCache &RHS
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 38 ContentCache::~ContentCache() {
44 /// ContentCache. This can be 0 if the MemBuffer was not actually expanded.
45 unsigned ContentCache::getSizeBytesMapped() const {
51 llvm::MemoryBuffer::BufferKind ContentCache::getMemoryBufferKind() const {
62 /// getSize - Returns the size of the content encapsulated by this ContentCache.
64 /// scratch buffer. If the ContentCache encapsulates a source file, that
66 unsigned ContentCache::getSize() const {
71 void ContentCache::replaceBuffer(llvm::MemoryBuffer *B, bool DoNotFree) {
84 llvm::MemoryBuffer *ContentCache::getBuffer(DiagnosticsEngine &Diag
    [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...]
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 253 const SrcMgr::ContentCache *
386 const SrcMgr::ContentCache *
  /external/clang/lib/Frontend/
CacheTokens.cpp 497 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 449 milliseconds