Home
last modified time | relevance | path

Searched refs:crashes (Results 1 – 25 of 162) sorted by relevance

1234567

/external/chromium/chrome/browser/resources/
Dcrashes.js20 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/
DREADME10 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/
Dcrashes_ui.cc170 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/
Dcrash_upload_list.cc93 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
Dcrash_upload_list.h54 std::vector<CrashInfo>* crashes);
63 std::vector<CrashInfo>& crashes();
Dcrash_upload_list_win.cc75 crashes().push_back( in ProcessPossibleCrashLogRecord()
/external/libpng/
DKNOWNBUG14 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/
Dforeign-iframe-main-expected.txt1 Test for <rdar://problem/6284708> AppCache crashes in ApplicationCacheResource::addType().
/external/webkit/Tools/iExploder/iexploder-1.3.2/
DREADME.txt91 $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/
DHowToSubmitABug.rst14 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.
DBugpoint.rst12 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/
Dmozilla6 about:crashes
/external/protobuf/
Dprotobuf-lite.pc.in11 # Commented out because it crashes pkg-config *sigh*:
Dprotobuf.pc.in11 # Commented out because it crashes pkg-config *sigh*:
/external/chromium/chrome/browser/ui/cocoa/
Dgradient_button_cell_unittest.mm36 // Test drawing, mostly to ensure nothing leaks or crashes.
46 // Test hover, mostly to ensure nothing leaks or crashes.
Dprofile_menu_button_unittest.mm95 // Test drawing, mostly to ensure nothing leaks or crashes.
107 // nothing leaks or crashes when displaying the button in its pressed state.
Dbackground_gradient_view_unittest.mm41 // Test drawing, mostly to ensure nothing leaks or crashes.
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_toolbar_view_unittest.mm124 // 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/
Dsimplify-exceptions.mm6 // <rdar://problem/7471679> [irgen] [eh] Exception code built with clang (x86_64) crashes
/external/webkit/Tools/iExploder/iexploder-1.7.2/
DREADME.txt25 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/
D3_0_BUGSTATUS.txt11 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/
Dmetrics_log.cc179 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/
D2010-02-24-BigStack.ll3 ; Make sure the whole stack frame is addrerssable wiothout scavenger crashes.
/external/llvm/test/Transforms/LoopStrengthReduce/
Ddifferent-type-ivs.ll2 ; Test to make sure that loop-reduce never crashes on IV's
/external/v8/test/cctest/
Dcctest.status64 # BUG(355): Test crashes on ARM.
72 # BUG(1075): Unresolved crashes.

1234567