Searched refs:New (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DImplicitFileName.java43 HttpClient c = HttpClient.New(url);
H A DIsKeepingAlive.java51 HttpClient c1 = HttpClient.New(url1);
H A DIsAvailable.java44 HttpClient c1 = HttpClient.New(url1);
/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgifalloc.c145 MakeExtension(SavedImage * New, argument
148 New->Function = Function;
162 AddExtensionBlock(SavedImage * New, argument
168 if (New->ExtensionBlocks == NULL)
169 New->ExtensionBlocks=(ExtensionBlock *)malloc(sizeof(ExtensionBlock));
171 New->ExtensionBlocks = (ExtensionBlock *)realloc(New->ExtensionBlocks,
173 (New->ExtensionBlockCount + 1));
175 if (New->ExtensionBlocks == NULL)
178 ep = &New
[all...]
H A Dgif_lib.h241 extern void MakeExtension(SavedImage * New, int Function);
242 extern int AddExtensionBlock(SavedImage * New, int Len,
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ccache/
H A DCredentialsCache.java102 return (FileCredentialsCache.New(principal, name));
106 return (FileCredentialsCache.New(principal, name));
111 return (FileCredentialsCache.New(principal));
H A DFileCredentialsCache.java104 static synchronized FileCredentialsCache New(PrincipalName principal, method in class:FileCredentialsCache
123 static synchronized FileCredentialsCache New(PrincipalName principal) { method in class:FileCredentialsCache
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DAbstractDelegateHttpsURLConnection.java96 http = HttpsClient.New (getSSLSocketFactory(),
149 http = HttpsClient.New (getSSLSocketFactory(),
191 return HttpsClient.New(getSSLSocketFactory(), url,
200 return HttpsClient.New(getSSLSocketFactory(), url,
H A DHttpsClient.java223 * Use New to get new HttpsClient. This constructor is meant to be
224 * used only by New method. New properly checks for URL spoofing.
279 // This code largely ripped off from HttpClient.New, and
282 static HttpClient New(SSLSocketFactory sf, URL url, HostnameVerifier hv, method in class:HttpsClient
285 return HttpsClient.New(sf, url, hv, true, httpuc);
289 static HttpClient New(SSLSocketFactory sf, URL url, method in class:HttpsClient
292 return HttpsClient.New(sf, url, hv, (String)null, -1, useCache, httpuc);
299 static HttpClient New(SSLSocketFactory sf, URL url, HostnameVerifier hv, method in class:HttpsClient
302 return HttpsClient.New(s
305 static HttpClient New(SSLSocketFactory sf, URL url, HostnameVerifier hv, method in class:HttpsClient
313 static HttpClient New(SSLSocketFactory sf, URL url, HostnameVerifier hv, method in class:HttpsClient
324 static HttpClient New(SSLSocketFactory sf, URL url, HostnameVerifier hv, method in class:HttpsClient
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DHttpClient.java190 * first HttpClient gotten through New() failed (probably b/c of a
253 public static HttpClient New(URL url) method in class:HttpClient
255 return HttpClient.New(url, Proxy.NO_PROXY, -1, true, null);
258 public static HttpClient New(URL url, boolean useCache) method in class:HttpClient
260 return HttpClient.New(url, Proxy.NO_PROXY, -1, useCache, null);
263 public static HttpClient New(URL url, Proxy p, int to, boolean useCache, method in class:HttpClient
323 public static HttpClient New(URL url, Proxy p, int to, method in class:HttpClient
326 return New(url, p, to, true, httpuc);
329 public static HttpClient New(URL url, String proxyHost, int proxyPort, method in class:HttpClient
332 return New(ur
336 public static HttpClient New(URL url, String proxyHost, int proxyPort, method in class:HttpClient
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java663 http = HttpClient.New(url, null, -1, useCache, connectTimeout, this);
704 http = HttpClient.New (url, proxyHost, proxyPort, useCache,
996 return HttpClient.New(url, p, connectTimeout, this);
1003 return HttpClient.New(url, p, connectTimeout, useCache, this);
/openjdk7/make/scripts/
H A Dwebrev.ksh2887 source_to_html New $P < $nfile.lst > $WDIR/$DIR/$F.html
2889 source_to_html New $P < $nfile > $WDIR/$DIR/$F.html
3038 print "<b>Modified file</b><br><font color=red><b>Deleted file</b></font><br><font color=green><b>New file</b></font></td></tr>"
3115 print "<a href=\"$P.html\">New</a>"
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp3517 DT_RETURN_MARK_DECL(New##Result##Array, Return); \
3521 JNIWrapper("New" XSTR(Result) "Array"); \
3522 DTRACE_PROBE2(hotspot_jni, New##Result##Array__entry, env, len);\
3524 DT_RETURN_MARK(New##Result##Array, Return, (const Return&)ret);\
3545 DT_RETURN_MARK_DECL(New##Result##Array, Return \
3550 JNIWrapper("New" XSTR(Result) "Array"); \
3553 DT_RETURN_MARK(New##Result##Array, Return, (const Return&)ret);\
4905 // New 1_6 features
H A DjniCheck.cpp1469 Return result = UNCHECKED()->New##Result##Array(env,len); \
2084 // New 1.6 Features

Completed in 106 milliseconds