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

1 2 3 4 5 67 8 91011>>

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p3.cpp 91 int& crash = fail; variable
  /frameworks/native/include/powermanager/
IPowerManager.h 52 CRASH = IBinder::FIRST_CALL_TRANSACTION + 20,
71 virtual status_t crash(const String16& message) = 0;
  /external/clang/test/PCH/
cxx-templates.h 323 void crash() { function in namespace:rdar15468709a
339 void crash() { function in namespace:rdar15468709b
355 void crash() { function in namespace:rdar15468709c
  /prebuilts/go/darwin-x86/src/runtime/
runtime1.go 16 // are the "crash" and "all" settings and the remaining
33 // If crash is set, crash (core dump, etc) after tracebacking.
36 func gotraceback() (level int32, all, crash bool) {
44 crash = t&tracebackCrash != 0
426 case "crash":
  /prebuilts/go/linux-x86/src/runtime/
runtime1.go 16 // are the "crash" and "all" settings and the remaining
33 // If crash is set, crash (core dump, etc) after tracebacking.
36 func gotraceback() (level int32, all, crash bool) {
44 crash = t&tracebackCrash != 0
426 case "crash":
  /cts/tools/dasm/src/java_cup/
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();
  /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
MemoryUsageTest.java 267 for (ProcessErrorStateInfo crash : crashes) {
268 if (!crash.processName.equals(processName))
271 Log.w(TAG, appName + " crashed: " + crash.shortMsg);
272 results.putString(mNameToResultKey.get(appName), crash.shortMsg);
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgePowerManager.java 75 public void crash(String arg0) throws RemoteException { method in class:BridgePowerManager
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
atomic.go 42 x = atomic.AddUint64() // Used to make vet crash; now silently ignored.
  /prebuilts/go/darwin-x86/src/debug/plan9obj/
file_test.go 77 _, err := Open(filename) // don't crash
  /prebuilts/go/darwin-x86/src/errors/
errors_test.go 22 // Same allocation should be equal to itself (not crash).
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_s390x.s 131 // Crash if the input size is less than 64-bytes.
133 BLT crash
251 crash: label
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
traceback.go 7 // This program will crash.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug273.go 28 println("didn't crash: ", desc)
issue11656.go 49 // We want to force an illegal instruction, to get a crash
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
atomic.go 42 x = atomic.AddUint64() // Used to make vet crash; now silently ignored.
  /prebuilts/go/linux-x86/src/debug/plan9obj/
file_test.go 77 _, err := Open(filename) // don't crash
  /prebuilts/go/linux-x86/src/errors/
errors_test.go 22 // Same allocation should be equal to itself (not crash).
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_s390x.s 131 // Crash if the input size is less than 64-bytes.
133 BLT crash
251 crash: label
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
traceback.go 7 // This program will crash.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug273.go 28 println("didn't crash: ", desc)
issue11656.go 49 // We want to force an illegal instruction, to get a crash
  /system/core/debuggerd/crasher/
crasher.cpp 127 noinline int crash(int a) { function
169 fprintf(stderr, " nostack crash with a NULL stack pointer\n");
194 fprintf(stderr, " SIGSEGV cause a SIGSEGV at address 0x0 (synonym: crash)\n");
242 } else if (!strcasecmp(arg, "crash") || !strcmp(arg, "SIGSEGV")) {
243 return crash(42);

Completed in 2749 milliseconds

1 2 3 4 5 67 8 91011>>