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

1 2 3 4 5 6 7 8 91011>>

  /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.
  /ndk/tests/device/test-stlport_shared-exception/jni/
const.cpp 3 // a seg fault.
eh23.cpp 31 } catch (E e) { // double fault here
  /ndk/tests/device/test-stlport_static-exception/jni/
const.cpp 3 // a seg fault.
eh23.cpp 31 } catch (E e) { // double fault here
  /external/valgrind/main/memcheck/tests/
brk2.c 6 // At one time, this was causing a seg fault within Valgrind -- it was when
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACfault.txt 5 echo "START FAULT TEST" > $LOGFILE
25 # Fault test
31 # Fault test number 10, error in bitstream
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mcifc.h 97 #define MC_EXT_INFO_ID_FAULT_CNT 4 /**< MobiCore fault counter */
98 #define MC_EXT_INFO_ID_FAULT_CAUSE 5 /**< MobiCore last fault cause */
99 #define MC_EXT_INFO_ID_FAULT_META 6 /**< MobiCore last fault meta */
100 #define MC_EXT_INFO_ID_FAULT_THREAD 7 /**< MobiCore last fault threadid */
101 #define MC_EXT_INFO_ID_FAULT_IP 8 /**< MobiCore last fault instruction pointer */
102 #define MC_EXT_INFO_ID_FAULT_SP 9 /**< MobiCore last fault stack pointer */
103 #define MC_EXT_INFO_ID_FAULT_ARCH_DFSR 10 /**< MobiCore last fault ARM arch information */
104 #define MC_EXT_INFO_ID_FAULT_ARCH_ADFSR 11 /**< MobiCore last fault ARM arch information */
105 #define MC_EXT_INFO_ID_FAULT_ARCH_DFAR 12 /**< MobiCore last fault ARM arch information */
106 #define MC_EXT_INFO_ID_FAULT_ARCH_IFSR 13 /**< MobiCore last fault ARM arch information *
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
FaultHeightMap.java 40 * Creates an heightmap based on the fault algorithm. Each iteration, a random line
50 * creating a step at the fault line
55 * the fault line to the other side. The fault line will be a inclined
61 * cosine curve on the fault line
65 * Value are lowered on both side, but increased on the fault line
66 * creating a smooth ridge on the fault line.
70 * A linear fault is created
74 * A circular fault is created.
83 private float minRadius; // radii for circular fault
    [all...]
  /external/valgrind/main/none/tests/s390x/
op00.stderr.exp1 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
op00.stderr.exp2 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
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/valgrind/main/none/tests/linux/
blockfault.c 13 /* Blocking a fault, ie SIGSEGV, won't work, and is the same as having
  /external/valgrind/main/tests/
sys_mman.h 14 // guarantees to give an address which will fault when accessed,
  /external/javassist/sample/duplicate/
Main.java 8 For example, you can implement fault tolerancy with this ability. One
9 of the implementation techniques of fault tolernacy is to make a copy
  /external/qemu/hw/
armv7m_nvic.c 222 case 0xd28: /* Configurable Fault Status. */
223 /* TODO: Implement Fault Status. */
224 hw_error("Not implemented: Configurable Fault Status.");
226 case 0xd2c: /* Hard Fault Status. */
227 case 0xd30: /* Debug Fault Status. */
229 case 0xd38: /* Bus Fault Address. */
230 case 0xd3c: /* Aux Fault Status. */
231 /* TODO: Implement fault status registers. */
355 case 0xd28: /* Configurable Fault Status. */
356 case 0xd2c: /* Hard Fault Status. *
    [all...]
  /external/valgrind/main/none/tests/
faultstatus.c 2 Check that a fault signal handler gets the expected info
74 resolve the page fault, but do not provide the offset within a page */
169 fprintf(stderr, " FAIL: no fault, or handler returned\n");
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 43 __BIONIC_SIGDEF(SIGSEGV,11,"Segmentation fault")
48 __BIONIC_SIGDEF(SIGSTKFLT,16,"Stack fault")
  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 48 __BIONIC_SIGDEF(SEGV,11,"Segmentation fault")
53 __BIONIC_SIGDEF(STKFLT,16,"Stack fault")
  /external/protobuf/gtest/test/
gtest_break_on_failure_unittest_.cc 34 // A user can ask Google Test to seg-fault when an assertion fails, using
60 // a general protection fault (segment violation).
  /external/valgrind/main/none/tests/amd64/
faultstatus.c 2 Check that a fault signal handler gets the expected info
130 fprintf(stderr, " FAIL: no fault, or handler returned\n");
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 43 __BIONIC_SIGDEF(SIGSEGV,11,"Segmentation fault")
48 __BIONIC_SIGDEF(SIGSTKFLT,16,"Stack fault")
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 43 __BIONIC_SIGDEF(SIGSEGV,11,"Segmentation fault")
48 __BIONIC_SIGDEF(SIGSTKFLT,16,"Stack fault")
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 43 __BIONIC_SIGDEF(SIGSEGV,11,"Segmentation fault")
48 __BIONIC_SIGDEF(SIGSTKFLT,16,"Stack fault")

Completed in 1461 milliseconds

1 2 3 4 5 6 7 8 91011>>