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

<<11121314151617181920>>

  /ndk/sources/third_party/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
74 // The default unhandled exception filter does not always exit
75 // with the exception code as exit code - for example it exits with
  /system/core/libcutils/
loghack.h 35 #define LOG_ALWAYS_FATAL(...) do { ALOGE(__VA_ARGS__); exit(1); } while (0)
  /system/core/logd/
main.cpp 124 // Foreground waits for exit of the three main persistent threads that
161 exit(1);
171 exit(1);
179 exit(1);
196 exit(0);
  /development/tools/yuv420sp2rgb/
debug.h 16 exit(1); \
26 exit(1); \
35 exit(1); \
  /external/chromium_org/third_party/icu/source/tools/genbrk/
genbrk.cpp 73 exit (retCode);
193 exit(1);
208 exit(-1);
218 exit (-1);
231 exit(status);
245 exit(status);
260 exit(status);
273 exit(status);
294 exit(status);
317 exit(status)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
unittest_main.cc 31 exit(1);
35 exit(1);
41 exit(1);
  /external/chromium_org/third_party/webrtc/base/
unittest_main.cc 37 exit(1);
41 exit(1);
47 exit(1);
  /external/clang/test/SemaCXX/
blocks-1.cpp 3 extern "C" int exit(int);
26 exit(1);
30 exit(1);
goto.cpp 96 void exit(int);
101 goto exit;
103 exit:
  /external/compiler-rt/test/tsan/
unaligned_norace.cc 24 default: exit(1);
31 default: exit(1);
42 exit(1);
  /external/expat/examples/
outline.c 78 exit(-1);
90 exit(-1);
98 exit(-1);
  /external/icu/icu4c/source/samples/numfmt/
capi.c 38 exit(1);
49 exit(1);
67 exit(1);
  /external/icu/icu4c/source/samples/udata/
writer.c 84 exit(errorCode);
98 exit(errorCode);
105 exit(U_INTERNAL_PROGRAM_ERROR);
  /external/icu/icu4c/source/tools/genbrk/
genbrk.cpp 73 exit (retCode);
193 exit(1);
208 exit(-1);
218 exit (-1);
231 exit(status);
245 exit(status);
260 exit(status);
273 exit(status);
294 exit(status);
317 exit(status)
    [all...]
  /external/llvm/lib/Analysis/
RegionInfo.cpp 9 // Detects single entry single exit regions in the control flow graph.
54 Region::Region(BasicBlock *Entry, BasicBlock *Exit, RegionInfo* RInfo,
56 : RegionNode(Parent, Entry, 1), RI(RInfo), DT(dt), exit(Exit) {}
74 assert(exit && "No exit to replace!");
75 exit = BB;
116 BasicBlock *entry = getEntry(), *exit = getExit();
119 if (!exit)
123 && !(DT->dominates(exit, BB) && DT->dominates(entry, exit)))
184 BasicBlock *exit = getExit(); local
237 BasicBlock *entry = getEntry(), *exit = getExit(); local
250 BasicBlock *exit = getExit(); local
614 BasicBlock *exit = N->getBlock(); local
    [all...]
  /external/opencv/cxcore/include/
cxerror.h 139 After raising error, control will be transferred to the exit label.
144 EXIT; \
153 function call. If error detected, control will be transferred to the exit
183 #define __END__ goto exit; exit: ; }
185 #define EXIT goto exit
  /external/oprofile/daemon/
opd_pipe.c 33 exit(EXIT_FAILURE);
45 exit(EXIT_FAILURE);
73 exit(EXIT_FAILURE);
  /external/oprofile/libop/tests/
cpu_type_tests.c 56 exit(EXIT_FAILURE);
61 exit(EXIT_FAILURE);
68 exit(EXIT_FAILURE);
  /external/owasp/sanitizer/src/tests/org/owasp/html/
VerboseTestRunner.java 76 System.exit(FAILURE_EXIT);
78 System.exit(SUCCESS_EXIT);
81 System.exit(EXCEPTION_EXIT);
  /external/qemu-pc-bios/bochs/bios/
usage.cc 49 exit(1);
57 exit(1);
68 exit(1);
  /external/valgrind/main/none/tests/s390x/
test_sig.c 21 exit(0);
38 exit(0);
68 exit(0);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glTransformFeedbackVaryings.cpp 17 goto exit;
28 goto exit;
35 exit:
  /hardware/ti/omap4-aah/security/smc_pa_ctrl/
smc_pa_ctrl.c 65 exit(bSuccess ? 0 : 1);
121 exit(2);
153 exit(2);
  /hardware/ti/omap4xxx/security/smc_pa_ctrl/
smc_pa_ctrl.c 65 exit(bSuccess ? 0 : 1);
121 exit(2);
153 exit(2);
  /ndk/sources/host-tools/toolbox/
cmp_win.c 55 exit(1);
60 exit(1);
66 exit(1);

Completed in 8665 milliseconds

<<11121314151617181920>>