HomeSort by relevance Sort by last modified time
    Searched refs:crasher (Results 1 - 14 of 14) sorted by null

  /external/ltp/testcases/kdump/lib/
Makefile 2 $(MAKE) -C crasher
7 $(MAKE) -C crasher clean
test.sh 5 crasher=crasher
43 # Panic test 0 in crasher module: panic()
44 insmod "${crasher}"/crasher.ko
45 echo 0 >/proc/crasher
49 # Panic test 1 in crasher module: BUG()
50 insmod "${crasher}"/crasher.ko
51 echo 1 >/proc/crasher
    [all...]
  /external/autotest/client/cros/crash/crasher/
Makefile 6 SRC = crasher.cc
7 OBJS = crasher.o bomb.o
10 TGZ = crasher.tgz-unmasked
  /external/libunwind/tests/
run-coredump-unwind 39 cp crasher $TEMPDIR/crasher
41 add_minidebug $TEMPDIR/crasher
48 ./crasher backing_files
  /external/ltp/testcases/kdump/lib/crasher/
Makefile 1 obj-m := crasher.o
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
test_dump.py 25 def crasher(obj): function in function:TestDump.test_encode_mutated
27 self.assertEqual(self.dumps(a, default=crasher),
  /external/python/cpython2/Lib/json/tests/
test_dump.py 25 def crasher(obj): function in function:TestDump.test_encode_mutated
27 self.assertEqual(self.dumps(a, default=crasher),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_dump.py 25 def crasher(obj): function in function:TestDump.test_encode_mutated
27 self.assertEqual(self.dumps(a, default=crasher),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_dump.py 25 def crasher(obj): function in function:TestDump.test_encode_mutated
27 self.assertEqual(self.dumps(a, default=crasher),
  /external/python/cpython3/Lib/test/test_json/
test_dump.py 26 def crasher(obj): function in function:TestDump.test_encode_mutated
28 self.assertEqual(self.dumps(a, default=crasher),
  /external/chromium-trace/catapult/devil/devil/android/
crash_handler_devicetest.py 50 def crasher(): function in function:DeviceCrashTest.testCrashDuringCommand
67 reraiser_thread.RunAsync([crasher, victim]))
  /external/autotest/client/cros/crash/
user_crash_test.py 20 CRASHER = 'crasher_nobreakpad'
26 functionality includes installing a crasher executable, generating Breakpad
27 symbols, running the crasher process, and verifying collection and sending.
32 """Copy the crasher source code under |srcdir| and build it."""
33 src = os.path.join(os.path.dirname(__file__), 'crasher')
34 dest = os.path.join(self.srcdir, 'crasher')
59 """Extract the crasher and set its permissions.
61 crasher is only gzipped to subvert Portage stripping.
64 crasher is installed and run.
67 self._crasher_path = os.path.join(self.srcdir, 'crasher', CRASHER
    [all...]
  /external/google-breakpad/src/client/mac/tests/
exception_handler_test.cc 72 static void Crasher() {
84 static void SoonToCrash(void(*crasher)()) {
85 crasher();
114 SoonToCrash(aborting ? &AbortCrasher : &Crasher);
675 Crasher();
  /external/python/cpython3/Lib/unittest/test/testmock/
testpatch.py 1472 def crasher(): function in function:PatchTest.test_new_callable_failure
1530 def crasher(): function in function:PatchTest.test_patch_multiple_new_callable_failure
    [all...]

Completed in 486 milliseconds