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 49 private static boolean DEFSupported = false;
57 DEFSupported = (defaultProvider != null);
66 if (!DEFSupported) {
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
KeyManagerFactory1Test.java 52 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 51 private static boolean DEFSupported = false;
65 DEFSupported = (defaultProvider != null);
66 defaultProviderName = (DEFSupported ? defaultProvider.getName()
75 if (!DEFSupported) {
98 if (!DEFSupported) {
126 if (!DEFSupported) {
171 if (!DEFSupported) {
198 if (!DEFSupported) {
226 if (!DEFSupported) {
251 if (!DEFSupported) {
    [all...]
SSLContext1Test.java 67 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 63 private static boolean DEFSupported = false;
75 DEFSupported = (defaultProvider != null);
76 if (DEFSupported) {
89 if (!DEFSupported) {
107 if (!DEFSupported) {
172 if (!DEFSupported) {
192 if (!DEFSupported) {
219 if (!DEFSupported) {
253 if (!DEFSupported) {
273 if (!DEFSupported) {
    [all...]
SecretKeyFactoryTest.java 64 private static boolean DEFSupported = false;
71 DEFSupported = (defaultProvider != null);
72 if (DEFSupported) {
80 DEFSupported = (defaultProvider != null);
81 if (DEFSupported) {
95 if (!DEFSupported) {
119 if (!DEFSupported) {
169 if (!DEFSupported) {
190 if (!DEFSupported) {
220 if (!DEFSupported) {
    [all...]
MacTest.java 60 private static boolean DEFSupported = false;
76 DEFSupported = (defaultProvider != null);
77 if (DEFSupported) {
89 if (!DEFSupported) {
132 if (!DEFSupported) {
150 if (!DEFSupported) {
186 if (!DEFSupported) {
212 if (!DEFSupported) {
230 if (!DEFSupported) {
252 if (!DEFSupported) {
    [all...]
KeyAgreementTest.java 62 private static boolean DEFSupported = false;
80 DEFSupported = (defaultProvider != null);
81 defaultProviderName = (DEFSupported ? defaultProvider.getName() : null);
95 if (!DEFSupported) {
137 if (!DEFSupported) {
157 if (!DEFSupported) {
185 if (!DEFSupported) {
220 if (!DEFSupported) {
242 if (!DEFSupported) {
267 if (!DEFSupported) {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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 66 private static boolean DEFSupported = false;
84 DEFSupported = (defaultProvider != null);
85 defaultProviderName = (DEFSupported ? defaultProvider.getName() : null);
99 if (!DEFSupported) {
141 if (!DEFSupported) {
161 if (!DEFSupported) {
189 if (!DEFSupported) {
224 if (!DEFSupported) {
246 if (!DEFSupported) {
271 if (!DEFSupported) {
    [all...]
MacTest.java 65 private static boolean DEFSupported = false;
81 DEFSupported = (defaultProvider != null);
82 if (DEFSupported) {
94 if (!DEFSupported) {
136 if (!DEFSupported) {
153 if (!DEFSupported) {
189 if (!DEFSupported) {
214 if (!DEFSupported) {
232 if (!DEFSupported) {
253 if (!DEFSupported) {
    [all...]

Completed in 378 milliseconds