/external/chromium_org/chrome/browser/extensions/api/identity/ |
identity_api.h | 123 virtual void OnGaiaFlowFailure(GaiaWebAuthFlow::Failure failure, 213 virtual void OnAuthFlowFailure(WebAuthFlow::Failure failure) OVERRIDE;
|
/external/chromium_org/content/test/data/media/ |
media_utils.js | 32 // mark a test as failure. Otherwise, keep the first title change in place.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
bin_multi_test.sh | 108 eval "failure=\$failed$i" 109 echo " ** $failure"
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
out_test.sh | 99 eval "failure=\$failed$i" 100 echo " ** $failure"
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1201933.js | 29 // failure during lazy compilation.
|
/external/chromium_org/v8/test/webkit/ |
unexpected-constant-crash.js | 25 "This test checks that the regexp and unexpected constant counters are not confused with each other. It will fail with an assertion failure in a debug build if this is the case."
|
/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 | 19 import org.junit.runner.notification.Failure; 45 Failure failure= new Failure(asDescription(test), t); local 46 fNotifier.fireTestFailure(failure);
|
/external/openssh/regress/ |
bsd.regress.mk | 59 # normal failure.
|
/external/smack/src/org/jivesoftware/smack/ |
PacketReader.java | 26 import org.jivesoftware.smack.sasl.SASLMechanism.Failure; 226 else if (parser.getName().equals("failure")) { 241 final Failure failure = PacketParserUtils.parseSASLFailure(parser); local 242 processPacket(failure);
|
/external/v8/test/mjsunit/regress/ |
regress-1201933.js | 29 // failure during lazy compilation.
|
/external/bluetooth/bluedroid/stack/smp/ |
smp_act.c | 128 ** Description pairing failure to peer device if needed. 133 p_cb->failure = *(UINT8 *)p_data; 135 SMP_TRACE_DEBUG2 ("smp_send_pair_fail status=%d failure=%d ",p_cb->status, p_cb->failure); 344 ** Description process pairing failure from peer device 565 reason = p_cb->failure = SMP_CONFIRM_VALUE_ERR; 748 UINT8 failure = SMP_UNKNOWN_IO_CAP; local 814 failure = SMP_PAIR_AUTH_FAIL; 815 p = (tSMP_INT_DATA *)&failure; 835 p = (tSMP_INT_DATA *)&failure; [all...] |
/external/chromium_org/tools/gyp/test/lib/ |
TestCommon.py | 8 exit on failure, with useful error messages. This makes a number of 255 of output being searched, and only shows up in failure output. 283 of output being searched, and only shows up in failure output. 354 of output being searched, and only shows up in failure output. 411 Post-processes running a subcommand, checking for failure 545 treat that as a test failure and prevent the change from going to
|
/external/chromium_org/v8/test/cctest/ |
test-disasm-mips.cc | 72 bool failure = false; 84 if (!DisassembleAndCompare(progcounter, compare_string)) failure = true; \ 89 // Exit with a failure if at least one of the tests failed. 91 if (failure) { \
|
/external/icu4c/test/intltest/ |
tztest.cpp | 43 // builds, a test failure triggers an error, while release builds only report them in 175 if (failure(status, "new GregorianCalendar", TRUE)) return; 182 if (failure(status, "GregorianCalendar::getTime")) return; 193 if (failure(status, "new GregorianCalendar")) return; 231 failure(status, "TestRuleAPI"); 242 if (failure(ec, "TimeZone::inDaylightTime")) return; 248 if (failure(ec, "TimeZone::inDaylightTime")) return; 256 if (failure(ec, "TimeZone::inDaylightTime")) return; 273 if (failure(status, "TimeZone::inDaylightTime")) return; 278 if (failure(status, "TimeZone::inDaylightTime")) return [all...] |
/external/libppp/src/ |
auth.c | 403 auth_func success, auth_func failure) 411 authp->fn.failure = 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/5/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/6/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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();
|