/external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/ |
popup.js | 79 * Handle a success/failure callback from the `browsingData` API methods,
|
/external/chromium_org/remoting/webapp/ |
smart_reconnector.js | 8 * network failure.
|
/external/chromium_org/tools/sheriffing/ |
functions.js | 130 if (document.getElementById('failure-info')) {
|
/external/chromium_org/v8/test/intl/collator/ |
normalization.js | 32 // We will just switch order of combining characters to try to induce failure.
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
regress-3218915.js | 30 // Regression test for failure to deoptimize properly when the most recent
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
RemoteAdtTestRunner.java | 458 TestReferenceFailure failure = local 461 mNotifier.testFailed(failure);
|
/prebuilts/misc/common/android-support-test/ |
android-support-test.jar | |
/bionic/libc/kernel/uapi/linux/ |
audit.h | 337 __u32 failure; member in struct:audit_status
|
/development/ndk/platforms/android-L/include/linux/ |
audit.h | 329 __u32 failure; member in struct:audit_status
|
/external/chromium_org/chrome/browser/chromeos/login/auth/ |
cryptohome_authenticator_unittest.cc | 229 void ExpectLoginFailure(const AuthFailure& failure) { 230 EXPECT_CALL(consumer_, OnAuthFailure(failure)) 442 AuthFailure failure = AuthFailure(AuthFailure::OWNER_REQUIRED); local 443 ExpectLoginFailure(failure); [all...] |
/external/chromium_org/chrome/browser/chromeos/login/supervised/ |
supervised_user_login_flow.cc | 54 bool SupervisedUserLoginFlow::HandleLoginFailure(const AuthFailure& failure) {
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
gaia_web_auth_flow_unittest.cc | 55 void(GaiaWebAuthFlow::Failure failure,
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
popup.js | 29 case buildbot.FAILURE: 30 return "failure"; 75 if (fullTryJob.results == buildbot.FAILURE && fullTryJob.text) { 82 if (step.results[0] == buildbot.FAILURE) 87 text.unshift("failure");
|
/external/chromium_org/extensions/renderer/resources/ |
test_custom_bindings.js | 30 var failureException = 'chrome.test.failure'; 77 // There may have been callbacks which were interrupted by failure
|
/external/chromium_org/media/test/data/eme_player_js/ |
utils.js | 145 // Log failure. 256 // mark a test as failure. Otherwise, keep the first title change in place.
|
/external/chromium_org/native_client_sdk/src/examples/api/file_io/ |
test.js | 49 // Clear the log. This prevents a previous failure from propagating to the 65 currentTest.fail('Unexpected failure waiting for log change.');
|
/external/chromium_org/net/disk_cache/blockfile/ |
backend_impl.h | 301 void RestartCache(bool failure); 305 // on failure. 352 // Performs basic checks on the index file. Returns false on failure.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dtfmttst.cpp | 173 errln("FAILURE! Expected pattern: " + expectedPattern + 206 errln("FAILURE! Expected local pattern: " + expectedLocalPattern 210 errln("FAILURE! Expected local pattern: " + expectedLocalPattern [all...] |
/external/icu/icu4c/source/test/intltest/ |
dtfmttst.cpp | 175 errln("FAILURE! Expected pattern: " + expectedPattern + 208 errln("FAILURE! Expected local pattern: " + expectedLocalPattern 212 errln("FAILURE! Expected local pattern: " + expectedLocalPattern [all...] |
/external/kernel-headers/original/uapi/linux/ |
audit.h | 328 /* Failure-to-log actions */ 378 __u32 failure; /* Failure-to-log action */ member in struct:audit_status
|
/external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
copyfmt.pass.cpp | 162 catch (std::ios_base::failure&)
|
/external/qemu/android/ |
async-socket.c | 607 /* Reports an I/O failure. 611 * failure - Failure (errno) that has occurred. 616 _async_socket_io_failure(AsyncSocket* as, AsyncSocketIO* asio, int failure) 620 failure, strerror(failure)); 625 errno = failure; 769 /* A callback that is invoked on socket's I/O failure. 777 D("ASocket %s: %s I/O failure: %d -> %s", 781 /* Report the failure. * [all...] |
/external/valgrind/main/tests/ |
vg_regtest | 620 printf("\n== %d test%s, %d stderr failure%s, %d stdout failure%s, " 621 . "%d stderrB failure%s, %d stdoutB failure%s, " 622 . "%d post failure%s ==\n", 630 foreach my $failure (@failures) { 631 print "$failure\n";
|
vg_regtest.in | 620 printf("\n== %d test%s, %d stderr failure%s, %d stdout failure%s, " 621 . "%d stderrB failure%s, %d stdoutB failure%s, " 622 . "%d post failure%s ==\n", 630 foreach my $failure (@failures) { 631 print "$failure\n";
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
copyfmt.pass.cpp | 162 catch (std::ios_base::failure&)
|