/prebuilts/ndk/android-ndk-r7/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;
|
/external/chromium/testing/gtest/test/ |
gtest_output_test_.cc | 68 // This function calls a test subroutine, catches the fatal failure it 71 // Calls a subrountine that yields a fatal failure. 74 // Catches the fatal failure and aborts the test. 104 // Tests catching a fatal failure in a subroutine. 106 printf("(expecting a failure that x should be 1)\n"); 111 // Tests catching a fatal failure in a nested subroutine. 113 printf("(expecting a failure that x should be 1)\n"); 115 // Calls a subrountine that yields a fatal failure. 118 // Catches the fatal failure and aborts the test. 130 printf("(expecting a failure on false)\n") [all...] |
/external/gtest/test/ |
gtest_output_test_.cc | 68 // This function calls a test subroutine, catches the fatal failure it 71 // Calls a subrountine that yields a fatal failure. 74 // Catches the fatal failure and aborts the test. 104 // Tests catching a fatal failure in a subroutine. 106 printf("(expecting a failure that x should be 1)\n"); 111 // Tests catching a fatal failure in a nested subroutine. 113 printf("(expecting a failure that x should be 1)\n"); 115 // Calls a subrountine that yields a fatal failure. 118 // Catches the fatal failure and aborts the test. 130 printf("(expecting a failure on false)\n") [all...] |
/external/openssh/contrib/redhat/ |
sshd.init.old | 55 case "`type -type failure`" in 57 failure "$1"
|
/external/stlport/src/ |
sparc_atomic.s | 21 bne 0b ! Retry upon failure
|
sparc_atomic64.s | 18 bne 1b ! Retry upon failure
|
/ndk/sources/cxx-stl/stlport/src/ |
sparc_atomic.s | 21 bne 0b ! Retry upon failure
|
sparc_atomic64.s | 18 bne 1b ! Retry upon failure
|
/external/icu4c/test/intltest/ |
tztest.cpp | 168 if (failure(status, "new GregorianCalendar", TRUE)) return; 175 if (failure(status, "GregorianCalendar::getTime")) return; 186 if (failure(status, "new GregorianCalendar")) return; 224 failure(status, "TestRuleAPI"); 235 if (failure(ec, "TimeZone::inDaylightTime")) return; 241 if (failure(ec, "TimeZone::inDaylightTime")) return; 249 if (failure(ec, "TimeZone::inDaylightTime")) return; 266 if (failure(status, "TimeZone::inDaylightTime")) return; 271 if (failure(status, "TimeZone::inDaylightTime")) return; 279 if (failure(status, "TimeZone::inDaylightTime")) return [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessorST.java | 650 RuntimeException failure = null; local 769 failure = new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se); [all...] |
/external/junit/src/org/junit/internal/runners/ |
JUnit38ClassRunner.java | 18 import org.junit.runner.notification.Failure; 40 Failure failure= new Failure(asDescription(test), t); local 41 fNotifier.fireTestFailure(failure);
|
/external/openssh/regress/ |
bsd.regress.mk | 59 # normal failure.
|
/external/v8/test/mjsunit/regress/ |
regress-1201933.js | 29 // failure during lazy compilation.
|
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
flakytestreporter.py | 105 The bots will update this with information from each new failure. 127 failure_messages = [failure.message() for failure in flaky_result.failures] 167 description = "Failure diff from %s" % bot_id 168 self._tool.bugs.add_attachment_to_bug(flake_bug_id, results_diff, description, filename="failure.diff")
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
RemoteAdtTestRunner.java | 223 TestReferenceFailure failure = local 226 mExecution.getListener().notifyTestFailed(failure);
|
/frameworks/base/core/jni/ |
android_server_BluetoothEventLoop.cpp | 754 ALOGE("failure setting up Event Loop!"); [all...] |
/external/mksh/src/ |
Build.sh | 197 /* force a failure: expr is false */ 583 drop us a success or failure notice or even send in diffs. 672 own risk, please report success/failure to the developers.' 677 please report success/failure to the developers." 698 echo >&2 " please report success/failure to the developers." 713 own risk, please report success/failure to the developers.' 721 own risk, please report success/failure to the developers.' 754 own risk, please report success/failure to the developers.' 760 own risk, please report success/failure to the developers.' 779 own risk, please report success/failure to the developers. [all...] |
/bionic/libc/bionic/ |
stubs.c | 54 * POSIX allows failure to find a match to be considered a non-error. 59 goto failure; 75 goto failure; 95 failure: 306 * passwd structure (sets errno to ENOENT on failure) 330 * group structure (sets errno to ENOENT on failure)
|
/external/v8/test/cctest/ |
test-disasm-mips.cc | 82 bool failure = false; 94 if (!DisassembleAndCompare(progcounter, compare_string)) failure = true; \ 99 // Exit with a failure if at least one of the tests failed. 101 if (failure) { \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
ios_base.h | 215 * 27.4.2.1.1 Class ios_base::failure 217 class failure : public exception class in class:ios_base 223 failure(const string& __str) throw(); 228 ~failure() throw();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
ios_base.h | 209 * 27.4.2.1.1 Class ios_base::failure 211 class failure : public exception class in class:ios_base 217 failure(const string& __str) throw(); 222 ~failure() throw();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
ios_base.h | 209 * 27.4.2.1.1 Class ios_base::failure 211 class failure : public exception class in class:ios_base 217 failure(const string& __str) throw(); 222 ~failure() throw();
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 215 * 27.4.2.1.1 Class ios_base::failure 217 class failure : public exception class in class:ios_base 223 failure(const string& __str) throw(); 228 ~failure() throw();
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 215 * 27.4.2.1.1 Class ios_base::failure 217 class failure : public exception class in class:ios_base 223 failure(const string& __str) throw(); 228 ~failure() throw();
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ios_base.h | 215 * 27.4.2.1.1 Class ios_base::failure 217 class failure : public exception class in class:ios_base 223 failure(const string& __str) throw(); 228 ~failure() throw();
|