/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertPathBuilder2Test.java | 104 fail("CertPathBuilderException must be thrown"); 123 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null"); 130 fail("NoSuchAlgorithmException must be thrown (type: ".concat( 158 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null"); 166 fail("NoSuchAlgorithmException must be thrown (type: ".concat( 175 fail("IllegalArgumentException must be thrown when provider is null (type: " 181 fail("IllegalArgumentException must be thrown when provider is empty (type: " 191 fail("NoSuchProviderException must be thrown (type: " 222 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null"); 229 fail("NoSuchAlgorithmException must be thrown (type: ".concat [all...] |
CertificateFactory1Test.java | 138 fail("NullPointerException or CertificateException must be thrown when type is null"); 145 fail("CertificateException must be thrown when type: " 166 fail("IllegalArgumentException must be thrown when provider is null"); 171 fail("IllegalArgumentException must be thrown when provider is empty"); 191 fail("NullPointerException or CertificateException must be thrown when type is null"); 199 fail("CertificateException must be thrown (type: ".concat( 242 fail("IllegalArgumentException must be thrown when provider is null"); 262 fail("NullPointerException or CertificateException must be thrown when type is null"); 369 fail("generateCertificate must thrown CertificateException or NullPointerEXception when input stream is null"); 376 fail("generateCertificates must throw CertificateException or NullPointerException when input stream is null") [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/ |
ECParameterSpec_ImplTest.java | 42 // but must be acceptable by the class under test according 50 * Expected: must pass without any exceptions 67 * Expected: must throw <code>NullPointerException</code> 115 * Expected: must throw <code>IllegalArgumentException</code> 171 * Expected: must return cofactor value which is equal 193 * Expected: must return ref to the <code>EllipticCurve</code> object 194 * which is equal to the one passed to the constructor; (both must refer 218 * Expected: must return ref to the <code>ECPoint</code> object 219 * which is equal to the one passed to the constructor; (both must refer 243 * Expected: must return ref to the <code>BigInteger</code> objec [all...] |
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
KeyManagerFactory2Test.java | 88 fail("KeyStoreException must be thrown"); 93 fail("UnrecoverableKeyException must be thrown"); 98 fail("InvalidAlgorithmParameterException must be thrown"); 116 fail("InvalidAlgorithmParameterException must be thrown"); 140 fail("NoSuchAlgorithmException must be thrown (algorithm: " 178 fail("NoSuchAlgorithmException must be thrown (algorithm: " 187 fail("IllegalArgumentException must be thrown when provider is null (algorithm: " 193 fail("IllegalArgumentException must be thrown when provider is empty (algorithm: " 203 fail("NoSuchProviderException must be thrown (algorithm: " 243 fail("NoSuchAlgorithmException must be thrown (algorithm: [all...] |
/external/boringssl/src/include/openssl/ |
pkcs8.h | 11 * 1. Redistributions of source code must retain the above copyright 14 * 2. Redistributions in binary form must reproduce the above copyright 20 * software must display the following acknowledgment: 24 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 33 * 6. Redistributions of any form whatsoever must retain the following 74 * supplied in a text string (such as those specified in B.1 of PKCS #12) must 80 * The resulting structure is stored in an X509_SIG which must be freed by the 97 * supplied in a text string (such as those specified in B.1 of PKCS #12) must 100 * The resulting structure must be freed by the caller. */ 139 * |PKCS12| structure. The |out_p12| argument must be NULL. On exit [all...] |
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
PreconditionsTest.java | 191 assertEquals("index (-1) must not be negative", expected.getMessage()); 200 assertEquals("index (1) must be less than size (1)", 210 assertEquals("foo (-1) must not be negative", expected.getMessage()); 219 assertEquals("foo (1) must be less than size (1)", 245 assertEquals("index (-1) must not be negative", expected.getMessage()); 254 assertEquals("index (2) must not be greater than size (1)", 264 assertEquals("foo (-1) must not be negative", expected.getMessage()); 273 assertEquals("foo (2) must not be greater than size (1)", 298 assertEquals("start index (-1) must not be negative", 308 assertEquals("end index (2) must not be greater than size (1)" [all...] |
/external/guava/guava-tests/test/com/google/common/base/ |
PreconditionsTest.java | 193 assertEquals("index (-1) must not be negative", expected.getMessage()); 202 assertEquals("index (1) must be less than size (1)", 212 assertEquals("foo (-1) must not be negative", expected.getMessage()); 221 assertEquals("foo (1) must be less than size (1)", 247 assertEquals("index (-1) must not be negative", expected.getMessage()); 256 assertEquals("index (2) must not be greater than size (1)", 266 assertEquals("foo (-1) must not be negative", expected.getMessage()); 275 assertEquals("foo (2) must not be greater than size (1)", 300 assertEquals("start index (-1) must not be negative", 310 assertEquals("end index (2) must not be greater than size (1)" [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
KeyManagerFactory2Test.java | 86 fail("KeyStoreException must be thrown"); 91 fail("UnrecoverableKeyException must be thrown"); 96 fail("InvalidAlgorithmParameterException must be thrown"); 114 fail("InvalidAlgorithmParameterException must be thrown"); 137 fail("NoSuchAlgorithmException must be thrown (algorithm: " 175 fail("NoSuchAlgorithmException must be thrown (algorithm: " 184 fail("IllegalArgumentException must be thrown when provider is null (algorithm: " 190 fail("IllegalArgumentException must be thrown when provider is empty (algorithm: " 200 fail("NoSuchProviderException must be thrown (algorithm: " 240 fail("NoSuchAlgorithmException must be thrown (algorithm: [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
CertPathBuilder2Test.java | 97 fail("CertPathBuilderException must be thrown"); 116 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null"); 123 fail("NoSuchAlgorithmException must be thrown (type: ".concat( 151 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null"); 159 fail("NoSuchAlgorithmException must be thrown (type: ".concat( 168 fail("IllegalArgumentException must be thrown when provider is null (type: " 174 fail("IllegalArgumentException must be thrown when provider is empty (type: " 184 fail("NoSuchProviderException must be thrown (type: " 215 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null"); 222 fail("NoSuchAlgorithmException must be thrown (type: ".concat [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
valarray_array.tcc | 58 // false, the corresponding element of a is skipped. m must contain 59 // at least n true elements. a must contain at least n elements and 62 // by 10 true, a must have 15 elements. 84 // must contain at least n true elements. b must have at least as 86 // m has 15 elements with 5 false followed by 10 true, b must have 110 // k must contain at least n true elements. a and b must have at 188 // a are skipped if the corresponding element of m is false. m must 189 // have at least n true elements and a must have at least as man [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
valarray_array.tcc | 58 // false, the corresponding element of a is skipped. m must contain 59 // at least n true elements. a must contain at least n elements and 62 // by 10 true, a must have 15 elements. 84 // must contain at least n true elements. b must have at least as 86 // m has 15 elements with 5 false followed by 10 true, b must have 110 // k must contain at least n true elements. a and b must have at 188 // a are skipped if the corresponding element of m is false. m must 189 // have at least n true elements and a must have at least as man [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
valarray_array.tcc | 58 // false, the corresponding element of a is skipped. m must contain 59 // at least n true elements. a must contain at least n elements and 62 // by 10 true, a must have 15 elements. 84 // must contain at least n true elements. b must have at least as 86 // m has 15 elements with 5 false followed by 10 true, b must have 110 // k must contain at least n true elements. a and b must have at 188 // a are skipped if the corresponding element of m is false. m must 189 // have at least n true elements and a must have at least as man [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
valarray_array.tcc | 56 // false, the corresponding element of a is skipped. m must contain 57 // at least n true elements. a must contain at least n elements and 60 // by 10 true, a must have 15 elements. 82 // must contain at least n true elements. b must have at least as 84 // m has 15 elements with 5 false followed by 10 true, b must have 108 // k must contain at least n true elements. a and b must have at 186 // a are skipped if the corresponding element of m is false. m must 187 // have at least n true elements and a must have at least as man [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
valarray_array.tcc | 56 // false, the corresponding element of a is skipped. m must contain 57 // at least n true elements. a must contain at least n elements and 60 // by 10 true, a must have 15 elements. 82 // must contain at least n true elements. b must have at least as 84 // m has 15 elements with 5 false followed by 10 true, b must have 108 // k must contain at least n true elements. a and b must have at 186 // a are skipped if the corresponding element of m is false. m must 187 // have at least n true elements and a must have at least as man [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
valarray_array.tcc | 56 // false, the corresponding element of a is skipped. m must contain 57 // at least n true elements. a must contain at least n elements and 60 // by 10 true, a must have 15 elements. 82 // must contain at least n true elements. b must have at least as 84 // m has 15 elements with 5 false followed by 10 true, b must have 108 // k must contain at least n true elements. a and b must have at 186 // a are skipped if the corresponding element of m is false. m must 187 // have at least n true elements and a must have at least as man [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
valarray_array.tcc | 56 // false, the corresponding element of a is skipped. m must contain 57 // at least n true elements. a must contain at least n elements and 60 // by 10 true, a must have 15 elements. 82 // must contain at least n true elements. b must have at least as 84 // m has 15 elements with 5 false followed by 10 true, b must have 108 // k must contain at least n true elements. a and b must have at 186 // a are skipped if the corresponding element of m is false. m must 187 // have at least n true elements and a must have at least as man [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
valarray_array.tcc | 59 // false, the corresponding element of a is skipped. m must contain 60 // at least n true elements. a must contain at least n elements and 63 // by 10 true, a must have 15 elements. 85 // must contain at least n true elements. b must have at least as 87 // m has 15 elements with 5 false followed by 10 true, b must have 111 // k must contain at least n true elements. a and b must have at 189 // a are skipped if the corresponding element of m is false. m must 190 // have at least n true elements and a must have at least as man [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
valarray_array.tcc | 59 // false, the corresponding element of a is skipped. m must contain 60 // at least n true elements. a must contain at least n elements and 63 // by 10 true, a must have 15 elements. 85 // must contain at least n true elements. b must have at least as 87 // m has 15 elements with 5 false followed by 10 true, b must have 111 // k must contain at least n true elements. a and b must have at 189 // a are skipped if the corresponding element of m is false. m must 190 // have at least n true elements and a must have at least as man [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
valarray_array.tcc | 59 // false, the corresponding element of a is skipped. m must contain 60 // at least n true elements. a must contain at least n elements and 63 // by 10 true, a must have 15 elements. 85 // must contain at least n true elements. b must have at least as 87 // m has 15 elements with 5 false followed by 10 true, b must have 111 // k must contain at least n true elements. a and b must have at 189 // a are skipped if the corresponding element of m is false. m must 190 // have at least n true elements and a must have at least as man [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
valarray_array.tcc | 59 // false, the corresponding element of a is skipped. m must contain 60 // at least n true elements. a must contain at least n elements and 63 // by 10 true, a must have 15 elements. 85 // must contain at least n true elements. b must have at least as 87 // m has 15 elements with 5 false followed by 10 true, b must have 111 // k must contain at least n true elements. a and b must have at 189 // a are skipped if the corresponding element of m is false. m must 190 // have at least n true elements and a must have at least as man [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
valarray_array.tcc | 58 // false, the corresponding element of a is skipped. m must contain 59 // at least n true elements. a must contain at least n elements and 62 // by 10 true, a must have 15 elements. 84 // must contain at least n true elements. b must have at least as 86 // m has 15 elements with 5 false followed by 10 true, b must have 110 // k must contain at least n true elements. a and b must have at 188 // a are skipped if the corresponding element of m is false. m must 189 // have at least n true elements and a must have at least as man [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
valarray_array.tcc | 58 // false, the corresponding element of a is skipped. m must contain 59 // at least n true elements. a must contain at least n elements and 62 // by 10 true, a must have 15 elements. 84 // must contain at least n true elements. b must have at least as 86 // m has 15 elements with 5 false followed by 10 true, b must have 110 // k must contain at least n true elements. a and b must have at 188 // a are skipped if the corresponding element of m is false. m must 189 // have at least n true elements and a must have at least as man [all...] |
/frameworks/base/core/java/android/app/backup/ |
IBackupManager.aidl | 80 * <p>Callers must hold the android.permission.BACKUP permission to use this method. 92 * <p>Callers must hold the android.permission.BACKUP permission to use this method. 102 * <p>Callers must hold the android.permission.BACKUP permission to use this method. 109 * <p>Callers must hold the android.permission.BACKUP permission to use this method. 118 * <p>Callers must hold the android.permission.BACKUP permission to use this method. 126 * <p>Callers must hold the android.permission.BACKUP permission to use this method. 138 * <p>Callers must hold the android.permission.BACKUP permission to use this method. 150 * <p>Callers must hold the android.permission.BACKUP permission to use this method. 183 * data stream must be in the format emitted by fullBackup(). 185 * <p>Callers must hold the android.permission.BACKUP permission to use this method [all...] |
/abi/cpp/src/ |
array_type_info.cc | 7 // 1. Redistributions of source code must retain the above copyright 9 // 2. Redistributions in binary form must reproduce the above copyright
|
class_type_info.cc | 7 // 1. Redistributions of source code must retain the above copyright 9 // 2. Redistributions in binary form must reproduce the above copyright
|