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

1 2

  /external/valgrind/main/gdbserver_tests/
mcsignopass.stdoutB.exp 2 SIGSEGV Yes Yes No Segmentation fault
8 Program received signal SIGSEGV, Segmentation fault.
12 Program received signal SIGSEGV, Segmentation fault.
16 Program received signal SIGSEGV, Segmentation fault.
20 Program received signal SIGSEGV, Segmentation fault.
24 Program received signal SIGSEGV, Segmentation fault.
28 Program received signal SIGSEGV, Segmentation fault.
32 Program received signal SIGSEGV, Segmentation fault.
36 Program received signal SIGSEGV, Segmentation fault.
40 Program received signal SIGSEGV, Segmentation fault
    [all...]
mcsigpass.stdoutB.exp 2 Program received signal SIGSEGV, Segmentation fault.
6 Program received signal SIGSEGV, Segmentation fault.
  /external/chromium_org/third_party/tlslite/tests/
tlstest.py 25 from tlslite import TLSConnection, Fault, HandshakeSettings, \
163 for fault in Fault.clientSrpFaults + Fault.genericFaults:
165 connection.fault = fault
168 print(" Good Fault %s" % (Fault.faultNames[fault]))
170 print(" BAD FAULT %s: %s" % (Fault.faultNames[fault], str(e))
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapEnvelope.java 184 // insert fault generation code here
187 && parser.getName().equals("Fault")) {
189 SoapFault fault; local
191 fault = new SoapFault(this.version);
193 fault = new SoapFault12(this.version);
195 fault.parse(parser);
196 bodyIn = fault;
  /external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 9 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
22 warning about a bad jump, it's probably your program's fault.
24 i.e. it's Valgrind's fault. If you think this is the case or
35 warning about a bad jump, it's probably your program's fault.
37 i.e. it's Valgrind's fault. If you think this is the case or
48 warning about a bad jump, it's probably your program's fault.
50 i.e. it's Valgrind's fault. If you think this is the case or
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
nacl.scons 10 # 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/oprofile/module/x86/
op_nmi.c 203 goto fault;
208 goto fault;
212 goto fault;
217 goto fault;
234 fault:
  /external/chromium_org/third_party/tlslite/tlslite/
errors.py 161 """The other party responded incorrectly to an induced fault.
163 This exception will only occur during fault testing, when a
164 TLSConnection's fault variable is set to induce some sort of
tlsconnection.py 489 if srpUsername and self.fault == Fault.badUsername:
491 if password and self.fault == Fault.badPassword:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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/oprofile/module/ia64/
op_pmu.c 503 goto fault;
508 goto fault;
516 fault:
  /external/chromium_org/v8/test/mjsunit/regress/
regress-233.js 31 // This code shouldn't segmentation fault.
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapSerializationEnvelope.java 141 && parser.getName().equals("Fault")) {
142 SoapFault fault; local
144 fault = new SoapFault(this.version);
146 fault = new SoapFault12(this.version);
148 fault.parse(parser);
149 bodyIn = fault;
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memcpy_mck.S 131 lfetch.fault [src_pre_mem], 128
132 lfetch.fault.excl [dst_pre_mem], 128
310 1: lfetch.fault [src_pre_mem], 128
311 lfetch.fault.excl [dst_pre_mem], 128
594 .ex_handler_short: // fault occurred in these sections didn't change pr, lc, pfs
  /external/chromium_org/v8/test/mjsunit/
regexp-results-cache.js 36 If it were so, it was a grievous fault, \
  /external/valgrind/main/coregrind/
m_signals.c 37 TRAP): these are signals as a result of an instruction fault. If
41 automatic stack growth, such that if a fault happens near the
43 would, and the fault is never reported to the client program.
2380 Addr fault; local
    [all...]
  /development/ndk/platforms/android-9/arch-x86/include/asm/
voyager.h 399 __u8 fault; member in struct:voyager_psi_regs
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 39 'The' 'first' 'experiments' 'in' 'hardware' 'fault' 'injection'
  /external/chromium_org/third_party/sqlite/src/tool/
mksqlite3c.tcl 220 fault.c
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
voyager.h 382 __u8 fault; member in struct:voyager_psi_regs
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
voyager.h 382 __u8 fault; member in struct:voyager_psi_regs
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 382 __u8 fault; member in struct:voyager_psi_regs
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
voyager.h 382 __u8 fault; member in struct:voyager_psi_regs
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 382 __u8 fault; member in struct:voyager_psi_regs

Completed in 2209 milliseconds

1 2