Searched defs:initSize (Results 1 - 8 of 8) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/
H A DGenerationSpec.java62 public long initSize() { method in class:GenerationSpec
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/pool/
H A DPool.java92 final private int initSize; // initial number of identical conn to create field in class:Pool
95 public Pool(int initSize, int prefSize, int maxSize) { argument
H A DConnections.java90 Connections(Object id, int initSize, int prefSize, int maxSize, argument
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapPoolManager.java114 private static final int initSize; // initial num of identical conns/pool field in class:LdapPoolManager
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DDOMAdapter.java413 public DOM getResultTreeFrag(int initSize, int rtfType) argument
426 public DOM getResultTreeFrag(int initSize, int rtfType, argument
H A DMultiDOM.java635 public DOM getResultTreeFrag(int initSize, int rtfType) argument
640 public DOM getResultTreeFrag(int initSize, int rtfType, boolean addToManager) argument
H A DSAXImpl.java1782 public DOM getResultTreeFrag(int initSize, int rtfType) argument
1795 public DOM getResultTreeFrag(int initSize, int rtfType, boolean addToManager) argument
H A DAdaptiveResultTreeImpl.java101 AdaptiveResultTreeImpl(XSLTCDTMManager dtmManager, int documentID, DTMWSFilter wsfilter, int initSize, boolean buildIdIndex) argument

Completed in 165 milliseconds