Searched refs:isSupported (Results 1 - 25 of 54) sorted by relevance

123

/external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
H A DProtocolVersionTest.java39 * Class under test for boolean isSupported(byte[])
42 assertTrue(ProtocolVersion.isSupported(new byte[] { 3, 0 }));
43 assertTrue(ProtocolVersion.isSupported(new byte[] { 3, 1 }));
44 assertFalse(ProtocolVersion.isSupported(new byte[] { 3, 2 }));
56 * Class under test for boolean isSupported(String)
59 assertTrue(ProtocolVersion.isSupported("SSLv3"));
60 assertTrue(ProtocolVersion.isSupported("SSL"));
61 assertTrue(ProtocolVersion.isSupported("TLSv1"));
62 assertTrue(ProtocolVersion.isSupported("TLS"));
63 assertFalse(ProtocolVersion.isSupported("SSLv
[all...]
/external/okhttp/android/test/java/com/squareup/okhttp/internal/
H A DOptionalMethodTest.java105 public void isSupported() throws Exception { method in class:OptionalMethodTest
108 assertTrue(STRING_METHOD_RETURNS_ANY.isSupported(base));
109 assertTrue(STRING_METHOD_RETURNS_STRING.isSupported(base));
110 assertFalse(STRING_METHOD_RETURNS_INT.isSupported(base));
111 assertTrue(VOID_METHOD_RETURNS_ANY.isSupported(base));
112 assertTrue(VOID_METHOD_RETURNS_VOID.isSupported(base));
113 assertFalse(SUBCLASS_METHOD_RETURNS_ANY.isSupported(base));
114 assertFalse(SUBCLASS_METHOD_RETURNS_STRING.isSupported(base));
115 assertFalse(SUBCLASS_METHOD_RETURNS_INT.isSupported(base));
116 assertFalse(METHOD_WITH_ARGS_WRONG_PARAMS.isSupported(bas
[all...]
/external/smack/src/org/jivesoftware/smack/compression/
H A DXMPPInputOutputStream.java28 public abstract boolean isSupported(); method in class:XMPPInputOutputStream
H A DJzlibInputOutputStream.java50 public boolean isSupported() { method in class:JzlibInputOutputStream
H A DJava7ZlibInputOutputStream.java59 public boolean isSupported() { method in class:Java7ZlibInputOutputStream
/external/okhttp/android/main/java/com/squareup/okhttp/internal/
H A DPlatform.java116 boolean alpnSupported = GET_ALPN_SELECTED_PROTOCOL.isSupported(socket);
117 boolean npnSupported = GET_NPN_SELECTED_PROTOCOL.isSupported(socket);
145 boolean alpnSupported = SET_ALPN_PROTOCOLS.isSupported(socket);
146 boolean npnSupported = SET_NPN_PROTOCOLS.isSupported(socket);
H A DOptionalMethod.java54 public boolean isSupported(T target) { method in class:OptionalMethod
/external/deqp/modules/gles2/
H A Dtes2CapabilityTests.cpp123 bool isSupported = std::find(m_ctxInfo.getExtensions().begin(), m_ctxInfo.getExtensions().end(), m_extName) != m_ctxInfo.getExtensions().end(); local
124 m_testCtx.setTestResult(isSupported ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_NOT_SUPPORTED,
125 isSupported ? "Supported" : "Not supported");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILDevice.h94 bool isSupported(AMDGPUDeviceInfo::Caps Mode) const;
H A DAMDILDevice.cpp113 bool AMDGPUDevice::isSupported(AMDGPUDeviceInfo::Caps Mode) const function in class:AMDGPUDevice
/external/deqp/modules/egl/
H A DteglGetProcAddressTests.cpp105 bool isSupported (const std::string& extName);
142 bool GetProcAddressCase::isSupported (const std::string& extName) function in class:deqp::egl::GetProcAddressCase
165 bool supported = isSupported(m_extName);
230 const bool funcPtrSupported = isSupported("EGL_KHR_get_all_proc_addresses");
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILDevice.h94 bool isSupported(AMDGPUDeviceInfo::Caps Mode) const;
H A DAMDILDevice.cpp113 bool AMDGPUDevice::isSupported(AMDGPUDeviceInfo::Caps Mode) const function in class:AMDGPUDevice
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathExpressionImpl.java177 if ( !isSupported ( returnType ) ) {
282 if ( !isSupported ( returnType ) ) {
328 private boolean isSupported( QName returnType ) { method in class:XPathExpressionImpl
365 // If isSupported check is already done then the execution path
H A DXPathImpl.java272 if ( !isSupported ( returnType ) ) {
301 private boolean isSupported( QName returnType ) { method in class:XPathImpl
465 if ( !isSupported ( returnType ) ) {
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java77 public boolean isSupported(String feature, String version) {return false;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
188 return isSupported(feature, version) ? this : null;
/external/deqp/modules/gles2/functional/
H A Des2fShaderDiscardTests.cpp108 const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isFragmentDynamicLoopSupported();
109 if (!isSupported)
H A Des2fShaderReturnTests.cpp135 const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isFragmentDynamicLoopSupported();
136 if (!isSupported)
H A Des2fShaderLoopTests.cpp240 bool isSupported = true; local
243 isSupported = m_isVertexCase ? m_ctxInfo.isVertexUniformLoopSupported()
246 isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported()
255 if (!isSupported)
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java567 public boolean isSupported(String feature, String version); method in interface:DTM
/external/smack/src/org/jivesoftware/smackx/receipts/
H A DDeliveryReceiptManager.java93 public boolean isSupported(String jid) { method in class:DeliveryReceiptManager
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.h133 bool isSupported() const;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java974 public boolean isSupported(String feature, String version) method in class:ElemLiteralResult.Attribute
1102 return isSupported(feature, version) ? this : null;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java713 public boolean isSupported(String feature, String version) method in class:UnImplNode
1253 return isSupported(feature, version) ? this : null;
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp153 bool isSupported (void) const;
182 bool PropValidator::isSupported (void) const function in class:deqp::gles31::Functional::__anon20285::PropValidator
1761 allProperties[propNdx].validator->isSupported())
1807 allProperties[propNdx].validator->isSupported())
1859 allProperties[propNdx].validator->isSupported())
1919 allProperties[propNdx].validator->isSupported())
1957 allProperties[propNdx].validator->isSupported())

Completed in 522 milliseconds

123