HomeSort by relevance Sort by last modified time
    Searched refs:exit (Results 251 - 275 of 4973) sorted by null

<<11121314151617181920>>

  /external/llvm/tools/llvm-c-test/
object.c 28 exit(1);
34 exit(1);
61 exit(1);
67 exit(1);
  /external/oprofile/libabi/tests/
abi_test.cpp 45 exit(1);
54 exit(1);
67 exit(EXIT_FAILURE);
91 exit(EXIT_FAILURE);
  /external/oprofile/pp/
oparchive_options.cpp 68 exit(EXIT_FAILURE);
73 exit(EXIT_FAILURE);
87 exit(EXIT_FAILURE);
117 exit(EXIT_FAILURE);
  /external/qemu/distrib/sdl-1.2.15/test/
testkeys.c 18 exit(1);
  /external/sfntly/cpp/src/sample/subtly/
subsetter_main.cc 40 exit(1);
49 exit(1);
56 exit(1);
60 exit(1);
  /external/srec/audio/test/AudioHardwareRecord/src/
AudioHardwareRecord.c 56 exit(1);
63 exit(1);
80 exit(1);
92 exit(1);
  /external/strace/test/
clone.c 20 exit(0);
  /external/valgrind/main/gdbserver_tests/
gone.c 15 // Explicit exit() with exit code.
16 if (strcmp (argv[1], "exit") == 0)
19 exit (1);
  /external/valgrind/main/memcheck/tests/
signal2.c 8 printf ( "caught sig segv\n" ); exit(1);
  /external/valgrind/main/none/tests/
closeall.c 16 exit( 0 );
exec-sigmask.c 18 exit(1);
33 exit(1);
37 exit(1);
63 exit(1);
fdleak.h 12 exit(1); \
munmap_exe.c 18 exit(1);
  /frameworks/base/core/java/com/android/internal/util/
State.java 42 * @see com.android.internal.util.IState#exit()
45 public void exit() { method in class:State
  /frameworks/base/tools/obbtool/
pbkdf2gen.cpp 40 exit(1);
47 exit(1);
55 exit(1);
64 exit(1);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CThread.h 72 void exit(int32_t exitcode);
  /libcore/support/src/test/java/tests/support/
Support_DeleteOnExitTest.java 17 Runtime.getRuntime().exit(0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
erase_iter_db1.pass.cpp 16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
erase_iter_iter_db4.pass.cpp 16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
erase_iter_db1.pass.cpp 16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
erase_iter_iter_db4.pass.cpp 16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/set.unexpected/
set_unexpected.pass.cpp 21 std::exit(0);
  /ndk/sources/third_party/googletest/googletest/test/
gtest_throw_on_failure_test_.cc 35 // 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.
  /ndk/tests/device/test-cpufeatures/jni/
test_android_setCpu_2.c 8 exit(1);
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh23.cpp 36 exit (0); // double faults should call terminate

Completed in 983 milliseconds

<<11121314151617181920>>