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

<<11121314151617181920>>

  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 55 abort ();
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 44 using ::abort;
  /external/apache-harmony/auth/src/test/java/unix/org/apache/harmony/auth/module/
UnixLoginModuleTest.java 91 lm.abort();
102 lm.abort();
  /external/chromium/base/debug/
debugger_posix.cc 164 #define DEBUG_BREAK() abort()
166 // The NaCl verifier doesn't let use use int3. For now, we call abort(). We
169 #define DEBUG_BREAK() abort()
  /external/chromium_org/content/test/data/indexeddb/
shared.js 18 result('fail - unexpected abort callback');
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.h 67 void abort();
97 DEFINE_ATTRIBUTE_EVENT_LISTENER(abort);
FileReader.idl 50 void abort();
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DOMApplicationCache.cpp 86 void DOMApplicationCache::abort() function in class:WebCore::DOMApplicationCache
90 cacheHost->abort();
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.c 57 abort();
83 abort();
apple_glx_drawable.c 54 abort();
68 abort();
100 abort();
113 abort();
183 abort();
253 abort();
265 abort();
272 abort();
  /external/mesa3d/src/glx/apple/
apple_cgl.c 57 abort();
83 abort();
apple_glx_drawable.c 54 abort();
68 abort();
100 abort();
113 abort();
183 abort();
253 abort();
265 abort();
272 abort();
  /system/core/toolbox/
dynarray.c 26 abort();
39 abort();
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
simple_mutex.h 141 #include <stdlib.h> // for abort()
237 if (is_safe_ && fncall(&mutex_) != 0) abort(); \
242 if (is_safe_ && pthread_rwlock_init(&mutex_, NULL) != 0) abort();
246 if (is_safe_ && pthread_rwlock_init(&mutex_, NULL) != 0) abort();
260 if (is_safe_ && fncall(&mutex_) != 0) abort(); \
265 if (is_safe_ && pthread_mutex_init(&mutex_, NULL) != 0) abort();
269 if (is_safe_ && pthread_mutex_init(&mutex_, NULL) != 0) abort();
  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.cpp 86 abort();
122 abort();
153 abort();
172 abort();
190 abort();
202 abort();
  /external/open-vcdiff/gflags/src/
mutex.h 149 #include <stdlib.h> // for abort()
251 if (is_safe_ && fncall(&mutex_) != 0) abort(); \
256 if (is_safe_ && pthread_rwlock_init(&mutex_, NULL) != 0) abort();
260 if (is_safe_ && pthread_rwlock_init(&mutex_, NULL) != 0) abort();
276 if (is_safe_ && fncall(&mutex_) != 0) abort(); \
281 if (is_safe_ && pthread_mutex_init(&mutex_, NULL) != 0) abort();
285 if (is_safe_ && pthread_mutex_init(&mutex_, NULL) != 0) abort();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
debug_map_base.hpp 162 std::abort();
172 std::abort();
188 std::abort();
213 std::abort();
229 std::abort();
244 std::abort();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
debug_map_base.hpp 158 std::abort; member in class:__gnu_pbds::detail::std
169 std::abort();
185 std::abort();
210 std::abort();
226 std::abort();
241 std::abort();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
debug_map_base.hpp 158 std::abort; member in class:__gnu_pbds::detail::std
169 std::abort();
185 std::abort();
210 std::abort();
226 std::abort();
241 std::abort();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
debug_map_base.hpp 162 std::abort();
172 std::abort();
188 std::abort();
213 std::abort();
229 std::abort();
244 std::abort();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
debug_map_base.hpp 162 std::abort();
172 std::abort();
188 std::abort();
213 std::abort();
229 std::abort();
244 std::abort();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
debug_map_base.hpp 162 std::abort();
172 std::abort();
188 std::abort();
213 std::abort();
229 std::abort();
244 std::abort();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/
debug_map_base.hpp 162 std::abort();
172 std::abort();
188 std::abort();
213 std::abort();
229 std::abort();
244 std::abort();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
debug_map_base.hpp 158 std::abort; member in class:__gnu_pbds::detail::std
169 std::abort();
185 std::abort();
210 std::abort();
226 std::abort();
241 std::abort();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
debug_map_base.hpp 157 std::abort();
167 std::abort();
183 std::abort();
210 std::abort();
227 std::abort();
242 std::abort();

Completed in 567 milliseconds

<<11121314151617181920>>