/external/opencv3/3rdparty/openexr/Iex/ |
D | IexThrowErrnoExc.cpp | 65 throw EpermExc (tmp); in throwErrnoExc() 70 throw EnoentExc (tmp); in throwErrnoExc() 75 throw EsrchExc (tmp); in throwErrnoExc() 80 throw EintrExc (tmp); in throwErrnoExc() 85 throw EioExc (tmp); in throwErrnoExc() 90 throw EnxioExc (tmp); in throwErrnoExc() 95 throw E2bigExc (tmp); in throwErrnoExc() 100 throw EnoexecExc (tmp); in throwErrnoExc() 105 throw EbadfExc (tmp); in throwErrnoExc() 110 throw EchildExc (tmp); in throwErrnoExc() [all …]
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCPreparedStatement.java | 125 throw new SQLException("bad parameter index"); 134 throw new SQLException("bad parameter index"); 142 throw new SQLException("bad parameter index"); 150 throw new SQLException("bad parameter index"); 158 throw new SQLException("bad parameter index"); 166 throw new SQLException("bad parameter index"); 174 throw new SQLException("bad parameter index"); 182 throw new SQLException("bad parameter index"); 191 throw new SQLException("bad parameter index"); 203 throw new SQLException("bad parameter index"); [all …]
|
D | JDBCConnection.java | 117 throw new SQLException(e.toString()); in open() 135 throw new SQLException(e.toString()); in open() 152 throw new SQLException("unsupported url"); in JDBCConnection() 164 throw new SQLException("error while setting key"); in JDBCConnection() 174 throw e; in JDBCConnection() 196 throw new SQLFeatureNotSupportedException("unsupported result set type"); in createStatement() 200 throw new SQLFeatureNotSupportedException("unsupported result set concurrency"); in createStatement() 225 throw new SQLException(e.toString()); in close() 243 throw new SQLException("stale connection"); in commit() 252 throw new SQLException(e.toString()); in commit() [all …]
|
D | JDBCResultSet.java | 98 throw new SQLException("view or join"); 127 throw new SQLException("result set not updatable"); 135 throw new SQLException("cursor outside of result set"); 158 throw new SQLException("no rows"); 165 throw new SQLException("result set already closed."); 201 throw new SQLException("only forward fetch direction supported"); 211 throw new SQLException("fetch size must be 1"); 221 throw new SQLException("column " + columnIndex + " not found"); 243 throw new SQLException("column " + columnIndex + " not found"); 287 throw new SQLException("column " + columnIndex + " not found"); [all …]
|
/external/v8/test/webkit/ |
D | class-syntax-semicolon-expected.txt | 14 PASS class A { ; } did not throw exception. 15 PASS class A { foo() { } ; } did not throw exception. 16 PASS class A { get foo() { } ; } did not throw exception. 17 PASS class A { set foo(x) { } ; } did not throw exception. 18 PASS class A { static foo() { } ; } did not throw exception. 19 PASS class A { static get foo() { } ; } did not throw exception. 20 PASS class A { static set foo(x) { } ; } did not throw exception. 21 PASS class A { ; foo() { } } did not throw exception. 22 PASS class A { ; get foo() { } } did not throw exception. 23 PASS class A { ; set foo(x) { } } did not throw exception. [all …]
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/database/ |
D | TestCursor.java | 14 throw new UnsupportedOperationException(); in getCount() 19 throw new UnsupportedOperationException(); in getPosition() 24 throw new UnsupportedOperationException(); in move() 29 throw new UnsupportedOperationException(); in moveToPosition() 34 throw new UnsupportedOperationException(); in moveToFirst() 39 throw new UnsupportedOperationException(); in moveToLast() 44 throw new UnsupportedOperationException(); in moveToNext() 49 throw new UnsupportedOperationException(); in moveToPrevious() 54 throw new UnsupportedOperationException(); in isFirst() 59 throw new UnsupportedOperationException(); in isLast() [all …]
|
/external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/ |
D | OpenSSLSocketImpl.java | 51 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 57 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 62 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 67 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 74 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 80 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 85 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 89 throw new RuntimeException("Stub!"); in startHandshake() 95 throw new RuntimeException("Stub!"); in clientCertificateRequested() 100 throw new RuntimeException("Stub!"); in handshakeCompleted() [all …]
|
/external/conscrypt/src/stub/java/com/android/org/conscrypt/ |
D | OpenSSLSocketImpl.java | 51 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 57 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 62 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 67 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 74 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 80 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 85 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 89 throw new RuntimeException("Stub!"); in startHandshake() 95 throw new RuntimeException("Stub!"); in clientCertificateRequested() 100 throw new RuntimeException("Stub!"); in handshakeCompleted() [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | Check.cs | 42 throw new ArgumentNullException ("source"); in Source() 48 throw new ArgumentNullException ("source1"); in Source1AndSource2() 50 throw new ArgumentNullException ("source2"); in Source1AndSource2() 56 throw new ArgumentNullException ("source"); in SourceAndFuncAndSelector() 58 throw new ArgumentNullException ("func"); in SourceAndFuncAndSelector() 60 throw new ArgumentNullException ("selector"); in SourceAndFuncAndSelector() 67 throw new ArgumentNullException ("source"); in SourceAndFunc() 69 throw new ArgumentNullException ("func"); in SourceAndFunc() 75 throw new ArgumentNullException ("source"); in SourceAndSelector() 77 throw new ArgumentNullException ("selector"); in SourceAndSelector() [all …]
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/ |
D | MockSocketConnection.java | 65 throw new SocketException("Socket closed"); 82 throw new SocketException("socket closed"); 94 throw new InterruptedIOException(); 121 throw new SocketException("Socket is closed"); in getOutputStream() 129 throw new SocketException("Socket is closed"); in getInputStream() 154 throw new AssertionError(); in bind() 160 throw new AssertionError(); in connect() 165 throw new AssertionError(); in connect() 170 throw new AssertionError(); in getChannel() 175 throw new AssertionError(); in getInetAddress() [all …]
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/ |
D | HttpResponseStub.java | 15 throw new UnsupportedOperationException(); in getStatusLine() 20 throw new UnsupportedOperationException(); in setStatusLine() 24 throw new UnsupportedOperationException(); in setStatusLine() 28 throw new UnsupportedOperationException(); in setStatusLine() 32 throw new UnsupportedOperationException(); in setStatusCode() 36 throw new UnsupportedOperationException(); in setReasonPhrase() 40 throw new UnsupportedOperationException(); in getEntity() 44 throw new UnsupportedOperationException(); in setEntity() 48 throw new UnsupportedOperationException(); in getLocale() 52 throw new UnsupportedOperationException(); in setLocale() [all …]
|
/external/sfntly/cpp/src/sfntly/port/ |
D | exception_type.h | 33 explicit Exception(const char* message) throw() { SetMessage(message); } in Exception() 34 virtual ~Exception() throw() {} in ~Exception() 35 virtual const char* what() const throw() { return what_.c_str(); } in what() 38 void SetMessage(const char* message) throw() { in SetMessage() 50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {} in IndexOutOfBoundException() 51 explicit IndexOutOfBoundException(const char* message) throw() in IndexOutOfBoundException() 53 IndexOutOfBoundException(const char* message, int32_t index) throw() { in IndexOutOfBoundException() 62 virtual ~IndexOutOfBoundException() throw() {} in ~IndexOutOfBoundException() 67 IOException() throw() : Exception("I/O exception") {} in IOException() 68 explicit IOException(const char* message) throw() : Exception(message) {} in IOException() [all …]
|
/external/clang/test/CXX/except/except.spec/ |
D | p5-virtual.cpp | 27 virtual void f1() throw(); 28 virtual void f2() throw(int, float); 30 virtual void f3() throw(int, float); 31 virtual void f4() throw(A); 32 virtual void f5() throw(A, int, float); 40 virtual void f11() throw(); 43 virtual void f14() throw(int); 48 virtual void g1() throw(); // expected-note {{overridden virtual function is here}} 49 virtual void g2() throw(int); // expected-note {{overridden virtual function is here}} 50 virtual void g3() throw(A); // expected-note {{overridden virtual function is here}} [all …]
|
D | p3.cpp | 7 extern void (*r1)() throw(int); 8 extern void (*r1)() throw(int); 12 extern void (*r2)() throw(int); 13 extern void (*r2)() throw(INT); 16 extern void (*r3)() throw(int, float); 17 extern void (*r3)() throw(float, int); 19 // MS throw-any spec and no spec at all are compatible 21 extern void (*r4)() throw(...); 23 // throw(X) and no spec are not compatible 24 extern void (*r5)() throw(int); // expected-note {{previous declaration}} [all …]
|
D | p5-pointers.cpp | 26 void s1() throw(); 27 void s2() throw(int); 28 void s3() throw(A); 29 void s4() throw(B1); 30 void s5() throw(D); 32 void s7() throw(int, float); 33 void (*s8())() throw(B1); // s8 returns a pointer to function with spec 34 void s9(void (*)() throw(B1)); // s9 takes pointer to function with spec 43 void (*t1)() throw() = &s1; // valid in fnptrs() 46 void (&t2)() throw() = s2; // expected-error {{not superset}} in fnptrs() [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | SubList.cs | 19 throw new ArgumentNullException( "source" ); in SubList() 21 throw new ArgumentOutOfRangeException(); in SubList() 23 throw new ArgumentException(); in SubList() 34 throw new NotSupportedException(); in Add() 39 throw new NotSupportedException(); in Clear() 64 throw new NotSupportedException(); in Insert() 85 throw new NotSupportedException(); in Remove() 90 throw new NotSupportedException(); in RemoveAt() 98 throw new ArgumentOutOfRangeException(); 105 throw new ArgumentOutOfRangeException(); [all …]
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/ |
D | FakeSSLSession.java | 34 throw new UnsupportedOperationException(); in getApplicationBufferSize() 38 throw new UnsupportedOperationException(); in getCipherSuite() 42 throw new UnsupportedOperationException(); in getCreationTime() 46 throw new UnsupportedOperationException(); in getId() 50 throw new UnsupportedOperationException(); in getLastAccessedTime() 54 throw new UnsupportedOperationException(); in getLocalCertificates() 58 throw new UnsupportedOperationException(); in getLocalPrincipal() 62 throw new UnsupportedOperationException(); in getPacketBufferSize() 67 throw new SSLPeerUnverifiedException("peer not authenticated"); in getPeerCertificates() 74 throw new UnsupportedOperationException(); in getPeerCertificateChain() [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
D | DecodedInstruction.java | 92 throw new DexException(ex); in decodeAll() 104 throw new NullPointerException("format == null"); in DecodedInstruction() 108 throw new IllegalArgumentException("invalid opcode"); in DecodedInstruction() 165 * address, as a code unit. This will throw if the value is out of 172 throw new DexException("Target out of range: " in getTargetUnit() 181 * address, masked to be a byte in size. This will throw if the 188 throw new DexException("Target out of range: " in getTargetByte() 201 * throw if the value is out of the range of a signed int. 205 throw new DexException("Literal out of range: " + Hex.u8(literal)); in getLiteralInt() 212 * Gets the literal value, as a code unit. This will throw if the [all …]
|
/external/apache-http/android/src/android/net/http/ |
D | DelegatingSSLSession.java | 53 throw new UnsupportedOperationException(); in getApplicationBufferSize() 58 throw new UnsupportedOperationException(); in getCipherSuite() 63 throw new UnsupportedOperationException(); in getCreationTime() 68 throw new UnsupportedOperationException(); in getId() 73 throw new UnsupportedOperationException(); in getLastAccessedTime() 78 throw new UnsupportedOperationException(); in getLocalCertificates() 83 throw new UnsupportedOperationException(); in getLocalPrincipal() 88 throw new UnsupportedOperationException(); in getPacketBufferSize() 94 throw new UnsupportedOperationException(); in getPeerCertificateChain() 99 throw new UnsupportedOperationException(); in getPeerCertificates() [all …]
|
/external/lzma/CPP/Windows/ |
D | PropVariant.h | 12 HRESULT PropVariant_Clear(PROPVARIANT *p) throw(); 14 HRESULT PropVarEm_Alloc_Bstr(PROPVARIANT *p, unsigned numChars) throw(); 15 HRESULT PropVarEm_Set_Str(PROPVARIANT *p, const char *s) throw(); 17 inline void PropVarEm_Set_UInt32(PROPVARIANT *p, UInt32 v) throw() in PropVarEm_Set_UInt32() 23 inline void PropVarEm_Set_UInt64(PROPVARIANT *p, UInt64 v) throw() in PropVarEm_Set_UInt64() 29 inline void PropVarEm_Set_FileTime64(PROPVARIANT *p, UInt64 v) throw() in PropVarEm_Set_FileTime64() 36 inline void PropVarEm_Set_Bool(PROPVARIANT *p, bool b) throw() in PropVarEm_Set_Bool() 55 ~CPropVariant() throw() { Clear(); } in throw() function 79 CPropVariant& operator=(bool bSrc) throw(); 80 CPropVariant& operator=(Byte value) throw(); [all …]
|
D | Registry.h | 34 LPDWORD disposition = NULL) throw(); 35 LONG Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask = KEY_ALL_ACCESS) throw(); 37 LONG Close() throw(); 39 LONG DeleteSubKey(LPCTSTR subKeyName) throw(); 40 LONG RecurseDeleteKey(LPCTSTR subKeyName) throw(); 42 LONG DeleteValue(LPCTSTR name) throw(); 47 LONG SetValue(LPCTSTR valueName, UInt32 value) throw(); 48 LONG SetValue(LPCTSTR valueName, bool value) throw(); 49 LONG SetValue(LPCTSTR valueName, LPCTSTR value) throw(); 56 LONG SetValue(LPCTSTR name, const void *value, UInt32 size) throw(); [all …]
|
/external/mockito/src/org/mockito/exceptions/ |
D | Reporter.java | 47 throw new MockitoException(join( in checkedExceptionInvalid() 54 throw new MockitoException(join( in cannotStubWithNullThrowable() 61 throw new UnfinishedStubbingException(join( in unfinishedStubbing() 78 throw new MockitoException(join( in incorrectUseOfApi() 91 throw new MissingMethodInvocationException(join( in missingMethodInvocation() 119 throw exception; in unfinishedVerificationException() 123 throw new NotAMockException(join( in notAMockPassedToVerify() 134 throw new NullInsteadOfMockException(join( in nullPassedToVerify() 145 throw new NotAMockException(join( in notAMockPassedToWhenMethod() 153 throw new NullInsteadOfMockException(join( in nullPassedToWhenMethod() [all …]
|
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/ |
D | sema.cpp | 5 #define N(e) static_assert(!noexcept(e), "expected throw") 15 N(throw 0); in simple() 16 N((throw 0, 0)); in simple() 20 void allspec() throw(...); 21 void intspec() throw(int); 22 void emptyspec() throw(); 38 void (*pallspec)() throw(...); 39 void (*pintspec)() throw(int); 40 void (*pemptyspec)() throw(); 43 funcptr returnsptr() throw(); [all …]
|
/external/easymock/src/org/easymock/internal/ |
D | MocksControl.java | 54 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in createMock() 65 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in createMock() 101 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in replay() 109 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in verify() 111 throw (AssertionError) e.getAssertionError().fillInStackTrace(); in verify() 119 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in checkOrder() 127 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in makeThreadSafe() 135 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in checkIsUsedInOneThread() 146 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in andReturn() 155 throw (RuntimeException) e.getRuntimeException().fillInStackTrace(); in andThrow() [all …]
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | RealBufferedSink.java | 29 if (sink == null) throw new IllegalArgumentException("sink == null"); in RealBufferedSink() 44 if (closed) throw new IllegalStateException("closed"); in write() 50 if (closed) throw new IllegalStateException("closed"); in write() 56 if (closed) throw new IllegalStateException("closed"); in writeUtf8() 63 if (closed) throw new IllegalStateException("closed"); in writeUtf8() 69 if (closed) throw new IllegalStateException("closed"); in writeUtf8CodePoint() 75 if (closed) throw new IllegalStateException("closed"); in writeString() 82 if (closed) throw new IllegalStateException("closed"); in writeString() 88 if (closed) throw new IllegalStateException("closed"); in write() 94 if (closed) throw new IllegalStateException("closed"); in write() [all …]
|