/external/chromium/chrome/browser/resources/ |
D | crashes.js | 20 function updateCrashList(enabled, crashes, version) { argument 22 crashes.length); 35 for (var i = 0; i < crashes.length; i++) { 36 var crash = crashes[i]; 70 $('noCrashes').hidden = crashes.length != 0;
|
/external/webkit/Tools/mangleme/ |
D | README | 10 it crashes. 15 When the browser crashes, error-log should be examined for the last matching 17 remangle.cgi?hex_value from the browser again. If it crashes, you've reproduced
|
/external/chromium/chrome/browser/ui/webui/ |
D | crashes_ui.cc | 170 std::vector<CrashUploadList::CrashInfo> crashes; in UpdateUI() local 171 upload_list_->GetUploadedCrashes(50, &crashes); in UpdateUI() 173 for (std::vector<CrashUploadList::CrashInfo>::iterator i = crashes.begin(); in UpdateUI() 174 i != crashes.end(); ++i) { in UpdateUI()
|
/external/chromium/chrome/browser/ |
D | crash_upload_list.cc | 93 std::vector<CrashInfo>* crashes) { in GetUploadedCrashes() argument 96 std::back_inserter(*crashes)); in GetUploadedCrashes() 99 std::vector<CrashUploadList::CrashInfo>& CrashUploadList::crashes() { in crashes() function in CrashUploadList
|
D | crash_upload_list.h | 54 std::vector<CrashInfo>* crashes); 63 std::vector<CrashInfo>& crashes();
|
D | crash_upload_list_win.cc | 75 crashes().push_back( in ProcessPossibleCrashLogRecord()
|
/external/libpng/ |
D | KNOWNBUG | 14 3. September 4, 2007: There is a report that pngtest crashes on MacOS 10. 17 1) Compile without optimization (crashes are observed with
|
/external/webkit/LayoutTests/http/tests/appcache/ |
D | foreign-iframe-main-expected.txt | 1 Test for <rdar://problem/6284708> AppCache crashes in ApplicationCacheResource::addType().
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/ |
D | README.txt | 91 $HTML_MAX_TAGS subtests, but sometimes crashes are due to a combination 97 Many browser crashes are race conditions that are not easy to repeat. Some 98 crashes only happen when going from test 4 -> test 5 -> test 6. If you can't 102 That said, some crashes are due to race conditions that are very difficult
|
/external/llvm/docs/ |
D | HowToSubmitABug.rst | 14 the bug `crashes the compiler`_ (or an LLVM pass), or if the 49 * ``-O0 -emit-llvm``: If ``llvm-gcc`` still crashes when passed these 54 * ``-emit-llvm``: If ``llvm-gcc`` 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 llvm-gcc 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/webkit/Tools/iExploder/iexploder-1.7.2/src/protocols/ |
D | mozilla | 6 about:crashes
|
/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/chromium/chrome/browser/ui/cocoa/ |
D | gradient_button_cell_unittest.mm | 36 // Test drawing, mostly to ensure nothing leaks or crashes. 46 // Test hover, mostly to ensure nothing leaks or crashes.
|
D | profile_menu_button_unittest.mm | 95 // Test drawing, mostly to ensure nothing leaks or crashes. 107 // nothing leaks or crashes when displaying the button in its pressed state.
|
D | background_gradient_view_unittest.mm | 41 // Test drawing, mostly to ensure nothing leaks or crashes.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_toolbar_view_unittest.mm | 124 // Test drawing (part 1), mostly to ensure nothing leaks or crashes. 130 // Test drawing (part 2), mostly to ensure nothing leaks or crashes. 156 // Test drawing (part 3), mostly to ensure nothing leaks or crashes.
|
/external/clang/test/CodeGenObjC/ |
D | simplify-exceptions.mm | 6 // <rdar://problem/7471679> [irgen] [eh] Exception code built with clang (x86_64) crashes
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/ |
D | README.txt | 25 web browser, reproducing crashes, and writing test cases. This is 140 Many browser crashes are race conditions that are not easy to repeat. Some 141 crashes only happen when going from test 4 -> test 5 -> test 6. If you can't 145 That said, some crashes are due to race conditions that are very difficult
|
/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/chromium/chrome/browser/metrics/ |
D | metrics_log.cc | 179 int crashes = 0; in WritePluginStabilityElements() local 180 plugin_dict->GetInteger(prefs::kStabilityPluginCrashes, &crashes); in WritePluginStabilityElements() 181 WriteIntAttribute("crashcount", crashes); in WritePluginStabilityElements()
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2010-02-24-BigStack.ll | 3 ; Make sure the whole stack frame is addrerssable wiothout scavenger crashes.
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | different-type-ivs.ll | 2 ; Test to make sure that loop-reduce never crashes on IV's
|
/external/v8/test/cctest/ |
D | cctest.status | 64 # BUG(355): Test crashes on ARM. 72 # BUG(1075): Unresolved crashes.
|