Searched refs:useCache (Results 1 - 25 of 29) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/awt/
H A DGlobalCursorManager.java131 boolean useCache);
145 * @param useCache If true, the implementation is free to use caching
150 protected abstract Component findHeavyweightUnderCursor(boolean useCache); argument
159 * (2) If 'useCache' is true, the native code is free to use a cached
162 * 'useCache' is false, the native code must perform a new search given
169 private void _updateCursor(boolean useCache) { argument
179 comp = findHeavyweightUnderCursor(useCache);
205 setCursor(comp, AWTAccessor.getComponentAccessor().getCursor(comp), useCache);
130 setCursor(Component comp, Cursor cursor, boolean useCache) argument
/openjdk7/jdk/src/share/classes/com/sun/imageio/spi/
H A DInputStreamImageInputStreamSpi.java62 boolean useCache,
68 if (useCache) {
61 createInputStreamInstance(Object input, boolean useCache, File cacheDir) argument
H A DOutputStreamImageOutputStreamSpi.java62 boolean useCache,
67 if (useCache) {
61 createOutputStreamInstance(Object output, boolean useCache, File cacheDir) argument
H A DFileImageInputStreamSpi.java51 boolean useCache,
50 createInputStreamInstance(Object input, boolean useCache, File cacheDir) argument
H A DFileImageOutputStreamSpi.java51 boolean useCache,
50 createOutputStreamInstance(Object output, boolean useCache, File cacheDir) argument
H A DRAFImageInputStreamSpi.java52 boolean useCache,
51 createInputStreamInstance(Object input, boolean useCache, File cacheDir) argument
H A DRAFImageOutputStreamSpi.java52 boolean useCache,
51 createOutputStreamInstance(Object output, boolean useCache, File cacheDir) argument
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DAbstractDelegateHttpsURLConnection.java91 * @param useCache whether the cached connection should be used
94 public void setNewClient (URL url, boolean useCache) argument
99 useCache, this);
133 * @param useCache whether the cached connection should be used
137 boolean useCache) throws IOException {
138 proxiedConnect(url, proxyHost, proxyPort, useCache);
146 boolean useCache) throws IOException {
152 proxyHost, proxyPort, useCache, this);
198 boolean useCache)
202 useCache, connectTimeou
136 setProxiedClient(URL url, String proxyHost, int proxyPort, boolean useCache) argument
145 proxiedConnect(URL url, String proxyHost, int proxyPort, boolean useCache) argument
197 getNewHttpClient(URL url, Proxy p, int connectTimeout, boolean useCache) argument
[all...]
H A DHttpsURLConnectionImpl.java110 * @param useCache whether the cached connection should be used
113 protected void setNewClient(URL url, boolean useCache) argument
115 delegate.setNewClient(url, useCache);
140 * @param useCache whether the cached connection should be used
144 boolean useCache) throws IOException {
145 delegate.setProxiedClient(url, proxyHost, proxyPort, useCache);
143 setProxiedClient(URL url, String proxyHost, int proxyPort, boolean useCache) argument
H A DHttpsClient.java290 HostnameVerifier hv, boolean useCache,
292 return HttpsClient.New(sf, url, hv, (String)null, -1, useCache, httpuc);
306 String proxyHost, int proxyPort, boolean useCache,
309 return HttpsClient.New(sf, url, hv, proxyHost, proxyPort, useCache, -1,
314 String proxyHost, int proxyPort, boolean useCache,
321 useCache, connectTimeout, httpuc);
325 Proxy p, boolean useCache,
333 if (useCache) {
289 New(SSLSocketFactory sf, URL url, HostnameVerifier hv, boolean useCache, HttpURLConnection httpuc) argument
305 New(SSLSocketFactory sf, URL url, HostnameVerifier hv, String proxyHost, int proxyPort, boolean useCache, HttpURLConnection httpuc) argument
313 New(SSLSocketFactory sf, URL url, HostnameVerifier hv, String proxyHost, int proxyPort, boolean useCache, int connectTimeout, HttpURLConnection httpuc) argument
324 New(SSLSocketFactory sf, URL url, HostnameVerifier hv, Proxy p, boolean useCache, int connectTimeout, HttpURLConnection httpuc) argument
/openjdk7/jdk/src/share/classes/javax/imageio/spi/
H A DImageInputStreamSpi.java117 * the <code>useCache</code> argument to
133 * the value of the <code>useCache</code> argument to
148 * use of a cache file is optional, the <code>useCache</code>
150 * not applicable, the value of <code>useCache</code> will be ignored.
154 * @param useCache a <code>boolean</code> indicating whether a
176 boolean useCache,
175 createInputStreamInstance(Object input, boolean useCache, File cacheDir) argument
H A DImageOutputStreamSpi.java148 * use of a cache file is optional, the <code>useCache</code>
150 * not applicable, the value of <code>useCache</code> will be ignored.
154 * @param useCache a <code>boolean</code> indicating whether a
174 boolean useCache,
173 createOutputStreamInstance(Object output, boolean useCache, File cacheDir) argument
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWGlobalCursorManager.java56 protected native Component findHeavyweightUnderCursor(boolean useCache); argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DZipFileIndexCache.java95 boolean useCache, String cacheLocation,
101 useCache, cacheLocation);
93 getZipFileIndex(File zipFile, RelativeDirectory symbolFilePrefix, boolean useCache, String cacheLocation, boolean writeIndex) argument
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java99 * @param useCache whether the cached connection should be used
102 protected void setNewClient(URL url, boolean useCache) argument
104 delegate.setNewClient(url, useCache);
129 * @param useCache whether the cached connection should be used
133 boolean useCache) throws IOException {
134 delegate.setProxiedClient(url, proxyHost, proxyPort, useCache);
132 setProxiedClient(URL url, String proxyHost, int proxyPort, boolean useCache) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXGlobalCursorManager.java64 protected void setCursor(Component comp, Cursor cursor, boolean useCache) { argument
69 Cursor cur = useCache ? cursor : getCapableCursor(comp);
72 if (useCache) {
159 protected Component findHeavyweightUnderCursor(boolean useCache) { argument
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DHttpClient.java258 public static HttpClient New(URL url, boolean useCache) argument
260 return HttpClient.New(url, Proxy.NO_PROXY, -1, useCache, null);
263 public static HttpClient New(URL url, Proxy p, int to, boolean useCache, argument
271 if (useCache) {
330 boolean useCache)
333 -1, useCache, null);
337 boolean useCache, int to,
341 to, useCache, httpuc);
329 New(URL url, String proxyHost, int proxyPort, boolean useCache) argument
336 New(URL url, String proxyHost, int proxyPort, boolean useCache, int to, HttpURLConnection httpuc) argument
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageIO.java121 boolean useCache = true; field in class:ImageIO.CacheInfo
128 return useCache;
131 public void setUseCache(boolean useCache) { argument
132 this.useCache = useCache;
247 * @param useCache a <code>boolean</code> indicating whether a
252 public static void setUseCache(boolean useCache) { argument
253 getCacheInfo().setUseCache(useCache);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebuggerLocal.java170 <P> useCache should be set to true if debugging is being done
174 boolean useCache) throws DebuggerException {
192 if (useCache) {
173 BsdDebuggerLocal(MachineDescription machDesc, boolean useCache) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebuggerLocal.java168 <P> useCache should be set to true if debugging is being done
172 boolean useCache) throws DebuggerException {
190 if (useCache) {
171 LinuxDebuggerLocal(MachineDescription machDesc, boolean useCache) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java67 * <P> useCache should be set to true if debugging is being done
70 public ProcDebuggerLocal(MachineDescription machDesc, boolean useCache) { argument
101 if (useCache) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java92 <P> useCache should be set to true if debugging is being done
96 boolean useCache) throws DebuggerException {
122 if (useCache) {
95 WindbgDebuggerLocal(MachineDescription machDesc, boolean useCache) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Cursor.cpp529 JNIEnv *env, jobject, jboolean useCache)
540 (void *)useCache);
528 Java_sun_awt_windows_WGlobalCursorManager_findHeavyweightUnderCursor( JNIEnv *env, jobject, jboolean useCache) argument
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java658 * @param useCache whether the cached connection should be used
661 protected void setNewClient (URL url, boolean useCache) argument
663 http = HttpClient.New(url, null, -1, useCache, connectTimeout, this);
690 * @param useCache whether the cached connection should be used
695 boolean useCache)
697 proxiedConnect(url, proxyHost, proxyPort, useCache);
702 boolean useCache)
704 http = HttpClient.New (url, proxyHost, proxyPort, useCache,
1001 int connectTimeout, boolean useCache)
1003 return HttpClient.New(url, p, connectTimeout, useCache, thi
693 setProxiedClient(URL url, String proxyHost, int proxyPort, boolean useCache) argument
700 proxiedConnect(URL url, String proxyHost, int proxyPort, boolean useCache) argument
1000 getNewHttpClient(URL url, Proxy p, int connectTimeout, boolean useCache) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKEngine.java588 public void finishPainting(boolean useCache) { argument
603 if (useCache) {

Completed in 73 milliseconds

12