/external/webrtc/webrtc/base/ |
linked_ptr.h | 43 explicit linked_ptr(X* p = 0) throw() 47 linked_ptr(const linked_ptr& r) throw() 60 template <class Y> linked_ptr(const linked_ptr<Y>& r) throw() 72 X& operator*() const throw() {return *itsPtr;} 73 X* operator->() const throw() {return itsPtr;} 74 X* get() const throw() {return itsPtr;} 75 bool unique() const throw() {return itsPrev ? itsPrev==this : true;} 82 void acquire(const linked_ptr& r) throw() 96 template <class Y> void acquire(const linked_ptr<Y>& r) throw()
|
/libcore/luni/src/test/java/libcore/java/security/ |
MockSignatureSpi.java | 35 throw new InvalidKeyException("Must be MockPrivateKey!"); 44 throw new InvalidKeyException("Must be MockPrivateKey2!"); 60 throw new UnsupportedOperationException("not implemented"); 76 throw new UnsupportedOperationException("not implemented"); 84 throw new UnsupportedOperationException("not implemented"); 92 throw new UnsupportedOperationException("not implemented"); 100 throw new UnsupportedOperationException("not implemented"); 108 throw new UnsupportedOperationException("not implemented"); 116 throw new UnsupportedOperationException("not implemented");
|
/packages/apps/Nfc/tests/src/com/android/nfc/ |
MockLlcpSocket.java | 39 throw new UnsupportedOperationException("Use MockLlcpSocket.bind(client, server)"); 45 throw new IOException("Socket not connected"); 63 throw new IOException("Socket closed."); 78 throw new UnsupportedOperationException(); 83 throw new UnsupportedOperationException(); 88 throw new UnsupportedOperationException(); 93 throw new UnsupportedOperationException(); 98 throw new UnsupportedOperationException(); 103 throw new UnsupportedOperationException();
|
/dalvik/dx/tests/066-dex-try-catch-rethrow/ |
Blort.java | 27 throw new RuntimeException(ex); 39 throw new RuntimeException(ex); 51 throw new RuntimeException(ex); 63 throw new RuntimeException(ex); 75 throw new RuntimeException(ex);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ |
BaseKeyFactorySpi.java | 31 throw new InvalidKeySpecException("encoded key spec not recognised"); 36 throw new InvalidKeySpecException("key spec not recognised"); 52 throw new InvalidKeySpecException("encoded key spec not recognised"); 57 throw new InvalidKeySpecException("key spec not recognised"); 75 throw new InvalidKeySpecException("not implemented yet " + key + " " + spec);
|
/external/clang/test/CXX/except/except.spec/ |
p14.cpp | 8 virtual ~X0() throw(A); // expected-note{{overridden virtual function is here}} 11 virtual ~X1() throw(B); // expected-note{{overridden virtual function is here}} 17 CA0 &operator=(const CA0&) throw(A); 20 CA1 &operator=(const CA1&) throw(B); 25 CA2 &(CA2::*captr1)(const CA2&) throw(A, B) = &CA2::operator=; 26 CA2 &(CA2::*captr2)(const CA2&) throw(A, B, C) = &CA2::operator=; 27 CA2 &(CA2::*captr3)(const CA2&) throw(A) = &CA2::operator=; // expected-error{{target exception specification is not superset of source}} 28 CA2 &(CA2::*captr4)(const CA2&) throw(B) = &CA2::operator=; // expected-error{{target exception specification is not superset of source}} 36 int inClassInit = (throw B(), 0); 40 static_assert(noexcept(IC0()), "IC0() does not throw"); [all...] |
/external/clang/test/Parser/ |
objc-try-catch-1.m | 20 @throw; 23 @throw proc(); 30 @throw 1,2; // expected-error {{@throw requires an Objective-C object type ('int' invalid)}} \ 37 @throw (4,3,proc()); // expected-warning {{expression result unused}} \
|
/external/compiler-rt/test/asan/TestCases/ |
throw_invoke_test.cc | 18 throw 42; 20 throw 1.; 26 void Throw() { 33 fprintf(stderr, "Throw stack = %p\n", &a); 48 Throw();
|
/external/lzma/CPP/Common/ |
NewHandler.h | 9 The operator "new" in MSVC 6.0 doesn't throw exception "bad_alloc".
21 Also we declare delete(void *p) throw() that creates smaller code.
31 void my_delete(void *p) throw();
48 operator delete(void *p) throw();
64 operator delete[](void *p) throw();
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
TestUnixFakeFileSystem.groovy | 35 throw addMethodException
42 throw renameMethodException
49 throw listNamesMethodException
56 throw listFilesMethodException
63 throw deleteMethodException
|
/frameworks/base/core/java/android/os/ |
RemoteException.java | 35 throw new RuntimeException(this); 40 * gives us an opportunity to throw a nice clean 47 * want to strongly throw when there was trouble with the transaction. 53 throw new RuntimeException(new DeadSystemException()); 55 throw new RuntimeException(this);
|
/libcore/support/src/test/java/tests/support/ |
Support_ASimpleWriter.java | 43 throw new IOException("Exception thrown for testing purpose."); 50 throw new IOException("Exception thrown for testing purpose."); 57 throw new IOException("Exception thrown for testing purpose."); 60 throw new IndexOutOfBoundsException(); 67 throw new IOException("Internal Buffer Overflow");
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
eh990323-2.cpp | 2 // check MI and VBC offsets on throw 32 throw (C*)0; 37 throw &c; 42 throw (E*)0; 47 throw &e;
|
eh990323-4.cpp | 2 // check MI and VBC offsets on throw 32 throw (C*)0; 37 throw &c; 42 throw (E*)0; 47 throw &e;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
eh990323-2.cpp | 2 // check MI and VBC offsets on throw 32 throw (C*)0; 37 throw &c; 42 throw (E*)0; 47 throw &e;
|
eh990323-4.cpp | 2 // check MI and VBC offsets on throw 32 throw (C*)0; 37 throw &c; 42 throw (E*)0; 47 throw &e;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/ |
strstream | 76 strstreambuf(char* __get, streamsize __n, char* __put = 0) throw (); 77 strstreambuf(signed char* __get, streamsize __n, signed char* __put = 0) throw (); 78 strstreambuf(unsigned char* __get, streamsize __n, unsigned char* __put=0) throw (); 80 strstreambuf(const char* __get, streamsize __n) throw (); 81 strstreambuf(const signed char* __get, streamsize __n) throw (); 82 strstreambuf(const unsigned char* __get, streamsize __n) throw (); 87 void freeze(bool = true) throw (); 88 char* str() throw (); 89 _GLIBCXX_PURE int pcount() const throw (); 113 void _M_setup(char* __get, char* __put, streamsize __n) throw (); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/ |
strstream | 76 strstreambuf(char* __get, streamsize __n, char* __put = 0) throw (); 77 strstreambuf(signed char* __get, streamsize __n, signed char* __put = 0) throw (); 78 strstreambuf(unsigned char* __get, streamsize __n, unsigned char* __put=0) throw (); 80 strstreambuf(const char* __get, streamsize __n) throw (); 81 strstreambuf(const signed char* __get, streamsize __n) throw (); 82 strstreambuf(const unsigned char* __get, streamsize __n) throw (); 87 void freeze(bool = true) throw (); 88 char* str() throw (); 89 _GLIBCXX_PURE int pcount() const throw (); 113 void _M_setup(char* __get, char* __put, streamsize __n) throw (); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/ |
strstream | 76 strstreambuf(char* __get, streamsize __n, char* __put = 0) throw (); 77 strstreambuf(signed char* __get, streamsize __n, signed char* __put = 0) throw (); 78 strstreambuf(unsigned char* __get, streamsize __n, unsigned char* __put=0) throw (); 80 strstreambuf(const char* __get, streamsize __n) throw (); 81 strstreambuf(const signed char* __get, streamsize __n) throw (); 82 strstreambuf(const unsigned char* __get, streamsize __n) throw (); 87 void freeze(bool = true) throw (); 88 char* str() throw (); 89 _GLIBCXX_PURE int pcount() const throw (); 113 void _M_setup(char* __get, char* __put, streamsize __n) throw (); [all...] |
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_alloc.i | 32 allocator() throw(); 34 allocator(const allocator&) throw(); 36 allocator(const allocator<_Tp1>&) throw(); 37 ~allocator() throw(); 58 max_size() const throw();
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/ |
strstream | 76 strstreambuf(char* __get, streamsize __n, char* __put = 0) throw (); 77 strstreambuf(signed char* __get, streamsize __n, signed char* __put = 0) throw (); 78 strstreambuf(unsigned char* __get, streamsize __n, unsigned char* __put=0) throw (); 80 strstreambuf(const char* __get, streamsize __n) throw (); 81 strstreambuf(const signed char* __get, streamsize __n) throw (); 82 strstreambuf(const unsigned char* __get, streamsize __n) throw (); 87 void freeze(bool = true) throw (); 88 char* str() throw (); 89 _GLIBCXX_PURE int pcount() const throw (); 113 void _M_setup(char* __get, char* __put, streamsize __n) throw (); [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
TelephonyRegistryMock.java | 177 throw new RuntimeException("Not implemented"); 183 throw new RuntimeException("Not implemented"); 188 throw new RuntimeException("Not implemented"); 194 throw new RuntimeException("Not implemented"); 199 throw new RuntimeException("Not implemented"); 205 throw new RuntimeException("Not implemented"); 210 throw new RuntimeException("Not implemented"); 215 throw new RuntimeException("Not implemented"); 220 throw new RuntimeException("Not implemented"); 225 throw new RuntimeException("Not implemented") [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
comutil.h | 43 inline void CheckError(HRESULT hr) throw() { 55 _bstr_t() throw(); 56 _bstr_t(const _bstr_t &s) throw(); 61 ~_bstr_t() throw(); 62 _bstr_t &operator=(const _bstr_t &s) throw(); 70 operator const wchar_t *() const throw(); 71 operator wchar_t *() const throw(); 74 bool operator!() const throw(); 75 bool operator==(const _bstr_t &str) const throw(); 76 bool operator!=(const _bstr_t &str) const throw(); [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
AbstractPreferencesTest.java | 109 fail("should throw IllegalArgumentException"); 114 fail("should throw IllegalArgumentException"); 119 fail("should throw IllegalArgumentException"); 124 fail("should throw IllegalArgumentException"); 129 fail("should throw NullPointerException"); 223 fail("should throw NullPointerException"); 236 fail("should throw IllegalStateException"); 241 fail("should throw NullPointerException"); 249 fail("should throw NullPointerException"); 262 fail("should throw NullPointerException") [all...] |
/external/conscrypt/src/main/java/org/conscrypt/ |
OpenSSLRSAKeyFactory.java | 41 throw new InvalidKeySpecException("keySpec == null"); 49 throw new InvalidKeySpecException("Must use RSAPublicKeySpec or X509EncodedKeySpec; was " 56 throw new InvalidKeySpecException("keySpec == null"); 67 throw new InvalidKeySpecException("Must use RSAPublicKeySpec or PKCS8EncodedKeySpec; was " 75 throw new InvalidKeySpecException("key == null"); 79 throw new InvalidKeySpecException("keySpec == null"); 83 throw new InvalidKeySpecException("Key must be a RSA key"); 92 throw new InvalidKeySpecException("Not a valid X.509 encoding"); 116 throw new InvalidKeySpecException("Not a valid PKCS#8 encoding"); 127 throw new InvalidKeySpecException("Encoded key is not an RSAPrivateCrtKey") [all...] |