/external/llvm/test/CodeGen/Thumb2/ |
buildvector-crash.ll | 2 ; Formerly crashed, 3573915.
|
/external/llvm/test/CodeGen/X86/ |
2010-07-13-indirectXconstraint.ll | 3 ; formerly crashed
|
complex-asm.ll | 2 ; This formerly crashed.
|
/external/chromium/chrome/browser/ui/gtk/ |
sad_tab_gtk.cc | 22 // Background color of the content (a grayish blue) for a crashed tab. 60 kind == CRASHED ? 75 ResourceBundle::GetSharedInstance().GetPixbufNamed(kind == CRASHED ? 89 l10n_util::GetStringUTF8(kind == CRASHED ? 101 l10n_util::GetStringUTF8(kind == CRASHED ? 134 kind_ == CRASHED ?
|
/external/chromium/chrome/browser/ui/views/ |
sad_tab_view.cc | 81 kind_ == CRASHED ? kCrashBackgroundColor : kKillBackgroundColor, 82 kind_ == CRASHED ? 138 google_util::AppendGoogleLocaleParam(GURL(kind_ == CRASHED ? 156 kind == CRASHED ? IDR_SAD_TAB : IDR_KILLED_TAB); 159 kind == CRASHED ? IDS_SAD_TAB_TITLE : IDS_KILLED_TAB_TITLE)); 162 kind == CRASHED ? IDS_SAD_TAB_MESSAGE : IDS_KILLED_TAB_MESSAGE));
|
/external/chromium_org/base/test/ |
gtest_xml_util.cc | 61 // when the test binary crashed. Note that we cannot even open the <testcase> 92 bool* crashed) { 140 // running when the test binary crashed. 153 // Assume the test crashed - we can correct that later. 190 // Erase the fail-safe "crashed" result - now we know the test did 224 *crashed = (state != STATE_END);
|
/external/chromium_org/build/android/pylib/monkey/ |
test_runner.py | 70 crashed = True 79 crashed = False 83 if success_pattern in output and not crashed:
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/ |
example.js | 6 var crashed = false; variable 132 crashed = true; 150 if (!crashed) {
|
/external/chromium/chrome/browser/extensions/ |
extension_infobar_delegate.cc | 45 // When an extension crashes, an InfoBar is shown (for the crashed extension). 47 // is already showing the 'extension crashed InfoBar', which it never is), but
|
/external/chromium_org/content/renderer/pepper/ |
pepper_plugin_registry.h | 35 // both preloaded in-process or currently active (non crashed) out-of-process 64 // non-crashed modules. If an out-of-process module crashes, it may
|
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/ |
crash_in_syscall.html | 51 embed.lastError.indexOf('Nexe crashed during startup') != -1); 57 status.assert(embed.lastError.indexOf('NaCl module crashed') != -1);
|
untrusted_crash.html | 51 embed.lastError.indexOf('Nexe crashed during startup') != -1); 57 status.assert(embed.lastError.indexOf('NaCl module crashed') != -1);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_failures_unittest.py | 72 self.assertEqual(FailureCrash().message(), 'content_shell crashed') 73 self.assertEqual(FailureCrash(process_name='foo', pid=1234).message(), 'foo crashed [pid=1234]')
|
/external/chromium/chrome/common/ |
env_vars.cc | 24 // CHROME_CRASHED exists if a previous instance of chrome has crashed. This
|
/external/chromium_org/base/memory/ |
aligned_memory.cc | 37 DLOG(ERROR) << "If you crashed here, your aligned allocation is incorrect: "
|
/external/chromium_org/chrome/browser/apps/ |
app_crash_browsertest.cc | 12 // assumed that Chrome has crashed and the test will anyway fail.
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_final_status.cc | 35 "Renderer Crashed",
|
/external/chromium_org/components/breakpad/app/ |
hard_error_handler_win.h | 16 // chrome (and show the 'chrome has crashed' dialog) or to silently exit.
|
/external/chromium_org/content/public/browser/ |
gpu_data_manager_observer.h | 35 // Called for any observer when the GPU process crashed.
|
/external/chromium_org/content/test/data/npapi/ |
self_delete_plugin_invoke_alert.html | 18 plg2.testCallback("SuccessCallback"); // will fail if the plugin crashed
|
/external/chromium_org/content/test/plugin/ |
plugin_npobject_proxy_test.cc | 43 // If this test failed, then we'd have crashed by now.
|
/external/chromium_org/tools/site_compare/scrapers/chrome/ |
chromebase.py | 110 return "crashed" 128 A list of tuples (url, time). "time" can be "crashed" or "timeout" 167 load_time = "crashed" 171 load_time = "crashed"
|
/external/chromium_org/webkit/browser/fileapi/quota/ |
open_file_handle_context.cc | 50 // plugin crashed before reporting its consumption.
|
/libcore/luni/src/test/java/libcore/java/lang/ |
PackageTest.java | 28 // Package annotations aren't supported, but pre-ICS we crashed.
|
/cts/tests/tests/security/src/android/security/cts/ |
VoldExploitTest.java | 77 "PID=" + pid + " crashed due to a malformed mount message." 87 * that any process crashed as a result of our message, then 118 "PID=" + i + " crashed due to a malformed netlink message." 142 // 1) Crashed 146 // detect the process crashed and trigger an error.
|