Searched refs:exit (Results 226 - 250 of 3144) sorted by relevance

1234567891011>>

/external/compiler-rt/test/msan/
H A Dioctl.cc18 exit(0);
H A Dreaddir64.cc23 exit(0);
/external/deqp/scripts/log/
H A Dlog_to_csv.py16 sys.exit(-1)
/external/gtest/test/
H A Dgtest_throw_on_failure_test_.cc35 // invoked by gtest_throw_on_failure_test.py, and is expected to exit
41 #include <stdlib.h> // for exit
44 // This terminate handler aborts the program using exit() rather than abort().
50 exit(1);
66 // assertion will cause the program to exit with a non-zero code.
/external/javassist/src/main/javassist/runtime/
H A DCflow.java46 public void exit() { ((Depth)get()).dec(); } method in class:Cflow
/external/libcxx/test/containers/unord/unord.multiset/
H A Derase_iter_db1.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
H A Derase_iter_iter_db4.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
/external/libcxx/test/containers/unord/unord.set/
H A Derase_iter_db1.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
H A Derase_iter_iter_db4.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
/external/libcxx/test/depr/exception.unexpected/set.unexpected/
H A Dset_unexpected.pass.cpp21 std::exit(0);
/external/libhevc/common/
H A Dihevc_debug.h64 exit(-1); \
/external/libpcap/tests/
H A Dpcap_compile_test.c6 exit(1);
/external/llvm/tools/llvm-c-test/
H A Dobject.c28 exit(1);
34 exit(1);
61 exit(1);
67 exit(1);
/external/llvm/utils/lint/
H A Dgeneric_lint.py24 sys.exit(GenericCodeLintMain(sys.argv[1:]))
/external/openfst/src/lib/
H A Dcompat.cc27 exit(1);
/external/oprofile/libabi/tests/
H A Dabi_test.cpp45 exit(1);
54 exit(1);
67 exit(EXIT_FAILURE);
91 exit(EXIT_FAILURE);
/external/oprofile/pp/
H A Doparchive_options.cpp68 exit(EXIT_FAILURE);
73 exit(EXIT_FAILURE);
87 exit(EXIT_FAILURE);
117 exit(EXIT_FAILURE);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestkeys.c18 exit(1);
/external/sfntly/cpp/src/sample/subtly/
H A Dsubsetter_main.cc40 exit(1);
49 exit(1);
56 exit(1);
60 exit(1);
/external/srec/audio/test/AudioHardwareRecord/src/
H A DAudioHardwareRecord.c56 exit(1);
63 exit(1);
80 exit(1);
92 exit(1);
/external/strace/test/
H A Dclone.c20 exit(0);
/external/valgrind/main/gdbserver_tests/
H A Dgone.c15 // Explicit exit() with exit code.
16 if (strcmp (argv[1], "exit") == 0)
19 exit (1);
/external/valgrind/main/memcheck/tests/
H A Dsignal2.c8 printf ( "caught sig segv\n" ); exit(1);
/external/valgrind/main/none/tests/
H A Dcloseall.c16 exit( 0 );
H A Dexec-sigmask.c18 exit(1);
33 exit(1);
37 exit(1);
63 exit(1);

Completed in 543 milliseconds

1234567891011>>