Home
last modified time | relevance | path

Searched defs:supported (Results 1 – 25 of 49) sorted by relevance

12

/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSocketFactoriesTest.java207 String[] supported = socketFactory.getSupportedCipherSuites(); in testGetSupportedCipherSuites1() local
225 String[] supported = serverSocketFactory.getSupportedCipherSuites(); in testGetSupportedCipherSuites2() local
243 String[] supported = socketFactory.getSupportedCipherSuites(); in testGetDefaultCipherSuites1() local
267 String[] supported = serverSocketFactory.getSupportedCipherSuites(); in testGetDefaultCipherSuites2() local
DSSLServerSocketImplTest.java312 String[] supported = ssocket.getSupportedCipherSuites(); in testGetSupportedCipherSuites() local
331 String[] supported = ssocket.getSupportedCipherSuites(); in testGetEnabledCipherSuites() local
379 String[] supported = ssocket.getSupportedCipherSuites(); in testSetEnabledCipherSuites() local
426 String[] supported = ssocket.getSupportedProtocols(); in testGetSupportedProtocols() local
446 String[] supported = ssocket.getSupportedProtocols(); in testGetEnabledProtocols() local
498 String[] supported = ssocket.getSupportedProtocols(); in testSetEnabledProtocols() local
DSSLSocketImplTest.java397 String[] supported = socket.getSupportedCipherSuites(); in testGetSupportedCipherSuites() local
416 String[] supported = socket.getSupportedCipherSuites(); in testGetEnabledCipherSuites() local
463 String[] supported = socket.getSupportedCipherSuites(); in testSetEnabledCipherSuites() local
509 String[] supported = socket.getSupportedProtocols(); in testGetSupportedProtocols() local
529 String[] supported = socket.getSupportedProtocols(); in testGetEnabledProtocols() local
576 String[] supported = socket.getSupportedProtocols(); in testSetEnabledProtocols() local
DSSLEngineImplTest.java186 String[] supported = engine.getSupportedCipherSuites(); in testGetSupportedCipherSuites() local
205 String[] supported = engine.getSupportedCipherSuites(); in testGetEnabledCipherSuites() local
252 String[] supported = engine.getSupportedCipherSuites(); in testSetEnabledCipherSuites() local
298 String[] supported = engine.getSupportedProtocols(); in testGetSupportedProtocols() local
318 String[] supported = engine.getSupportedProtocols(); in testGetEnabledProtocols() local
/external/nist-sip/java/gov/nist/javax/sip/parser/
DSupportedParser.java50 public SupportedParser(String supported) { in SupportedParser()
77 Supported supported = new Supported(); in parse() local
/external/icu/icu4c/source/common/
Dservlkf.cpp60 const Hashtable* supported = getSupportedIDs(status); in handlesKey() local
71 const Hashtable* supported = getSupportedIDs(status); in updateVisibleIDs() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java137 …public double match(ULocale desired, ULocale desiredMax, ULocale supported, ULocale supportedMax) { in match()
436 …void addDataToScores(String desired, String supported, R3<LocalePatternMatcher,LocalePatternMatche… in addDataToScores()
636 private LanguageMatcherData addDistance(String desired, String supported, int percent) { in addDistance()
644 …public LanguageMatcherData addDistance(String desired, String supported, int percent, String comme… in addDistance()
652 …public LanguageMatcherData addDistance(String desired, String supported, int percent, boolean onew… in addDistance()
656 …private LanguageMatcherData addDistance(String desired, String supported, int percent, boolean one… in addDistance()
/external/mesa3d/src/glx/
Dglxextensions.c47 #define EXT_ENABLED(bit,supported) (IS_SET( supported, bit )) argument
294 unsigned char *supported) in set_glx_extension()
497 const unsigned char *supported) in __glXGetStringFromTable()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
Dmimeparse.py122 def best_match(supported, header): argument
/external/deqp/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp73 static void getCompressedTexSubImage2DFormat(const vector<deInt32>& supported, vector<deInt32>& acc… in getCompressedTexSubImage2DFormat()
/external/boringssl/src/crypto/
Dcpu-arm.c79 int supported = 0; in probe_for_NEON() local
/external/boringssl/src/crypto/x509v3/
Dv3_prn.c171 …int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported) in unknown_ext_print()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp699 if (const bool* supported = fReadPixelsSupportedCache.find(key)) { in readPixelsSupported() local
702 bool supported = this->doReadPixelsSupported(intf, format, type); in readPixelsSupported() local
/external/openssh/
Dgss-serv.c141 gss_OID_set supported; in ssh_gssapi_supported_oids() local
/external/squashfs-tools/squashfs-tools/
Dcompressor.h28 int supported; member
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c53 bool supported; in vlVdpDecoderCreate() local
Dvdpau_private.h342 bool supported, enabled; member
348 bool supported, enabled; member
/external/deqp/modules/egl/
DteglGetProcAddressTests.cpp175 bool supported = isSupported(m_extName); in executeTest() local
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DULocaleCollationTest.java329 Set<ULocale> supported = Collections.singleton(new ULocale(malformed)); in TestIllformedLocale() local
/external/libdrm/tegra/
Dtegra.c80 bool supported = false; in drm_tegra_new() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java304 private void showDistance(LocaleMatcher matcher, String desired, String supported) { in showDistance()
/external/libvncserver/client_examples/
Dscrap.c503 Atom supported[] = { in clipboard_filter() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DRobolectricPackageManager.java188 public void setSystemFeature(String name, boolean supported) { in setSystemFeature()
/external/skia/src/gpu/
DGrDrawTargetCaps.h32 bool supported() const { return 0 != fBits; } in supported() function
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_composite.c111 boolean supported = FALSE; in blend_for_op() local

12