HomeSort by relevance Sort by last modified time
    Searched full:throw (Results 376 - 400 of 18888) sorted by null

<<11121314151617181920>>

  /external/javassist/sample/evolve/
VersionManager.java 27 throw new CannotUpdateException("cannot update class: "
31 throw new CannotUpdateException(e);
58 throw new RuntimeException("cannot initialize " + params[0]);
78 throw new CannotCreateException(e);
81 throw new CannotCreateException(e);
84 throw new CannotCreateException(e);
88 throw new CannotCreateException("no constructor matches");
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/
ReadOnlyDoubleArrayBuffer.java 47 throw new ReadOnlyBufferException();
59 throw new ReadOnlyBufferException();
63 throw new ReadOnlyBufferException();
71 throw new ReadOnlyBufferException();
75 throw new ReadOnlyBufferException();
79 throw new ReadOnlyBufferException();
83 throw new ReadOnlyBufferException();
ReadOnlyFloatArrayBuffer.java 47 throw new ReadOnlyBufferException();
59 throw new ReadOnlyBufferException();
63 throw new ReadOnlyBufferException();
71 throw new ReadOnlyBufferException();
75 throw new ReadOnlyBufferException();
79 throw new ReadOnlyBufferException();
83 throw new ReadOnlyBufferException();
ReadOnlyIntArrayBuffer.java 46 throw new ReadOnlyBufferException();
58 throw new ReadOnlyBufferException();
62 throw new ReadOnlyBufferException();
70 throw new ReadOnlyBufferException();
74 throw new ReadOnlyBufferException();
78 throw new ReadOnlyBufferException();
82 throw new ReadOnlyBufferException();
ReadOnlyLongArrayBuffer.java 46 throw new ReadOnlyBufferException();
58 throw new ReadOnlyBufferException();
62 throw new ReadOnlyBufferException();
70 throw new ReadOnlyBufferException();
74 throw new ReadOnlyBufferException();
78 throw new ReadOnlyBufferException();
82 throw new ReadOnlyBufferException();
ReadOnlyShortArrayBuffer.java 47 throw new ReadOnlyBufferException();
59 throw new ReadOnlyBufferException();
63 throw new ReadOnlyBufferException();
71 throw new ReadOnlyBufferException();
75 throw new ReadOnlyBufferException();
79 throw new ReadOnlyBufferException();
83 throw new ReadOnlyBufferException();
ReadOnlyCharArrayBuffer.java 46 throw new ReadOnlyBufferException();
58 throw new ReadOnlyBufferException();
62 throw new ReadOnlyBufferException();
70 throw new ReadOnlyBufferException();
74 throw new ReadOnlyBufferException();
78 throw new ReadOnlyBufferException();
82 throw new ReadOnlyBufferException();
87 throw new IndexOutOfBoundsException();
89 throw new ReadOnlyBufferException();
  /external/lzma/CPP/7zip/Common/
OutBuffer.cpp 9 bool COutBuffer::Create(UInt32 bufSize) throw()
22 void COutBuffer::Free() throw()
28 void COutBuffer::Init() throw()
40 UInt64 COutBuffer::GetProcessedSize() const throw()
49 HRESULT COutBuffer::FlushPart() throw()
86 HRESULT COutBuffer::Flush() throw()
109 throw COutBufferException(result);
  /external/objenesis/main/src/org/objenesis/instantiator/android/
AndroidInstantiator.java 47 throw new ObjenesisException(e);
59 throw new ObjenesisException(e);
62 throw new ObjenesisException(e);
75 throw new ObjenesisException(e);
78 throw new ObjenesisException(e);
81 throw new ObjenesisException(e);
84 throw new ObjenesisException(e);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MockMacSpi.java 32 throw new InvalidKeyException("Must be MockKey!");
41 throw new InvalidKeyException("Must be MockKey2!");
54 throw new UnsupportedOperationException();
65 throw new UnsupportedOperationException();
70 throw new UnsupportedOperationException();
75 throw new UnsupportedOperationException();
80 throw new UnsupportedOperationException();
  /libcore/support/src/test/java/tests/support/
Support_ASimpleOutputStream.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 purposes.");
67 // throw new IOException("Exception thrown for testing purposes.");
70 // throw new IndexOutOfBoundsException();
80 throw new IOException("Exception thrown for testing purpose.");
86 throw new IOException("Internal buffer overflow.");
  /packages/services/Car/car-lib/src/android/car/
CarApiUtil.java 34 * CarService throw IllegalStateException with this message is re-thrown as
54 throw new CarNotConnectedException();
56 throw new CarNotSupportedException();
58 throw e;
63 * Re-throw IllegalStateException from CarService with
74 throw new CarNotConnectedException();
76 throw e;
  /packages/services/Car/car-support-lib/src/android/support/car/
CarApiUtil.java 34 * CarService throw IllegalStateException with this message is re-thrown as
54 throw new CarNotConnectedException();
56 throw new CarNotSupportedException();
58 throw e;
63 * Re-throw IllegalStateException from CarService with
74 throw new CarNotConnectedException();
76 throw e;
  /external/opencv3/modules/highgui/src/
agile_wrl.h 195 Agile() throw() : _object(nullptr), _contextToken(0)
202 Agile(nullptr_t) throw() : _object(nullptr), _contextToken(0)
209 explicit Agile(TypeT object) throw() : _object(nullptr), _contextToken(0)
218 Agile(const Agile& object) throw() : _object(nullptr), _contextToken(0)
227 Agile(Agile&& object) throw() : _object(nullptr), _contextToken(0)
236 ~Agile() throw()
311 TypeT* GetAddressOf() throw()
318 TypeT* GetAddressOfForInOut() throw()
324 TypeT operator->() const throw()
329 Agile& operator=(nullptr_t) throw()
    [all...]
  /external/opencv3/modules/videoio/src/
agile_wrl.hpp 195 Agile() throw() : _object(nullptr), _contextToken(0)
202 Agile(nullptr_t) throw() : _object(nullptr), _contextToken(0)
209 explicit Agile(TypeT object) throw() : _object(nullptr), _contextToken(0)
218 Agile(const Agile& object) throw() : _object(nullptr), _contextToken(0)
227 Agile(Agile&& object) throw() : _object(nullptr), _contextToken(0)
236 ~Agile() throw()
311 TypeT* GetAddressOf() throw()
318 TypeT* GetAddressOfForInOut() throw()
324 TypeT operator->() const throw()
329 Agile& operator=(nullptr_t) throw()
    [all...]
  /external/ImageMagick/Magick++/lib/
Exception.cpp 43 Magick::Exception::~Exception() throw()
57 const char* Magick::Exception::what() const throw()
62 const Magick::Exception* Magick::Exception::nested() const throw()
67 void Magick::Exception::nested(Exception* nested_) throw()
82 Magick::Error::~Error() throw()
96 Magick::ErrorBlob::~ErrorBlob() throw()
110 Magick::ErrorCache::~ErrorCache() throw()
124 Magick::ErrorCoder::~ErrorCoder() throw()
139 Magick::ErrorConfigure::~ErrorConfigure() throw()
154 Magick::ErrorCorruptImage::~ErrorCorruptImage() throw()
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
ReadOnlyCharBufferTest.java 47 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
60 fail("Should throw Exception"); //$NON-NLS-1$
68 fail("Should throw Exception"); //$NON-NLS-1$
77 fail("Should throw Exception"); //$NON-NLS-1$
87 fail("Should throw Exception"); //$NON-NLS-1$
93 fail("Should throw Exception"); //$NON-NLS-1$
103 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
109 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
115 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
121 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
BaseCipherSpi.java 100 throw new NoSuchAlgorithmException("can't support mode " + mode);
107 throw new NoSuchPaddingException("Padding " + padding + " unknown.");
117 throw new InvalidKeyException("Cannot wrap key, null encoding.");
133 throw new IllegalBlockSizeException(e.getMessage());
157 throw new InvalidKeyException(e.getMessage());
161 throw new InvalidKeyException(e.getMessage());
165 throw new InvalidKeyException(e2.getMessage());
190 throw new InvalidKeyException("algorithm " + in.getPrivateKeyAlgorithm().getAlgorithm() + " not supported");
195 throw new InvalidKeyException("Invalid key encoding.");
215 throw new InvalidKeyException("Unknown key type " + e.getMessage())
    [all...]
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
TestScheduledExecutorService.java 63 throw new UnsupportedOperationException();
68 throw new UnsupportedOperationException();
73 throw new UnsupportedOperationException();
78 throw new UnsupportedOperationException();
83 throw new UnsupportedOperationException();
89 throw new UnsupportedOperationException();
95 throw new UnsupportedOperationException();
101 throw new UnsupportedOperationException();
107 throw new UnsupportedOperationException();
112 throw new UnsupportedOperationException()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
special_function_util.h 62 static _Tp __pi() throw()
65 static _Tp __pi_2() throw()
68 static _Tp __pi_3() throw()
71 static _Tp __pi_4() throw()
74 static _Tp __1_pi() throw()
77 static _Tp __2_sqrtpi() throw()
80 static _Tp __sqrt2() throw()
83 static _Tp __sqrt3() throw()
86 static _Tp __sqrtpio2() throw()
89 static _Tp __sqrt1_2() throw()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
special_function_util.h 62 static _Tp __pi() throw()
65 static _Tp __pi_2() throw()
68 static _Tp __pi_3() throw()
71 static _Tp __pi_4() throw()
74 static _Tp __1_pi() throw()
77 static _Tp __2_sqrtpi() throw()
80 static _Tp __sqrt2() throw()
83 static _Tp __sqrt3() throw()
86 static _Tp __sqrtpio2() throw()
89 static _Tp __sqrt1_2() throw()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
special_function_util.h 62 static _Tp __pi() throw()
65 static _Tp __pi_2() throw()
68 static _Tp __pi_3() throw()
71 static _Tp __pi_4() throw()
74 static _Tp __1_pi() throw()
77 static _Tp __2_sqrtpi() throw()
80 static _Tp __sqrt2() throw()
83 static _Tp __sqrt3() throw()
86 static _Tp __sqrtpio2() throw()
89 static _Tp __sqrt1_2() throw()
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/lua/
_std_common.i 19 note: I allow front(), back() & pop_back() to throw exceptions
34 T front()const throw (std::out_of_range){ // only read front & back
36 throw std::out_of_range("in "#CLASS"::front()");
39 T back()const throw (std::out_of_range){ // not write to them
41 throw std::out_of_range("in "#CLASS"::back()");
54 void pop_front() throw (std::out_of_range){
56 throw std::out_of_range("in "#CLASS"::pop_front()");
66 void pop_back() throw (std::out_of_range){
68 throw std::out_of_range("in "#CLASS"::pop_back()");
82 T __getitem__(unsigned int idx) throw (std::out_of_range)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
special_function_util.h 62 static _Tp __pi() throw()
65 static _Tp __pi_2() throw()
68 static _Tp __pi_3() throw()
71 static _Tp __pi_4() throw()
74 static _Tp __1_pi() throw()
77 static _Tp __2_sqrtpi() throw()
80 static _Tp __sqrt2() throw()
83 static _Tp __sqrt3() throw()
86 static _Tp __sqrtpio2() throw()
89 static _Tp __sqrt1_2() throw()
    [all...]
  /external/guava/guava-gwt/test/com/google/common/testing/
TearDownStackTest_gwt.java 37 throw (Exception) failure;
40 throw (Error) failure;
43 throw new RuntimeException(failure);
63 throw (Exception) failure;
66 throw (Error) failure;
69 throw new RuntimeException(failure);
89 throw (Exception) failure;
92 throw (Error) failure;
95 throw new RuntimeException(failure);

Completed in 1606 milliseconds

<<11121314151617181920>>