HomeSort by relevance Sort by last modified time
    Searched refs:fault (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/strace/tests/
qual_fault.test 3 # Check that fault injection works properly.
45 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 +
    [all...]
filtering_syscall-syntax.test 62 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"
qual_fault-syntax.test 3 # Check -e fault= syntax.
40 "strace -e fault=$* failed to handle an argument error properly"
96 $STRACE -e fault="$arg" true 2> "$LOG" &&
98 LC_ALL=C grep -F 'invalid fault argument' < "$LOG" > /dev/null ||
  /external/strace/tests-m32/
qual_fault.test 3 # Check that fault injection works properly.
45 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 +
    [all...]
filtering_syscall-syntax.test 62 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"
qual_fault-syntax.test 3 # Check -e fault= syntax.
40 "strace -e fault=$* failed to handle an argument error properly"
96 $STRACE -e fault="$arg" true 2> "$LOG" &&
98 LC_ALL=C grep -F 'invalid fault argument' < "$LOG" > /dev/null ||
  /external/strace/tests-mx32/
qual_fault.test 3 # Check that fault injection works properly.
45 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 +
    [all...]
filtering_syscall-syntax.test 62 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"
qual_fault-syntax.test 3 # Check -e fault= syntax.
40 "strace -e fault=$* failed to handle an argument error properly"
96 $STRACE -e fault="$arg" true 2> "$LOG" &&
98 LC_ALL=C grep -F 'invalid fault argument' < "$LOG" > /dev/null ||
  /external/tcpdump/tests/
isis-seg-fault-1-v.sh 8 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/linux-kselftest/tools/testing/selftests/vm/
run_vmtests 160 echo "running on-fault-limit"
162 sudo -u nobody ./on-fault-limit
Makefile 19 TEST_GEN_FILES += on-fault-limit
  /external/syzkaller/prog/
parse_test.go 33 if ent.Fault || ent.FaultCall != 0 || ent.FaultNth != 0 {
34 t.Fatalf("fault injection enabled")
70 if ent.Fault || ent.FaultCall != 0 || ent.FaultNth != 0 {
71 t.Fatalf("prog %v has fault injection enabled", i)
117 const execLog = `2015/12/21 12:18:05 executing program 1 (fault-call:1 fault-nth:55):
126 if !ent.Fault {
127 t.Fatalf("fault injection is not enabled")
130 t.Fatalf("fault call: got %v, want 1", ent.FaultCall)
133 t.Fatalf("fault nth: got %v, want 55", ent.FaultNth
    [all...]
parse.go 17 Fault bool // program was executed with fault injection in FaultCall/FaultNth
46 if faultCall, ok := extractInt(line, "fault-call:"); ok {
47 ent.Fault = true
49 ent.FaultNth, _ = extractInt(line, "fault-nth:")
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapEnvelope.java 179 // insert fault generation code here
182 && parser.getName().equals("Fault")) {
184 SoapFault fault; local
186 fault = new SoapFault(this.version);
188 fault = new SoapFault12(this.version);
190 fault.parse(parser);
191 bodyIn = fault;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/
PageFaultHandler.asm 2 ; This is the assembly code for page fault handler hook.
68 ; NULL if the page fault is handled by PageFaultHandler
69 ; OriginalHandler address if the page fault is not handled by PageFaultHandler
PageFaultHandler.S 2 # This is the assembly code for page fault handler hook.
65 # NULL if the page fault is handled by PageFaultHandler
66 # OriginalHandler address if the page fault is not handled by PageFaultHandler
  /external/ltp/testcases/kernel/syscalls/mount/
mount02.c 64 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/linux-kselftest/android/
kselftest_test_list.mk 54 kselftest_vm_tests_on-fault-limit \
  /external/google-breakpad/src/client/windows/unittests/
crash_generation_server_test.cc 139 void DoTestFault(ClientFault fault) {
141 ASSERT_NO_FATAL_FAILURE(FaultyClient(fault));
142 ASSERT_NO_FATAL_FAILURE(FaultyClient(fault));
143 ASSERT_NO_FATAL_FAILURE(FaultyClient(fault));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SimpleXMLRPCServer.py 103 from xmlrpclib import Fault
265 except Fault, fault:
266 response = xmlrpclib.dumps(fault, allow_none=self.allow_none,
272 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),
365 except Fault, fault:
367 {'faultCode' : fault.faultCode,
368 'faultString' : fault.faultString}
634 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),
    [all...]
  /external/python/cpython2/Lib/
SimpleXMLRPCServer.py 103 from xmlrpclib import Fault
265 except Fault, fault:
266 response = xmlrpclib.dumps(fault, allow_none=self.allow_none,
272 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),
365 except Fault, fault:
367 {'faultCode' : fault.faultCode,
368 'faultString' : fault.faultString}
637 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value))
    [all...]
  /external/syzkaller/pkg/report/
fuchsia.go 95 if bytes.Contains(line, []byte("Supervisor Page Fault exception")) {
96 rep.Title = "Supervisor fault"
101 if bytes.Contains(line, []byte("double fault")) {
102 rep.Title = "double fault"
  /bionic/libc/kernel/uapi/misc/
cxl.h 118 struct cxl_event_data_storage fault; member in union:cxl_event::__anon1327
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.asm 203 ; Double fault causes an error code to be pushed so no phony push necessary
229 ; Stack fault causes an error code to be pushed so no phony push necessary
236 ; GP fault causes an error code to be pushed so no phony push necessary
243 ; Page fault causes an error code to be pushed so no phony push necessary
543 Int8String db "08h Double fault -",0
547 Int12String db "0Ch Stack fault -",0
548 Int13String db "0Dh General protection fault -",0
549 Int14String db "0Eh Page fault -",0

Completed in 1446 milliseconds

1 2 3 4