HomeSort by relevance Sort by last modified time
    Searched refs:abort (Results 276 - 300 of 1931) sorted by null

<<11121314151617181920>>

  /external/autotest/client/common_lib/
barrier_unittest.disabled 120 # Test with abort flag set to not abort.
122 test_abort=True, abort=False)
126 # The rendezvous should abort here and throw a
127 # BarrierError since we are asking to abort
130 test_abort=True, abort=True)
149 # Test with abort flag set to not abort.
151 test_abort=True, abort=False)
155 # The rendezvous should abort here and throw
    [all...]
base_barrier_unittest.py 110 # Test with abort flag set to not abort.
112 test_abort=True, abort=False)
116 # The rendezvous should abort here and throw a
117 # BarrierError since we are asking to abort
120 test_abort=True, abort=True)
139 # Test with abort flag set to not abort.
141 test_abort=True, abort=False)
145 # The rendezvous should abort here and throw
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
tic6x-dis.c 370 abort ();
414 abort ();
421 abort ();
431 abort ();
449 abort ();
548 abort ();
561 abort ();
572 abort ();
584 abort ();
613 abort ();
    [all...]
  /external/clang/test/CodeGen/
exceptions-seh-leave.c 57 void abort(void) __attribute__((noreturn));
88 abort();
  /external/compiler-rt/test/asan/TestCases/Linux/
uar_signals.cc 30 abort();
38 abort();
  /external/ltrace/testsuite/ltrace.minor/
trace-exec.exp 24 abort();
  /external/valgrind/none/tests/darwin/
bug228343.c 23 abort();
31 abort();
  /ndk/tests/device/test-stlport_shared-exception/jni/
badalloc1.cpp 12 extern "C" void abort();
54 abort ();
throw-1.cpp 26 abort ();
58 abort();
  /ndk/tests/device/test-stlport_static-exception/jni/
badalloc1.cpp 12 extern "C" void abort();
54 abort ();
throw-1.cpp 26 abort ();
58 abort();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
assert.h 38 #pragma push_macro("abort")
39 #undef abort macro
40 void __cdecl __declspec(noreturn) abort(void);
41 #pragma pop_macro("abort")
  /system/core/debuggerd/test/
BacktraceMock.h 46 abort();
93 abort();
  /system/core/libutils/
JenkinsHash.cpp 39 abort();
58 abort();
  /system/weaved/brillo/android/weave/
IWeaveCommand.aidl 31 void abort(in String errorCode, in String errorMessage);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
regreg.d 2 #as: --no-mul-bug-abort
  /external/autotest/site_utils/
log_socket_server.py 90 self.abort = 0
99 abort = 0
100 while not abort:
105 abort = self.abort
  /external/compiler-rt/lib/builtins/
emutls.c 44 abort();
49 abort();
82 abort();
115 abort();
139 abort();
  /external/libmicrohttpd/src/testspdy/
test_proxies.c 112 abort();
137 abort();
163 abort();
192 abort ();
208 abort (); /* what did feof(p) do there!? */
  /external/mesa3d/src/glsl/
ir_validate.cpp 89 abort();
96 abort();
112 abort();
131 abort();
136 abort();
147 abort();
166 abort();
186 abort();
212 abort();
218 abort();
    [all...]
  /external/webrtc/webrtc/test/linux/
glx_renderer.cc 123 abort();
127 abort();
132 abort();
156 abort();
174 abort();
  /external/ceres-solver/internal/ceres/
program_evaluator.h 171 bool abort = false; local
176 #pragma omp flush(abort)
177 if (abort) {
216 abort = true;
217 // This ensures that the OpenMP threads have a consistent view of 'abort'. Do
220 #pragma omp flush(abort)
255 if (!abort) {
280 return !abort;
  /external/pdfium/third_party/bigint/
BigUnsigned.hh 270 abort();
278 abort();
321 abort();
331 abort();
385 abort();
409 abort();
422 abort();
  /external/dng_sdk/source/
dng_safe_arithmetic.cpp 37 abort(); // Never reached.
50 abort(); // Never reached.
116 abort(); // Never reached.
172 abort();
202 abort(); // Never reached.
219 abort(); // Never reached.
270 abort(); // Never reached.
284 abort(); // Never reached.
296 abort(); // Never reached.
  /libcore/luni/src/test/native/
dalvik_system_JniTest.cpp 18 #include <stdlib.h> // for abort
51 default: abort();
78 default: abort();
105 default: abort();
132 default: abort();
159 default: abort();
186 default: abort();
213 default: abort();
240 default: abort();
267 default: abort();
    [all...]

Completed in 1520 milliseconds

<<11121314151617181920>>