HomeSort by relevance Sort by last modified time
    Searched refs:WCOREDUMP (Results 51 - 75 of 83) sorted by null

1 23 4

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
wait.h 40 #define WCOREDUMP(s) ((s) & 0x80)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
wait.h 40 #define WCOREDUMP(s) ((s) & 0x80)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
wait.h 95 # define WCOREDUMP(status) __WCOREDUMP(__WAIT_INT(status))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
wait.h 95 # define WCOREDUMP(status) __WCOREDUMP(__WAIT_INT(status))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
wait.h 95 # define WCOREDUMP(status) __WCOREDUMP(__WAIT_INT(status))
  /external/bison/darwin-lib/sys/
wait.h 381 # ifndef WCOREDUMP
382 # define WCOREDUMP(x) ((x) & 0x80)
408 # define WCOREDUMP(x) 0
  /external/bison/linux-lib/sys/
wait.h 381 # ifndef WCOREDUMP
382 # define WCOREDUMP(x) ((x) & 0x80)
408 # define WCOREDUMP(x) 0
  /art/runtime/native/
dalvik_system_Zygote.cc 89 #ifdef WCOREDUMP
90 if (WCOREDUMP(status)) {
93 #endif /* ifdef WCOREDUMP */
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 105 #ifdef WCOREDUMP
106 if (WCOREDUMP(status)) {
110 #endif /* ifdef WCOREDUMP */
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 113 #ifdef WCOREDUMP
114 if (WCOREDUMP(exit_code)) {
  /ndk/sources/host-tools/make-3.81/
job.c 143 # ifndef WCOREDUMP
144 # define WCOREDUMP(x) ((x) & 0x80)
162 # ifndef WCOREDUMP
163 # define WCOREDUMP(x) ((x).w_coredump)
576 coredump = WCOREDUMP (status);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 356 #ifndef WCOREDUMP
357 #define WCOREDUMP(S) ((S) & WCOREFLG)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 356 #ifndef WCOREDUMP
357 #define WCOREDUMP(S) ((S) & WCOREFLG)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 356 #ifndef WCOREDUMP
357 #define WCOREDUMP(S) ((S) & WCOREFLG)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 356 #ifndef WCOREDUMP
357 #define WCOREDUMP(S) ((S) & WCOREFLG)
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 158 # ifdef WCOREDUMP
159 if (WCOREDUMP(exit_code)) {
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 196 # ifdef WCOREDUMP
197 if (WCOREDUMP(exit_code)) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc 158 # ifdef WCOREDUMP
159 if (WCOREDUMP(exit_code)) {
    [all...]
  /external/dropbear/
svr-chansession.c 117 #if !defined(AIX) && defined(WCOREDUMP)
118 exit->exitcore = WCOREDUMP(status);
  /external/gtest/src/
gtest-death-test.cc 158 # ifdef WCOREDUMP
159 if (WCOREDUMP(exit_code)) {
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 158 # ifdef WCOREDUMP
159 if (WCOREDUMP(exit_code)) {
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 158 # ifdef WCOREDUMP
159 if (WCOREDUMP(exit_code)) {
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 158 # ifdef WCOREDUMP
159 if (WCOREDUMP(exit_code)) {
    [all...]
  /external/open-vcdiff/gtest/src/
gtest-death-test.cc 150 #ifdef WCOREDUMP
151 if (WCOREDUMP(exit_code)) {
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 150 #ifdef WCOREDUMP
151 if (WCOREDUMP(exit_code)) {
    [all...]

Completed in 2046 milliseconds

1 23 4