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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_exit.c 78 exit ((int) value_ptr);
  /external/chromium_org/testing/gtest/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.
  /external/chromium_org/third_party/lcov/example/methods/
iterate.c 36 exit (1);
  /external/chromium_org/third_party/libevent/test/
regress_http.c 321 exit(1);
344 exit(1);
374 exit(1);
424 exit(1);
440 exit(1);
447 exit(1);
468 exit(1);
484 exit(1);
491 exit(1);
507 exit(1)
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
subsetter_main.cc 40 exit(1);
49 exit(1);
56 exit(1);
60 exit(1);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
test_macros.h 41 exit(EXIT_FAILURE); \
  /external/chromium_org/v8/test/cctest/
test-macro-assembler-ia32.cc 68 Label exit; local
78 __ j(not_equal, &exit);
81 __ j(not_equal, &exit);
92 __ j(not_equal, &exit);
96 __ j(not_equal, &exit);
106 __ j(not_equal, &exit);
110 __ j(not_equal, &exit);
120 __ j(not_equal, &exit);
123 __ j(not_equal, &exit);
130 __ j(not_equal, &exit);
    [all...]
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-simple-stream.h 15 void exit(int);
  /external/clang/test/CodeGen/
2007-09-27-ComplexIntCompare.c 14 exit (0);
  /external/compiler-rt/test/BlocksRuntime/
nestedimport.c 40 exit(1);
nullblockisa.c 30 exit(1);
recursiveassign.c 26 __block void (^recursive_copy_block)(int) = ^(int arg) { printf("got wrong Block\n"); exit(1); };
  /external/compiler-rt/test/msan/Linux/
tcgetattr.cc 19 exit(0);
  /external/compiler-rt/test/msan/
death-callback.cc 33 exit(0);
ioctl.cc 18 exit(0);
readdir64.cc 23 exit(0);
  /external/gtest/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.
  /external/javassist/src/main/javassist/runtime/
Cflow.java 46 public void exit() { ((Depth)get()).dec(); } method in class:Cflow
  /external/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))
  /external/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))
  /external/libcxx/test/depr/exception.unexpected/set.unexpected/
set_unexpected.pass.cpp 21 std::exit(0);
  /external/libhevc/common/
ihevc_debug.h 64 exit(-1); \
  /external/libpcap/tests/
pcap_compile_test.c 6 exit(1);

Completed in 3753 milliseconds

1 2 3 4 5 6 7 8 91011>>