Home
last modified time | relevance | path

Searched refs:crasher (Results 1 – 25 of 44) sorted by relevance

12

/external/ltp/testcases/kdump/lib/
Dtest.sh5 crasher=crasher
44 insmod "${crasher}"/crasher.ko
45 echo 0 >/proc/crasher
50 insmod "${crasher}"/crasher.ko
51 echo 1 >/proc/crasher
56 insmod "${crasher}"/crasher.ko
58 echo 2 >/proc/crasher
64 insmod "${crasher}"/crasher.ko
65 echo 3 >/proc/crasher
DMakefile2 $(MAKE) -C crasher
7 $(MAKE) -C crasher clean
/external/libunwind/tests/
Drun-coredump-unwind39 cp crasher $TEMPDIR/crasher
41 add_minidebug $TEMPDIR/crasher
48 ./crasher backing_files
/external/autotest/client/cros/crash/crasher/
DMakefile6 SRC = crasher.cc
7 OBJS = crasher.o bomb.o
10 TGZ = crasher.tgz-unmasked
/external/python/cpython2/Lib/json/tests/
Dtest_dump.py25 def crasher(obj): function
27 self.assertEqual(self.dumps(a, default=crasher),
/external/python/cpython3/Lib/test/test_json/
Dtest_dump.py26 def crasher(obj): function
28 self.assertEqual(self.dumps(a, default=crasher),
/external/chromium-trace/catapult/devil/devil/android/
Dcrash_handler_devicetest.py50 def crasher(): function
67 reraiser_thread.RunAsync([crasher, victim]))
/external/ltp/testcases/kdump/lib/crasher/
DMakefile1 obj-m := crasher.o
/external/autotest/client/cros/crash/
Duser_crash_test.py256 crasher = subprocess.Popen(crasher_command,
260 output = crasher.communicate()[1]
261 exit_code = crasher.returncode
/external/ltp/testcases/kdump/doc/
D00_Descriptions.txt6 * crasher: This is a basic kdump functionality testing.
14 The crasher module tests kdump in following senarios.
DALL_TEST.txt1 The crasher module tests kdump in following scenarios.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dtwoaddrinstr.ll5 ; This was orriginally a crasher trying to schedule the instructions.
Dmisched-copy-arm.ll33 ; This case was a crasher in constrainLocalCopy.
/external/llvm/test/CodeGen/ARM/
Dtwoaddrinstr.ll5 ; This was orriginally a crasher trying to schedule the instructions.
Dmisched-copy-arm.ll33 ; This case was a crasher in constrainLocalCopy.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
D2016-04-17-combine.ll5 ; PR27390 crasher
/external/llvm/test/CodeGen/PowerPC/
D2016-04-17-combine.ll5 ; PR27390 crasher
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BlockFrequencyInfo/
Dextremely-likely-loop-successor.ll4 ; PR21622: Check for a crasher when the sum of exits to the same successor of a
/external/llvm/test/Analysis/BlockFrequencyInfo/
Dextremely-likely-loop-successor.ll4 ; PR21622: Check for a crasher when the sum of exits to the same successor of a
/external/libunwind/
D.gitignore45 tests/crasher
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddeleted-bit-piece.ll2 ; This is mainly a crasher for the revert in r234717. A debug info intrinsic
/external/llvm/test/DebugInfo/X86/
Ddeleted-bit-piece.ll2 ; This is mainly a crasher for the revert in r234717. A debug info intrinsic
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py1490 def crasher(): function
1494 @patch.object(Foo, 'foo', new_callable=crasher)
1499 @patch.object(Foo, 'foo', new_callable=crasher)
1507 @patch.object(Foo, 'foo', new_callable=crasher)
1548 def crasher(): function
1557 bad = patch.object(Foo, 'foo', new_callable=crasher)
/external/python/mock/mock/tests/
Dtestpatch.py1471 def crasher(): function
1475 @patch.object(Foo, 'foo', new_callable=crasher)
1480 @patch.object(Foo, 'foo', new_callable=crasher)
1488 @patch.object(Foo, 'foo', new_callable=crasher)
1529 def crasher(): function
1538 bad = patch.object(Foo, 'foo', new_callable=crasher)
/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc84 static void SoonToCrash(void(*crasher)()) { in SoonToCrash() argument
85 crasher(); in SoonToCrash()

12