/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
PKIXAttrCertChecker.java | 29 public abstract Set getSupportedExtensions();
|
/libcore/ojluni/src/main/java/java/security/cert/ |
PKIXCertPathChecker.java | 149 public abstract Set<String> getSupportedExtensions();
|
/libcore/luni/src/test/java/tests/security/cert/ |
PKIXCertPathCheckerTest.java | 75 pc.getSupportedExtensions(); 95 public Set<String> getSupportedExtensions() {
|
/external/deqp/modules/gles2/functional/ |
es2fApiCase.hpp | 51 void getSupportedExtensions (const deUint32 numSupportedValues, const deUint32 extension, std::vector<int>& values);
|
es2fApiCase.cpp | 102 void ApiCase::getSupportedExtensions (const deUint32 numSupportedValues, const deUint32 extension, std::vector<int>& values)
|
es2fNegativeTextureApiTests.cpp | 147 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compressedFormats); 183 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compressedFormats); 195 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compressedFormats); 217 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compressedFormats); 230 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compressedFormats); 253 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compressedFormats); 269 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compressedFormats); 285 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compressedFormats); 301 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compressedFormats); 317 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compressedFormats) [all...] |
es2fNegativeShaderApiTests.cpp | 141 getSupportedExtensions(GL_NUM_SHADER_BINARY_FORMATS, GL_SHADER_BINARY_FORMATS, binaryFormats); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fApiCase.hpp | 51 void getSupportedExtensions (const deUint32 numSupportedValues, const deUint32 extension, std::vector<int>& values);
|
es3fApiCase.cpp | 104 void ApiCase::getSupportedExtensions (const deUint32 numSupportedValues, const deUint32 extension, std::vector<int>& values)
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
UntrustedChecker.java | 67 public Set<String> getSupportedExtensions() {
|
KeyChecker.java | 86 public Set<String> getSupportedExtensions() {
|
ConstraintsChecker.java | 93 public Set<String> getSupportedExtensions() {
|
AlgorithmChecker.java | 163 public Set<String> getSupportedExtensions() {
|
BasicChecker.java | 123 public Set<String> getSupportedExtensions() {
|
ForwardBuilder.java | 713 Set<String> supportedExts = checker.getSupportedExtensions(); [all...] |
PolicyChecker.java | 155 public Set<String> getSupportedExtensions() { [all...] |
SunCertPathBuilder.java | 537 checker.getSupportedExtensions(); [all...] |
RevocationChecker.java | 324 public Set<String> getSupportedExtensions() { [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
PKIXCertPathCheckerTest.java | 76 pc.getSupportedExtensions();
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
PKIXRevocationCheckerTest.java | 49 assertNull(checker.getSupportedExtensions());
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 201 public Set getSupportedExtensions() {
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
OSUSocketFactory.java | 324 public Set<String> getSupportedExtensions() {
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 213 public Set<String> getSupportedExtensions() { [all...] |
/external/conscrypt/src/platform/java/org/conscrypt/ |
TrustManagerImpl.java | 694 public Set<String> getSupportedExtensions() { [all...] |
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/ |
WebGLRenderingContext.java | 505 public final native JsArrayString getSupportedExtensions () /*-{
506 return this.getSupportedExtensions();
[all...] |