HomeSort by relevance Sort by last modified time
    Searched full:failure (Results 326 - 350 of 3254) sorted by null

<<11121314151617181920>>

  /development/pdk/pndk/samples/samplejni/
native.cpp 54 * Returns the JNI version on success, -1 on failure.
  /development/simulator/app/
UserEvent.h 11 * causes a compiler warning and a link failure with gcc under MinGW.
  /development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
TestHelper.java 34 String.format("Source comparison failure: expected:<%s> but was:<%s>", expected, actual),
  /external/apache-http/src/org/apache/commons/codec/
BinaryDecoder.java 36 * if a Decoder encounters a failure condition during
BinaryEncoder.java 36 * encounters a failure condition during the
DecoderException.java 20 * Thrown when a Decoder has encountered a failure condition during a decode.
Encoder.java 40 * thrown if the encoder experiences a failure
EncoderException.java 20 * Thrown when there is a failure condition during the encoding process. This
  /external/apache-http/src/org/apache/http/conn/routing/
BasicRouteDirector.java 61 * either the next step to perform, or success, or failure.
62 * 0 is for success, a negative value for failure.
105 * either the next step to perform, or success, or failure
140 * either the next step to perform, or success, or failure
  /external/bison/lib/
xalloc-die.c 1 /* Report a memory allocation failure and exit.
  /external/bluetooth/bluez/cups/
cups.h 31 CUPS_BACKEND_RETRY = 6, /* Failure requires us to retry (BlueZ specific) */
  /external/dbus/bus/
utils.c 30 const char bus_no_memory_message[] = "Memory allocation failure in message bus";
  /external/dbus/dbus/
dbus-server-unix.c 46 * @param server_p location to store a new DBusServer, or #NULL on failure.
47 * @param error location to store rationale for failure on bad address
163 * @param error location to store reason for failure.
164 * @returns the new server, or #NULL on failure.
  /external/dropbear/libtommath/demo/
demo.c 294 printf("\n\nmp_div_3 => Failure\n");
483 printf("add %lu failure!\n", add_n);
498 printf("mp_signed_bin failure!\n");
510 printf("mp_unsigned_bin failure!\n");
527 printf("sub %lu failure!\n", sub_n);
545 printf("mul %lu failure!\n", mul_n);
565 printf("div %lu %d, %d, failure!\n", div_n, mp_cmp(&c, &e),
585 printf("sqr %lu failure!\n", sqr_n);
603 printf("gcd %lu failure!\n", gcd_n);
622 printf("lcm %lu failure!\n", lcm_n)
    [all...]
  /external/dropbear/libtommath/etc/
mont.c 33 printf("FAILURE!\n");
  /external/e2fsprogs/lib/e2p/
ostype.c 67 fprintf(stderr, "Failure!\n");
  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 52 printf ("Assertion failure in %s() at %s line %d: " \
  /external/emma/core/java12/com/vladium/emma/rt/
RTExitHook.java 58 throw new Error ("packaging failure: closure resource not found");
65 throw new Error ("packaging failure: " + e.toString ());
76 throw new Error ("packaging failure: no closure mapping");
95 throw new Error ("packaging failure: class [" + className + "] not found {" + e.toString () + "}");
  /external/gtest/include/gtest/
gtest-test-part.h 81 // Gets the summary of the failure message.
101 // Gets the summary of the failure message by omitting the stack
111 internal::String summary_; // The test failure summary.
112 internal::String message_; // The test failure message.
  /external/gtest/test/
gtest_throw_on_failure_test.py 32 """Tests Google Test's throw-on-failure mode with exceptions disabled.
47 # The command line flag for enabling/disabling the throw-on-failure mode.
81 """Tests the throw-on-failure mode."""
122 msg = ('when %s%s, an assertion failure in "%s" %s cause a non-zero '
  /external/icu4c/common/
ucat.c 69 /* In case of any failure, return s */
  /external/icu4c/test/intltest/
calcasts.h 51 * @return boolean indicating success (TRUE) or failure (FALSE) of the test.
nmfmtrt.h 70 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
tzregts.h 55 UBool failure(UErrorCode status, const char* msg);
  /external/junit/src/junit/framework/
ComparisonFailure.java 16 * Constructs a comparison failure.

Completed in 55 milliseconds

<<11121314151617181920>>