HomeSort by relevance Sort by last modified time
    Searched full:fails (Results 301 - 325 of 1714) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/
d8-os.js 90 // This test fails if you are root since root can read any dir.
98 // This test fails if you are root since root can read any dir.
  /frameworks/base/core/java/android/net/http/
SslCertificate.java 72 * @return A bundle with the certificate stored in it or null if fails
93 * @return The SSL certificate stored in the bundle or null if fails
  /packages/apps/Email/src/com/android/email/
AccountBackupRestore.java 199 // // log and discard - we don't care if remove fails, generally
202 // // log and discard - we don't care if remove fails, generally
  /packages/apps/Email/res/xml/
providers.xml 55 If TLS is not available the connection fails.
57 If SSL is not available the connection fails.
61 If TLS is not available the connection fails.
63 If SSL is not available the connection fails.
68 If TLS is not available the connection fails.
70 If SSL is not available the connection fails.
  /external/libpcap/
pcap-bpf.c 207 * file offset overflows and read fails with EINVAL.
556 * method to work). If that fails due to permission
659 /* Ignore the return value - this is because the call fails
661 * the call fails, it's no big deal, we just continue to
753 * this interface supports. If this fails with EINVAL, it's
830 * If that fails, just leave the list empty.
930 /* set promiscuous mode, okay if it fails */
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaAudioTrackTest.java     [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
InetAddress.java 237 * @throws UnknownHostException if the address lookup fails.
253 * @throws UnknownHostException if the address lookup fails.
307 * if the address lookup fails.
447 * if the address lookup fails.
753 * ICMP <i>(ICMP ECHO REQUEST)</i>. When first step fails, a TCP connection
757 * timeout in milliseconds before the test fails if no connection
772 * ICMP <i>(ICMP ECHO REQUEST)</i>. When first step fails, a TCP connection
781 * timeout in milliseconds before the test fails if no connection
814 // tries TCP echo if ICMP ping fails
    [all...]
  /dalvik/libcore/math/src/test/java/tests/api/java/math/
BigIntegerTest.java 292 int fails = 0; local
295 fails++;
311 fails++;
319 fails++;
326 fails++;
330 fails <= 1);
586 assertTrue("add fails to carry on bit " + i, midbit.add(midbit)
638 assertTrue("neg fails on bit " + i, midbit.negate().add(midbit)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java 556 * return it to the calling thread. The method can fail if it fails
721 * @throws CoreException if the method fails to create the directories in
745 * @throws CoreException if the method fails to update the project.
746 * @throws IOException if the method fails to create the files in the
    [all...]
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
ConcurrentHashMapTest.java 263 * replace fails when the given key is not present
282 * replace value fails when the given key not mapped to expected value
606 assertTrue(map.containsValue("XYZ")); // fails
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
BufferedInputStreamTest.java 248 // Test 1: Check that reset fails if no mark has been set.
317 // Test 8: Check that reset fails for a closed input stream.
347 "the moment because it fails. If this test is ever " +
  /dalvik/libcore/security/src/main/java/java/security/cert/
X509CRLSelector.java 103 * if parsing fails.
173 * if parsing fails.
199 * if parsing fails.
  /dalvik/libcore/xml/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 146 * @return <code>null</code> if the callee fails to create one.
297 * if it fails. Error messages will be printed by this method.
396 // the jar spec. Unfortunately this fails in Microsoft
  /external/icu4c/i18n/
tridpars.h 121 * @return a SingleID object or null if the parse fails
312 * parse fails. If allowFilter is true, then the parsed filter
314 * filter reference is null. If the parse fails for any reason
  /external/libpng/
pngmem.c 243 hptr = hptr + 16L; /* "hptr += 16L" fails on Turbo C++ 3.0 */
248 hptr = hptr + (png_uint_32)65536L; /* "+=" fails on TC++3.0 */
567 * instead of issuing a png_error, if it fails to allocate the requested
  /external/opencore/baselibs/thread_messaging/src/
pv_proxied_interface.h 63 ** This function will leave if memory allocation fails.
93 ** This function will leave if memory allocation fails.
131 ** This function will leave if memory allocation fails.
  /external/opencore/codecs_v2/omx/omx_proxy/src/
pv_omx_proxied_interface.h 69 ** This function will leave if memory allocation fails.
99 ** This function will leave if memory allocation fails.
137 ** This function will leave if memory allocation fails.
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_mempool.h 69 /** This API throws an exception when the memory allocation for pool fails
95 * Exception will be thrown if memory allocation for the memory pool fails.
190 * This API throws an exception when the memory allocation for the pool buffer fails.
  /external/qemu/distrib/libpng-1.2.19/
pngmem.c 230 hptr = hptr + 16L; /* "hptr += 16L" fails on Turbo C++ 3.0 */
235 hptr = hptr + (png_uint_32)65536L; /* "+=" fails on TC++3.0 */
537 * instead of issuing a png_error, if it fails to allocate the requested
  /dalvik/libcore/sql/src/test/java/tests/sql/
StatementTest.java 406 notes = "SQLException test fails",
441 notes = "SQLException test fails. Not all Fetch directions supported.",
545 notes = "SQLException test fails",
915 notes = "Test fails: dropping table hutch affects at least 2 rows.executeBatch() always returns same result: 1.",
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 141 * @return <code>null</code> if the callee fails to create one.
267 * if it fails. Error messages will be printed by this method.
  /development/simulator/app/
LocalBiChannel.cpp 198 * If a client is already connected to us, this fails with
369 /* connect to socket; fails if file doesn't exist */
  /external/bluetooth/glib/docs/reference/glib/tmpl/
conversions.sgml 126 If conversion fails, display a string like
148 <function>fopen(3)</function>. If conversion fails, ask
  /external/dbus/
HACKING 86 - if make distcheck fails, fix it.
90 - if someone else made changes and the commit fails,
  /external/dropbear/
sshpty.c 64 dropbear_exit("ttyname fails for openpty device");
170 dropbear_exit("ttyname fails for /dev/ptc device");

Completed in 1403 milliseconds

<<11121314151617181920>>