Home
last modified time | relevance | path

Searched refs:fault (Results 1 – 25 of 266) sorted by relevance

1234567891011

/external/strace/tests-mx32/
Dqual_fault.test45 local trace fault err first step procs extra
47 fault=$1; shift
85 "$@" -e fault=$fault$when$error$suffix $extra \
99 for fault in writev desc,51; do
101 writev $fault "$err" '' '' 1 -efault=chdir
103 writev $fault "$err" '' '' 1 -efault=chdir -efault=none
106 writev $fault "$err" $F '' 1
108 writev $fault "$err" $F + 1
111 writev $fault "$err" $F $S 1
113 writev $fault "$err" $F $S 4
Dfiltering_syscall-syntax.test62 check_e "invalid system call '$1'" -e fault="$2"
66 check_e "invalid system call '$1'" -e fault="$2:"
67 check_e "invalid system call '$1'" -e fault="$2::"
68 check_e "invalid system call '$1'" -e fault="$2:::"
70 check_e "invalid system call '$1'" -e fault="$2:when=4"
/external/strace/tests/
Dqual_fault.test45 local trace fault err first step procs extra
47 fault=$1; shift
85 "$@" -e fault=$fault$when$error$suffix $extra \
99 for fault in writev desc,51; do
101 writev $fault "$err" '' '' 1 -efault=chdir
103 writev $fault "$err" '' '' 1 -efault=chdir -efault=none
106 writev $fault "$err" $F '' 1
108 writev $fault "$err" $F + 1
111 writev $fault "$err" $F $S 1
113 writev $fault "$err" $F $S 4
Dfiltering_syscall-syntax.test62 check_e "invalid system call '$1'" -e fault="$2"
66 check_e "invalid system call '$1'" -e fault="$2:"
67 check_e "invalid system call '$1'" -e fault="$2::"
68 check_e "invalid system call '$1'" -e fault="$2:::"
70 check_e "invalid system call '$1'" -e fault="$2:when=4"
/external/strace/tests-m32/
Dqual_fault.test45 local trace fault err first step procs extra
47 fault=$1; shift
85 "$@" -e fault=$fault$when$error$suffix $extra \
99 for fault in writev desc,51; do
101 writev $fault "$err" '' '' 1 -efault=chdir
103 writev $fault "$err" '' '' 1 -efault=chdir -efault=none
106 writev $fault "$err" $F '' 1
108 writev $fault "$err" $F + 1
111 writev $fault "$err" $F $S 1
113 writev $fault "$err" $F $S 4
Dfiltering_syscall-syntax.test62 check_e "invalid system call '$1'" -e fault="$2"
66 check_e "invalid system call '$1'" -e fault="$2:"
67 check_e "invalid system call '$1'" -e fault="$2::"
68 check_e "invalid system call '$1'" -e fault="$2:::"
70 check_e "invalid system call '$1'" -e fault="$2:when=4"
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dwineh-coreclr.ll20 ; } fault {
105 to label %catch2.ret unwind label %fault
106 fault:
108 %fault.pad = cleanuppad within %catch.pad2 [i32 undef]
120 invoke void @f(i32 6) [ "funclet"(token %fault.pad) ]
121 to label %fault.ret unwind label %finally
122 fault.ret:
123 cleanupret from %fault.pad unwind label %finally
221 ; Clause 5: call f(5) is guarded by fault
223 ; ^ flags (4 => fault handler)
[all …]
/external/llvm/test/CodeGen/X86/
Dwineh-coreclr.ll20 ; } fault {
105 to label %catch2.ret unwind label %fault
106 fault:
108 %fault.pad = cleanuppad within %catch.pad2 [i32 undef]
120 invoke void @f(i32 6) [ "funclet"(token %fault.pad) ]
121 to label %fault.ret unwind label %finally
122 fault.ret:
123 cleanupret from %fault.pad unwind label %finally
221 ; Clause 5: call f(5) is guarded by fault
223 ; ^ flags (4 => fault handler)
[all …]
/external/python/cpython3/Doc/library/
Dfaulthandler.rst11 This module contains functions to dump Python tracebacks explicitly, on a fault,
13 install fault handlers for the :const:`SIGSEGV`, :const:`SIGFPE`,
18 The fault handler is compatible with system fault handlers like Apport or the
19 Windows fault handler. The module uses an alternative stack for signal handlers
23 The fault handler is called on catastrophic cases and therefore can only use
61 Enable the fault handler: install handlers for the :const:`SIGSEGV`,
67 The *file* must be kept open until the fault handler is disabled: see
78 Disable the fault handler: uninstall the signal handlers installed by
83 Check if the fault handler is enabled.
157 Example of a segmentation fault on Linux with and without enabling the fault
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DFaultMaps.rst17 made to fault reliably if the check would have failed, and recovering
18 from such a fault by using a signal handler.
32 special "fault map" section. On Darwin this section is named
56 FailtKind describes the reason of expected fault. Currently three kind
59 1. ``FaultMaps::FaultingLoad`` - fault due to load from memory.
60 2. ``FaultMaps::FaultingLoadStore`` - fault due to instruction load and store.
61 3. ``FaultMaps::FaultingStore`` - fault due to store to memory.
113 fault once the application has reached a steady state. A standard way
124 fault.
/external/tcpdump/tests/
Disis-seg-fault-1-v.sh8 test_name=isis-seg-fault-1-v
17 if ./TESTonce $test_name isis-seg-fault-1.pcap isis-seg-fault-1-v.out '-v'
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
DSoapEnvelope.java184 SoapFault fault; in parseBody() local
186 fault = new SoapFault(this.version); in parseBody()
188 fault = new SoapFault12(this.version); in parseBody()
190 fault.parse(parser); in parseBody()
191 bodyIn = fault; in parseBody()
/external/igt-gpu-tools/tests/i915/
Di915_module_load.c232 inject_fault(const char *module_name, const char *opt, int fault) in inject_fault() argument
237 igt_assert(fault > 0); in inject_fault()
238 snprintf(buf, sizeof(buf), "%s=%d", opt, fault); in inject_fault()
247 igt_sysfs_scanf(dir, opt, "%d", &fault); in inject_fault()
250 igt_debug("Loaded '%s %s', result=%d\n", module_name, buf, fault); in inject_fault()
257 return fault; in inject_fault()
/external/google-breakpad/src/client/windows/unittests/
Dcrash_generation_server_test.cc139 void DoTestFault(ClientFault fault) { in DoTestFault() argument
141 ASSERT_NO_FATAL_FAILURE(FaultyClient(fault)); in DoTestFault()
142 ASSERT_NO_FATAL_FAILURE(FaultyClient(fault)); in DoTestFault()
143 ASSERT_NO_FATAL_FAILURE(FaultyClient(fault)); in DoTestFault()
/external/igt-gpu-tools/benchmarks/ezbench.d/
Dgem_exec_fault.test6 name="gem:exec:fault:$size"
10 name="gem:exec:fault:$size:forked"
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/
Dtest-lazy-anon-8p-touch14 # NOTE: get_mempolicy(...,'NODE|'ADDR) will fault in
19 # read pages to migrate on fault
Dtest-lazy-file-1m-touch2 # lazy migrate, then touch to fault
16 # NOTE: get_mempolicy(...,'NODE|'ADDR) will fault in
/external/llvm/docs/
DFaultMaps.rst17 made to fault reliably if the check would have failed, and recovering
18 from such a fault by using a signal handler.
32 special "fault map" section. On Darwin this section is named
107 fault once the application has reached a steady state. A standard way
118 fault.
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kgsl/adreno_cmdbatch_fault/
Dformat11 field:unsigned int fault; offset:16; size:4; signed:0;
13 print fmt: "ctx=%u ts=%u type=%s", REC->id, REC->timestamp, __print_symbolic(REC->fault, { 0, "none…
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/kgsl/adreno_cmdbatch_fault/
Dformat11 field:unsigned int fault; offset:16; size:4; signed:0;
13 print fmt: "ctx=%u ts=%u type=%s", REC->id, REC->timestamp, __print_symbolic(REC->fault, { 0, "none…
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/kgsl/adreno_cmdbatch_fault/
Dformat12 field:unsigned int fault; offset:20; size:4; signed:0;
14 print fmt: "ctx=%u ts=%u type=%s", REC->id, REC->timestamp, __print_symbolic(REC->fault, { 0, "none…
/external/ltp/testcases/kernel/syscalls/mount/
Dmount02.c64 static const char *fault = (void*)-1; variable
92 {&fault, &mntpoint, &fs_type, 0, EFAULT, NULL, NULL},
93 {&device, &mntpoint, &fault, 0, EFAULT, NULL, NULL},
/external/python/cpython2/Lib/
DSimpleXMLRPCServer.py265 except Fault, fault:
266 response = xmlrpclib.dumps(fault, allow_none=self.allow_none,
365 except Fault, fault:
367 {'faultCode' : fault.faultCode,
368 'faultString' : fault.faultString}
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2020-001.md1 ## TFSA-2020-001: Segmentation fault when converting a Python string to `tf.float16`
10 segmentation fault in eager mode as the format checks for this use case are only
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/AArch64/
Dpr31900.ll3 ; Reproducer for address space fault in the LoopVectorizer (pr31900). Added
5 ; datalayout to reproduce the fault.

1234567891011