HomeSort by relevance Sort by last modified time
    Searched refs:crash (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /system/core/debuggerd/
vfp-crasher.c 3 extern void crash(void);
5 crash();
vfp.S 3 .global crash
4 .type crash, %function
5 crash: label
  /external/clang/test/Index/
crash-recovery.c 2 // RUN: FileCheck < %t.err -check-prefix=CHECK-LOAD-SOURCE-CRASH %s
3 // CHECK-LOAD-SOURCE-CRASH: Unable to load translation unit
5 // REQUIRES: crash-recovery
7 #pragma clang __debug crash
  /external/clang/test/Index/Inputs/
crash-recovery-code-complete-remap.c 3 // RUN: -remap-file="%s;%S/Inputs/crash-recovery-code-complete-remap.c" \
5 // RUN: FileCheck < %t.err -check-prefix=CHECK-CODE-COMPLETE-CRASH %s
6 // CHECK-CODE-COMPLETE-CRASH: Unable to reparse translation unit
12 #pragma clang __debug crash
crash-recovery-reparse-remap.c 8 #pragma clang __debug crash
  /cts/tools/dasm/src/java_cup/
internal_error.java 15 public void crash() method in class:internal_error
terminal.java 34 // initializers, so we do a crash instead
37 (new internal_error("Duplicate terminal (" + nm + ") created")).crash();
  /external/clang/test/PCH/
chain-friend-instantiation.cpp 45 struct crash { struct
48 crash(const TClass<std::s> p) function in struct:crash
58 crash c(p);
  /external/chromium/chrome/browser/resources/
crashes.js 16 * @param {boolean} enabled Whether or not crash reporting is enabled.
36 var crash = crashes[i];
41 crash['id']);
45 crash['time']);
50 'template=Crash%20Report&comment=' +
54 'URL%20(if%20applicable)%20where%20crash%20occurred:%20%0A%0A' +
55 'Can%20you%20reproduce%20this%20crash?%0A%0A' +
56 'What%20steps%20will%20reproduce%20this%20crash%20' +
58 '%20just%20before%20the%20crash)?%0A1.%0A2.%0A3.%0A%0A' +
62 crash['id']
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
clear-watch-invalid-id-crash.js 1 description("Tests for a crash when clearWatch() is called with a zero ID.<br><br>We call clearWatch() with a request in progress then navigate the page. This accesses the watchers map during cleanup and triggers the crash. This page should not be visible when the test completes.");
timeout-clear-watch.js 1 description("Tests that when a watch times out and is cleared from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
callback-to-deleted-context.js 1 description("Tests that when a Geolocation request is made from a remote frame, and that frame's script context goes away before the Geolocation callback is made, the callback is not made. If the callback is attempted, a crash will occur.");
disconnected-frame-already.js 1 description("Tests that when a request is made on a Geolocation object after its frame has been disconnected, no callbacks are made and no crash occurs.");
window-close-crash.js 27 testPassed("Success - no crash!");
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
event-after-navigation.js 1 description('Tests for a crash where an event is fired after the page has been navigated away when the original page is in the page cache.');
  /external/webkit/LayoutTests/fast/events/touch/resources/
touch-stale-node-crash.js 10 description("If this test does not crash then you pass!");
  /bionic/libc/arch-arm/bionic/
_exit_with_stack_teardown.S 48 @ exit() should never return, cause a crash if it does
  /external/chromium/chrome/browser/ui/webui/
crashes_ui.cc 123 // Returns whether or not crash reporting is enabled.
175 DictionaryValue* crash = new DictionaryValue(); local
176 crash->SetString("id", i->crash_id);
177 crash->SetString("time",
179 crash_list.Append(crash);
  /external/llvm/test/Bindings/Ocaml/
ext_exc.ml 6 (* this used to crash, we must not use 'external' in .mli files, but 'val' if we
  /frameworks/base/core/java/android/os/
IPowerManager.aidl 43 void crash(String message);
  /packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
CrashingSuggestionProvider.java 58 if ("crash".equals(query)) {
85 R.drawable.crash,
95 "Enter 'crash', 'exit', 'icon' or 'icon2'",
96 R.drawable.crash,
97 "To make me crash",
  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 2 'This test checks if repeated string concatenation causes an exception (and not a crash). From WebKit Bug <a href="http://bugs.webkit.org/show_bug.cgi?id=11131">Repeated string concatenation results in OOM crash</a>.'
11 'We also verify that the the string is stil functional after the out of memory exception is raised. In <a href="rdar://problem/5352887">rdar://problem/5352887</a>, accessing the string after the exception would crash.'
  /development/tools/emulator/opengl/tests/ut_renderer/
Android.mk 20 # is called would cause a crash if the texture dimensions have not been
  /external/webkit/Tools/Scripts/webkitpy/common/net/
layouttestresults_unittest.py 48 <td><a href="/var/lib/buildbot/build/gtk-linux-64-release/build/LayoutTests/accessibility/aria-activedescendant-crash.html">accessibility/aria-activedescendant-crash.html</a></td>
49 <td><a href="accessibility/aria-activedescendant-crash-stderr.txt">stderr</a></td>
  /external/clang/test/Sema/
enum.c 114 void crash(enum E* e) // expected-warning {{declaration of 'enum E' will not be visible outside of this function}} \ function

Completed in 452 milliseconds

1 2 3 4