/frameworks/base/core/java/android/content/ |
ServiceConnection.java | 44 * happens when the process hosting the service has crashed or been killed.
|
/system/netd/ |
oem_iptables_hook.cpp | 77 // but is needed for the case where netd has crashed/stopped and is
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
MessengerServiceActivities.java | 89 // In this case the service has crashed before we could even 102 // unexpectedly disconnected -- that is, its process crashed. 134 // has crashed.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
internal_logging.cc | 53 static bool crashed = false; variable 108 if (!crashed) { 109 crashed = true;
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
internal_logging.cc | 52 static bool crashed = false; variable 107 if (!crashed) { 108 crashed = true;
|
/external/chromium_org/tools/site_compare/scrapers/ie/ |
ie7.py | 140 A list of tuples (url, time). "time" can be "crashed" or "timeout" 177 load_time = "crashed" 180 load_time = "crashed"
|
/external/chromium_org/chrome/browser/ui/views/ |
sad_tab_view.cc | 69 static int crashed = 0; local 70 crashed++; 72 "Tabs.SadTab.CrashCreated", crashed, 1, 1000, 50); 211 static int crashed = 0; local 213 "Tabs.SadTab.CrashDisplayed", ++crashed, 1, 1000, 50);
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_display_host_impl.h | 117 // Way to restore if renderer have crashed. 253 // How many times renderer has crashed. 256 // Way to restore if renderer have crashed.
|
/external/chromium_org/chrome/browser/profiles/ |
profile_browsertest.cc | 229 // The initial state is crashed; store for later reference. 232 // The first call to a type other than crashed should change the value. 242 // Setting back to a crashed value should work.
|
/external/chromium_org/tools/site_compare/scrapers/firefox/ |
firefox2.py | 162 A list of tuples (url, time). "time" can be "crashed" or "timeout" 216 load_time = "crashed" 221 load_time = "crashed"
|
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
MemoryUsageTest.java | 230 Log.w(TAG, appName + " crashed: " + crash.shortMsg); 237 "Crashed for unknown reason"); 239 + " not found in process list, most likely it is crashed");
|
/external/chromium/chrome/browser/ |
crash_recovery_browsertest.cc | 54 // Tests that loading a crashed page in a new tab correctly updates the title.
|
/external/chromium_org/ash/screensaver/ |
screensaver_view.h | 79 // synonymous with the number of times it has crashed).
|
/external/chromium_org/base/test/ |
test_reg_util_win.h | 29 // delete stale keys left over from crashed tests.
|
/external/chromium_org/chrome/browser/extensions/ |
extension_loading_browsertest.cc | 84 // Check that the extension hasn't crashed.
|
extension_test_notification_observer.h | 53 // crashed.
|
/external/chromium_org/chrome/browser/renderer_host/ |
web_cache_manager_browsertest.cc | 49 // We would have crashed at the above line with the bug.
|
/external/chromium_org/chrome/browser/ui/global_error/ |
global_error_service.h | 19 // - the previous session crashed for a given profile.
|
/external/chromium_org/chrome/browser/ui/startup/ |
session_crashed_infobar_delegate_unittest.cc | 56 // Attach the crashed infobar to it.
|
/external/chromium_org/chrome/browser/web_resource/ |
json_asynchronous_unpacker.cc | 65 "Utility process crashed while trying to retrieve web resources.");
|
/external/chromium_org/chrome/common/ |
chrome_result_codes.h | 45 // Trying to restart the browser we crashed.
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
status.cc | 61 return "tab crashed";
|
/external/chromium_org/components/breakpad/browser/ |
crash_dump_manager_android.h | 28 // crashed process). So the minidump is generated in the renderer process.
|
/external/chromium_org/content/public/browser/ |
download_interrupt_reason_values.h | 106 // The browser crashed.
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/ |
rpclistener.py | 44 # This happens automatically, as long as the renderer process has not crashed.
|