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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-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
crash_unix_test.go 61 cmd.Env = append(cmd.Env, "GOTRACEBACK=crash")
mfinal_test.go 113 // Verify we don't crash at least. golang.org/issue/6857
os3_plan9.go 132 crash()
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 326 private void crash() {
708 crash();
  /external/autotest/client/common_lib/cros/
autoupdater.py 683 # Kernel crash reports should be wiped between test runs, but
687 # Kernel crash reports will NOT be present if the crash happened
692 kernel_crashes = glob.glob('/var/spool/crash/kernel.*.kcrash')
695 logging.debug('Found %d kernel crash reports:',
697 # The crash names contain timestamps that may be useful:
699 for crash in kernel_crashes:
700 logging.debug(' %s', os.path.basename(crash))
  /external/libunwind/doc/
unw_resume.tex 33 crash).
  /external/valgrind/memcheck/tests/
leak-segv-jmp.stderr.exp 62 expecting heuristic not to crash after full mprotect
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type_test.go 127 // used to crash.
  /prebuilts/go/darwin-x86/src/runtime/
crash_unix_test.go 61 cmd.Env = append(cmd.Env, "GOTRACEBACK=crash")
mfinal_test.go 113 // Verify we don't crash at least. golang.org/issue/6857
os3_plan9.go 132 crash()
  /prebuilts/go/linux-x86/src/debug/dwarf/
type_test.go 127 // used to crash.
  /cts/tools/dasm/src/java_cup/
production.java 755 /* crash on internal error since we can't throw it from here (because
757 e.crash();
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 166 pm.crash("Crashed by BadBehaviorActivity");
168 Log.e(TAG, "Can't call IPowerManager.crash()", e);
192 Log.i(TAG, "Native crash pressed -- about to kill -11 self");
  /external/autotest/client/site_tests/logging_CrashSender/
logging_CrashSender.py 8 from autotest_lib.client.cros.crash import crash_test
58 # on a dev build because /tmp/crash-test-in-progress will exist.
63 # when booting in dev mode because /tmp/crash-test-in-progress will
71 """Test sending a single minidump crash report."""
147 not 'Crash reporting is disabled' in result['output'] or
158 raise error.TestFail('Crash uploader did not send on #%d' % i)
174 raise error.TestFail('Crash rate limiting did not take effect')
185 raise error.TestFail('Crash not sent even after 25hrs pass')
211 # because /tmp/crash-test-in-progress will exist.
290 # /tmp/crash-test-in-progress will exist
    [all...]
  /external/autotest/client/site_tests/logging_UserCrash/
logging_UserCrash.py 9 from autotest_lib.client.cros.crash import user_crash_test
19 """Verifies crash reporting for user processes."""
24 """Test that the core_pattern is set up by crash reporter."""
25 # Turn off crash filtering so we see the original setting.
36 if not self._log_reader.can_find('Enabling user crash handling'):
38 'user space crash handling was not started during last boot')
63 """Test a user space crash when running as chronos is handled."""
73 """Test a user space crash when running as root is handled."""
87 to_find = 'Received crash notification for ' + crasher_basename
89 to_find = 'Ignoring crash from ' + crasher_basenam
    [all...]
  /external/autotest/server/site_tests/enterprise_CFM_USBPeripheralHotplugDetect/
enterprise_CFM_USBPeripheralHotplugDetect.py 11 from autotest_lib.client.cros.crash.crash_test import CrashTest
16 _CRASH_PATHS = [CrashTest._SYSTEM_CRASH_DIR.replace("/crash",""),
17 CrashTest._FALLBACK_USER_CRASH_DIR.replace("/crash",""),
18 CrashTest._USER_CRASH_DIRS.replace("/crash","")]
188 @param CRASH_SIGNS: crash files to consider with these names
194 ignore_status=True)).find('crash') != -1:
195 crash_out = self.client.run('ls %s/crash/' % crash_path,
204 logging.info('CRASH DETECTED in %s/crash: %s',
229 self.crashes_list.append('New Warning or Crash Detected before '
    [all...]
  /external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
platform_ExternalUsbPeripherals.py 7 from autotest_lib.client.cros.crash.crash_test import CrashTest
14 _CRASH_PATHS = [CrashTest._SYSTEM_CRASH_DIR.replace("/crash",""),
15 CrashTest._FALLBACK_USER_CRASH_DIR.replace("/crash",""),
16 CrashTest._USER_CRASH_DIRS.replace("/crash","")]
151 @param crash_path: Crash files path
157 ignore_status=True)).find('crash') != -1:
158 crash_out = self.host.run('ls %s/crash/' % crash_path,
164 self.add_failure('CRASH DETECTED in %s/crash: %s' %
224 - for generated crash file
    [all...]
  /external/clang/tools/scan-build-py/libscanbuild/
report.py 250 crashes = (pretty(crash) for crash in read_crashes(output_dir))
372 """ Parse out the crash information from the report file. """
444 def predicate(crash):
447 encode_value(crash, 'source', lambda x: escape(chop(prefix, x)))
448 encode_value(crash, 'problem', escape)
449 encode_value(crash, 'file', lambda x: escape(chop(output_dir, x)))
450 encode_value(crash, 'info', lambda x: escape(chop(output_dir, x)))
451 encode_value(crash, 'stderr', lambda x: escape(chop(output_dir, x)))
452 return crash
    [all...]
  /packages/apps/TV/src/com/android/tv/ui/
TunableTvView.java 207 Log.w(TAG, "Session is released by crash");
328 // Add the crash info to add title of feedback automatically.
329 ApplicationErrorReport.CrashInfo crash = new
331 crash.exceptionClassName =
333 crash.exceptionMessage =
335 report.crashInfo = crash;
    [all...]
  /prebuilts/go/darwin-x86/test/chan/
select5.go 395 panic("<-dummy (and didn't crash saving result!)")
407 panic("<-nilch (and didn't crash saving result!)")
  /prebuilts/go/linux-x86/test/chan/
select5.go 395 panic("<-dummy (and didn't crash saving result!)")
407 panic("<-nilch (and didn't crash saving result!)")
  /external/autotest/client/cros/crash/
user_crash_test.py 25 Base class for tests that verify crash reporting for user processes. Shared
46 @param expected_version: Expected version included in the crash report,
48 @param force_user_crash_dir: Always look for crash reports in the crash
145 match = re.search(r'Crash reason:\s+(.*)', stack)
148 # We cannot yet determine the crash address when coming
153 match = re.search(r'Crash address:\s+(.*)', stack)
155 raise error.TestFail('Did not identify crash address %s' %
158 # Should identify crash at *(char*)0x16 assignment line
161 raise error.TestFail('Did not show crash line on stack'
    [all...]
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 110 crash with SIGPIPE when writing to a closed network connection.
130 the program to crash if the signal is received. Go programs routinely

Completed in 1565 milliseconds

1 2 3 4 5 6 7 891011>>