HomeSort by relevance Sort by last modified time
    Searched full:nothrow (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
boost_sp_counted_base.h 112 ~_Sp_counted_base() // nothrow
118 _M_dispose() = 0; // nothrow
122 _M_destroy() // nothrow
136 _M_release() // nothrow
158 _M_weak_add_ref() // nothrow
162 _M_weak_release() // nothrow
178 _M_get_use_count() const // nothrow
  /bionic/libstdc++/include/
new 11 extern const nothrow_t nothrow;
  /bionic/libstdc++/src/
new.cpp 4 const std::nothrow_t std::nothrow = {}; member in class:std
  /ndk/sources/cxx-stl/system/include/
new 11 extern const nothrow_t nothrow;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
new 69 extern const nothrow_t nothrow;
84 * - @c nothrow single new and delete (take a @c nothrow argument, return
86 * - @c nothrow array new and delete (same)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
new 10 extern const nothrow_t nothrow;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
new 10 extern const nothrow_t nothrow;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
new 10 extern const nothrow_t nothrow;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
new 9 extern const nothrow_t nothrow;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
new 10 extern const nothrow_t nothrow;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
new 9 extern const nothrow_t nothrow;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 74 _M_dispose() // nothrow
105 : _M_pi(0) // nothrow
150 ~__shared_count() // nothrow
157 : _M_pi(__r._M_pi) // nothrow
164 operator=(const __shared_count& __r) // nothrow
179 _M_swap(__shared_count& __r) // nothrow
187 _M_get_use_count() const // nothrow
191 _M_unique() const // nothrow
218 : _M_pi(0) // nothrow
222 : _M_pi(__r._M_pi) // nothrow
    [all...]
  /external/chromium/base/allocator/
generic_allocators.cc 13 inline void* generic_cpp_alloc(size_t size, bool nothrow) {
19 if (!call_new_handler(nothrow))
allocator_shim.cc 58 inline bool call_new_handler(bool nothrow) {
79 if (nothrow)
89 if (!nothrow)
  /external/stlport/stlport/stl/
_new.h 67 # define nothrow nothrow_t() macro
98 using _STLP_VENDOR_EXCEPT_STD::nothrow;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_new.h 67 # define nothrow nothrow_t() macro
98 using _STLP_VENDOR_EXCEPT_STD::nothrow;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tempbuf.h 81 * Provides the nothrow exception guarantee.
95 std::nothrow));
113 { ::operator delete(__p, std::nothrow); }
shared_ptr.h 77 _M_dispose() // nothrow
81 _M_destroy() // nothrow
133 _M_dispose() // nothrow
137 _M_destroy() // nothrow
191 _M_destroy() // nothrow
222 : _M_pi(0) // nothrow
322 ~__shared_count() // nothrow
329 : _M_pi(__r._M_pi) // nothrow
336 operator=(const __shared_count& __r) // nothrow
351 _M_swap(__shared_count& __r) // nothrow
    [all...]
  /external/stlport/test/unit/
vector_test.cpp 501 # define NOTHROW _STLP_NOTHROW
503 # define NOTHROW throw()
516 NotSTLportAllocator() NOTHROW {}
518 template <class _Tp1> NotSTLportAllocator(const NotSTLportAllocator<_Tp1>&) NOTHROW {}
520 NotSTLportAllocator(const NotSTLportAllocator<_Tp>&) NOTHROW {}
521 ~NotSTLportAllocator() NOTHROW {}
  /ndk/tests/device/test-gnustl-full/unit/
vector_test.cpp 501 # define NOTHROW _STLP_NOTHROW
503 # define NOTHROW throw()
516 NotSTLportAllocator() NOTHROW {}
518 template <class _Tp1> NotSTLportAllocator(const NotSTLportAllocator<_Tp1>&) NOTHROW {}
520 NotSTLportAllocator(const NotSTLportAllocator<_Tp>&) NOTHROW {}
521 ~NotSTLportAllocator() NOTHROW {}
  /ndk/tests/device/test-stlport/unit/
vector_test.cpp 501 # define NOTHROW _STLP_NOTHROW
503 # define NOTHROW throw()
516 NotSTLportAllocator() NOTHROW {}
518 template <class _Tp1> NotSTLportAllocator(const NotSTLportAllocator<_Tp1>&) NOTHROW {}
520 NotSTLportAllocator(const NotSTLportAllocator<_Tp>&) NOTHROW {}
521 ~NotSTLportAllocator() NOTHROW {}
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.h 211 // The nothrow functions here are actually not all that helpful, because fastMalloc will
212 // call CRASH() rather than returning 0, and returning 0 is what nothrow is all about.
213 // But since WebKit code never uses exceptions or nothrow at all, this is probably OK.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 84 __attribute((nothrow));
86 __attribute((nothrow));
88 __attribute((nothrow));
  /external/stlport/src/
dll_main.cpp 90 const nothrow_t nothrow /* = {} */; variable
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 90 const nothrow_t nothrow /* = {} */; variable

Completed in 828 milliseconds

1 2 3 4