HomeSort by relevance Sort by last modified time
    Searched refs:abort (Results 76 - 100 of 2031) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport_shared-exception/jni/
variadic73.cpp 13 extern "C" void abort();
19 abort();
24 abort();
29 abort();
cond1.cpp 4 extern "C" void abort(void);
6 #define CI(stmt) try { stmt; abort(); } catch (int) { }
37 if (i != 2) abort();
40 if (i != 2) abort();
43 if (i != 3) abort();
46 if (i != 4) abort();
48 if (i != 4) abort();
52 if (i != 2) abort();
55 if (i != 2) abort();
58 if (i != 3) abort();
    [all...]
new11.cpp 10 abort();
17 // Do not abort until int main is running in case startup code uses
new1_4.cpp 17 void operator delete(void* p) { abort(); }
spbp.cpp 26 abort ();
  /ndk/tests/device/test-stlport_static-exception/jni/
variadic73.cpp 13 extern "C" void abort();
19 abort();
24 abort();
29 abort();
cond1.cpp 4 extern "C" void abort(void);
6 #define CI(stmt) try { stmt; abort(); } catch (int) { }
37 if (i != 2) abort();
40 if (i != 2) abort();
43 if (i != 3) abort();
46 if (i != 4) abort();
48 if (i != 4) abort();
52 if (i != 2) abort();
55 if (i != 2) abort();
58 if (i != 3) abort();
    [all...]
new11.cpp 10 abort();
17 // Do not abort until int main is running in case startup code uses
new1_4.cpp 17 void operator delete(void* p) { abort(); }
spbp.cpp 26 abort ();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
init-mixed.c 12 abort ();
22 abort ();
32 abort ();
39 abort ();
49 abort ();
56 abort ();
67 abort ();
77 abort ();
88 abort ();
95 abort ();
    [all...]
pr13250-3.c 14 abort ();
16 abort ();
19 abort ();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
run-ie.c 3 extern void abort (void);
23 abort ();
27 abort ();
  /external/compiler-rt/test/builtins/Unit/
gcc_personality_test_helper.cxx 39 abort();
41 abort();
49 abort();
51 abort();
79 abort();
81 abort();
84 abort();
  /toolchain/binutils/binutils-2.25/gold/testsuite/
ifuncmain7.c 56 abort ();
58 abort ();
62 abort ();
64 abort ();
67 abort ();
69 abort ();
71 abort ();
  /external/chromium-trace/catapult/third_party/webapp2/tests/
misc_test.py 13 self.assertRaises(webob.exc.HTTPOk, webapp2.abort, 200)
14 self.assertRaises(webob.exc.HTTPCreated, webapp2.abort, 201)
15 self.assertRaises(webob.exc.HTTPAccepted, webapp2.abort, 202)
16 self.assertRaises(webob.exc.HTTPNonAuthoritativeInformation, webapp2.abort, 203)
17 self.assertRaises(webob.exc.HTTPNoContent, webapp2.abort, 204)
18 self.assertRaises(webob.exc.HTTPResetContent, webapp2.abort, 205)
19 self.assertRaises(webob.exc.HTTPPartialContent, webapp2.abort, 206)
20 self.assertRaises(webob.exc.HTTPMultipleChoices, webapp2.abort, 300)
21 self.assertRaises(webob.exc.HTTPMovedPermanently, webapp2.abort, 301)
22 self.assertRaises(webob.exc.HTTPFound, webapp2.abort, 302
    [all...]
  /external/libcap-ng/libcap-ng-0.7/src/test/
lib_test.c 40 abort();
46 abort();
58 abort();
67 abort();
74 abort();
80 abort();
86 abort();
93 abort();
99 abort();
105 abort();
    [all...]
  /external/clang/test/CodeGen/
complex-builtints.c 19 extern void abort (void);
32 abort ();
36 abort ();
40 abort ();
45 abort ();
49 abort ();
53 abort ();
58 abort ();
62 abort ();
66 abort ();
    [all...]
conditional-gnu-ext.c 14 extern void abort();
20 abort();
27 abort();
pr3518.c 7 extern void abort (void);
23 abort ();
25 abort ();
27 abort ();
  /external/jemalloc/include/jemalloc/internal/
assert.h 11 abort(); \
22 abort(); \
33 abort(); \
  /external/bison/lib/
xalloc-die.c 38 xalloc_die does not return, call abort. Also, the abort is a
40 abort ();
  /external/bison/src/
assoc.c 33 abort ();
  /external/compiler-rt/test/safestack/
pthread.c 18 abort();
36 abort();
38 abort();
40 abort();
  /libcore/ojluni/src/main/java/java/net/
CacheRequest.java 35 * store the resource data into the cache, and also an abort() method
62 public abstract void abort(); method in class:CacheRequest

Completed in 985 milliseconds

1 2 34 5 6 7 8 91011>>