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

12 3 4 5

  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
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!");
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/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>
  /sdk/emulator/opengl/tests/ut_renderer/
Android.mk 20 # is called would cause a crash if the texture dimensions have not been
  /system/core/debuggerd/
crasher.c 114 __attribute__((noinline)) int crash(int a) { function
129 if(!strcmp(arg,"crash")) return crash(42);
  /cts/tools/dasm/src/java_cup/
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/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
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgePowerManager.java 48 public void crash(String arg0) throws RemoteException { method in class:BridgePowerManager
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p3.cpp 91 int& crash = fail; variable
  /external/quake/quake/src/QW/client/
quakedef.h 143 void Host_ShutdownServer (qboolean crash);
  /external/v8/test/mjsunit/regress/
regress-117409.js 45 // and the backing store. Debug mode will crash here in set_elements accessor.
51 // Release mode will crash here when trying to visit parts of E as pointers.
regress-1531.js 29 // not crash or assert.
39 // backing store. Should not crash or assert.
regress-88591.js 28 // Regression test for a crash. A data property in the global object's
30 // prototype would crash or assert when seen by Runtime_DeclareContextSlot.
  /frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
AppLaunch.java 287 for (ProcessErrorStateInfo crash : crashes) {
288 if (!crash.processName.equals(processName))
291 Log.w(TAG, appName + " crashed: " + crash.shortMsg);
292 mResult.putString(mNameToResultKey.get(appName), crash.shortMsg);
  /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
MemoryUsageTest.java 226 for (ProcessErrorStateInfo crash : crashes) {
227 if (!crash.processName.equals(processName))
230 Log.w(TAG, appName + " crashed: " + crash.shortMsg);
231 results.putString(mNameToResultKey.get(appName), crash.shortMsg);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 48 self.crash = False
106 tests.add('failures/expected/crash.html', crash=True)
139 tests.add('failures/unexpected/crash.html', crash=True)
216 WONTFIX : failures/expected/crash.html = CRASH
233 WONTFIX SKIP : failures/expected/keyboard.html = CRASH
234 WONTFIX SKIP : failures/expected/exception.html = CRASH
445 test.actual_checksum, audio, crash=test.crash
    [all...]
chromium.py 460 crash = False
470 (line, crash) = self._write_command_and_read_line(input=cmd)
472 while not crash and line.rstrip() != "#EOF":
485 crash = True
508 (line, crash) = self._write_command_and_read_line(input=None)
519 crash=crash, test_time=run_time, timeout=timeout, error=''.join(error))
dryrun.py 139 return base.DriverOutput(text, image, checksum, audio, crash=False,
  /external/chromium/net/disk_cache/
disk_format.h 46 // In order to prevent dirty data to be used as valid (after a crash), every
93 int32 crash; // Signals a previous crash. member in struct:disk_cache::IndexHeader
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 344 public static native void crash(); method in class:VMDebug

Completed in 1835 milliseconds

12 3 4 5