HomeSort by relevance Sort by last modified time
    Searched refs:supported (Results 1 - 25 of 371) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
SupportedParser.java 33 * Parser for Supported header.
48 * @param supported the header to parse
50 public SupportedParser(String supported) {
51 super(supported);
64 * @return SIPHeader (Supported object)
73 headerName(TokenTypes.SUPPORTED);
77 Supported supported = new Supported(); local
78 supported.setHeaderName(SIPHeaderNames.SUPPORTED)
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLServerSocketImplTest.java 312 String[] supported = ssocket.getSupportedCipherSuites(); local
313 assertNotNull(supported);
314 supported[0] = "NOT_SUPPORTED_CIPHER_SUITE";
315 supported = ssocket.getEnabledCipherSuites();
316 for (int i = 0; i < supported.length; i++) {
317 if ("NOT_SUPPORTED_CIPHER_SUITE".equals(supported[i])) {
331 String[] supported = ssocket.getSupportedCipherSuites(); local
336 for (int j = 0; j < supported.length; j++) {
337 if (enabled[i].equals(supported[j])) {
342 + "of supported cipher suites: " + enabled[i])
379 String[] supported = ssocket.getSupportedCipherSuites(); local
426 String[] supported = ssocket.getSupportedProtocols(); local
446 String[] supported = ssocket.getSupportedProtocols(); local
498 String[] supported = ssocket.getSupportedProtocols(); local
    [all...]
  /external/chromium_org/third_party/webrtc/base/
openssl.h 17 #error OpenSSL is older than 1.0.0, which is the minimum supported version.
  /external/chromium_org/third_party/angle/tests/angle_tests/
SRGBTextureTest.cpp 29 bool supported = extensionEnabled("GL_EXT_sRGB") || getClientVersion() == 3; local
37 if (supported)
57 bool supported = extensionEnabled("GL_EXT_sRGB") || getClientVersion() == 3; local
65 if (supported)
92 bool supported = extensionEnabled("GL_EXT_sRGB") || getClientVersion() == 3; local
99 if (supported)
121 if (supported)
  /build/core/combo/arch/mips64/
mips64r2.mk 3 # This target is for temporary use only, until mips64r6 is supported by Android's qemu.
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
EXTBlendMinMax.h 18 static bool supported(WebGLRenderingContextBase*);
EXTFragDepth.h 39 static bool supported(WebGLRenderingContextBase*);
EXTShaderTextureLOD.h 18 static bool supported(WebGLRenderingContextBase*);
EXTTextureFilterAnisotropic.h 39 static bool supported(WebGLRenderingContextBase*);
OESElementIndexUint.h 39 static bool supported(WebGLRenderingContextBase*);
OESStandardDerivatives.h 39 static bool supported(WebGLRenderingContextBase*);
OESTextureFloat.h 39 static bool supported(WebGLRenderingContextBase*);
OESTextureFloatLinear.h 39 static bool supported(WebGLRenderingContextBase*);
OESTextureHalfFloat.h 39 static bool supported(WebGLRenderingContextBase*);
OESTextureHalfFloatLinear.h 39 static bool supported(WebGLRenderingContextBase*);
WebGLCompressedTextureATC.h 41 static bool supported(WebGLRenderingContextBase*);
WebGLCompressedTextureETC1.h 20 static bool supported(WebGLRenderingContextBase*);
WebGLCompressedTexturePVRTC.h 39 static bool supported(WebGLRenderingContextBase*);
WebGLCompressedTextureS3TC.h 41 static bool supported(WebGLRenderingContextBase*);
WebGLDebugRendererInfo.cpp 51 bool WebGLDebugRendererInfo::supported(WebGLRenderingContextBase*) function in class:blink::WebGLDebugRendererInfo
WebGLDebugRendererInfo.h 44 static bool supported(WebGLRenderingContextBase*);
WebGLDebugShaders.h 41 static bool supported(WebGLRenderingContextBase*);
WebGLDepthTexture.h 39 static bool supported(WebGLRenderingContextBase*);
WebGLDrawBuffers.h 39 static bool supported(WebGLRenderingContextBase*);
WebGLLoseContext.h 41 static bool supported(WebGLRenderingContextBase*);

Completed in 690 milliseconds

1 2 3 4 5 6 7 8 91011>>