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

1 2 3 4 5 6 7 8 91011

  /system/core/crash_reporter/
warn_collector_test.c 24 return status < 0 ? EXIT_FAILURE : WEXITSTATUS(status);
  /external/fio/os/windows/posix/include/sys/
wait.h 7 #define WEXITSTATUS(a) 0
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_nolibc_test.cc 29 EXPECT_EQ(0, WEXITSTATUS(status));
  /external/compiler-rt/test/lsan/TestCases/
fork.cc 21 return WEXITSTATUS(status);
  /external/selinux/libsepol/cil/test/unit/
test_integration.c 59 CuAssertIntEquals(tc, 0, WEXITSTATUS(status));
61 CuAssertIntEquals(tc, 0, WEXITSTATUS(status1));
63 CuAssertIntEquals(tc, 0, WEXITSTATUS(status2));
75 CuAssertIntEquals(tc, 0, WEXITSTATUS(status));
  /bionic/libc/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /development/ndk/platforms/android-19/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /development/ndk/platforms/android-21/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /development/ndk/platforms/android-3/include/sys/
wait.h 41 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
44 #define WSTOPSIG(s) WEXITSTATUS(s)
  /external/strace/tests/
filter-unavailable.c 77 if (WEXITSTATUS(s))
78 return WEXITSTATUS(s);
  /external/valgrind/none/tests/solaris/
block_all_signals.c 50 if (WEXITSTATUS(status) == 0) {
55 WEXITSTATUS(status));
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)

Completed in 410 milliseconds

1 2 3 4 5 6 7 8 91011