Searched refs:crash (Results 1 - 25 of 44) sorted by relevance

12

/external/clang/test/Index/
H A Dcrash-recovery.c5 // REQUIRES: crash-recovery
7 #pragma clang __debug crash
/external/clang/test/Index/Inputs/Headers/
H A Dcrash.h1 // Produce a crash if CRASH is defined.
3 # pragma clang __debug crash
/external/clang/test/CodeGenCXX/
H A Ddebug-info-globalinit.cpp3 void crash() { function
9 crash();
H A Ddebug-info-template-array.cpp11 void crash() // Asserts function
/external/clang/test/Index/Inputs/
H A Dcrash-recovery-code-complete-remap.c3 // RUN: -remap-file="%s;%S/Inputs/crash-recovery-code-complete-remap.c" \
12 #pragma clang __debug crash
H A Dcrash-recovery-reparse-remap.c8 #pragma clang __debug crash
/external/clang/test/Driver/
H A Doutput-file-cleanup.c17 // REQUIRES: crash-recovery
20 #pragma clang __debug crash
/external/clang/test/PCH/
H A Dchain-friend-instantiation.cpp45 struct crash { struct
48 crash(const TClass<std::s> p) function in struct:crash
58 crash c(p);
/external/chromium/chrome/browser/resources/
H A Dcrashes.js16 * @param {boolean} enabled Whether or not crash reporting is enabled.
36 var crash = crashes[i];
41 crash['id']);
45 crash['time']);
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'];
/external/chromium/chrome/browser/ui/webui/
H A Dcrashes_ui.cc123 // 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/
H A Dext_exc.ml6 (* this used to crash, we must not use 'external' in .mli files, but 'val' if we
/external/clang/test/Sema/
H A Denum.c114 void crash(enum E* e) // expected-warning {{declaration of 'enum E' will not be visible outside of this function}} \ function
/external/llvm/lib/Support/Unix/
H A DProcess.inc157 // Disable crash reporting on Mac OS X 10.0-10.4
177 // Disable crash reporting on Mac OS X 10.5
H A DSignals.inc142 // we crash in our signal handler that the program will terminate immediately
240 // PrintStackTrace - In the case of a program crash or fault, print out a stack
302 // Environment variable to disable any kind of crash dialog.
323 // bypassing our crash recovery attempts. We work around this for anything in
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dtest.py48 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
445 test.actual_checksum, audio, crash=test.crash,
H A Ddryrun.py139 return base.DriverOutput(text, image, checksum, audio, crash=False,
H A Dchromium.py460 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))
/external/quake/quake/src/QW/client/
H A Dquakedef.h143 void Host_ShutdownServer (qboolean crash);
H A Dmodel.h395 model_t *Mod_ForName (char *name, qboolean crash);
/external/chromium/net/disk_cache/
H A Ddisk_format.h46 // 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
/external/llvm/lib/Support/Windows/
H A DProgram.inc352 // -2 indicates a crash or timeout as opposed to failure to execute.
366 // -2 indicates a crash or timeout as opposed to failure to execute.
/external/quake/quake/src/WinQuake/
H A Dhost.cpp341 if (crash = true), don't bother sending signofs
344 void SV_DropClient (qboolean crash) argument
350 if (!crash)
406 void Host_ShutdownServer(qboolean crash) argument
460 SV_DropClient(crash);
H A Dmodel.h375 model_t *Mod_ForName (const char *name, qboolean crash);
H A Dserver.h224 void SV_DropClient (qboolean crash);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dsingle_test_runner.py204 if driver_output.crash:
217 if driver_output.crash:
218 # Don't continue any more if we already have a crash.
284 # Don't continue any more if we already have crash or timeout.

Completed in 1281 milliseconds

12