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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DStringPattern.java49 StringPattern(int hc) { argument
50 super(false, DATA_CONTENT_TYPE, hc);
H A DBinaryPattern.java58 BinaryPattern(boolean nullable, int hc, Pattern p1, Pattern p2) { argument
59 super(nullable, Math.max(p1.getContentType(), p2.getContentType()), hc);
H A DPattern.java55 private int hc; field in class:Pattern
86 Pattern(boolean nullable, int contentType, int hc) { argument
89 this.hc = hc;
94 this.hc = hashCode();
135 return hc;
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DKeepAliveCache.java198 HttpClient h = e.hc;
257 HttpClient hc = null;
262 e.hc.closeServer();
264 hc = e.hc;
266 } while ((hc== null) && (!empty()));
267 return hc;
340 HttpClient hc; field in class:KeepAliveEntry
343 KeepAliveEntry(HttpClient hc, long idleStartTime) { argument
344 this.hc
[all...]
H A DKeepAliveStream.java43 HttpClient hc; field in class:KeepAliveStream
56 public KeepAliveStream(InputStream is, ProgressSource pi, long expected, HttpClient hc) { argument
58 this.hc = hc;
94 queueForCleanup(new KeepAliveCleanerEntry(this, hc));
96 hc.closeServer();
100 hc.finished();
110 hc = null;
205 hc = null;
214 HttpClient hc; field in class:KeepAliveCleanerEntry
216 KeepAliveCleanerEntry(KeepAliveStream kas, HttpClient hc) argument
[all...]
H A DChunkedInputStream.java55 private HttpClient hc; field in class:ChunkedInputStream
219 hc.finished();
222 hc.closeServer();
620 * @param hc the HttpClient
624 public ChunkedInputStream(InputStream in, HttpClient hc, MessageHeader responses) throws IOException { argument
629 this.hc = hc;
/openjdk7/hotspot/src/share/vm/classfile/
H A DaltHashing.cpp37 intptr_t hc = k->java_mirror()->mark()->hash(); local
38 return hc != markOopDesc::no_hash ? hc : os::random();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp481 klassOop hc = (klassOop) ik->host_klass(); local
482 if (hc == NULL) return false;
483 if (hc == host_klass) return true;
484 ik = instanceKlass::cast(hc);
/openjdk7/jdk/src/windows/native/com/sun/management/
H A DOperatingSystem_md.c721 HCOUNTER hc = NULL; local
734 if (PdhAddCounter_i(tmpQuery, counter, 0, &hc) != ERROR_SUCCESS) {
751 PdhGetFormattedCounterValue_i(hc, PDH_FMT_LONG, NULL, &cv);
761 PdhRemoveCounter_i(hc);
765 PdhRemoveCounter_i(hc);

Completed in 44 milliseconds