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

12 3 4 5 6 7 8 91011>>

  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFactoriesTest.java 207 String[] supported = socketFactory.getSupportedCipherSuites(); local
208 assertNotNull(supported);
209 supported[0] = "NOT_SUPPORTED_CIPHER_SUITE";
210 supported = socketFactory.getSupportedCipherSuites();
211 for (int i = 0; i < supported.length; i++) {
212 if ("NOT_SUPPORTED_CIPHER_SUITE".equals(supported[i])) {
225 String[] supported = serverSocketFactory.getSupportedCipherSuites(); local
226 assertNotNull(supported);
227 supported[0] = "NOT_SUPPORTED_CIPHER_SUITE";
228 supported = serverSocketFactory.getSupportedCipherSuites()
243 String[] supported = socketFactory.getSupportedCipherSuites(); local
267 String[] supported = serverSocketFactory.getSupportedCipherSuites(); local
    [all...]
SSLSocketImplTest.java 397 String[] supported = socket.getSupportedCipherSuites(); local
398 assertNotNull(supported);
399 supported[0] = "NOT_SUPPORTED_CIPHER_SUITE";
400 supported = socket.getEnabledCipherSuites();
401 for (int i = 0; i < supported.length; i++) {
402 if ("NOT_SUPPORTED_CIPHER_SUITE".equals(supported[i])) {
416 String[] supported = socket.getSupportedCipherSuites(); local
420 for (int j = 0; j < supported.length; j++) {
421 if (enabled[i].equals(supported[j])) {
426 + "of supported cipher suites: " + enabled[i])
463 String[] supported = socket.getSupportedCipherSuites(); local
509 String[] supported = socket.getSupportedProtocols(); local
529 String[] supported = socket.getSupportedProtocols(); local
576 String[] supported = socket.getSupportedProtocols(); local
    [all...]
  /build/core/
package.mk 10 # the preferred if its supported, otherwise the non-preferred.
12 # only 64-bit apps supported
21 # only 32-bit apps supported
52 # check if preferred arch is supported
55 # first arch is supported
65 # check if non-preferred arch is supported
68 # secondary arch is supported
  /external/chromium_org/third_party/icu/source/common/
servlkf.cpp 60 const Hashtable* supported = getSupportedIDs(status); local
61 if (supported) {
64 return supported->get(id) != NULL;
71 const Hashtable* supported = getSupportedIDs(status); local
72 if (supported) {
77 while ((elem = supported->nextElement(pos)) != NULL) {
  /external/icu/icu4c/source/common/
servlkf.cpp 60 const Hashtable* supported = getSupportedIDs(status); local
61 if (supported) {
64 return supported->get(id) != NULL;
71 const Hashtable* supported = getSupportedIDs(status); local
72 if (supported) {
77 while ((elem = supported->nextElement(pos)) != NULL) {
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_audio_processing_unittest.cc 51 bool supported = VoEAudioProcessing::DriftCompensationSupported(); local
52 if (supported) {
  /external/chromium_org/v8/src/base/
build_config.h 48 #error "Host architecture was not detected as supported by v8"
80 #error Target architecture was not detected as supported by v8
109 // Check for supported combinations of host and target architectures.
111 #error Target architecture ia32 is only supported on ia32 host
115 #error Target architecture x64 is only supported on x64 host
119 #error Target architecture x32 is only supported on x64 host with x32 support
122 #error Target architecture arm is only supported on arm and ia32 host
125 #error Target architecture arm64 is only supported on arm64 and x64 host
128 #error Target architecture mips is only supported on mips and ia32 host
131 #error Target architecture mips64 is only supported on mips64 and x64 hos
    [all...]
  /development/ndk/platforms/android-3/arch-arm/include/asm/
spinlock.h 16 #error SMP not supported on pre-ARMv6 CPUs
  /external/chromium_org/components/nacl/loader/nonsfi/
elf_loader.h 14 #error Non SFI mode is currently supported only on linux.
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
EXTBlendMinMax.cpp 31 bool EXTBlendMinMax::supported(WebGLRenderingContextBase* context) function in class:blink::EXTBlendMinMax
EXTFragDepth.cpp 52 bool EXTFragDepth::supported(WebGLRenderingContextBase* context) function in class:blink::EXTFragDepth
EXTShaderTextureLOD.cpp 31 bool EXTShaderTextureLOD::supported(WebGLRenderingContextBase* context) function in class:blink::EXTShaderTextureLOD
EXTTextureFilterAnisotropic.cpp 52 bool EXTTextureFilterAnisotropic::supported(WebGLRenderingContextBase* context) function in class:blink::EXTTextureFilterAnisotropic
OESElementIndexUint.cpp 52 bool OESElementIndexUint::supported(WebGLRenderingContextBase* context) function in class:blink::OESElementIndexUint
OESStandardDerivatives.cpp 52 bool OESStandardDerivatives::supported(WebGLRenderingContextBase* context) function in class:blink::OESStandardDerivatives
OESTextureFloat.cpp 56 bool OESTextureFloat::supported(WebGLRenderingContextBase* context) function in class:blink::OESTextureFloat
OESTextureFloatLinear.cpp 52 bool OESTextureFloatLinear::supported(WebGLRenderingContextBase* context) function in class:blink::OESTextureFloatLinear
OESTextureHalfFloat.cpp 52 bool OESTextureHalfFloat::supported(WebGLRenderingContextBase* context) function in class:blink::OESTextureHalfFloat
OESTextureHalfFloatLinear.cpp 52 bool OESTextureHalfFloatLinear::supported(WebGLRenderingContextBase* context) function in class:blink::OESTextureHalfFloatLinear
OESVertexArrayObject.h 42 static bool supported(WebGLRenderingContextBase*);
WebGLCompressedTextureATC.cpp 54 bool WebGLCompressedTextureATC::supported(WebGLRenderingContextBase* context) function in class:blink::WebGLCompressedTextureATC
WebGLCompressedTextureETC1.cpp 33 bool WebGLCompressedTextureETC1::supported(WebGLRenderingContextBase* context) function in class:blink::WebGLCompressedTextureETC1
  /external/llvm/test/MC/ARM/
udf-thumb-diagnostics.s 10 @ CHECK: error: conditional execution not supported in Thumb1
  /device/asus/grouper/keymaster/
s_type.h 62 #error This compiler is not supported.
69 #error This compiler is not supported.
76 #error This compiler is not supported.
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
s_type.h 62 #error This compiler is not supported.
69 #error This compiler is not supported.
76 #error This compiler is not supported.

Completed in 354 milliseconds

12 3 4 5 6 7 8 91011>>