Searched defs:vspace (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLAppletElement.java118 * vspace attribute definition in HTML 4.0. This attribute is deprecated
122 public void setVspace(String vspace); argument
H A DHTMLImageElement.java126 * Vertical space above and below this image. See the vspace attribute
130 public void setVspace(String vspace); argument
H A DHTMLObjectElement.java169 * vspace attribute definition in HTML 4.0. This attribute is deprecated
173 public void setVspace(String vspace); argument
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp432 PSVirtualSpace* vspace = new PSVirtualSpace(rs, page_sz); local
433 if (vspace != 0) {
434 if (vspace->expand_by(_reserved_byte_size)) {
435 return vspace;
437 delete vspace;
818 void ParallelCompactData::verify_clear(const PSVirtualSpace* vspace) argument
820 const size_t* const beg = (const size_t*)vspace->committed_low_addr();
821 const size_t* const end = (const size_t*)vspace->committed_high_addr();

Completed in 45 milliseconds