Home
last modified time | relevance | path

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

1234

/external/chromium_org/third_party/tlslite/scripts/
Dtls.py66 for fault in Fault.clientSharedKeyFaults + Fault.genericFaults:
68 connection.fault = fault
71 print " Good Fault %s" % (Fault.faultNames[fault])
73 print " BAD FAULT %s: %s" % (Fault.faultNames[fault], str(e))
83 for fault in Fault.clientSrpFaults + Fault.genericFaults:
85 connection.fault = fault
88 print " Good Fault %s" % (Fault.faultNames[fault])
90 print " BAD FAULT %s: %s" % (Fault.faultNames[fault], str(e))
110 for fault in Fault.clientSrpFaults + Fault.genericFaults:
112 connection.fault = fault
[all …]
/external/oprofile/module/x86/
Dop_nmi.c203 goto fault; in pmc_save_registers()
208 goto fault; in pmc_save_registers()
212 goto fault; in pmc_save_registers()
217 goto fault; in pmc_save_registers()
234 fault: in pmc_save_registers()
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
Dnacl.scons10 # however, run it without any fault injection to ensure that we don't
37 # test, and a "fault-injected" version -- essentially this test is
38 # simple and in the same repository as the core NaCl where the fault
/external/valgrind/main/none/tests/s390x/
Dop00.stderr.exp19 warning about a bad jump, it's probably your program's fault.
11 i.e. it's Valgrind's fault. If you think this is the case or
Dop00.stderr.exp29 warning about a bad jump, it's probably your program's fault.
11 i.e. it's Valgrind's fault. If you think this is the case or
/external/valgrind/main/gdbserver_tests/
Dmcsignopass.stdoutB.exp2 SIGSEGV Yes Yes No Segmentation fault
52 SIGSEGV No Yes Yes Segmentation fault
/external/chromium_org/third_party/tlslite/tlslite/
DTLSConnection.py443 if srpUsername and self.fault == Fault.badUsername:
445 if password and self.fault == Fault.badPassword:
450 if self.fault == Fault.badIdentifier:
453 elif self.fault == Fault.badSharedKey:
798 if self.fault == Fault.badA:
834 if self.fault == Fault.badPremasterPadding:
836 if self.fault == Fault.shortPremasterSecret:
899 if self.fault == Fault.badVerifyMessage:
1633 if not self.fault:
1667 if alert.description not in Fault.faultAlerts[self.fault]:
DTLSRecordLayer.py162 self.fault = None
517 if self.fault == Fault.badMAC:
536 if self.fault == Fault.badPadding:
1064 if self.fault == Fault.badFinished:
/external/chromium_org/third_party/sqlite/src/test/
Dpagerfault.test32 # Test fault-injection while rolling back a hot-journal file.
63 # Test fault-injection while rolling back a hot-journal file with a
108 # Test fault-injection while rolling back hot-journals that were created
169 # Test fault-injection as part of a vanilla, no-transaction, INSERT
186 # Test fault-injection as part of a commit when using journal_mode=PERSIST.
258 # Test fault-injection as part of a commit when using
480 # Test fault injection with a temporary database file.
508 # Test fault injection with transaction savepoints (savepoints created
556 # Test fault injection when writing to a database file that resides on
622 # Test fault injection when SQLite opens a database where the size of the
[all …]
Dsysfault.test40 proc vfsfault_injectstart_t {iFail} { test_syscall fault $iFail 0 }
41 proc vfsfault_injectstart_p {iFail} { test_syscall fault $iFail 1 }
42 proc vfsfault_injectstop {} { test_syscall fault }
Dwal4.test54 # a fault was injected. Test these assertions:
Dpagerfault2.test13 # fault conditions (OOM, IO error, disk full etc.). They are similar
Dwalfault.test65 # Test case walfault-2-* tests fault injection during recovery of a
101 # Test fault injection while writing and checkpointing a small WAL file.
374 # Test fault injection while checkpointing a large WAL file, if the
522 # Test fault-handling when wrapping around to the start of a WAL file.
Dtkt-b72787b1.test64 # the following compound SELECT, which would cause a fault when the
Dvacuum4.test13 # assertion fault while VACUUMing an auto_vacuumed database with
/external/oprofile/module/ia64/
Dop_pmu.c503 goto fault; in pmu_save_registers()
508 goto fault; in pmu_save_registers()
516 fault: in pmu_save_registers()
/external/llvm/test/Linker/
D2003-11-18-TypeResolution.ll4 ; little symbol table. This is causing llvm-link to die, at no fault of its
/external/llvm/test/CodeGen/AArch64/
Dregress-f128csel-flags.ll5 ; of the same flags gave an internal fault here.
Dregress-wzr-allocatable.ll4 ; it at O0 and then generated an internal fault (mostly incidentally)
/external/mksh/
DNOTICE21 * of said person’s immediate fault when using the work as intended.
/external/valgrind/main/coregrind/
Dm_signals.c2327 Addr fault; in extend_stack_if_appropriate() local
2335 fault = (Addr)info->VKI_SIGINFO_si_addr; in extend_stack_if_appropriate()
2337 seg = VG_(am_find_nsegment)(fault); in extend_stack_if_appropriate()
2345 info->si_code, fault, tid, esp); in extend_stack_if_appropriate()
2349 info->si_code, fault, tid, esp, seg->start, seg->end); in extend_stack_if_appropriate()
2359 && fault >= fault_mask(esp - VG_STACK_REDZONE_SZB)) { in extend_stack_if_appropriate()
2369 VG_PGROUNDDN(fault)); in extend_stack_if_appropriate()
2373 tid, fault); in extend_stack_if_appropriate()
/external/libvorbis/doc/
Dvorbis-errors.txt21 OV_EFAULT Internal logic fault; indicates a bug or heap/stack
/external/qemu/docs/
DANDROID-TRACING.TXT63 condition (e.g. a signal, a page fault, etc...), instead of reaching its end.
/external/chromium_org/third_party/sqlite/src/
DMakefile.in167 expr.lo fault.lo fkey.lo \
212 $(TOP)/src/fault.c \
588 fault.lo: $(TOP)/src/fault.c $(HDR)
589 $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/fault.c
/external/kernel-headers/original/linux/
Dcdrom.h1019 __u8 fault : 1; member
1028 __u8 fault : 1;

1234