/external/chromium_org/chrome/browser/resources/ |
crashes.js | 9 * Requests the list of crashes from the backend. 16 * Callback from backend with the list of crashes. Builds the UI. 19 * @param {array} crashes The list of crashes. 22 function updateCrashList(enabled, dynamicBackend, crashes, version) { 24 crashes.length); 40 for (var i = 0; i < crashes.length; i++) { 41 var crash = crashes[i]; 93 $('noCrashes').hidden = crashes.length != 0; 97 * Request crashes get uploaded in the background [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
crashes_ui.cc | 61 source->AddResourcePath("crashes.js", IDR_CRASHES_JS); 72 // The handler for Javascript messages for the chrome://crashes/ page. 86 // Asynchronously fetches the list of crashes. Called from JS. 94 // Sends the recent crashes list JS. 165 std::vector<CrashUploadList::UploadInfo> crashes; local 166 upload_list_->GetUploads(50, &crashes); 168 for (std::vector<CrashUploadList::UploadInfo>::iterator i = crashes.begin(); 169 i != crashes.end(); ++i) { 199 // Set up the chrome://crashes/ source.
|
flash_ui.cc | 123 // Whether the list of all crashes is available. 304 std::vector<CrashUploadList::UploadInfo> crashes; local 305 upload_list_->GetUploads(10, &crashes); 307 for (std::vector<CrashUploadList::UploadInfo>::iterator i = crashes.begin(); 308 i != crashes.end(); ++i) {
|
/external/chromium_org/chrome/browser/metrics/ |
plugin_metrics_provider.cc | 179 int crashes = 0; local 180 plugin_dict->GetInteger(prefs::kStabilityPluginCrashes, &crashes); 181 if (crashes > 0) 182 plugin_stability->set_crash_count(crashes); 232 int crashes = 0; local 233 plugin_dict->GetInteger(prefs::kStabilityPluginCrashes, &crashes); 234 crashes += stats.process_crashes; 235 plugin_dict->SetInteger(prefs::kStabilityPluginCrashes, crashes);
|
/external/chromium_org/v8/test/webkit/ |
arguments-bad-index.js | 25 "This test checks whether arguments crashes when passed a bad index."
|
dfg-dead-redundant-get-array-length.js | 25 "Tests that having a dead, and redundant, use of array.length doesn't cause compiler crashes."
|
duplicate-param-crash.js | 25 'Tests to ensure that activations are built correctly in the face of duplicate parameter names and do not cause crashes.'
|
var-shadows-arg-crash.js | 25 'Tests to ensure that activations are built correctly in the face of duplicate parameter names and do not cause crashes.'
|
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js | 25 "Tests that attempts by the DFG simplification to short-circuit a Phantom to a GetLocal on a variable that is SetLocal'd in the same block, and where the predecessor block(s) make no mention of that variable, do not result in crashes."
|
duplicate-param-gc-crash.js | 25 'Tests to ensure that activations are built correctly in the face of duplicate parameter names and do not cause crashes.'
|
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
AppLaunch.java | 301 List<ProcessErrorStateInfo> crashes = am.getProcessesInErrorState(); local 302 if (crashes != null) { 303 for (ProcessErrorStateInfo crash : crashes) {
|
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
MemoryUsageTest.java | 266 List<ProcessErrorStateInfo> crashes = am.getProcessesInErrorState(); local 267 if (crashes != null) { 268 for (ProcessErrorStateInfo crash : crashes) {
|
/external/chromium_org/v8/test/mjsunit/ |
generated-transition-stub.js | 137 // causing crashes. 191 // causing crashes.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-39160.js | 32 // test crashes with the bug.
|
/external/libpng/ |
Android.mk | 29 # BUG: http://llvm.org/PR19472 - SLP vectorization (on ARM at least) crashes
|
/external/chromium_org/native_client_sdk/src/doc/ |
io2014.rst | 161 If you follow along with the demo video, you will discover the sample crashes
|
faq.rst | 345 Native Client. Crashes in your code won't otherwise send your 346 information to Google: Google counts the number of such crashes, but
|
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/ |
nacl.scons | 27 # This tests that crashes in Chromium's browser process successfully 91 # Crashes in untrusted code should not produce crash dumps.
|
/packages/inputmethods/LatinIME/native/jni/ |
Android.mk | 37 # HACK: -mstackrealign is required for x86 builds running on pre-KitKat devices to avoid crashes
|
/external/chromium_org/build/android/gyp/ |
process_resources.py | 55 'attributes that cause crashes on certain devices.')
|
/external/chromium_org/tools/grit/grit/ |
tclib_unittest.py | 152 'Crashes have been known to occur with certain types of history \r\n' 154 'disabling the \'Index note history\' option. If it crashes before,\r\n'
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
android.py | [all...] |
/external/chromium_org/chrome/browser/resources/google_now/ |
utility.js | 859 * when the next attempt crashes before registering next alarm. [all...] |
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/ |
nacltest.js | 660 // calling exit(0). When this happens, the module "crashes" by posting
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
jquery.js | [all...] |