HomeSort by relevance Sort by last modified time
    Searched refs:throw (Results 126 - 150 of 3238) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/tools/llvm-ranlib/
llvm-ranlib.cpp 70 throw std::string("Archive name invalid: ") + ArchiveName;
75 throw std::string("Archive file does not exist");
82 throw err_msg;
85 throw err_msg;
  /external/stlport/test/compiler/
eh.cc 38 // throw bad_alloc();
52 throw bad_alloc();
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
mm_malloc.h 34 extern "C" int posix_memalign (void **, size_t, size_t) throw ();
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
mm_malloc.h 34 extern "C" int posix_memalign (void **, size_t, size_t) throw ();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
allocator.h 101 allocator() throw() { }
103 allocator(const allocator& __a) throw()
107 allocator(const allocator<_Tp1>&) throw() { }
109 ~allocator() throw() { }
codecvt.h 205 encoding() const throw()
209 always_noconv() const throw()
218 max_length() const throw()
252 do_encoding() const throw() = 0;
255 do_always_noconv() const throw() = 0;
262 do_max_length() const throw() = 0;
312 do_encoding() const throw();
315 do_always_noconv() const throw();
322 do_max_length() const throw();
372 do_encoding() const throw();
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mm_malloc.h 34 extern "C" int posix_memalign (void **, size_t, size_t) throw ();
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
mm_malloc.h 37 extern "C" int posix_memalign (void **, size_t, size_t) throw ();
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
mm_malloc.h 37 extern "C" int posix_memalign (void **, size_t, size_t) throw ();
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 101 allocator() throw() { }
103 allocator(const allocator& __a) throw()
107 allocator(const allocator<_Tp1>&) throw() { }
109 ~allocator() throw() { }
codecvt.h 205 encoding() const throw()
209 always_noconv() const throw()
218 max_length() const throw()
252 do_encoding() const throw() = 0;
255 do_always_noconv() const throw() = 0;
262 do_max_length() const throw() = 0;
312 do_encoding() const throw();
315 do_always_noconv() const throw();
322 do_max_length() const throw();
372 do_encoding() const throw();
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 101 allocator() throw() { }
103 allocator(const allocator& __a) throw()
107 allocator(const allocator<_Tp1>&) throw() { }
109 ~allocator() throw() { }
codecvt.h 205 encoding() const throw()
209 always_noconv() const throw()
218 max_length() const throw()
252 do_encoding() const throw() = 0;
255 do_always_noconv() const throw() = 0;
262 do_max_length() const throw() = 0;
312 do_encoding() const throw();
315 do_always_noconv() const throw();
322 do_max_length() const throw();
372 do_encoding() const throw();
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
allocator.h 101 allocator() throw() { }
103 allocator(const allocator& __a) throw()
107 allocator(const allocator<_Tp1>&) throw() { }
109 ~allocator() throw() { }
codecvt.h 205 encoding() const throw()
209 always_noconv() const throw()
218 max_length() const throw()
252 do_encoding() const throw() = 0;
255 do_always_noconv() const throw() = 0;
262 do_max_length() const throw() = 0;
312 do_encoding() const throw();
315 do_always_noconv() const throw();
322 do_max_length() const throw();
372 do_encoding() const throw();
    [all...]
  /external/stlport/stlport/stl/config/
_apple.h 63 # define _STLP_THROW(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x)
111 # define _STLP_MPWFIX_CATCH }catch(...){throw;} //*TY 06/01/2000 - exception handling bug workaround
112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception handling bug workaround
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 63 # define _STLP_THROW(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x)
111 # define _STLP_MPWFIX_CATCH }catch(...){throw;} //*TY 06/01/2000 - exception handling bug workaround
112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception handling bug workaround
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 63 # define _STLP_THROW(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x)
111 # define _STLP_MPWFIX_CATCH }catch(...){throw;} //*TY 06/01/2000 - exception handling bug workaround
112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception handling bug workaround
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 63 # define _STLP_THROW(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x)
111 # define _STLP_MPWFIX_CATCH }catch(...){throw;} //*TY 06/01/2000 - exception handling bug workaround
112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception handling bug workaround
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_apple.h 63 # define _STLP_THROW(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x)
111 # define _STLP_MPWFIX_CATCH }catch(...){throw;} //*TY 06/01/2000 - exception handling bug workaround
112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception handling bug workaround
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
array_allocator.h 70 max_size() const throw()
117 array_allocator(array_type* __array = NULL) throw()
120 array_allocator(const array_allocator& __o) throw()
124 array_allocator(const array_allocator<_Tp1, _Array1>&) throw()
127 ~array_allocator() throw() { }
extptr_allocator.h 71 _ExtPtr_allocator() throw()
74 _ExtPtr_allocator(const _ExtPtr_allocator &__rarg) throw()
78 _ExtPtr_allocator(const _ExtPtr_allocator<_Up>& __rarg) throw()
81 ~_ExtPtr_allocator() throw()
96 size_type max_size() const throw()
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 70 max_size() const throw()
117 array_allocator(array_type* __array = NULL) throw()
120 array_allocator(const array_allocator& __o) throw()
124 array_allocator(const array_allocator<_Tp1, _Array1>&) throw()
127 ~array_allocator() throw() { }
extptr_allocator.h 71 _ExtPtr_allocator() throw()
74 _ExtPtr_allocator(const _ExtPtr_allocator &__rarg) throw()
78 _ExtPtr_allocator(const _ExtPtr_allocator<_Up>& __rarg) throw()
81 ~_ExtPtr_allocator() throw()
96 size_type max_size() const throw()
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 70 max_size() const throw()
117 array_allocator(array_type* __array = NULL) throw()
120 array_allocator(const array_allocator& __o) throw()
124 array_allocator(const array_allocator<_Tp1, _Array1>&) throw()
127 ~array_allocator() throw() { }

Completed in 3588 milliseconds

1 2 3 4 56 7 8 91011>>