Searched refs:isCached (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DWindowPropertyGetter.java90 if (isCachingSupported() && isCached()) {
196 boolean isCached() { method in class:WindowPropertyGetter
197 return XPropertyCache.isCached(window, property);
H A DXPropertyCache.java80 public static boolean isCached(long window, XAtom property) { method in class:XPropertyCache
/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DImageInputStream.java958 boolean isCached(); method in interface:ImageInputStream
970 * @see #isCached
985 * @see #isCached
H A DMemoryCacheImageInputStream.java138 public boolean isCached() { method in class:MemoryCacheImageInputStream
148 * @see #isCached
161 * @see #isCached
H A DMemoryCacheImageOutputStream.java141 public boolean isCached() { method in class:MemoryCacheImageOutputStream
151 * @see #isCached
164 * @see #isCached
H A DFileCacheImageInputStream.java211 public boolean isCached() { method in class:FileCacheImageInputStream
221 * @see #isCached
235 * @see #isCached
H A DFileCacheImageOutputStream.java189 public boolean isCached() { method in class:FileCacheImageOutputStream
199 * @see #isCached
213 * @see #isCached
H A DImageInputStreamImpl.java836 public boolean isCached() { method in class:ImageInputStreamImpl
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DInvokers.java258 boolean isCached;
261 isCached = true;
263 isCached = false; // maybe cache if mtype == mtype.basicType()
275 if (isCached) {
340 if (isCached)
/openjdk7/jdk/src/share/classes/sun/io/
H A DConverters.java131 public static boolean isCached(int type, String encoding) { method in class:Converters

Completed in 274 milliseconds