/external/compiler-rt/lib/asan/tests/ |
asan_exceptions_test.cc | 11 void Throw(const char& arg) const { 13 throw arg; 21 a.Throw('c');
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Assert.java | 19 throw new IllegalStateException("failure '" + msg + "'"); 22 if (!val) throw new IllegalStateException("assert failed"); 25 if (!val) throw new IllegalStateException("assert '" + msg + "' failed");
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Assert.java | 15 throw new IllegalStateException("failure '" + msg + "'"); 18 if (!val) throw new IllegalStateException("assert failed"); 21 if (!val) throw new IllegalStateException("assert '" + msg + "' failed");
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
eh23.cpp | 15 throw double_fault(); 21 throw E(); 24 throw;
|
eh25.cpp | 15 throw 1; // This throws from EH dtor, should call my_terminate 22 throw 1; 25 throw 1;
|
new1.cpp | 13 void * operator new[] (size_t s) throw (std::bad_alloc) 19 void operator delete[] (void *p) throw () 28 A() { throw 1; }
|
new7.cpp | 14 throw 1; 16 void* operator new ( std::size_t n ) throw ( std::bad_alloc ) 21 void operator delete( void* p, std::size_t n ) throw()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
eh23.cpp | 15 throw double_fault(); 21 throw E(); 24 throw;
|
eh25.cpp | 15 throw 1; // This throws from EH dtor, should call my_terminate 22 throw 1; 25 throw 1;
|
new1.cpp | 13 void * operator new[] (size_t s) throw (std::bad_alloc) 19 void operator delete[] (void *p) throw () 28 A() { throw 1; }
|
new7.cpp | 14 throw 1; 16 void* operator new ( std::size_t n ) throw ( std::bad_alloc ) 21 void operator delete( void* p, std::size_t n ) throw()
|
/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/ |
new | 43 void* operator new(std::size_t size) throw(/*std::bad_alloc*/); 44 void* operator new(std::size_t size, const std::nothrow_t&) throw(); 45 void* operator new[](std::size_t size) throw(/*std::bad_alloc*/); 46 void* operator new[](std::size_t size, const std::nothrow_t&) throw(); 48 void operator delete[](void* ptr) throw(); 49 void operator delete[](void* const, std::nothrow_t&) throw(); 50 void operator delete(void* ptr) throw(); 51 void operator delete(void*, const std::nothrow_t&) throw(); 53 inline void* operator new(std::size_t, void* p) throw() { return p; } 54 inline void* operator new[](std::size_t, void* p) throw() { return p; [all...] |
/dalvik/opcode-gen/ |
bytecode.txt | 75 # throw -- might throw an exception 112 op 1a const-string 21c y string-ref continue|throw 113 op 1b const-string/jumbo 31c y string-ref continue|throw 114 op 1c const-class 21c y type-ref continue|throw 115 op 1d monitor-enter 11x n none continue|throw 116 op 1e monitor-exit 11x n none continue|throw 117 op 1f check-cast 21c y type-ref continue|throw 118 op 20 instance-of 22c y type-ref continue|throw 119 op 21 array-length 12x y none continue|throw [all...] |
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/ |
MockServerSocket.java | 94 throw new SocketException("socket closed"); 100 throw new InterruptedIOException(); 113 throw new AssertionError(); 118 throw new AssertionError(); 123 throw new AssertionError(); 128 throw new AssertionError(); 133 throw new AssertionError(); 138 throw new AssertionError(); 143 throw new AssertionError(); 148 throw new AssertionError() [all...] |
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/ |
DirectReadOnlyByteBuffer.java | 50 throw new ReadOnlyBufferException(); 62 throw new ReadOnlyBufferException(); 66 throw new ReadOnlyBufferException(); 86 throw new ReadOnlyBufferException(); 90 throw new ReadOnlyBufferException(); 94 throw new ReadOnlyBufferException(); 98 throw new ReadOnlyBufferException(); 102 throw new ReadOnlyBufferException(); 106 throw new ReadOnlyBufferException(); 110 throw new ReadOnlyBufferException() [all...] |
StringByteBuffer.java | 42 throw new UnsupportedOperationException();
46 throw new UnsupportedOperationException();
50 throw new UnsupportedOperationException();
101 throw new UnsupportedOperationException();
105 throw new UnsupportedOperationException();
126 throw new UnsupportedOperationException();
131 throw new UnsupportedOperationException();
136 throw new UnsupportedOperationException();
141 throw new UnsupportedOperationException();
146 throw new UnsupportedOperationException(); [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/ |
DefaultHandler2Test.java | 38 throw new RuntimeException("Unexpected exception", e); 46 throw new RuntimeException("Unexpected exception", e); 54 throw new RuntimeException("Unexpected exception", e); 62 throw new RuntimeException("Unexpected exception", e); 70 throw new RuntimeException("Unexpected exception", e); 78 throw new RuntimeException("Unexpected exception", e); 86 throw new RuntimeException("Unexpected exception", e); 94 throw new RuntimeException("Unexpected exception", e); 102 throw new RuntimeException("Unexpected exception", e); 110 throw new RuntimeException("Unexpected exception", e) [all...] |
/external/ImageMagick/Magick++/lib/Magick++/ |
Exception.h | 36 virtual ~Exception() throw(); 42 virtual const char* what() const throw(); 45 const Exception* nested() const throw(); 53 void nested(Exception* nested_) throw(); 69 ~Error() throw(); 77 ~ErrorBlob() throw(); 85 ~ErrorCache() throw(); 93 ~ErrorCoder() throw(); 101 ~ErrorConfigure() throw(); 109 ~ErrorCorruptImage() throw(); [all...] |
/external/easymock/src/org/easymock/internal/ |
MocksControl.java | 54 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
65 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
101 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
109 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
111 throw (AssertionError) e.getAssertionError().fillInStackTrace();
119 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
127 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
135 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
146 throw (RuntimeException) e.getRuntimeException().fillInStackTrace();
155 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); [all...] |
/external/okhttp/okio/okio/src/main/java/okio/ |
RealBufferedSink.java | 29 if (sink == null) throw new IllegalArgumentException("sink == null"); 44 if (closed) throw new IllegalStateException("closed"); 50 if (closed) throw new IllegalStateException("closed"); 56 if (closed) throw new IllegalStateException("closed"); 63 if (closed) throw new IllegalStateException("closed"); 69 if (closed) throw new IllegalStateException("closed"); 75 if (closed) throw new IllegalStateException("closed"); 82 if (closed) throw new IllegalStateException("closed"); 88 if (closed) throw new IllegalStateException("closed"); 94 if (closed) throw new IllegalStateException("closed") [all...] |
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCConnection.java | 117 throw new SQLException(e.toString()); 135 throw new SQLException(e.toString()); 152 throw new SQLException("unsupported url"); 164 throw new SQLException("error while setting key"); 174 throw e; 196 throw new SQLFeatureNotSupportedException("unsupported result set type"); 200 throw new SQLFeatureNotSupportedException("unsupported result set concurrency"); 225 throw new SQLException(e.toString()); 243 throw new SQLException("stale connection"); 252 throw new SQLException(e.toString()) [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
runtime1.go | 103 throw("cas64 failed") 106 throw("cas64 failed") 110 throw("cas64 failed") 113 throw("cas64 failed") 116 throw("load64 failed") 120 throw("store64 failed") 123 throw("xadd64 failed") 126 throw("xadd64 failed") 129 throw("xchg64 failed") 132 throw("xchg64 failed" [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
runtime1.go | 103 throw("cas64 failed") 106 throw("cas64 failed") 110 throw("cas64 failed") 113 throw("cas64 failed") 116 throw("load64 failed") 120 throw("store64 failed") 123 throw("xadd64 failed") 126 throw("xadd64 failed") 129 throw("xchg64 failed") 132 throw("xchg64 failed" [all...] |
/art/test/073-mismatched-field/ |
info.txt | 3 and throw an IncompatibleClassChangeError when the field is accessed.
|
/art/test/094-pattern/ |
info.txt | 3 The test may throw a StackOverflowError if the stack size is too small. With
|