/external/chromium_org/chrome/browser/resources/ |
D | crashes.js | 22 function updateCrashList(enabled, dynamicBackend, crashes, version) { argument 24 crashes.length); 40 for (var i = 0; i < crashes.length; i++) { 41 var crash = crashes[i]; 93 $('noCrashes').hidden = crashes.length != 0;
|
/external/chromium_org/chrome/browser/metrics/ |
D | plugin_metrics_provider.cc | 184 int crashes = 0; in ProvideStabilityMetrics() local 185 plugin_dict->GetInteger(prefs::kStabilityPluginCrashes, &crashes); in ProvideStabilityMetrics() 186 if (crashes > 0) in ProvideStabilityMetrics() 187 plugin_stability->set_crash_count(crashes); in ProvideStabilityMetrics() 241 int crashes = 0; in RecordCurrentState() local 242 plugin_dict->GetInteger(prefs::kStabilityPluginCrashes, &crashes); in RecordCurrentState() 243 crashes += stats.process_crashes; in RecordCurrentState() 244 plugin_dict->SetInteger(prefs::kStabilityPluginCrashes, crashes); in RecordCurrentState()
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | crashes_ui.cc | 164 std::vector<CrashUploadList::UploadInfo> crashes; in UpdateUI() local 165 upload_list_->GetUploads(50, &crashes); in UpdateUI() 167 for (std::vector<CrashUploadList::UploadInfo>::iterator i = crashes.begin(); in UpdateUI() 168 i != crashes.end(); ++i) { in UpdateUI()
|
D | flash_ui.cc | 302 std::vector<CrashUploadList::UploadInfo> crashes; in MaybeRespondToPage() local 303 upload_list_->GetUploads(10, &crashes); in MaybeRespondToPage() 305 for (std::vector<CrashUploadList::UploadInfo>::iterator i = crashes.begin(); in MaybeRespondToPage() 306 i != crashes.end(); ++i) { in MaybeRespondToPage()
|
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
D | constrained_window_button_unittest.mm | 27 // Test hover, mostly to ensure nothing leaks or crashes. 35 // Test disabled, mostly to ensure nothing leaks or crashes. 43 // Test pushed, mostly to ensure nothing leaks or crashes.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | image_button_cell_unittest.mm | 39 // Test drawing, mostly to ensure nothing leaks or crashes. 53 // Test drawing, mostly to ensure nothing leaks or crashes. 67 // Test drawing, mostly to ensure nothing leaks or crashes.
|
D | gradient_button_cell_unittest.mm | 37 // Test drawing, mostly to ensure nothing leaks or crashes. 47 // Test hover, mostly to ensure nothing leaks or crashes. 114 // crashes.
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-2012-01-11-ComparisonDAGCrash.ll | 5 ; cycles in DAGs, and eventually crashes. This is the testcase for 6 ; one of those crashes. (rdar://10653656)
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
D | sandbox_linux_unittests.gtest.txt | 1 # This test intentionally crashes with a NULL deref.
|
D | base_unittests.gtest-drmemory_win32.txt | 10 # Next test creates a child that crashes, which naturally generates an
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | autofill_textfield_unittest.mm | 32 // Test invalid, mostly to ensure nothing leaks or crashes. 40 // Test with icon, mostly to ensure nothing leaks or crashes.
|
D | autofill_pop_up_button_unittest.mm | 29 // Test invalid, mostly to ensure nothing leaks or crashes.
|
/external/llvm/docs/ |
D | HowToSubmitABug.rst | 14 the bug `crashes the compiler`_ (or an LLVM pass), or if the 49 * ``-O0 -emit-llvm``: If ``clang`` still crashes when passed these 54 * ``-emit-llvm``: If ``clang`` crashes with this option (which disables 86 If you find that a bug crashes in the optimizer, compile your test-case to a 114 If you find a bug that crashes clang in the code generator, compile your 134 the "foo.bc" file and the option that llc crashes with.
|
D | Bugpoint.rst | 12 can be used to debug three types of failures: optimizer crashes, miscompilations 15 For example, if ``opt`` crashes while optimizing a file, it will identify the 48 selected code generator crashes, ``bugpoint`` starts the `crash debugger`_ on 65 If an optimizer or code generator crashes, ``bugpoint`` will try as hard as it 66 can to reduce the list of passes (for optimizer crashes) and the size of the 145 crashes before you see its "All input ok" message, you might try ``llvm-link 146 -v`` on the same set of input files. If that also crashes, you may be
|
/external/protobuf/ |
D | protobuf-lite.pc.in | 11 # Commented out because it crashes pkg-config *sigh*:
|
D | protobuf.pc.in | 11 # Commented out because it crashes pkg-config *sigh*:
|
/external/clang/test/CodeGenObjC/ |
D | simplify-exceptions.mm | 6 // <rdar://problem/7471679> [irgen] [eh] Exception code built with clang (x86_64) crashes
|
/external/chromium_org/chrome/common/extensions/api/ |
D | schemas.gypi | 106 # APIs that are causing crashes on athena. 107 # TODO(oshima): Fix crashes and add them back. crbug.com/414340.
|
/external/valgrind/main/docs/internals/ |
D | 3_0_BUGSTATUS.txt | 11 111554 valgrind crashes with Cannot allocate memory 134 113642 New: valgrind crashes when trying to read debug information 198 102202 valgrind crashes when realloc'ing until out of memory 372 115496 glibc crashes trying to use sysinfo page 459 110652 AMD64 valgrind crashes on cwtd instruction 465 110653 AMD64 valgrind crashes on sarb $0x4,foo(%rip) instruction
|
/external/lldb/test/lang/objc/blocks/ |
D | ivars-in-blocks.m | 43 // Interesting... Apparently you can't make a block in your init method. This crashes...
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2010-02-24-BigStack.ll | 3 ; Make sure the whole stack frame is addrerssable wiothout scavenger crashes.
|
/external/chromium_org/components/crash/app/ |
D | breakpad_mac.mm | 132 // below crashes as desired. 212 // In the main application (the browser process), crashes can be passed to 214 // when the application crashes, and provide the user with the option to 226 // This can catch crashes in the browser process only.
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | different-type-ivs.ll | 2 ; Test to make sure that loop-reduce never crashes on IV's
|
D | 2013-01-05-IndBr.ll | 3 ; Indirect branch in the preheader crashes replaceCongruentIVs.
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | walcrash2.test | 23 # existed at one point: If a process crashes mid-transaction, it may have 27 # if the process crashes, the transaction is implicitly rolled back and
|