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

1 2 3

  /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
  /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();
lr_item_core.java 258 /* can't throw here since super class doesn't, so we crash instead */
262 e.crash();
non_terminal.java 34 // initializers, so we crash instead
37 (new internal_error("Duplicate non-terminal ("+nm+") created")).crash();
symbol_set.java 170 /* can't throw the error (because super class doesn't), so we crash */
171 e.crash();
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
driver_test.py 49 crash, timeout, checksum, output, err = \
51 print "crash: " + str(crash)
  /bionic/libc/arch-arm/bionic/
_exit_with_stack_teardown.S 53 @ exit() should never return, cause a crash if it does
  /frameworks/base/core/java/android/os/
IPowerManager.aidl 40 void crash(String message);
  /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.'
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
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.");
permission-denied-already-clear-watch.js 1 description("Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is cleared in the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_shell_thread.py 52 crash, timeout, test_run_time, actual_checksum,
64 output_dir: directory to put crash stack traces into
76 if crash:
81 if crash:
101 # Don't add any more failures if we already have a crash, so we don't
104 if not crash:
134 output_dir: Directory to put crash stacks into.
152 crash, timeout, actual_checksum, output, error = \
158 self._target, self._output_dir, crash, timeout, end - start,
414 crash, timeout, actual_checksum, output, error =
    [all...]
  /external/quake/quake/src/QW/client/
quakedef.h 143 void Host_ShutdownServer (qboolean crash);
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
chromium.py 195 crash = False
223 crash = True
245 return (crash, timeout, actual_checksum, ''.join(output),
mac.py 308 crash = False
345 crash = True
364 while not timeout and not crash and line.rstrip() != "#EOF":
369 crash = True
391 return (crash, timeout, actual_image_hash,
  /external/chromium/net/disk_cache/
disk_format.h 46 // In order to prevent dirty data to be used as valid (after a crash), every
90 int32 crash; // Signals a previous crash. member in struct:disk_cache::IndexHeader
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 376 public static native void crash(); method in class:VMDebug
  /external/v8/test/mjsunit/regress/
regress-1215653.js 28 // Make sure this doesn't crash the VM.
regress-220.js 30 // Ensure that compiling a declaration of a function does not crash.
regress-294.js 28 // Should not crash.
regress-318.js 28 // Should not crash or raise an exception.
regress-341.js 28 // Should not crash.
regress-349.js 28 // Should not crash.

Completed in 736 milliseconds

1 2 3