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

1 2 3 4 5 6 78 91011>>

  /tools/loganalysis/src/com/android/loganalysis/item/
MonkeyLogItem.java 73 public static final String CRASH = "CRASH";
78 IS_FINISHED, NO_ACTIVITIES, INTERMEDIATE_COUNT, FINAL_COUNT, CRASH,
335 * or null if there was no crash.
338 return (MiscLogcatItem) getAttribute(CRASH);
345 public void setCrash(MiscLogcatItem crash) {
346 setAttribute(CRASH, crash);
  /external/autotest/site_utils/
generate_test_report 50 """Represents a crash that we want to ignore for now."""
155 Saves crash details if crashes are discovered. If a whitelist is
161 @return a list of crash entries to be reported.
166 'Received crash notification for ([-\w]+).+ (sig \d+)')
176 print 'Ignoring crash in %s for waiver that expires %s' % (
640 # Determine that there was a crash during this test.
642 for crash in result['crashes']:
643 if not crash in crashes:
644 crashes[crash] = set([])
645 crashes[crash].add(testdir
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorPeer.java 177 public void crash() throws RemoteException { method in class:ParcelFileDescriptorPeer
  /cts/tools/dasm/src/java_cup/
lalr_item_set.java 308 /* can't throw error from here (because superclass doesn't) so crash */
309 e.crash();
  /external/autotest/client/site_tests/logging_KernelCrash/
logging_KernelCrash.py 8 from autotest_lib.client.cros.crash import crash_test
13 Validates the contents of a kernel crash report.
19 if not self._log_reader.can_find('Enabling kernel crash handling'):
21 'Kernel does not support crash dumping'):
23 'Could not find kernel crash enabling message')
54 raise error.TestFail('Could not find kernel crash announcement')
61 'Kernel crash signature (%s) did not match expected pattern' %
82 raise error.TestFail('Crash report %s gone' % kcrash_report)
86 raise error.TestFail('Crash report has unexpected contents')
90 """Test that crash_sender properly sends the crash report.""
    [all...]
  /frameworks/native/services/powermanager/
IPowerManager.cpp 129 virtual status_t crash(const String16& message) function in class:android::BpPowerManager
134 return remote()->transact(CRASH, data, &reply, 0);
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 363 public static native void crash(); method in class:VMDebug
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_test.go 82 // a continual source of pain. Test that on 32-bit systems they crash
  /prebuilts/go/darwin-x86/test/
bigalg.go 121 // nothing to check; just verify it doesn't crash
recover4.go 43 // Turn the eventual fault into a panic, not a program crash,
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8048.go 40 // and the runtime will crash detecting a bad slice.
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_test.go 82 // a continual source of pain. Test that on 32-bit systems they crash
  /prebuilts/go/linux-x86/test/
bigalg.go 121 // nothing to check; just verify it doesn't crash
recover4.go 43 // Turn the eventual fault into a panic, not a program crash,
  /prebuilts/go/linux-x86/test/fixedbugs/
issue8048.go 40 // and the runtime will crash detecting a bad slice.
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
cfg_test.go 127 goto; // mustn't crash
  /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
cfg_test.go 127 goto; // mustn't crash
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
neon-omit.s 104 @ PR 11136 - this used to crash the assembler.
  /external/autotest/server/site_tests/platform_KernelErrorPaths/
platform_KernelErrorPaths.py 9 from autotest_lib.client.cros.crash.crash_test import CrashTest as CrashTestDefs
13 """Performs various kernel crash tests and makes sure that the expected
14 results are found in the crash report."""
39 @param trigger: the text string to write for triggering a crash
63 """ Enable consent so that crashes get stored in /var/spool/crash. """
112 # give the crash_reporter some time to log the crash
115 # check if dir /var/spool/crash exists on client or not
221 # Figure out which kernel crash interface is available.
222 interface = "/sys/kernel/debug/provoke-crash/DIRECT"
260 # Delete crash results, if an
    [all...]
  /frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
AppLaunch.java 554 for (ProcessErrorStateInfo crash : crashes) {
555 if (!crash.processName.equals(processName))
558 Log.w(TAG, appName + " crashed: " + crash.shortMsg);
559 mResult.putString(mNameToResultKey.get(appName), crash.shortMsg);
  /prebuilts/go/darwin-x86/src/cmd/go/
help.go 356 crash/
374 crash/bang/b.go cannot.
390 and a new foo/vendor/crash/bang directory added:
394 crash/
402 crash/
415 of "crash/bang" resolves to "foo/vendor/crash/bang", not the
416 top-level "crash/bang".
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 139 // bugs such as runtime memory corruption, so the default response is to crash
143 // that the runtime trigger only a panic, not a crash.
  /prebuilts/go/linux-x86/src/cmd/go/
help.go 356 crash/
374 crash/bang/b.go cannot.
390 and a new foo/vendor/crash/bang directory added:
394 crash/
402 crash/
415 of "crash/bang" resolves to "foo/vendor/crash/bang", not the
416 top-level "crash/bang".
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 139 // bugs such as runtime memory corruption, so the default response is to crash
143 // that the runtime trigger only a panic, not a crash.
  /prebuilts/go/darwin-x86/src/runtime/
extern.go 110 copier to crash the program if an invalid pointer value (for example, 1)
148 GOTRACEBACK=crash is like ``system'' but crashes in an operating system-specific
149 manner instead of exiting. For example, on Unix systems, the crash raises

Completed in 1704 milliseconds

1 2 3 4 5 6 78 91011>>