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

1 2 3 4 5

  /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/Headers/
crash.h 1 // Produce a crash if CRASH is defined.
2 #ifdef CRASH
3 # pragma clang __debug crash
  /external/clang/test/CodeGenCXX/
debug-info-globalinit.cpp 3 void crash() { function
9 crash();
debug-info-template-array.cpp 11 void crash() // Asserts function
  /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
  /external/clang/test/Driver/
output-file-cleanup.c 17 // REQUIRES: crash-recovery
19 #ifdef CRASH
20 #pragma clang __debug crash
  /ndk/tests/device/issue46718-iostream-crash-gnustl/jni/
Android.mk 4 LOCAL_MODULE := issue46718-iostream-crash-gnustl
5 LOCAL_SRC_FILES := issue46718-iostream-crash.cpp
  /ndk/tests/device/issue46718-iostream-crash-stlport/jni/
Android.mk 4 LOCAL_MODULE := issue46718-iostream-crash-stlport
5 LOCAL_SRC_FILES := issue46718-iostream-crash.cpp
  /cts/tools/dasm/src/java_cup/
internal_error.java 15 public void crash() method in class:internal_error
  /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.");
  /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!");
  /frameworks/base/core/java/android/os/
IPowerManager.aidl 42 void crash(String message);
  /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
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch-list-crash.js 1 description("This test ensures that WebKit doesn't crash when the document.createTouchList API is called with non-Touch parameters");
  /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.'
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtils.java 162 static void crash(final String filename, final Exception e) { method in class:BinaryDictOffdeviceUtils
185 crash(filename, new RuntimeException( method
201 crash(filename, e); method
203 crash(filename, e); method
205 crash(filename, e); method
207 crash(filename, e); method

Completed in 354 milliseconds

1 2 3 4 5