/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
D | CertPathValidatorExceptionTest.java | 116 String toS = tCause.toString(); in testCertPathValidatorException05() local 118 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertPathValidatorException05() 119 .indexOf(toS) != -1)); in testCertPathValidatorException05() 162 String toS = tCause.toString(); in testCertPathValidatorException08() local 164 assertTrue("getMessage() must should ".concat(toS), (getM in testCertPathValidatorException08() 165 .indexOf(toS) != -1)); in testCertPathValidatorException08() 182 String toS = tCause.toString(); in testCertPathValidatorException09() local 187 assertTrue("getMessage() should contain ".concat(toS), getM in testCertPathValidatorException09() 188 .indexOf(toS) != -1); in testCertPathValidatorException09() 251 String toS = tCause.toString(); in testCertPathValidatorException12() local [all …]
|
D | CertPathBuilderExceptionTest.java | 111 String toS = tCause.toString(); in testCertPathBuilderException05() local 113 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertPathBuilderException05() 114 .indexOf(toS) != -1)); in testCertPathBuilderException05() 155 String toS = tCause.toString(); in testCertPathBuilderException08() local 157 assertTrue("getMessage() must should ".concat(toS), (getM in testCertPathBuilderException08() 158 .indexOf(toS) != -1)); in testCertPathBuilderException08() 175 String toS = tCause.toString(); in testCertPathBuilderException09() local 180 assertTrue("getMessage() should contain ".concat(toS), getM in testCertPathBuilderException09() 181 .indexOf(toS) != -1); in testCertPathBuilderException09()
|
D | CertStoreExceptionTest.java | 108 String toS = tCause.toString(); in testCertStoreException05() local 110 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertStoreException05() 111 .indexOf(toS) != -1)); in testCertStoreException05() 152 String toS = tCause.toString(); in testCertStoreException08() local 154 assertTrue("getMessage() must should ".concat(toS), (getM in testCertStoreException08() 155 .indexOf(toS) != -1)); in testCertStoreException08() 172 String toS = tCause.toString(); in testCertStoreException09() local 177 assertTrue("getMessage() should contain ".concat(toS), getM in testCertStoreException09() 178 .indexOf(toS) != -1); in testCertStoreException09()
|
D | CertificateEncodingExceptionTest.java | 113 String toS = tCause.toString(); in testCertificateEncodingException05() local 115 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertificateEncodingException05() 116 .indexOf(toS) != -1)); in testCertificateEncodingException05() 159 String toS = tCause.toString(); in testCertificateEncodingException08() local 161 assertTrue("getMessage() must should ".concat(toS), (getM in testCertificateEncodingException08() 162 .indexOf(toS) != -1)); in testCertificateEncodingException08() 179 String toS = tCause.toString(); in testCertificateEncodingException09() local 184 assertTrue("getMessage() should contain ".concat(toS), getM in testCertificateEncodingException09() 185 .indexOf(toS) != -1); in testCertificateEncodingException09()
|
D | CertificateExceptionTest.java | 110 String toS = tCause.toString(); in testCertificateException05() local 112 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertificateException05() 113 .indexOf(toS) != -1)); in testCertificateException05() 154 String toS = tCause.toString(); in testCertificateException08() local 156 assertTrue("getMessage() must should ".concat(toS), (getM in testCertificateException08() 157 .indexOf(toS) != -1)); in testCertificateException08() 174 String toS = tCause.toString(); in testCertificateException09() local 179 assertTrue("getMessage() should contain ".concat(toS), getM in testCertificateException09() 180 .indexOf(toS) != -1); in testCertificateException09()
|
D | CRLExceptionTest.java | 106 String toS = tCause.toString(); in testCRLException05() local 108 assertTrue("getMessage() should contain ".concat(toS), (getM in testCRLException05() 109 .indexOf(toS) != -1)); in testCRLException05() 150 String toS = tCause.toString(); in testCRLException08() local 152 assertTrue("getMessage() must should ".concat(toS), (getM in testCRLException08() 153 .indexOf(toS) != -1)); in testCRLException08() 170 String toS = tCause.toString(); in testCRLException09() local 175 assertTrue("getMessage() should contain ".concat(toS), getM in testCRLException09() 176 .indexOf(toS) != -1); in testCRLException09()
|
D | CertificateParsingExceptionTest.java | 111 String toS = tCause.toString(); in testCertificateParsingException05() local 113 assertTrue("getMessage() should contain ".concat(toS), (getM in testCertificateParsingException05() 114 .indexOf(toS) != -1)); in testCertificateParsingException05() 157 String toS = tCause.toString(); in testCertificateParsingException08() local 159 assertTrue("getMessage() must should ".concat(toS), (getM in testCertificateParsingException08() 160 .indexOf(toS) != -1)); in testCertificateParsingException08() 177 String toS = tCause.toString(); in testCertificateParsingException09() local 182 assertTrue("getMessage() should contain ".concat(toS), getM in testCertificateParsingException09() 183 .indexOf(toS) != -1); in testCertificateParsingException09()
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStoreExceptionTest.java | 108 String toS = tCause.toString(); in testKeyStoreException05() local 110 assertTrue("getMessage() should contain ".concat(toS), (getM in testKeyStoreException05() 111 .indexOf(toS) != -1)); in testKeyStoreException05() 152 String toS = tCause.toString(); in testKeyStoreException08() local 154 assertTrue("getMessage() must should ".concat(toS), (getM in testKeyStoreException08() 155 .indexOf(toS) != -1)); in testKeyStoreException08() 172 String toS = tCause.toString(); in testKeyStoreException09() local 177 assertTrue("getMessage() should contain ".concat(toS), getM in testKeyStoreException09() 178 .indexOf(toS) != -1); in testKeyStoreException09()
|
D | GeneralSecurityExceptionTest.java | 111 String toS = tCause.toString(); in testGeneralSecurityException05() local 113 assertTrue("getMessage() should contain ".concat(toS), (getM in testGeneralSecurityException05() 114 .indexOf(toS) != -1)); in testGeneralSecurityException05() 155 String toS = tCause.toString(); in testGeneralSecurityException08() local 157 assertTrue("getMessage() must should ".concat(toS), (getM in testGeneralSecurityException08() 158 .indexOf(toS) != -1)); in testGeneralSecurityException08() 175 String toS = tCause.toString(); in testGeneralSecurityException09() local 180 assertTrue("getMessage() should contain ".concat(toS), getM in testGeneralSecurityException09() 181 .indexOf(toS) != -1); in testGeneralSecurityException09()
|
D | DigestExceptionTest.java | 107 String toS = tCause.toString(); in testDigestException05() local 109 assertTrue("getMessage() should contain ".concat(toS), (getM in testDigestException05() 110 .indexOf(toS) != -1)); in testDigestException05() 151 String toS = tCause.toString(); in testDigestException08() local 153 assertTrue("getMessage() must should ".concat(toS), (getM in testDigestException08() 154 .indexOf(toS) != -1)); in testDigestException08() 171 String toS = tCause.toString(); in testDigestException09() local 176 assertTrue("getMessage() should contain ".concat(toS), getM in testDigestException09() 177 .indexOf(toS) != -1); in testDigestException09()
|
D | KeyManagementExceptionTest.java | 111 String toS = tCause.toString(); in testKeyManagementException05() local 113 assertTrue("getMessage() should contain ".concat(toS), (getM in testKeyManagementException05() 114 .indexOf(toS) != -1)); in testKeyManagementException05() 155 String toS = tCause.toString(); in testKeyManagementException08() local 157 assertTrue("getMessage() must should ".concat(toS), (getM in testKeyManagementException08() 158 .indexOf(toS) != -1)); in testKeyManagementException08() 175 String toS = tCause.toString(); in testKeyManagementException09() local 180 assertTrue("getMessage() should contain ".concat(toS), getM in testKeyManagementException09() 181 .indexOf(toS) != -1); in testKeyManagementException09()
|
D | SignatureExceptionTest.java | 109 String toS = tCause.toString(); in testSignatureException05() local 111 assertTrue("getMessage() should contain ".concat(toS), (getM in testSignatureException05() 112 .indexOf(toS) != -1)); in testSignatureException05() 153 String toS = tCause.toString(); in testSignatureException08() local 155 assertTrue("getMessage() must should ".concat(toS), (getM in testSignatureException08() 156 .indexOf(toS) != -1)); in testSignatureException08() 173 String toS = tCause.toString(); in testSignatureException09() local 178 assertTrue("getMessage() should contain ".concat(toS), getM in testSignatureException09() 179 .indexOf(toS) != -1); in testSignatureException09()
|
D | ProviderExceptionTest.java | 108 String toS = tCause.toString(); in testProviderException05() local 110 assertTrue("getMessage() should contain ".concat(toS), (getM in testProviderException05() 111 .indexOf(toS) != -1)); in testProviderException05() 152 String toS = tCause.toString(); in testProviderException08() local 154 assertTrue("getMessage() must should ".concat(toS), (getM in testProviderException08() 155 .indexOf(toS) != -1)); in testProviderException08() 172 String toS = tCause.toString(); in testProviderException09() local 177 assertTrue("getMessage() should contain ".concat(toS), getM in testProviderException09() 178 .indexOf(toS) != -1); in testProviderException09()
|
D | NoSuchAlgorithmExceptionTest.java | 111 String toS = tCause.toString(); in testNoSuchAlgorithmException05() local 113 assertTrue("getMessage() should contain ".concat(toS), (getM in testNoSuchAlgorithmException05() 114 .indexOf(toS) != -1)); in testNoSuchAlgorithmException05() 155 String toS = tCause.toString(); in testNoSuchAlgorithmException08() local 157 assertTrue("getMessage() must should ".concat(toS), (getM in testNoSuchAlgorithmException08() 158 .indexOf(toS) != -1)); in testNoSuchAlgorithmException08() 175 String toS = tCause.toString(); in testNoSuchAlgorithmException09() local 180 assertTrue("getMessage() should contain ".concat(toS), getM in testNoSuchAlgorithmException09() 181 .indexOf(toS) != -1); in testNoSuchAlgorithmException09()
|
D | InvalidAlgorithmParameterExceptionTest.java | 115 String toS = tCause.toString(); in testInvalidAlgorithmParameterException05() local 117 assertTrue("getMessage() should contain ".concat(toS), (getM in testInvalidAlgorithmParameterException05() 118 .indexOf(toS) != -1)); in testInvalidAlgorithmParameterException05() 164 String toS = tCause.toString(); in testInvalidAlgorithmParameterException08() local 166 assertTrue("getMessage() must should ".concat(toS), (getM in testInvalidAlgorithmParameterException08() 167 .indexOf(toS) != -1)); in testInvalidAlgorithmParameterException08() 185 String toS = tCause.toString(); in testInvalidAlgorithmParameterException09() local 190 assertTrue("getMessage() should contain ".concat(toS), getM in testInvalidAlgorithmParameterException09() 191 .indexOf(toS) != -1); in testInvalidAlgorithmParameterException09()
|
D | InvalidKeyExceptionTest.java | 109 String toS = tCause.toString(); in testInvalidKeyException05() local 111 assertTrue("getMessage() should contain ".concat(toS), (getM in testInvalidKeyException05() 112 .indexOf(toS) != -1)); in testInvalidKeyException05() 153 String toS = tCause.toString(); in testInvalidKeyException08() local 155 assertTrue("getMessage() must should ".concat(toS), (getM in testInvalidKeyException08() 156 .indexOf(toS) != -1)); in testInvalidKeyException08() 173 String toS = tCause.toString(); in testInvalidKeyException09() local 178 assertTrue("getMessage() should contain ".concat(toS), getM in testInvalidKeyException09() 179 .indexOf(toS) != -1); in testInvalidKeyException09()
|
D | KeyExceptionTest.java | 107 String toS = tCause.toString(); in testKeyException05() local 109 assertTrue("getMessage() should contain ".concat(toS), (getM in testKeyException05() 110 .indexOf(toS) != -1)); in testKeyException05() 151 String toS = tCause.toString(); in testKeyException08() local 153 assertTrue("getMessage() must should ".concat(toS), (getM in testKeyException08() 154 .indexOf(toS) != -1)); in testKeyException08() 171 String toS = tCause.toString(); in testKeyException09() local 176 assertTrue("getMessage() should contain ".concat(toS), getM in testKeyException09() 177 .indexOf(toS) != -1); in testKeyException09()
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
D | InvalidKeySpecExceptionTest.java | 110 String toS = tCause.toString(); in testInvalidKeySpecException05() local 112 assertTrue("getMessage() should contain ".concat(toS), (getM in testInvalidKeySpecException05() 113 .indexOf(toS) != -1)); in testInvalidKeySpecException05() 154 String toS = tCause.toString(); in testInvalidKeySpecException08() local 156 assertTrue("getMessage() must should ".concat(toS), (getM in testInvalidKeySpecException08() 157 .indexOf(toS) != -1)); in testInvalidKeySpecException08() 174 String toS = tCause.toString(); in testInvalidKeySpecException09() local 179 assertTrue("getMessage() should contain ".concat(toS), getM in testInvalidKeySpecException09() 180 .indexOf(toS) != -1); in testInvalidKeySpecException09()
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
D | SSLExceptionTest.java | 93 String toS = tCause.toString(); in testSSLException04() local 95 assertTrue("getMessage() should contain ".concat(toS), (getM in testSSLException04() 96 .indexOf(toS) != -1)); in testSSLException04() 141 String toS = tCause.toString(); in testSSLException07() local 143 assertTrue("getMessage() must should ".concat(toS), (getM in testSSLException07() 144 .indexOf(toS) != -1)); in testSSLException07() 165 String toS = tCause.toString(); in testSSLException08() local 170 assertTrue("getMessage() should contain ".concat(toS), getM in testSSLException08() 171 .indexOf(toS) != -1); in testSSLException08()
|
D | SSLEngineResultTest.java | 82 String toS; in testSSLEngineResultConstructor() local 98 toS = res.toString(); in testSSLEngineResultConstructor() 99 assertNotNull("Result of toSring() method is null", toS); in testSSLEngineResultConstructor()
|
/external/valgrind/VEX/priv/ |
D | host_arm_defs.h | 836 Bool toS; member 998 extern ARMInstr* ARMInstr_VXferS ( Bool toS, HReg fD, HReg rLo );
|
D | host_arm_defs.c | 1341 ARMInstr* ARMInstr_VXferS ( Bool toS, HReg fD, HReg rLo ) { in ARMInstr_VXferS() argument 1344 i->ARMin.VXferS.toS = toS; in ARMInstr_VXferS() 1821 if (i->ARMin.VXferS.toS) { in ppARMInstr() 2216 if (i->ARMin.VXferS.toS) { in getRegUsage_ARMInstr() 3710 = XXXXXXXX(0xE, 0xE, i->ARMin.VXferS.toS ? 0 : 1, in emit_ARMInstr()
|