/external/skia/tools/ |
rebaseline.py | 132 'Afterwards, you can re-run with the --keep-going-on-failure ' + 410 parser.add_argument('--keep-going-on-failure', action='store_true', 429 parser.add_argument('--ignore-failure', action='store_true',
|
/external/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);
|
/bionic/libc/kernel/common/linux/ |
audit.h | 325 __u32 failure; member in struct:audit_status
|
/external/chromium/chrome/browser/chromeos/login/ |
google_authenticator_unittest.cc | 335 LoginFailure failure = local 339 EXPECT_CALL(consumer, OnLoginFailure(failure)) 422 LoginFailure failure = LoginFailure::FromNetworkAuthFailure(auth_error); local 425 EXPECT_CALL(consumer, OnLoginFailure(failure)) 582 // A failure case, but we still want the test to finish gracefully. 622 // A failure case, but we still want the test to finish gracefully. 671 // A failure case, but we still want the test to finish gracefully.
|
/external/chromium/net/disk_cache/ |
backend_impl.h | 276 void RestartCache(bool failure); 280 // on failure. 330 // Performs basic checks on the index file. Returns false on failure.
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
gaia_web_auth_flow_unittest.cc | 59 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/chrome/renderer/resources/extensions/ |
test_custom_bindings.js | 27 var failureException = 'chrome.test.failure'; 80 // There may have been callbacks which were interrupted by failure
|
/external/chromium_org/chrome_frame/cfinstall/src/stub/ |
prompt.js | 143 * failure. 163 * failure.
|
/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/ |
backend_impl.h | 289 void RestartCache(bool failure); 293 // on failure. 343 // Performs basic checks on the index file. Returns false on failure.
|
/external/icu4c/test/intltest/ |
dtfmttst.cpp | 172 errln("FAILURE! Expected pattern: " + expectedPattern + 205 errln("FAILURE! Expected local pattern: " + expectedLocalPattern 209 errln("FAILURE! Expected local pattern: " + expectedLocalPattern [all...] |
/external/qemu/android/ |
async-socket.c | 606 /* Reports an I/O failure. 610 * failure - Failure (errno) that has occurred. 615 _async_socket_io_failure(AsyncSocket* as, AsyncSocketIO* asio, int failure) 619 failure, strerror(failure)); 624 errno = failure; 768 /* A callback that is invoked on socket's I/O failure. 776 D("ASocket %s: %s I/O failure: %d -> %s", 780 /* Report the failure. * [all...] |
/external/valgrind/main/tests/ |
vg_regtest.in | 575 printf("\n== %d test%s, %d stderr failure%s, %d stdout failure%s, " 576 . "%d stderrB failure%s, %d stdoutB failure%s, " 577 . "%d post failure%s ==\n", 585 foreach my $failure (@failures) { 586 print "$failure\n";
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
Camera2Source.java | 97 CaptureFailure failure) {
|
/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&)
|
/ndk/sources/host-tools/nawk-20071023/ |
FIXES | 107 fixed another 25-year-old RE bug, in split. it's another failure 114 was longer than the number of states triggered a failure to initialize 132 variety of odd problems, including failure to properly match certain [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
audit.h | 260 /* Failure-to-log actions */ 305 __u32 failure; /* Failure-to-log action */ member in struct:audit_status
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
audit.h | 260 /* Failure-to-log actions */ 305 __u32 failure; /* Failure-to-log action */ member in struct:audit_status
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
audit.h | 260 /* Failure-to-log actions */ 305 __u32 failure; /* Failure-to-log action */ member in struct:audit_status
|
/external/openssh/ |
ssh-agent.c | 267 goto failure; 271 goto failure; 278 goto failure; 284 goto failure; 300 failure: 301 /* Unknown identity or protocol error. Send failure. */ 889 /* Unknown message. Respond with failure. */ [all...] |
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
flakiness_dashboard_unittests.js | 117 '<b>Only shows actual results/diffs from the most recent *failure* on each bot.</b>' + 160 '<b>Only shows actual results/diffs from the most recent *failure* on each bot.</b></div>' + 196 '<b>Only shows actual results/diffs from the most recent *failure* on each bot.</b></div>' + 224 '<td class=options-container><a href="https://code.google.com/p/chromium/issues/entry?template=Layout%20Test%20Failure&summary=Layout%20Test%20foo%2Fexists.html%20is%20failing&comment=The%20following%20layout%20test%20is%20failing%20on%20%5Binsert%20platform%5D%0A%0Afoo%2Fexists.html%0A%0AProbable%20cause%3A%0A%0A%5Binsert%20probable%20cause%5D">File new bug</a>' +
|
/external/robolectric/lib/main/ |
junit-dep-4.8.2.jar | |
/external/bluetooth/bluedroid/stack/smp/ |
smp_keys.c | 871 UINT8 failure = SMP_PAIR_FAIL_UNKNOWN; local 916 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure);
|