HomeSort by relevance Sort by last modified time
    Searched refs:crash (Results 126 - 150 of 372) sorted by null

1 2 3 4 56 7 8 91011>>

  /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
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_STT_FILE.s 7 # crash if we are relocating against a symbol that happens to have the
  /prebuilts/go/darwin-x86/src/crypto/aes/
asm_s390x.s 81 BGT crash
86 BLT crash // non-zero
91 BGT crash
133 crash: label
  /prebuilts/go/linux-x86/src/crypto/aes/
asm_s390x.s 81 BGT crash
86 BLT crash // non-zero
91 BGT crash
133 crash: label
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_arm.go 110 *(*int)(nil) = 0 // crash on unaligned uint64
125 *(*int)(nil) = 0 // crash on unaligned uint64
138 *(*int)(nil) = 0 // crash on unaligned uint64
151 *(*int)(nil) = 0 // crash on unaligned uint64
163 *(*int)(nil) = 0 // crash on unaligned uint64
  /prebuilts/go/darwin-x86/src/runtime/
signal_sighandler.go 14 // GOTRACEBACK=crash when a signal is received.
120 // crash below. Just in case the relaying gets botched, each m involved in
121 // the relay sleeps for 5 seconds and then does the crash/exit itself.
123 // crash/exit and the process is gone, all long before any of the
129 crash()
signal_windows.go 113 // current exception. lastcontinuehandler will print crash info and exit.
145 crash()
216 func crash() { func
218 // to make the Windows program abort/crash as it
223 // It's okay to leave this empty for now: if crash returns
print.go 33 // runtime leading up to a process crash, allowing the messages to be
36 // The text written during a process crash (following "panic" or "fatal
60 // call print recursively. There is also the problem of a crash
62 // the print lock to print information about the crash.
runtime_unix_test.go 53 // If the program didn't crash, we passed.
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_arm.go 110 *(*int)(nil) = 0 // crash on unaligned uint64
125 *(*int)(nil) = 0 // crash on unaligned uint64
138 *(*int)(nil) = 0 // crash on unaligned uint64
151 *(*int)(nil) = 0 // crash on unaligned uint64
163 *(*int)(nil) = 0 // crash on unaligned uint64
  /prebuilts/go/linux-x86/src/runtime/
signal_sighandler.go 14 // GOTRACEBACK=crash when a signal is received.
120 // crash below. Just in case the relaying gets botched, each m involved in
121 // the relay sleeps for 5 seconds and then does the crash/exit itself.
123 // crash/exit and the process is gone, all long before any of the
129 crash()
signal_windows.go 113 // current exception. lastcontinuehandler will print crash info and exit.
145 crash()
216 func crash() { func
218 // to make the Windows program abort/crash as it
223 // It's okay to leave this empty for now: if crash returns
print.go 33 // runtime leading up to a process crash, allowing the messages to be
36 // The text written during a process crash (following "panic" or "fatal
60 // call print recursively. There is also the problem of a crash
62 // the print lock to print information about the crash.
runtime_unix_test.go 53 // If the program didn't crash, we passed.
  /cts/hostsidetests/incident/apps/errorsapp/jni/
Android.mk 24 LOCAL_SRC_FILES := crash-jni.c
  /external/libunwind/doc/
unw_destroy_addr_space.tex 25 undefined behavior (e.g., the application may crash).
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
aprof.go 7 // Test that SIGPROF received in C code does not crash the process
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16249.go 8 // the heap in a function that used defer. Program would crash with
issue4562.go 35 panic("did not crash")
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
aprof.go 7 // Test that SIGPROF received in C code does not crash the process
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16249.go 8 // the heap in a function that used defer. Program would crash with
issue4562.go 35 panic("did not crash")
  /external/autotest/client/site_tests/logging_CrashServices/
logging_CrashServices.py 9 from autotest_lib.client.cros.crash.crash_test import CrashTest
12 """Verifies crash collection for system services."""
21 # Removing tcsd crash with reference to crbug.com/380359
42 """Find if the crash dumps with appropriate extensions are created.
93 # wait for appropriate dump files in a crash directory.
  /external/autotest/client/site_tests/logging_UdevCrash/
logging_UdevCrash.py 8 from autotest_lib.client.cros.crash import crash_test
12 """Verify udev triggered crash works as expected."""
17 """Check proper Atmel trackpad crash reports are created."""
23 raise error.TestFail('Crash report %s has wrong name' %
34 raise error.TestFail('Crash report %s has wrong extension' %
48 raise error.TestFail('Crash report contains invalid '
55 """Test that atmel trackpad failure can trigger udev crash report."""
70 # failure. The uevent match rule in 99-crash-reporter.rules is
87 exception=error.TestFail('No valid Atmel crash reports'))
  /external/autotest/server/site_tests/logging_GenerateCrashFiles/
logging_GenerateCrashFiles.py 10 from autotest_lib.client.cros.crash.crash_test import CrashTest
15 """Tests if crash files are generated when crash is invoked."""
23 """Find if the crash dumps with appropriate extensions are created.
24 @param expected_extensions: matching crash file extensions.
25 @param existing files: state of crash dir before induced crash.
26 @param prefix: matching crash file prefix.
27 @raises TestFail error if crash files are not generated.
35 logging.info("Crash files diff: %s" % file_diff
    [all...]

Completed in 1289 milliseconds

1 2 3 4 56 7 8 91011>>