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

  /packages/apps/Gallery3D/src/com/cooliris/media/
Texture.java 37 public boolean isCached() {
ResourceTexture.java 30 public boolean isCached() {
SimpleStringTexture.java 42 public boolean isCached() {
MediaItemTexture.java 81 if (isCached())
93 public boolean isCached() {
UriTexture.java 231 if (!isCached(Utils.Crc64Long(mUri), MAX_RESOLUTION_A)) {
247 public static boolean isCached(long crc64, int maxResolution) {
281 if (!isCached(crc64, 1024)) {
AdaptiveBackgroundTexture.java 72 public boolean isCached() {
StringTexture.java 106 public boolean isCached() {
GridDrawManager.java 181 boolean isCached = texture.isCached();
184 if (priority && isCached && texture.mState != Texture.STATE_ERROR)
    [all...]
RenderView.java 341 : (texture.isCached()) ? sLoadInputQueueCached : sLoadInputQueue;
    [all...]
  /frameworks/base/awt/javax/imageio/stream/
FileCacheImageInputStream.java 117 public boolean isCached() {
MemoryCacheImageInputStream.java 94 public boolean isCached() {
MemoryCacheImageOutputStream.java 101 public boolean isCached() {
ImageInputStream.java 475 boolean isCached();
FileCacheImageOutputStream.java 94 public boolean isCached() {
ImageInputStreamImpl.java 320 public boolean isCached() {
  /dalvik/libcore/luni/src/main/java/java/util/
GregorianCalendar.java 222 private boolean isCached;
368 isCached = false;
571 if (!isCached
578 isCached = false;
613 if (isCached) {
665 if (!isCached
692 isCached = true;
    [all...]
  /external/srec/tools/grxmlcompile/
sub_min.cpp 261 bool isCached;
270 isCached= false;
285 isCached= true;
335 if (isCached == false) {
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpURLConnectionImpl.java 566 public boolean isCached() {
679 if (isCached()) {
779 @Override public boolean isCached() {
    [all...]
  /external/icu4c/common/
unorm.cpp 501 UBool isCached;
503 UMTX_CHECK(NULL, (UBool)(nxCache[UNORM_NX_HANGUL]!=NULL), isCached);
505 if(!isCached) {
539 UBool isCached;
541 UMTX_CHECK(NULL, (UBool)(nxCache[options]!=NULL), isCached);
543 if( !isCached &&
623 UBool isCached;
625 UMTX_CHECK(NULL, (UBool)(nxCache[options]!=NULL), isCached);
627 if(!isCached) {
    [all...]
unames.c 191 UBool isCached;
194 UMTX_CHECK(NULL, (uCharNames!=NULL), isCached);
196 if(!isCached) {
    [all...]
ucnvmbcs.c     [all...]
  /external/libxml2/
xpath.c     [all...]

Completed in 562 milliseconds