Home
last modified time | relevance | path

Searched refs:getM (Results 1 – 25 of 36) sorted by relevance

12

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCertPathValidatorExceptionTest.java117 String getM = tE.getMessage(); in testCertPathValidatorException05() local
118 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertPathValidatorException05()
163 String getM = tE.getMessage(); in testCertPathValidatorException08() local
164 assertTrue("getMessage() must should ".concat(toS), (getM in testCertPathValidatorException08()
181 String getM = tE.getMessage(); in testCertPathValidatorException09() local
184 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testCertPathValidatorException09()
186 if (!getM.equals(msgs[i])) { in testCertPathValidatorException09()
187 assertTrue("getMessage() should contain ".concat(toS), getM in testCertPathValidatorException09()
250 String getM = tE.getMessage(); in testCertPathValidatorException12() local
254 getM.indexOf(msgs[i]) != -1); in testCertPathValidatorException12()
[all …]
DCertPathBuilderExceptionTest.java112 String getM = tE.getMessage(); in testCertPathBuilderException05() local
113 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertPathBuilderException05()
156 String getM = tE.getMessage(); in testCertPathBuilderException08() local
157 assertTrue("getMessage() must should ".concat(toS), (getM in testCertPathBuilderException08()
174 String getM = tE.getMessage(); in testCertPathBuilderException09() local
177 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testCertPathBuilderException09()
179 if (!getM.equals(msgs[i])) { in testCertPathBuilderException09()
180 assertTrue("getMessage() should contain ".concat(toS), getM in testCertPathBuilderException09()
DCertificateExceptionTest.java111 String getM = tE.getMessage(); in testCertificateException05() local
112 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertificateException05()
155 String getM = tE.getMessage(); in testCertificateException08() local
156 assertTrue("getMessage() must should ".concat(toS), (getM in testCertificateException08()
173 String getM = tE.getMessage(); in testCertificateException09() local
176 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testCertificateException09()
178 if (!getM.equals(msgs[i])) { in testCertificateException09()
179 assertTrue("getMessage() should contain ".concat(toS), getM in testCertificateException09()
DCertStoreExceptionTest.java109 String getM = tE.getMessage(); in testCertStoreException05() local
110 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertStoreException05()
153 String getM = tE.getMessage(); in testCertStoreException08() local
154 assertTrue("getMessage() must should ".concat(toS), (getM in testCertStoreException08()
171 String getM = tE.getMessage(); in testCertStoreException09() local
174 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testCertStoreException09()
176 if (!getM.equals(msgs[i])) { in testCertStoreException09()
177 assertTrue("getMessage() should contain ".concat(toS), getM in testCertStoreException09()
DCertificateParsingExceptionTest.java112 String getM = tE.getMessage(); in testCertificateParsingException05() local
113 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertificateParsingException05()
158 String getM = tE.getMessage(); in testCertificateParsingException08() local
159 assertTrue("getMessage() must should ".concat(toS), (getM in testCertificateParsingException08()
176 String getM = tE.getMessage(); in testCertificateParsingException09() local
179 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testCertificateParsingException09()
181 if (!getM.equals(msgs[i])) { in testCertificateParsingException09()
182 assertTrue("getMessage() should contain ".concat(toS), getM in testCertificateParsingException09()
DCertificateEncodingExceptionTest.java114 String getM = tE.getMessage(); in testCertificateEncodingException05() local
115 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertificateEncodingException05()
160 String getM = tE.getMessage(); in testCertificateEncodingException08() local
161 assertTrue("getMessage() must should ".concat(toS), (getM in testCertificateEncodingException08()
178 String getM = tE.getMessage(); in testCertificateEncodingException09() local
181 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testCertificateEncodingException09()
183 if (!getM.equals(msgs[i])) { in testCertificateEncodingException09()
184 assertTrue("getMessage() should contain ".concat(toS), getM in testCertificateEncodingException09()
DCRLExceptionTest.java107 String getM = tE.getMessage(); in testCRLException05() local
108 assertTrue("getMessage() should contain ".concat(toS), (getM in testCRLException05()
151 String getM = tE.getMessage(); in testCRLException08() local
152 assertTrue("getMessage() must should ".concat(toS), (getM in testCRLException08()
169 String getM = tE.getMessage(); in testCRLException09() local
172 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testCRLException09()
174 if (!getM.equals(msgs[i])) { in testCRLException09()
175 assertTrue("getMessage() should contain ".concat(toS), getM in testCRLException09()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DSignatureExceptionTest.java110 String getM = tE.getMessage(); in testSignatureException05() local
111 assertTrue("getMessage() should contain ".concat(toS), (getM in testSignatureException05()
154 String getM = tE.getMessage(); in testSignatureException08() local
155 assertTrue("getMessage() must should ".concat(toS), (getM in testSignatureException08()
172 String getM = tE.getMessage(); in testSignatureException09() local
175 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testSignatureException09()
177 if (!getM.equals(msgs[i])) { in testSignatureException09()
178 assertTrue("getMessage() should contain ".concat(toS), getM in testSignatureException09()
DGeneralSecurityExceptionTest.java112 String getM = tE.getMessage(); in testGeneralSecurityException05() local
113 assertTrue("getMessage() should contain ".concat(toS), (getM in testGeneralSecurityException05()
156 String getM = tE.getMessage(); in testGeneralSecurityException08() local
157 assertTrue("getMessage() must should ".concat(toS), (getM in testGeneralSecurityException08()
174 String getM = tE.getMessage(); in testGeneralSecurityException09() local
177 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testGeneralSecurityException09()
179 if (!getM.equals(msgs[i])) { in testGeneralSecurityException09()
180 assertTrue("getMessage() should contain ".concat(toS), getM in testGeneralSecurityException09()
DInvalidAlgorithmParameterExceptionTest.java116 String getM = tE.getMessage(); in testInvalidAlgorithmParameterException05() local
117 assertTrue("getMessage() should contain ".concat(toS), (getM in testInvalidAlgorithmParameterException05()
165 String getM = tE.getMessage(); in testInvalidAlgorithmParameterException08() local
166 assertTrue("getMessage() must should ".concat(toS), (getM in testInvalidAlgorithmParameterException08()
184 String getM = tE.getMessage(); in testInvalidAlgorithmParameterException09() local
187 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testInvalidAlgorithmParameterException09()
189 if (!getM.equals(msgs[i])) { in testInvalidAlgorithmParameterException09()
190 assertTrue("getMessage() should contain ".concat(toS), getM in testInvalidAlgorithmParameterException09()
DProviderExceptionTest.java109 String getM = tE.getMessage(); in testProviderException05() local
110 assertTrue("getMessage() should contain ".concat(toS), (getM in testProviderException05()
153 String getM = tE.getMessage(); in testProviderException08() local
154 assertTrue("getMessage() must should ".concat(toS), (getM in testProviderException08()
171 String getM = tE.getMessage(); in testProviderException09() local
174 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testProviderException09()
176 if (!getM.equals(msgs[i])) { in testProviderException09()
177 assertTrue("getMessage() should contain ".concat(toS), getM in testProviderException09()
DKeyManagementExceptionTest.java112 String getM = tE.getMessage(); in testKeyManagementException05() local
113 assertTrue("getMessage() should contain ".concat(toS), (getM in testKeyManagementException05()
156 String getM = tE.getMessage(); in testKeyManagementException08() local
157 assertTrue("getMessage() must should ".concat(toS), (getM in testKeyManagementException08()
174 String getM = tE.getMessage(); in testKeyManagementException09() local
177 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testKeyManagementException09()
179 if (!getM.equals(msgs[i])) { in testKeyManagementException09()
180 assertTrue("getMessage() should contain ".concat(toS), getM in testKeyManagementException09()
DKeyExceptionTest.java108 String getM = tE.getMessage(); in testKeyException05() local
109 assertTrue("getMessage() should contain ".concat(toS), (getM in testKeyException05()
152 String getM = tE.getMessage(); in testKeyException08() local
153 assertTrue("getMessage() must should ".concat(toS), (getM in testKeyException08()
170 String getM = tE.getMessage(); in testKeyException09() local
173 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testKeyException09()
175 if (!getM.equals(msgs[i])) { in testKeyException09()
176 assertTrue("getMessage() should contain ".concat(toS), getM in testKeyException09()
DKeyStoreExceptionTest.java109 String getM = tE.getMessage(); in testKeyStoreException05() local
110 assertTrue("getMessage() should contain ".concat(toS), (getM in testKeyStoreException05()
153 String getM = tE.getMessage(); in testKeyStoreException08() local
154 assertTrue("getMessage() must should ".concat(toS), (getM in testKeyStoreException08()
171 String getM = tE.getMessage(); in testKeyStoreException09() local
174 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testKeyStoreException09()
176 if (!getM.equals(msgs[i])) { in testKeyStoreException09()
177 assertTrue("getMessage() should contain ".concat(toS), getM in testKeyStoreException09()
DNoSuchAlgorithmExceptionTest.java112 String getM = tE.getMessage(); in testNoSuchAlgorithmException05() local
113 assertTrue("getMessage() should contain ".concat(toS), (getM in testNoSuchAlgorithmException05()
156 String getM = tE.getMessage(); in testNoSuchAlgorithmException08() local
157 assertTrue("getMessage() must should ".concat(toS), (getM in testNoSuchAlgorithmException08()
174 String getM = tE.getMessage(); in testNoSuchAlgorithmException09() local
177 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testNoSuchAlgorithmException09()
179 if (!getM.equals(msgs[i])) { in testNoSuchAlgorithmException09()
180 assertTrue("getMessage() should contain ".concat(toS), getM in testNoSuchAlgorithmException09()
DDigestExceptionTest.java108 String getM = tE.getMessage(); in testDigestException05() local
109 assertTrue("getMessage() should contain ".concat(toS), (getM in testDigestException05()
152 String getM = tE.getMessage(); in testDigestException08() local
153 assertTrue("getMessage() must should ".concat(toS), (getM in testDigestException08()
170 String getM = tE.getMessage(); in testDigestException09() local
173 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testDigestException09()
175 if (!getM.equals(msgs[i])) { in testDigestException09()
176 assertTrue("getMessage() should contain ".concat(toS), getM in testDigestException09()
DInvalidKeyExceptionTest.java110 String getM = tE.getMessage(); in testInvalidKeyException05() local
111 assertTrue("getMessage() should contain ".concat(toS), (getM in testInvalidKeyException05()
154 String getM = tE.getMessage(); in testInvalidKeyException08() local
155 assertTrue("getMessage() must should ".concat(toS), (getM in testInvalidKeyException08()
172 String getM = tE.getMessage(); in testInvalidKeyException09() local
175 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testInvalidKeyException09()
177 if (!getM.equals(msgs[i])) { in testInvalidKeyException09()
178 assertTrue("getMessage() should contain ".concat(toS), getM in testInvalidKeyException09()
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLExceptionTest.java94 String getM = tE.getMessage(); in testSSLException04() local
95 assertTrue("getMessage() should contain ".concat(toS), (getM in testSSLException04()
142 String getM = tE.getMessage(); in testSSLException07() local
143 assertTrue("getMessage() must should ".concat(toS), (getM in testSSLException07()
164 String getM = tE.getMessage(); in testSSLException08() local
167 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testSSLException08()
169 if (!getM.equals(msgs[i])) { in testSSLException08()
170 assertTrue("getMessage() should contain ".concat(toS), getM in testSSLException08()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DInvalidKeySpecExceptionTest.java111 String getM = tE.getMessage(); in testInvalidKeySpecException05() local
112 assertTrue("getMessage() should contain ".concat(toS), (getM in testInvalidKeySpecException05()
155 String getM = tE.getMessage(); in testInvalidKeySpecException08() local
156 assertTrue("getMessage() must should ".concat(toS), (getM in testInvalidKeySpecException08()
173 String getM = tE.getMessage(); in testInvalidKeySpecException09() local
176 assertTrue("getMessage() must contain ".concat(msgs[i]), getM in testInvalidKeySpecException09()
178 if (!getM.equals(msgs[i])) { in testInvalidKeySpecException09()
179 assertTrue("getMessage() should contain ".concat(toS), getM in testInvalidKeySpecException09()
/external/clang/test/ARCMT/
Dobjcmt-atomic-property.m111 - (BOOL) getM; method
156 - (BOOL) getM; method in CAT
174 - (BOOL) getM DEPRECATED;
Dobjcmt-atomic-property.m.result95 @property (getter=getM, readonly) BOOL m;
133 @property (getter=getM, readonly) BOOL m;
151 - (BOOL) getM DEPRECATED;
Dobjcmt-ns-nonatomic-iosonly.m118 - (BOOL) getM; method
163 - (BOOL) getM; method in CAT
181 - (BOOL) getM DEPRECATED;
Dobjcmt-property.m114 - (BOOL) getM; method
159 - (BOOL) getM; method in CAT
177 - (BOOL) getM DEPRECATED;
Dobjcmt-property.m.result98 @property (nonatomic, getter=getM, readonly) BOOL m;
136 @property (nonatomic, getter=getM, readonly) BOOL m;
154 - (BOOL) getM DEPRECATED;
Dobjcmt-ns-nonatomic-iosonly.m.result102 @property (NS_NONATOMIC_IOSONLY, getter=getM, readonly) BOOL m;
140 @property (NS_NONATOMIC_IOSONLY, getter=getM, readonly) BOOL m;
158 - (BOOL) getM DEPRECATED;

12