Searched defs:isSupported (Results 1 - 25 of 38) sorted by relevance

12

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWSystemTrayPeer.java42 public boolean isSupported() { method in class:WSystemTrayPeer
H A DWDesktopPeer.java48 public boolean isSupported(Action action) { method in class:WDesktopPeer
/openjdk7/jdk/src/share/classes/sun/tracing/dtrace/
H A DDTraceProviderFactory.java143 public static boolean isSupported() { method in class:DTraceProviderFactory
151 return JVM.isSupported();
H A DJVM.java54 static boolean isSupported() { method in class:JVM
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DDesktopPeer.java51 boolean isSupported(Action action); method in interface:DesktopPeer
/openjdk7/jdk/src/share/classes/sun/jvmstat/monitor/
H A DMonitor.java86 boolean isSupported(); method in interface:Monitor
H A DAbstractMonitor.java122 public boolean isSupported() { method in class:AbstractMonitor
/openjdk7/jdk/src/share/classes/sun/net/sdp/
H A DSdpSupport.java44 private static final boolean isSupported = (os.equals("SunOS") || (os.equals("Linux"))); field in class:SdpSupport
54 if (!isSupported)
67 if (!isSupported)
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCDesktopPeer.java42 public boolean isSupported(Action action) { method in class:CDesktopPeer
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathExpressionImpl.java180 if ( !isSupported ( returnType ) ) {
285 if ( !isSupported ( returnType ) ) {
331 private boolean isSupported( QName returnType ) { method in class:XPathExpressionImpl
368 // If isSupported check is already done then the execution path
H A DXPathImpl.java261 if ( !isSupported ( returnType ) ) {
290 private boolean isSupported( QName returnType ) { method in class:XPathImpl
454 if ( !isSupported ( returnType ) ) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DDesktop.java84 * set of actions. You may use the {@link Desktop#isSupported}
87 * @see java.awt.Desktop#isSupported(java.awt.Desktop.Action)
184 * #isSupported} may return {@code true}, but the corresponding
192 public boolean isSupported(Action action) { method in class:Desktop
193 return peer.isSupported(action);
224 if (!isSupported(actionType)) {
H A DSystemTray.java48 * system tray is supported, use {@link SystemTray#isSupported}.
69 * if (SystemTray.isSupported()) {
155 * supported. You may use the {@link #isSupported} method to
173 * @see #isSupported
185 if (!isSupported()) {
218 public static boolean isSupported() { method in class:SystemTray
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DNegotiateAuthentication.java53 // <code>supported</code> is set when isSupported is checked,
93 synchronized public static boolean isSupported(HttpCallerInfo hci) { method in class:NegotiateAuthentication
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDesktopPeer.java71 public boolean isSupported(Action type) { method in class:XDesktopPeer
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultNode.java118 public boolean isSupported(String feature, String version) { method in class:DefaultNode
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathNamespaceImpl.java228 * @see org.w3c.dom.Node#isSupported(String, String)
230 public boolean isSupported(String arg0, String arg1) { method in class:XPathNamespaceImpl
231 return m_attributeNode.isSupported(arg0, arg1);
/openjdk7/jdk/src/share/classes/java/nio/charset/
H A DCharset.java516 public static boolean isSupported(String charsetName) { method in class:Charset
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/
H A DEType.java286 public static boolean isSupported(int eTypeConst, int[] config) { method in class:EType
295 public static boolean isSupported(int eTypeConst) { method in class:EType
297 return isSupported(eTypeConst, enabledETypes);
/openjdk7/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java266 public static boolean isSupported(BufferedImage image) { method in class:LCMSImageLayout
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java79 public boolean isSupported(String feature, String version) {return false;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
190 return isSupported(feature, version) ? this : null;
/openjdk7/jaxp/src/org/w3c/dom/
H A DNode.java508 public boolean isSupported(String feature, method in interface:Node
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHelloExtensions.java544 static boolean isSupported(int index) { method in class:SupportedEllipticCurvesExtension
/openjdk7/jdk/test/sun/security/ssl/sanity/interop/
H A DCipherTest.java259 if (!peerFactory.isSupported(cipherSuite, protocol)) {
438 boolean isSupported(String cipherSuite, String protocol) { method in class:CipherTest.PeerFactory
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DCipherTest.java259 if (!peerFactory.isSupported(cipherSuite, protocol)) {
453 boolean isSupported(String cipherSuite, String protocol) { method in class:CipherTest.PeerFactory

Completed in 62 milliseconds

12