Home
last modified time | relevance | path

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

123

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
DSoapEnvelope.java189 SoapFault fault; in parseBody() local
191 fault = new SoapFault(this.version); in parseBody()
193 fault = new SoapFault12(this.version); in parseBody()
195 fault.parse(parser); in parseBody()
196 bodyIn = fault; in parseBody()
/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/valgrind/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/gdbserver_tests/
Dmcsignopass.stdoutB.exp2 SIGSEGV Yes Yes No Segmentation fault
52 SIGSEGV No Yes Yes Segmentation fault
/external/kernel-headers/original/uapi/misc/
Dcxl.h83 struct cxl_event_data_storage fault; member
/external/lldb/utils/test/
DREADME-run-until-faulted13 6 printf("Hello, fault!\n");
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapSerializationEnvelope.java142 SoapFault fault; in parseBody() local
144 fault = new SoapFault(this.version); in parseBody()
146 fault = new SoapFault12(this.version); in parseBody()
148 fault.parse(parser); in parseBody()
149 bodyIn = fault; in parseBody()
/external/llvm/test/Transforms/SimplifyCFG/
Dseh-nounwind.ll4 ; exceptions. The @div function in this test can fault, even though it can't
/external/llvm/test/Feature/
Dseh-nounwind.ll5 ; The @div function in this test can fault, even though it can't
/external/llvm/test/Transforms/PruneEH/
Dseh-nounwind.ll4 ; exceptions. The @div function in this test can fault, even though it can't
/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.
Darm64-regress-f128csel-flags.ll5 ; of the same flags gave an internal fault here.
/external/mksh/
DNOTICE21 * of said person’s immediate fault when using the work as intended.
/external/elfutils/src/tests/
Drun-readelf-mixed-corenote.sh253 fault address: 0x12345678
325 fault address: 0x12345678
454 fault address: 0x12345678
/external/google-tv-pairing-protocol/proto/
Dpolo.proto40 // Protocol status. Any status other than STATUS_OK implies a fault.
/external/libvorbis/doc/
Dvorbis-errors.txt21 OV_EFAULT Internal logic fault; indicates a bug or heap/stack
/external/valgrind/coregrind/
Dm_signals.c2431 Addr fault; in extend_stack_if_appropriate() local
2438 fault = (Addr)info->VKI_SIGINFO_si_addr; in extend_stack_if_appropriate()
2440 seg = VG_(am_find_nsegment)(fault); in extend_stack_if_appropriate()
2448 info->si_code, fault, tid, esp); in extend_stack_if_appropriate()
2452 info->si_code, fault, tid, esp, seg->start, seg->end); in extend_stack_if_appropriate()
2461 && fault >= fault_mask(esp - VG_STACK_REDZONE_SZB)) { in extend_stack_if_appropriate()
2472 VG_PGROUNDDN(fault)); in extend_stack_if_appropriate()
/external/libpng/contrib/libtests/
Dpngvalid.c148 #define context(ps,fault) anon_context(ps); png_store *fault argument
3443 context(ps, fault); in make_transform_image()
3560 Catch(fault) in make_transform_image()
3566 store_write_reset(fault); in make_transform_image()
3676 context(ps, fault); in make_size_image()
3858 Catch(fault) in make_size_image()
3864 store_write_reset(fault); in make_size_image()
3984 context(ps, fault); in make_error()
4031 Catch (fault) in make_error()
4032 ps = fault; /* expected exit, make sure ps is not clobbered */ in make_error()
[all …]
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto65 // caused the fault. For code errors, this will be the address of the
66 // instruction that caused the fault.
/external/llvm/test/CodeGen/ARM/
Ddomain-conv-vmovs.ll79 ; internal fault).
/external/llvm/lib/Support/Unix/
DSignals.inc196 // Otherwise if it is a fault (like SEGV) run any handler.
415 // PrintStackTrace - In the case of a program crash or fault, print out a stack
/external/eigen/doc/
DStructHavingEigenMembers.dox70 …n uses, which are the fast ones) require 128-bit alignment. Otherwise you get a segmentation fault.
/external/llvm/test/Transforms/LoopStrengthReduce/
D2012-03-15-nopreheader.ll3 ; <rdar://problem/11049788> Segmentation fault: 11 in LoopStrengthReduce

123