HomeSort by relevance Sort by last modified time
    Searched refs:_STLP_THROW_BAD_ALLOC (Results 1 - 25 of 41) sorted by null

1 2

  /external/stlport/stlport/stl/
_new.h 111 #ifndef _STLP_THROW_BAD_ALLOC
116 # define _STLP_THROW_BAD_ALLOC puts("out of memory\n"); abort()
118 # define _STLP_THROW_BAD_ALLOC _STLP_THROW(_STLP_STD::bad_alloc())
123 # define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) { _STLP_THROW_BAD_ALLOC; } return __y
_alloc.c 43 _STLP_THROW_BAD_ALLOC;
_pthread_alloc.h 131 _STLP_THROW_BAD_ALLOC;
170 _STLP_THROW_BAD_ALLOC;
314 _STLP_THROW_BAD_ALLOC;
356 _STLP_THROW_BAD_ALLOC;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_new.h 111 #ifndef _STLP_THROW_BAD_ALLOC
116 # define _STLP_THROW_BAD_ALLOC puts("out of memory\n"); abort()
118 # define _STLP_THROW_BAD_ALLOC _STLP_THROW(_STLP_STD::bad_alloc())
123 # define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) { _STLP_THROW_BAD_ALLOC; } return __y
_alloc.c 43 _STLP_THROW_BAD_ALLOC;
_pthread_alloc.h 131 _STLP_THROW_BAD_ALLOC;
170 _STLP_THROW_BAD_ALLOC;
314 _STLP_THROW_BAD_ALLOC;
356 _STLP_THROW_BAD_ALLOC;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_new.h 111 #ifndef _STLP_THROW_BAD_ALLOC
116 # define _STLP_THROW_BAD_ALLOC puts("out of memory\n"); exit(1)
118 # define _STLP_THROW_BAD_ALLOC _STLP_THROW(_STLP_STD::bad_alloc())
123 # define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) { _STLP_THROW_BAD_ALLOC; } return __y
_alloc.c 43 _STLP_THROW_BAD_ALLOC;
_pthread_alloc.h 131 _STLP_THROW_BAD_ALLOC;
170 _STLP_THROW_BAD_ALLOC;
314 _STLP_THROW_BAD_ALLOC;
356 _STLP_THROW_BAD_ALLOC;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_new.h 111 #ifndef _STLP_THROW_BAD_ALLOC
116 # define _STLP_THROW_BAD_ALLOC puts("out of memory\n"); exit(1)
118 # define _STLP_THROW_BAD_ALLOC _STLP_THROW(_STLP_STD::bad_alloc())
123 # define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) { _STLP_THROW_BAD_ALLOC; } return __y
_alloc.c 43 _STLP_THROW_BAD_ALLOC;
_pthread_alloc.h 131 _STLP_THROW_BAD_ALLOC;
170 _STLP_THROW_BAD_ALLOC;
314 _STLP_THROW_BAD_ALLOC;
356 _STLP_THROW_BAD_ALLOC;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_new.h 111 #ifndef _STLP_THROW_BAD_ALLOC
116 # define _STLP_THROW_BAD_ALLOC puts("out of memory\n"); exit(1)
118 # define _STLP_THROW_BAD_ALLOC _STLP_THROW(_STLP_STD::bad_alloc())
123 # define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) { _STLP_THROW_BAD_ALLOC; } return __y
_alloc.c 43 _STLP_THROW_BAD_ALLOC;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_new.h 111 #ifndef _STLP_THROW_BAD_ALLOC
116 # define _STLP_THROW_BAD_ALLOC puts("out of memory\n"); exit(1)
118 # define _STLP_THROW_BAD_ALLOC _STLP_THROW(_STLP_STD::bad_alloc())
123 # define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) { _STLP_THROW_BAD_ALLOC; } return __y
_alloc.c 43 _STLP_THROW_BAD_ALLOC;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_new.h 111 #ifndef _STLP_THROW_BAD_ALLOC
116 # define _STLP_THROW_BAD_ALLOC puts("out of memory\n"); abort()
118 # define _STLP_THROW_BAD_ALLOC _STLP_THROW(_STLP_STD::bad_alloc())
123 # define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) { _STLP_THROW_BAD_ALLOC; } return __y
_alloc.c 43 _STLP_THROW_BAD_ALLOC;
  /external/stlport/stlport/stl/config/
_evc.h 133 # ifndef _STLP_THROW_BAD_ALLOC
134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 133 # ifndef _STLP_THROW_BAD_ALLOC
134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 133 # ifndef _STLP_THROW_BAD_ALLOC
134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 133 # ifndef _STLP_THROW_BAD_ALLOC
134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 133 # ifndef _STLP_THROW_BAD_ALLOC
134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 133 # ifndef _STLP_THROW_BAD_ALLOC
134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_evc.h 133 # ifndef _STLP_THROW_BAD_ALLOC
134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }

Completed in 210 milliseconds

1 2