/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
D | AbstractHttp2Headers.java | 30 throw new UnsupportedOperationException(); in valueIterator() 35 throw new UnsupportedOperationException(); in size() 40 throw new UnsupportedOperationException(); in isEmpty() 45 throw new UnsupportedOperationException(); in names() 50 throw new UnsupportedOperationException(); in get() 55 throw new UnsupportedOperationException(); in get() 60 throw new UnsupportedOperationException(); in getAndRemove() 65 throw new UnsupportedOperationException(); in getAndRemove() 70 throw new UnsupportedOperationException(); in getAll() 75 throw new UnsupportedOperationException(); in getAllAndRemove() [all …]
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/ |
D | DefaultVisitorAdapter.java | 18 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 23 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 28 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 33 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 38 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 43 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 48 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 53 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 58 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 63 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/ |
D | BaseCursor.java | 17 throw new UnsupportedOperationException(); in getCount() 22 throw new UnsupportedOperationException(); in getPosition() 27 throw new UnsupportedOperationException(); in move() 32 throw new UnsupportedOperationException(); in moveToPosition() 37 throw new UnsupportedOperationException(); in moveToFirst() 42 throw new UnsupportedOperationException(); in moveToLast() 47 throw new UnsupportedOperationException(); in moveToNext() 52 throw new UnsupportedOperationException(); in moveToPrevious() 57 throw new UnsupportedOperationException(); in isFirst() 62 throw new UnsupportedOperationException(); in isLast() [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 …]
|
/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/ |
D | OpenSSLSocketImpl.java | 45 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 50 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 55 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 60 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 65 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 70 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 75 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 80 throw new RuntimeException("Stub!"); in startHandshake() 87 throw new RuntimeException("Stub!"); in clientCertificateRequested() 93 throw new RuntimeException("Stub!"); in handshakeCompleted() [all …]
|
/external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
D | OpenSSLSocketImpl.java | 45 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 50 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 55 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 60 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 65 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 70 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 75 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 80 throw new RuntimeException("Stub!"); in startHandshake() 87 throw new RuntimeException("Stub!"); in clientCertificateRequested() 93 throw new RuntimeException("Stub!"); in handshakeCompleted() [all …]
|
/external/antlr/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/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/ |
D | HttpResponseStub.java | 14 throw new UnsupportedOperationException(); in getStatusLine() 19 throw new UnsupportedOperationException(); in setStatusLine() 23 throw new UnsupportedOperationException(); in setStatusLine() 27 throw new UnsupportedOperationException(); in setStatusLine() 31 throw new UnsupportedOperationException(); in setStatusCode() 35 throw new UnsupportedOperationException(); in setReasonPhrase() 39 throw new UnsupportedOperationException(); in getEntity() 43 throw new UnsupportedOperationException(); in setEntity() 47 throw new UnsupportedOperationException(); in getLocale() 51 throw new UnsupportedOperationException(); in setLocale() [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"); 95 throw new InterruptedIOException(); 132 throw new SocketException("Socket is closed"); in getOutputStream() 140 throw new SocketException("Socket is closed"); in getInputStream() 167 throw new AssertionError(); in bind() 173 throw new AssertionError(); in connect() 178 throw new AssertionError(); in connect() 183 throw new AssertionError(); in getChannel() 188 throw new AssertionError(); in getInetAddress() [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/ImageMagick/Magick++/lib/ |
D | Exception.cpp | 43 Magick::Exception::~Exception() throw() in ~Exception() 56 const char* Magick::Exception::what() const throw() in what() 61 const Magick::Exception* Magick::Exception::nested() const throw() in nested() 66 void Magick::Exception::nested(Exception* nested_) throw() in nested() 81 Magick::Error::~Error() throw() in ~Error() 95 Magick::ErrorBlob::~ErrorBlob() throw() in ~ErrorBlob() 109 Magick::ErrorCache::~ErrorCache() throw() in ~ErrorCache() 123 Magick::ErrorCoder::~ErrorCoder() throw() in ~ErrorCoder() 138 Magick::ErrorConfigure::~ErrorConfigure() throw() in ~ErrorConfigure() 153 Magick::ErrorCorruptImage::~ErrorCorruptImage() throw() in ~ErrorCorruptImage() [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/ImageMagick/Magick++/lib/Magick++/ |
D | 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/lzma/CPP/Windows/ |
D | FileName.h | 12 int FindSepar(const wchar_t *s) throw(); 14 int FindSepar(const FChar *s) throw(); 20 bool IsDrivePath(const wchar_t *s) throw(); // first 3 chars are drive chars like "a:\\" 22 bool IsAltPathPrefix(CFSTR s) throw(); /* name: */ 31 bool IsDevicePath(CFSTR s) throw(); /* \\.\ */ 32 bool IsSuperUncPath(CFSTR s) throw(); /* \\?\UNC\ */ 33 bool IsNetworkPath(CFSTR s) throw(); /* \\?\UNC\ or \\SERVER */ 41 unsigned GetNetworkServerPrefixSize(CFSTR s) throw(); 43 bool IsNetworkShareRootPath(CFSTR s) throw(); /* \\?\UNC\SERVER\share or \\SERVER\share or with sl… 45 bool IsDrivePath_SuperAllowed(CFSTR s) throw(); // first chars are drive chars like "a:\" or "\\?\… [all …]
|
D | PropVariant.h | 13 BSTR AllocBstrFromAscii(const char *s) throw(); 15 HRESULT PropVariant_Clear(PROPVARIANT *p) throw(); 17 HRESULT PropVarEm_Alloc_Bstr(PROPVARIANT *p, unsigned numChars) throw(); 18 HRESULT PropVarEm_Set_Str(PROPVARIANT *p, const char *s) throw(); 20 inline void PropVarEm_Set_UInt32(PROPVARIANT *p, UInt32 v) throw() in PropVarEm_Set_UInt32() 26 inline void PropVarEm_Set_UInt64(PROPVARIANT *p, UInt64 v) throw() in PropVarEm_Set_UInt64() 32 inline void PropVarEm_Set_FileTime64(PROPVARIANT *p, UInt64 v) throw() in PropVarEm_Set_FileTime64() 39 inline void PropVarEm_Set_Bool(PROPVARIANT *p, bool b) throw() in PropVarEm_Set_Bool() 58 ~CPropVariant() throw() { Clear(); } in throw() function 86 CPropVariant& operator=(bool bSrc) throw(); [all …]
|
/external/antlr/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/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/conscrypt/publicapi/src/test/java/android/net/ssl/ |
D | SSLEnginesTest.java | 43 ByteBuffer byteBuffer) throws SSLException { throw new AssertionError(); } in wrap() 45 int i, int i1) throws SSLException { throw new AssertionError(); } in unwrap() 46 @Override public Runnable getDelegatedTask() { throw new AssertionError(); } in getDelegatedTask() 47 @Override public void closeInbound() throws SSLException { throw new AssertionError(); } in closeInbound() 48 @Override public boolean isInboundDone() { throw new AssertionError(); } in isInboundDone() 49 @Override public void closeOutbound() { throw new AssertionError(); } in closeOutbound() 50 @Override public boolean isOutboundDone() { throw new AssertionError(); } in isOutboundDone() 51 @Override public String[] getSupportedCipherSuites() { throw new AssertionError(); } in getSupportedCipherSuites() 52 @Override public String[] getEnabledCipherSuites() { throw new AssertionError(); } in getEnabledCipherSuites() 53 … @Override public void setEnabledCipherSuites(String[] strings) { throw new AssertionError(); } in setEnabledCipherSuites() [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/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/ |
D | FakeSSLSession.java | 39 throw new UnsupportedOperationException(); in getApplicationBufferSize() 44 throw new UnsupportedOperationException(); in getCipherSuite() 49 throw new UnsupportedOperationException(); in getCreationTime() 59 throw new UnsupportedOperationException(); in getLastAccessedTime() 64 throw new UnsupportedOperationException(); in getLocalCertificates() 69 throw new UnsupportedOperationException(); in getLocalPrincipal() 74 throw new UnsupportedOperationException(); in getPacketBufferSize() 79 throw new UnsupportedOperationException(); in getPeerCertificateChain() 84 throw new UnsupportedOperationException(); in getPeerCertificates() 99 throw new UnsupportedOperationException(); in getPeerPrincipal() [all …]
|
/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/ |
D | FakeSSLSession.java | 35 throw new UnsupportedOperationException(); in getApplicationBufferSize() 40 throw new UnsupportedOperationException(); in getCipherSuite() 45 throw new UnsupportedOperationException(); in getCreationTime() 55 throw new UnsupportedOperationException(); in getLastAccessedTime() 60 throw new UnsupportedOperationException(); in getLocalCertificates() 65 throw new UnsupportedOperationException(); in getLocalPrincipal() 70 throw new UnsupportedOperationException(); in getPacketBufferSize() 75 throw new UnsupportedOperationException(); in getPeerCertificateChain() 80 throw new UnsupportedOperationException(); in getPeerCertificates() 95 throw new UnsupportedOperationException(); in getPeerPrincipal() [all …]
|