OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasCache
(Results
1 - 14
of
14
) sorted by null
/frameworks/base/core/java/android/util/
TrustedTime.java
35
public boolean
hasCache
();
NtpTrustedTime.java
95
public boolean
hasCache
() {
/external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java
93
public boolean
hasCache
()
268
if(!
hasCache
())
292
return
hasCache
() ? (DTMFilter.SHOW_ALL & ~DTMFilter.SHOW_ENTITY_REFERENCE)
338
if(
hasCache
())
374
if(
hasCache
())
409
if((false == allowRelease) && !
hasCache
())
424
if(
hasCache
())
457
if(!
hasCache
())
473
return
hasCache
(); // though may be surprising if it also has an iterator!
501
else if(
hasCache
() && m_next < getVector().size()
[
all
...]
/external/webkit/Source/WebKit/win/Interfaces/
IWebHistoryItemPrivate.idl
52
HRESULT hasPageCache([out, retval] BOOL*
hasCache
);
53
HRESULT setHasPageCache([in] BOOL
hasCache
);
/dalvik/dx/tests/098-dex-jsr-ret-throw/
ViewDebug$ViewServer.class
/external/webkit/Source/WebKit/win/
WebHistoryItem.h
95
virtual HRESULT STDMETHODCALLTYPE hasPageCache(BOOL *
hasCache
);
96
virtual HRESULT STDMETHODCALLTYPE setHasPageCache(BOOL
hasCache
);
/external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSet.java
64
if(!nodeSet.
hasCache
())
85
if(!val.
hasCache
())
389
if(
hasCache
())
409
if(
hasCache
())
/frameworks/base/services/tests/servicestests/src/com/android/server/
ThrottleServiceTest.java
273
expect(mMockTime.
hasCache
()).andReturn(true).anyTimes();
NetworkPolicyManagerServiceTest.java
711
expect(mTime.
hasCache
()).andReturn(true).anyTimes();
[
all
...]
NetworkStatsServiceTest.java
[
all
...]
/frameworks/base/services/java/com/android/server/
ThrottleService.java
247
long bestNow = mTime.
hasCache
() ? mTime.currentTimeMillis()
596
if (!mTime.
hasCache
()) {
763
if (mTime.
hasCache
()) {
[
all
...]
/frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java
796
final long currentTime = mTime.
hasCache
() ? mTime.currentTimeMillis()
[
all
...]
NetworkPolicyManagerService.java
[
all
...]
/frameworks/base/core/java/android/webkit/
WebViewDatabase.java
778
boolean
hasCache
() {
790
Log.e(LOGTAG, "
hasCache
", e);
[
all
...]
Completed in 4929 milliseconds