HomeSort by relevance Sort by last modified time
    Searched full:failure (Results 451 - 475 of 5226) sorted by null

<<11121314151617181920>>

  /libcore/junit/src/main/java/junit/framework/
TestFailure.java 37 * Returns a short description of the failure.
  /ndk/sources/host-tools/sed-4.2.1/lib/
exitfail.c 0 /* Failure exit status
exitfail.h 0 /* Failure exit status
  /ndk/tests/device/test-basic-exceptions/jni/
test_basic_exceptions.cpp 25 throw "Memory allocation failure!";
  /ndk/tests/standalone/test-basic-c++/
test_basic_exceptions.cpp 25 throw "Memory allocation failure!";
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libxcb-xlib.so.0 
libxcb-xlib.so.0.0 
libxcb-xlib.so.0.0.0 
  /system/extras/tests/bionic/libstdc++/
README.TXT 14 in case of failure.
  /external/chromium/net/base/
ip_endpoint.h 38 // Returns true on success, false on failure.
44 // Returns true on success, false on failure.
  /external/chromium/net/socket/
dns_cert_provenance_checker.h 43 // chain. In the event that the lookup reports a failure, the Delegate is
53 // HTTPS failure, it would seem silly to use HTTPS to protect the uploaded
  /external/chromium/net/url_request/
https_prober.cc 58 Failure(request);
76 void HTTPSProber::Failure(URLRequest* request) {
  /external/junit/src/junit/swingui/
TestHierarchyRunView.java 49 public void revealFailure(Test failure) {
53 int index= model.findTest(failure, (Test)model.getRoot(), vpath);
  /external/skia/src/images/
SkMovie.cpp 19 memset(&fInfo, 0, sizeof(fInfo)); // failure
69 if (!this->onGetBitmap(&fBitmap)) // failure
  /external/v8/test/mjsunit/
short-circuit-boolean.js 34 return a != 0 && "failure";
43 return a == 0 || "failure";
  /external/webkit/LayoutTests/fast/xpath/
namespace-vs-predicate.xhtml 13 <div id="result">FAILURE: script did't run</div>
34 document.getElementById("result").firstChild.nodeValue = "FAILURE: " + result.snapshotLength + " node(s) matched - should be 1";
  /external/webkit/LayoutTests/storage/
multiple-transactions-on-different-handles.js 43 // Transaction failure callback
69 log("failure: db1 == db2");
  /external/webrtc/src/system_wrappers/interface/
sort.h 41 // returns 0 on success, -1 on failure.
58 // returns 0 on success, -1 on failure.
  /frameworks/base/core/jni/
ActivityManager.cpp 45 // failure by a zero int with no data following.
50 // An exception was thrown back; fall through to return failure
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CallFailCause.java 21 * needed to be distinguished by the UI. CDMA call failure reasons
22 * are derived from the possible call failure scenarios described
  /frameworks/base/wifi/java/android/net/wifi/
WpsResult.java 30 FAILURE,
39 status = Status.FAILURE;
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.h 52 #define IOCTL_ERROR -2 /* Error code for ioctl failure */
53 #define COMMAND_ERROR -3 /* Error code for general command failure */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.h 52 #define IOCTL_ERROR -2 /* Error code for ioctl failure */
53 #define COMMAND_ERROR -3 /* Error code for general command failure */
  /system/core/include/zipfile/
zipfile.h 29 // Provide a buffer. Returns NULL on failure.
47 // by get_zipentry_size. Returns nonzero on failure.
  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java 192 failure(new RuntimeException("Expected message #" + mCount + ", received #" method
200 failure(new RuntimeException("Message received after done, #" + msg.what)); method
243 mFailure = new RuntimeException("no failure exception set");
257 public void failure(RuntimeException failure) { method in class:MessageQueueTest.OrderTestHelper
260 mFailure = failure;

Completed in 564 milliseconds

<<11121314151617181920>>