/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
OpenSSLSocketImpl.java | 142 * @throws IOException if network fails 156 * @throws IOException if network fails 168 * @throws IOException if network fails 184 * @throws IOException if network fails 200 * @throws IOException if network fails 215 * @throws IOException if network fails 231 * @throws IOException if network fails 287 * @throws <code>IOException</code> if network fails 422 * @return 0 if the certificate verification fails or 1 if OK 595 * @throws <code>IOException</code> if the handshake fails [all...] |
/dalvik/libcore/security/src/main/java/java/security/cert/ |
X509CertSelector.java | 158 * if parsing the issuer fails. 224 * if encoding the issuer fails. 268 * if decoding the subject fails. 304 * if decoding the subject fails. 324 * if encoding the subject fails. 527 * if decoding the the public key fails. 664 * if the decoding of a name fails. 695 * if parsing the name fails. 718 * if the decoding of the name fails. 876 * if parsing the specified OIDs fails [all...] |
X509Certificate.java | 360 * if the extension decoding fails. 404 * if decoding of the extension fails. 438 * if decoding of the extension fails.
|
PKIXCertPathChecker.java | 73 * instance fails, or if it cannot process certificates in the
|
X509CRLEntry.java | 85 * if encoding fails.
|
/external/icu4c/common/ |
uidna.cpp | 484 // ToUnicode never fails. If any step fails, then the original input 592 // ToUnicode never fails. If any step fails, then the original input 595 // So if any step fails lets copy source to destination 799 // ToUnicode never fails. If any step fails, then the original input
|
/external/icu4c/test/cintltst/ |
cdattst.c | 414 log_err("Generate UDate for a specified time today fails, error %s\n", myErrorName(status) ); 431 log_data_err("udat_open timeStyle SHORT dateStyle (%d | UDAT_RELATIVE) fails, error %s (Are you missing data?)\n", *stylePtr, myErrorName(status) ); 436 log_err("udat_open timeStyle NONE dateStyle (%d | UDAT_RELATIVE) fails, error %s\n", *stylePtr, myErrorName(status) ); 442 log_err("udat_open timeStyle SHORT dateStyle NONE fails, error %s\n", myErrorName(status) ); 450 log_err("udat_toPatternRelativeDate timeStyle SHORT dateStyle (%d | UDAT_RELATIVE) fails, error %s\n", *stylePtr, myErrorName(status) ); 457 log_err("udat_toPatternRelativeTime timeStyle SHORT dateStyle (%d | UDAT_RELATIVE) fails, error %s\n", *stylePtr, myErrorName(status) ); 464 log_err("udat_toPattern timeStyle SHORT dateStyle (%d | UDAT_RELATIVE) fails, error %s\n", *stylePtr, myErrorName(status) ); 471 log_err("udat_applyPatternRelative timeStyle SHORT dateStyle (%d | UDAT_RELATIVE) fails, error %s\n", *stylePtr, myErrorName(status) ); 476 log_err("udat_toPattern timeStyle SHORT dateStyle (%d | UDAT_RELATIVE) fails, error %s\n", *stylePtr, myErrorName(status) ); 490 log_err("udat_format timeStyle SHORT dateStyle (%d | UDAT_RELATIVE) fails, error %s\n", *stylePtr, myErrorName(status) ) [all...] |
/external/icu4c/test/intltest/ |
trnserr.cpp | 79 errln("FAIL: Transliterate fails and the target string was modified."); 86 errln("FAIL: Transliterate fails and the target string was modified."); 157 errln("FAIL: The parse error offset isn't set correctly when fails.");
|
/external/qemu/distrib/sdl-1.2.12/src/timer/macos/ |
FastTimes.c | 211 /* If all else fails, suffer the mixed mode overhead */ 253 /* If all else fails, suffer the mixed mode overhead */ 290 /* If all else fails, suffer the mixed mode overhead */
|
/external/qemu/memcheck/ |
memcheck_util.h | 146 /* Fails allocation request (TRACE_DEV_REG_MALLOC event). 155 /* Fails free request (TRACE_DEV_REG_FREE_PTR event). 164 /* Fails memory allocation query request (TRACE_DEV_REG_QUERY_MALLOC event).
|
/external/stlport/stlport/stl/config/ |
stl_mycomp.h | 176 // Define if the compiler fails to match a template function argument of base 179 // Define if the compiler fails to match a template function argument of base 210 // Define if default constructor for builtin integer type fails to initialize it to 0
|
/bionic/libc/bionic/ |
ssp.c | 40 * If that fails, use the "terminator canary". */
|
/bionic/libc/stdlib/ |
bsearch.c | 35 * The code below is a bit sneaky. After a comparison fails, we
|
/cts/tests/tests/app/src/android/app/cts/ |
LauncherActivityTest.java | 87 @BrokenTest("flaky test, assertTrue(mActivity.isOnListItemClick) intermittently fails")
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
AtomicBooleanTest.java | 53 * compareAndSet succeeds in changing value if equal to expected else fails
|
AtomicMarkableReferenceTest.java | 72 * and mark else fails
|
AtomicReferenceFieldUpdaterTest.java | 106 * compareAndSet succeeds in changing value if equal to expected else fails
|
AtomicReferenceTest.java | 52 * compareAndSet succeeds in changing value if equal to expected else fails
|
AtomicStampedReferenceTest.java | 72 * and stamp else fails
|
SynchronousQueueTest.java | 71 * offer fails if no active taker 378 * poll fails unless active taker 434 * timed poll before a delayed offer fails; after offer succeeds; 485 * timed poll before a delayed offer fails; after offer succeeds;
|
/dalvik/libcore/luni/src/main/java/java/io/ |
FileDescriptor.java | 89 * when the operation fails.
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/ |
Handler.java | 59 * if this handler fails to establish a connection.
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
PackageTest.java | 319 assertTrue("Package isCompatibleWith fails with lower version", p 321 assertTrue("Package isCompatibleWith fails with same version (1)", p 323 assertTrue("Package isCompatibleWith fails with same version (2)", p 325 assertFalse("Package isCompatibleWith fails with higher version", p
|
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/ |
ReferenceTest.java | 145 // This fails... 158 // fails. 167 // fails. 379 // This fails ...
|
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
SSLContextSpi.java | 47 * if initializing this instance fails.
|