HomeSort by relevance Sort by last modified time
    Searched refs:EXIT_SUCCESS (Results 76 - 100 of 396) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-vmx-unavail.c 111 return passed ? EXIT_SUCCESS : EXIT_FAILURE;
  /external/linux-kselftest/tools/testing/selftests/prctl/
disable-tsc-test.c 94 exit(EXIT_SUCCESS);
  /external/ltp/testcases/kernel/syscalls/set_robust_list/
set_robust_list01.c 151 exit(EXIT_SUCCESS);
  /external/mesa3d/src/compiler/glsl/
main.cpp 73 int status = EXIT_SUCCESS;
  /external/perf_data_converter/src/quipper/
perf_converter.cc 94 return EXIT_SUCCESS;
  /external/valgrind/none/tests/
process_vm_readv_writev.c 11 static int status = EXIT_SUCCESS;
  /external/wayland/tests/
test-runner.c 214 exit(EXIT_SUCCESS);
369 usage(argv[0], EXIT_SUCCESS);
408 if (info.si_status == EXIT_SUCCESS)
449 return pass == total ? EXIT_SUCCESS : EXIT_FAILURE;
  /external/webrtc/webrtc/tools/converter/
rgba_to_i420_converter.cc 64 exit(EXIT_SUCCESS);
  /external/webrtc/webrtc/tools/frame_analyzer/
frame_analyzer.cc 77 exit(EXIT_SUCCESS);
  /external/webrtc/webrtc/tools/frame_editing/
frame_editing.cc 80 exit(EXIT_SUCCESS);
  /frameworks/av/media/libaaudio/tests/
test_n_streams.cpp 97 return (result != AAUDIO_OK) ? EXIT_FAILURE : EXIT_SUCCESS;
  /frameworks/base/cmds/idmap/
create.cpp 207 return EXIT_SUCCESS;
220 return r == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
226 EXIT_SUCCESS : EXIT_FAILURE;
232 EXIT_SUCCESS : EXIT_FAILURE;
  /frameworks/native/cmds/bugreportz/
bugreportz.cpp 77 return EXIT_SUCCESS;
  /frameworks/wilhelm/tests/sandbox/
dual.c 74 return EXIT_SUCCESS;
  /system/core/debuggerd/crasher/
crasher.cpp 270 return EXIT_SUCCESS;
273 return EXIT_SUCCESS;
309 return EXIT_SUCCESS;
317 return EXIT_SUCCESS;
  /toolchain/binutils/binutils-2.27/gold/
dwp.h 72 GOLD_OK = EXIT_SUCCESS,
  /external/nos/host/android/citadel/validation/
citadel_validation_tool.cpp 208 return EXIT_SUCCESS;
217 int ret = EXIT_SUCCESS;
261 if (ret == EXIT_SUCCESS) {
300 return EXIT_SUCCESS;
340 return EXIT_SUCCESS;
369 return EXIT_SUCCESS;
478 return EXIT_SUCCESS;
  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
thread-prctl.c 112 exit(EXIT_SUCCESS);
164 exit(EXIT_SUCCESS);
  /external/libbrillo/brillo/
asynchronous_signal_handler_unittest.cc 124 _Exit(EXIT_SUCCESS);
135 EXPECT_EQ(EXIT_SUCCESS, infos_[0].ssi_status);
  /external/libcxx/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 49 #ifndef EXIT_SUCCESS
50 #error EXIT_SUCCESS not defined
  /external/ltp/testcases/cve/
stack_clash.c 92 _exit(EXIT_SUCCESS);
250 case EXIT_SUCCESS:
  /external/ltp/testcases/network/stress/ns-tools/
ns-udpclient.c 213 usage(program_name, EXIT_SUCCESS);
345 exit(EXIT_SUCCESS);
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp 523 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS
525 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
526 # ifndef EXIT_SUCCESS
527 # define EXIT_SUCCESS 0
550 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
554 # ifndef EXIT_SUCCESS
555 # define EXIT_SUCCESS 0
560 # if ! defined malloc && ! defined EXIT_SUCCESS
566 # if ! defined free && ! defined EXIT_SUCCESS
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 49 #ifndef EXIT_SUCCESS
50 #error EXIT_SUCCESS not defined
  /system/core/init/
ueventd.cpp 138 _exit(EXIT_SUCCESS);
192 if (WEXITSTATUS(status) == EXIT_SUCCESS) {

Completed in 1316 milliseconds

1 2 34 5 6 7 8 91011>>