Searched defs:getFromCache (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DX509Factory.java93 X509CertImpl cert = (X509CertImpl)getFromCache(certCache, encoding);
154 X509CertImpl newC = (X509CertImpl)getFromCache(certCache, encoding);
184 X509CRLImpl newC = (X509CRLImpl)getFromCache(crlCache, encoding);
201 private static synchronized Object getFromCache(Cache cache, method in class:X509Factory
364 X509CRLImpl crl = (X509CRLImpl)getFromCache(crlCache, encoding);
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DBlitBg.java72 public static BlitBg getFromCache(SurfaceType src, method in class:BlitBg
172 Blit combineop = Blit.getFromCache(srcData.getSurfaceType(),
175 Blit blitop = Blit.getFromCache(tmpData.getSurfaceType(), compositeType,
H A DScaledBlit.java63 public static ScaledBlit getFromCache(SurfaceType src, method in class:ScaledBlit
H A DTransformBlit.java65 public static TransformBlit getFromCache(SurfaceType src, method in class:TransformBlit
H A DTransformHelper.java63 public static synchronized TransformHelper getFromCache(SurfaceType src) { method in class:TransformHelper
H A DBlit.java68 public static Blit getFromCache(SurfaceType src, method in class:Blit
H A DMaskBlit.java66 public static MaskBlit getFromCache(SurfaceType src, method in class:MaskBlit
H A DMaskFill.java85 public static MaskFill getFromCache(SurfaceType src, method in class:MaskFill
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfoFile.java515 ZoneInfo zi = getFromCache(id);
560 ZoneInfo zi = getFromCache(id);
575 synchronized static ZoneInfo getFromCache(String id) { method in class:ZoneInfoFile

Completed in 43 milliseconds