OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentCache
(Results
1 - 17
of
17
) 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,
82
const llvm::MemoryBuffer *
ContentCache
::getBuffer(DiagnosticsEngine &Diag
[
all
...]
/external/clang/include/clang/Basic/
SourceManager.h
71
///
ContentCache
- One instance of this struct is kept for every file
73
class
ContentCache
{
82
/// file. This is owned by the
ContentCache
object.
87
/// Reference to the file entry representing this
ContentCache
.
90
/// the
ContentCache
encapsulates an imaginary text buffer.
103
/// NumLines - The number of lines in this
ContentCache
. This is only valid
122
///
ContentCache
. This can be the size of the source file or the size of an
123
/// arbitrary scratch buffer. If the
ContentCache
encapsulates a source
128
/// this
ContentCache
. This can be 0 if the MemBuffer was not actually
162
ContentCache
(const FileEntry *Ent = 0
[
all
...]
/packages/apps/Email/src/com/android/email/provider/
ContentCache.java
47
*
ContentCache
cache = new
ContentCache
(name, projection, max);
71
* Synchronization note: All of the public methods in
ContentCache
are synchronized (i.e. on the
73
* All references to
ContentCache
that are external to the
ContentCache
class MUST synchronize on
74
* the
ContentCache
instance (e.g. CachedCursor.close())
76
public final class
ContentCache
{
93
private static final ArrayList<
ContentCache
> sContentCaches = new ArrayList<
ContentCache
>();
284
private final
ContentCache
mCache
[
all
...]
EmailProvider.java
43
import com.android.email.provider.
ContentCache
.CacheToken;
121
private final
ContentCache
mCacheAccount =
122
new
ContentCache
("Account", Account.CONTENT_PROJECTION, MAX_CACHED_ACCOUNTS);
123
private final
ContentCache
mCacheHostAuth =
124
new
ContentCache
("HostAuth", HostAuth.CONTENT_PROJECTION, MAX_CACHED_ACCOUNTS * 2);
125
/*package*/ final
ContentCache
mCacheMailbox =
126
new
ContentCache
("Mailbox", Mailbox.CONTENT_PROJECTION,
128
private final
ContentCache
mCacheMessage =
129
new
ContentCache
("Message", Message.CONTENT_PROJECTION, 8);
130
private final
ContentCache
mCachePolicy
[
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/
Rewriter.cpp
243
const SrcMgr::
ContentCache
*
373
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
474
const SrcMgr::
ContentCache
&C = *I->second;
/external/clang/lib/AST/
ASTImporter.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
Completed in 381 milliseconds