HomeSort by relevance Sort by last modified time
    Searched refs:DEFSupported (Results 1 - 15 of 15) sorted by null

  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
SecretKeyFactory_Impl1Test.java 50 private static boolean DEFSupported = false;
57 DEFSupported = (defaultProvider != null);
58 if (DEFSupported) {
64 DEFSupported = (defaultProvider != null);
65 if (DEFSupported) {
77 if (!DEFSupported) {
101 if (!DEFSupported) {
KeyAgreement_Impl1Test.java 50 private static boolean DEFSupported = false;
58 DEFSupported = (defaultProvider != null);
67 if (!DEFSupported) {
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
KeyManagerFactory1Test.java 53 private static boolean DEFSupported = false;
66 DEFSupported = (defaultProvider != null);
67 defaultProviderName = (DEFSupported ? defaultProvider.getName()
76 if (!DEFSupported) {
99 if (!DEFSupported) {
128 if (!DEFSupported) {
172 if (!DEFSupported) {
199 if (!DEFSupported) {
227 if (!DEFSupported) {
251 if (!DEFSupported) {
    [all...]
TrustManagerFactory1Test.java 52 private static boolean DEFSupported = false;
65 DEFSupported = (defaultProvider != null);
66 defaultProviderName = (DEFSupported ? defaultProvider.getName()
75 if (!DEFSupported) {
98 if (!DEFSupported) {
125 if (!DEFSupported) {
170 if (!DEFSupported) {
197 if (!DEFSupported) {
225 if (!DEFSupported) {
250 if (!DEFSupported) {
    [all...]
SSLContext1Test.java 68 private static boolean DEFSupported = false;
75 DEFSupported = (defaultProvider != null);
76 if (DEFSupported) {
77 defaultProviderName = (DEFSupported ? defaultProvider.getName()
96 if (!DEFSupported) {
118 if (!DEFSupported) {
161 if (!DEFSupported) {
186 if (!DEFSupported) {
212 if (!DEFSupported) {
235 if (!DEFSupported) {
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGeneratorTest.java 64 private static boolean DEFSupported = false;
76 DEFSupported = (defaultProvider != null);
77 if (DEFSupported) {
90 if (!DEFSupported) {
108 if (!DEFSupported) {
173 if (!DEFSupported) {
193 if (!DEFSupported) {
220 if (!DEFSupported) {
254 if (!DEFSupported) {
274 if (!DEFSupported) {
    [all...]
SecretKeyFactoryTest.java 65 private static boolean DEFSupported = false;
72 DEFSupported = (defaultProvider != null);
73 if (DEFSupported) {
81 DEFSupported = (defaultProvider != null);
82 if (DEFSupported) {
96 if (!DEFSupported) {
120 if (!DEFSupported) {
170 if (!DEFSupported) {
191 if (!DEFSupported) {
221 if (!DEFSupported) {
    [all...]
MacTest.java 61 private static boolean DEFSupported = false;
77 DEFSupported = (defaultProvider != null);
78 if (DEFSupported) {
90 if (!DEFSupported) {
133 if (!DEFSupported) {
150 if (!DEFSupported) {
186 if (!DEFSupported) {
211 if (!DEFSupported) {
229 if (!DEFSupported) {
250 if (!DEFSupported) {
    [all...]
KeyAgreementTest.java 63 private static boolean DEFSupported = false;
81 DEFSupported = (defaultProvider != null);
82 defaultProviderName = (DEFSupported ? defaultProvider.getName() : null);
96 if (!DEFSupported) {
138 if (!DEFSupported) {
158 if (!DEFSupported) {
186 if (!DEFSupported) {
221 if (!DEFSupported) {
243 if (!DEFSupported) {
268 if (!DEFSupported) {
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
KeyManagerFactory1Test.java 56 private static boolean DEFSupported = false;
69 DEFSupported = (defaultProvider != null);
70 defaultProviderName = (DEFSupported ? defaultProvider.getName()
79 if (!DEFSupported) {
102 if (!DEFSupported) fail(NotSupportedMsg);
123 if (!DEFSupported) {
152 if (!DEFSupported) {
195 if (!DEFSupported) {
222 if (!DEFSupported) {
251 if (!DEFSupported) {
    [all...]
SSLContext1Test.java 58 private static boolean DEFSupported = false;
62 DEFSupported = (defaultProvider != null);
63 if (DEFSupported) {
64 defaultProviderName = (DEFSupported ? defaultProvider.getName()
75 if (!DEFSupported) {
99 if (!DEFSupported) {
144 if (!DEFSupported) fail(NotSupportMsg);
159 if (!DEFSupported) fail(NotSupportMsg);
175 if (!DEFSupported) {
196 if (!DEFSupported) {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGeneratorTest.java 69 private static boolean DEFSupported = false;
81 DEFSupported = (defaultProvider != null);
82 if (DEFSupported) {
95 if (!DEFSupported) {
113 if (!DEFSupported) {
178 if (!DEFSupported) {
198 if (!DEFSupported) {
225 if (!DEFSupported) {
259 if (!DEFSupported) {
279 if (!DEFSupported) {
    [all...]
SecretKeyFactoryTest.java 67 private static boolean DEFSupported = false;
74 DEFSupported = (defaultProvider != null);
75 if (DEFSupported) {
83 DEFSupported = (defaultProvider != null);
84 if (DEFSupported) {
98 if (!DEFSupported) {
122 if (!DEFSupported) {
172 if (!DEFSupported) {
193 if (!DEFSupported) {
223 if (!DEFSupported) {
    [all...]
KeyAgreementTest.java 65 private static boolean DEFSupported = false;
83 DEFSupported = (defaultProvider != null);
84 defaultProviderName = (DEFSupported ? defaultProvider.getName() : null);
98 if (!DEFSupported) {
140 if (!DEFSupported) {
160 if (!DEFSupported) {
188 if (!DEFSupported) {
223 if (!DEFSupported) {
245 if (!DEFSupported) {
270 if (!DEFSupported) {
    [all...]
MacTest.java 70 private static boolean DEFSupported = false;
86 DEFSupported = (defaultProvider != null);
87 if (DEFSupported) {
99 if (!DEFSupported) {
142 if (!DEFSupported) {
159 if (!DEFSupported) {
195 if (!DEFSupported) {
220 if (!DEFSupported) {
238 if (!DEFSupported) {
259 if (!DEFSupported) {
    [all...]

Completed in 670 milliseconds