Searched refs:construct (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DSerialNumber.java43 private void construct(DerValue derVal) throws IOException { method in class:SerialNumber
76 construct(derVal);
86 construct(val);
97 construct(derVal);
H A DCertificateVersion.java75 private void construct(DerValue derVal) throws IOException { method in class:CertificateVersion
120 construct(derVal);
133 construct(derVal);
145 construct(val);
H A DCertificateValidity.java71 private void construct(DerValue derVal) throws IOException { method in class:CertificateValidity
128 construct(derVal);
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DJavaAdapter.java76 return construct(cx, scope, args);
79 public Scriptable construct(Context cx, Scriptable scope, Object[] args) method in class:JavaAdapter
H A DJSAdapter.java253 return construct(cx, scope, args);
264 public Scriptable construct(Context cx, Scriptable scope, Object[] args) method in class:JSAdapter
278 return ((Function)tmp).construct(cx, scope, args);
/openjdk7/jdk/src/share/classes/javax/management/
H A DStandardMBean.java119 * <p>This class may also be used to construct MXBeans. The usage
159 private <T> void construct(T implementation, Class<T> mbeanInterface, method in class:StandardMBean
212 construct(implementation, mbeanInterface, false, false);
232 construct(null, mbeanInterface, true, false);
269 construct(implementation, mbeanInterface, false, isMXBean);
300 construct(null, mbeanInterface, true, isMXBean);
H A DObjectName.java416 private void construct(String name) method in class:ObjectName
676 private void construct(String domain, Map<String,String> props) method in class:ObjectName
1153 construct(cn);
1382 construct(name);
1404 construct(domain, table);
1425 construct(domain, table);
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp996 MatchRule(ArchDesc &ad, MatchNode* mroot, int depth, char* construct, int numleaves);

Completed in 83 milliseconds