/external/icu4c/test/intltest/ |
callimts.cpp | 100 if (failure(status, "Calendar::createInstance", TRUE)) return; 177 if (failure(status, "Calendar::createInstance", TRUE)) { 304 if (failure(status, "new GregorianCalendar")) { 308 if (failure(status, "GregorianCalendar::setTime")) { 343 if (failure(status, "Calendar set/getTime")) { 397 if (failure(status, "Calendar::add")) {
|
pptest.cpp | 36 ParsePositionTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:ParsePositionTest 180 if (failure(status, "NumberFormat::createInstance", TRUE)){
|
/external/protobuf/gtest/test/ |
gtest_output_test_.cc | 66 // This function calls a test subroutine, catches the fatal failure it 69 // Calls a subrountine that yields a fatal failure. 72 // Catches the fatal failure and aborts the test. 88 // Tests catching a fatal failure in a subroutine. 90 printf("(expecting a failure that x should be 1)\n"); 95 // Tests catching a fatal failure in a nested subroutine. 97 printf("(expecting a failure that x should be 1)\n"); 99 // Calls a subrountine that yields a fatal failure. 102 // Catches the fatal failure and aborts the test. 114 printf("(expecting a failure on false)\n") 866 FailureMode* failure = static_cast<FailureMode*>(attr); local [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
mock_authenticator.h | 75 void OnLoginFailure(const LoginFailure& failure) { 76 consumer_->OnLoginFailure(failure);
|
/external/clang/test/CodeGenCXX/ |
destructors.cpp | 204 goto failure; 207 failure:
|
/external/junit/src/org/junit/experimental/max/ |
MaxHistory.java | 16 import org.junit.runner.notification.Failure; 22 * <li>Last failure timestamp 119 public void testFailure(Failure failure) throws Exception { 120 putTestFailureTimestamp(failure.getDescription(), overallStart);
|
/external/junit/src/org/junit/runner/ |
JUnitCore.java | 11 import org.junit.runner.notification.Failure; 86 List<Failure> missingClasses= new ArrayList<Failure>(); 93 Failure failure= new Failure(description, e); local 94 missingClasses.add(failure); 99 for (Failure each : missingClasses)
|
/external/webkit/Source/JavaScriptCore/jit/ |
SpecializedThunkJIT.h | 81 void appendFailure(const Jump& failure) 83 m_failures.append(failure);
|
/libcore/expectations/ |
icebox.txt | 104 failure: "should fork a dalvikvm, not a JVM",
|
/external/compiler-rt/lib/ |
atomic.c | 178 void *desired, int success, int failure) { 181 *(type*)desired, success, failure) 268 int success, int failure) {\ 271 success, failure);\
|
/external/junit/src/org/junit/internal/ |
TextListener.java | 9 import org.junit.runner.notification.Failure; 37 public void testFailure(Failure failure) { 60 List<Failure> failures= result.getFailures(); 64 getWriter().println("There was " + failures.size() + " failure:"); 68 for (Failure each : failures) 72 protected void printFailure(Failure each, String prefix) {
|
/external/qemu/android/ |
multitouch-port.c | 248 * failure - Connections status. 251 _on_device_connected(void* opaque, AndroidDevice* ad, int failure) 253 if (!failure) { 263 /* Invoked when an I/O failure occurs on a socket. 268 * ads - Connection socket where failure has occured. 269 * failure - Contains 'errno' indicating the reason for failure. 272 _on_io_failure(void* opaque, AndroidDevice* ad, int failure) 275 E("Multi-touch port got disconnected: %s", strerror(failure));
|
android-device.c | 76 * failure - If zero, indicates that socket has been successuly connected. If a 82 int failure); 162 /* I/O failure callback .*/ 258 * 0 on success, -1 on failure with errno containing the reason for failure. 269 * 0 on success, -1 on failure with errno containing the reason for failure. 282 * Number of bytes sent on success, or -1 on failure with errno containing the 283 * reason for failure. 295 * Number of bytes received on success, or -1 on failure with errno containin 680 int failure = 0; local [all...] |
/external/v8/test/mjsunit/ |
binary-op-newspace.js | 30 // Check that a mod where the stub code hits a failure in heap number 46 // Check that an add where the stub code hits a failure in heap number
|
short-circuit-boolean.js | 34 return a != 0 && "failure"; 43 return a == 0 || "failure";
|
/external/webkit/LayoutTests/storage/ |
multiple-transactions-on-different-handles.js | 43 // Transaction failure callback 69 log("failure: db1 == db2");
|
/external/elfutils/libdwfl/ |
argp-std.c | 117 inline void failure (Dwfl *dwfl, int errnum, const char *msg) function 129 failure (dwfl, errnum, msg); 259 failure (dwfl, result, _("cannot find kernel modules"));
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/ |
AbstractSyncService.java | 100 * functionality, success is indicated by a failure to throw an Exception 151 int failure = NO_FAILURE; field in class:AbstractSyncService.ValidationResult 157 failure = _failure; 167 failure = EXCEPTION;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
BuildResults.java | 47 String failure; field in class:BuildResults 279 * Return the failure message which may happened on this scenario 282 * @return The failure message or <code>null</null> if the scenario passed. 285 return this.failure; 449 * Set the build failure. 451 void setFailure(String failure) { 452 this.failure = failure; 583 // Write extra infos (summary, failure and comment)
|
/external/v8/src/ |
handles.cc | 805 // for a string of length n. If the failure flag gets set, then we have to 822 // recursion cannot always be avoided. This case is detected, and the failure 830 bool* failure, 856 failure, 858 if (*failure) return 0; 889 failure 949 bool failure; local [all...] |
/external/dbus/dbus/ |
dbus-keyring.c | 393 * @returns #FALSE on failure 940 * @param error error on failure 941 * @returns key ID to use for auth, or -1 on failure 1087 goto failure; 1097 goto failure; 1110 goto failure; 1117 goto failure; 1124 goto failure; 1145 failure:
|
/external/stlport/stlport/stl/ |
_ios_base.h | 51 class _STLP_CLASS_DECLSPEC failure : public __Named_exception { class in class:ios_base 53 explicit failure(const string&); 54 virtual ~failure() _STLP_NOTHROW_INHERENTLY;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 51 class _STLP_CLASS_DECLSPEC failure : public __Named_exception { class in class:ios_base 53 explicit failure(const string&); 54 virtual ~failure() _STLP_NOTHROW_INHERENTLY;
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 51 class _STLP_CLASS_DECLSPEC failure : public __Named_exception { class in class:ios_base 53 explicit failure(const string&); 54 virtual ~failure() _STLP_NOTHROW_INHERENTLY;
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_ios_base.h | 51 class _STLP_CLASS_DECLSPEC failure : public __Named_exception { class in class:ios_base 53 explicit failure(const string&); 54 virtual ~failure() _STLP_NOTHROW_INHERENTLY;
|